summaryrefslogtreecommitdiff
path: root/mod_tileset.json
blob: 7d1f72d66f60bc280bcfc9a1bdf33916c13462d3 (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
[
  {
    "type": "mod_tileset",
    "compatibility": [
      "UNDEAD_PEOPLE",
      "UNDEAD_PEOPLE_BASE",
      "UNDEAD_PEOPLE_LEGACY"
    ],
    "tiles-new": [
      {
        "file": "armor_rebalance.png",
        "tiles": [
          { "id": "winter_jacket_army_hood", "fg": 0, "rotates": false },
          { "id": "overlay_wielded_winter_jacket_army_hood", "fg": 0, "rotates": false },
          { "id": "overlay_worn_winter_jacket_army_hood", "fg": 1, "rotates": false }
        ],
        "sprite_width": 32,
        "sprite_height": 32,
        "sprite_offset_x": 0,
        "sprite_offset_y": 0
      }
    ]
  }
]