summaryrefslogtreecommitdiff
path: root/mod_tileset.json
diff options
context:
space:
mode:
Diffstat (limited to 'mod_tileset.json')
-rw-r--r--mod_tileset.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/mod_tileset.json b/mod_tileset.json
new file mode 100644
index 0000000..7d1f72d
--- /dev/null
+++ b/mod_tileset.json
@@ -0,0 +1,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
+ }
+ ]
+ }
+]