diff options
author | jacopograndi <jak.sk8@hotmail.it> | 2021-08-19 18:46:51 +0200 |
---|---|---|
committer | jacopograndi <jak.sk8@hotmail.it> | 2021-08-19 18:46:51 +0200 |
commit | a8bcacc95045102e67f2feabbdddf79535837554 (patch) | |
tree | 5781dd4cb2fe66b67deab84ff4641b7e21b9c174 /build/content/tiles.json |
forgot to make repo until now
Diffstat (limited to 'build/content/tiles.json')
-rw-r--r-- | build/content/tiles.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/build/content/tiles.json b/build/content/tiles.json new file mode 100644 index 0000000..bb34075 --- /dev/null +++ b/build/content/tiles.json @@ -0,0 +1,24 @@ +[ + { + "name": "Plains", + "move_cost": 2, + "sight_cost": 2, + "range_bonus": 0, + "defence_bonus": 0.2, + "spritebounds": [ 0, 16 ] + },{ + "name": "Mountain", + "move_cost": 4, + "sight_cost": 4, + "range_bonus": 1, + "defence_bonus": 0.4, + "spritebounds": [ 16, 16 ] + },{ + "name": "Forest", + "move_cost": 3, + "sight_cost": 4, + "range_bonus": -1, + "defence_bonus": 0.2, + "spritebounds": [ 80, 16 ] + } +]
\ No newline at end of file |