aboutsummaryrefslogtreecommitdiff
path: root/build/content/tiles.json
diff options
context:
space:
mode:
Diffstat (limited to 'build/content/tiles.json')
-rw-r--r--build/content/tiles.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/build/content/tiles.json b/build/content/tiles.json
index 40373ed..05e7975 100644
--- a/build/content/tiles.json
+++ b/build/content/tiles.json
@@ -1,24 +1,24 @@
-[
- {
- "name": "Plains",
- "move_cost": 2,
- "sight_cost": 2,
- "range_bonus": 0,
- "defence_bonus": 0.0,
- "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 ]
- }
+[
+ {
+ "name": "Plains",
+ "move_cost": 2,
+ "sight_cost": 2,
+ "range_bonus": 0,
+ "defence_bonus": 0.0,
+ "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