aboutsummaryrefslogtreecommitdiff
path: root/build/content/tiles.json
blob: bb34075aa2344f45ecfa4e2273f302187a458636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 ]
    }
]