summaryrefslogtreecommitdiff
path: root/mod_tileset.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-06-18 03:56:28 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-06-18 03:56:28 -0700
commit9ec06ced03e323e355d3e60ecc795f8a2e0c9a87 (patch)
treee2ca64c42be341cdec37ebaa1b465cbb4d99966a /mod_tileset.json
parentRename and rephrase hand grenade pouch to be more clear what it is. (diff)
downloadcataclysm-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.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
+ }
+ ]
+ }
+]