summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-07-12 19:00:59 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-07-12 19:00:59 +0200 |
commit | e7abe96175e14f5f06a39a2db2cea33e1e310e00 (patch) | |
tree | fc19b4d00aa4eb296c8e78da9884f51e56c8c9c2 /data/tile/grassland.m4d | |
parent | a132188ccc244a6d802bd1c32fbf196d4cb53cbd (diff) |
Starting to use m4 for the data...
Diffstat (limited to 'data/tile/grassland.m4d')
-rw-r--r-- | data/tile/grassland.m4d | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/tile/grassland.m4d b/data/tile/grassland.m4d new file mode 100644 index 0000000..7d4c943 --- /dev/null +++ b/data/tile/grassland.m4d @@ -0,0 +1,5 @@ +__TILE_CATEGORY(`Grassland')m4_dnl +__TILE_CLASS(0, `Grass', 6, 0, 0) +__TILE_CLASS(1, `Mushroom Infestation', 12, 1, 1) +__TILE_CLASS(2, `Tree Remains', 24, 2, 2) +__TILE_CLASS(3, `Clear Water', __TILE_COST_WHEN_OCCUPIED, 3, 17) |