diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-18 03:56:28 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-18 03:56:28 -0700 |
commit | 9ec06ced03e323e355d3e60ecc795f8a2e0c9a87 (patch) | |
tree | e2ca64c42be341cdec37ebaa1b465cbb4d99966a /mod_tileset.json | |
parent | Rename and rephrase hand grenade pouch to be more clear what it is. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-9ec06ced03e323e355d3e60ecc795f8a2e0c9a87.tar.xz |
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.
Diffstat (limited to 'mod_tileset.json')
-rw-r--r-- | mod_tileset.json | 24 |
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 + } + ] + } +] |