| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2019-02-14 16:14:09 +0100 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2019-02-14 16:14:09 +0100 |
| commit | 4ce2fe2707331cd9050799f13835108f9a32f7b5 (patch) | |
| tree | 3243ae099781ba25b725cfcc2b5ffa6bb9294bbe /tile/grassland.m4d | |
| parent | d22990927ee6a95406e77dbb3b3c306bcc23c0d8 (diff) | |
Adds forest, swaps water & grass levels.
Diffstat (limited to 'tile/grassland.m4d')
| -rw-r--r-- | tile/grassland.m4d | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tile/grassland.m4d b/tile/grassland.m4d index 177f1ff..a081661 100644 --- a/tile/grassland.m4d +++ b/tile/grassland.m4d @@ -1,4 +1,4 @@ -__TILE_CATEGORY(`Grassland', 1, 2)m4_dnl +__TILE_CATEGORY(`Grassland', 2, 2)m4_dnl __TILE_CLASS(1, `Grass', 6, @@ -9,14 +9,14 @@ __TILE_CLASS(1, __TILE_CLASS(3, `Mushroom Infestation', 12, - __MOD_LIST(), - __MOD_LIST(), + __MOD_LIST(__MOD_MIND(-10)), + __MOD_LIST(__MOD_MOVEMENT_POINTS(-10)__MOD_MAX_HEALTH(25)), __MOD_LIST(), __MOD_LIST())m4_dnl __TILE_CLASS(5, - `Tree Remains', + `Pine Forest', 24, __MOD_LIST(), - __MOD_LIST(), + __MOD_LIST(__MOD_MOVEMENT_POINTS(-10)__MOD_ACCURACY(-25)__MOD_DODGE(25)), __MOD_LIST(), __MOD_LIST())m4_dnl |


