From 9ec06ced03e323e355d3e60ecc795f8a2e0c9a87 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 18 Jun 2024 03:56:28 -0700 Subject: Fix the army winter pants lacking WATERPROOF. Modify the army winter jacket with an activate to raise the hood. Added a mod tileset for the army winter jacket with hood. --- mod_tileset.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 mod_tileset.json (limited to 'mod_tileset.json') 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 + } + ] + } +] -- cgit v1.2.1