summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-25 03:55:11 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-25 03:55:11 -0700
commitb235a26a3cf2500e67803d9f880c41bfefaa9bcb (patch)
treebdd842819d9faebc413ea443c2bed3d9a9729593
parentAdd XL Heavy Survivor Hood and Helemt (diff)
downloadcataclysm-dda-mod_survivorheadgear-crafting-b235a26a3cf2500e67803d9f880c41bfefaa9bcb.tar.xz
Fix aliases on the new items
Split the hoods to a separate json
-rw-r--r--json/items/armor/helmet.json74
-rw-r--r--json/items/armor/hoods.json74
2 files changed, 75 insertions, 73 deletions
diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json
index 24047b5..4621149 100644
--- a/json/items/armor/helmet.json
+++ b/json/items/armor/helmet.json
@@ -108,7 +108,7 @@
"bashing": 10,
"material": [ "kevlar", "steel", "leather" ],
"symbol": "[",
- "looks_like": "helmet_army",
+ "looks_like": "helmet_xlsurvivor",
"color": "dark_gray",
"covers": [ "HEAD" ],
"coverage": 100,
@@ -118,77 +118,5 @@
"environmental_protection": 5,
"techniques": [ "WBLOCK_1" ],
"flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY" ]
- },
- {
- "id": "hood_xlsurvivor",
- "type": "ARMOR",
- "category": "armor",
- "name": { "str": "XL survivor hood" },
- "description": "A massive customized, heavily armored leather and Kevlar hood, designed to provide comfort and protection from harm.",
- "weight": "1640 g",
- "volume": "4500 ml",
- "price": 58000,
- "to_hit": -1,
- "bashing": 10,
- "material": [ "kevlar", "leather" ],
- "symbol": "[",
- "looks_like": "hood_survivor",
- "color": "brown",
- "covers": [ "HEAD" ],
- "coverage": 100,
- "encumbrance": 40,
- "warmth": 15,
- "material_thickness": 4,
- "environmental_protection": 3,
- "techniques": [ "WBLOCK_1" ],
- "flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ]
- },
- {
- "id": "hood_hsurvivor",
- "type": "ARMOR",
- "category": "armor",
- "name": { "str": "heavy survivor hood" },
- "description": "A customized, heavily armored steel and Kevlar hood, designed to provide comfort and protection from harm.",
- "weight": "1100 g",
- "volume": "3250 ml",
- "price": 58000,
- "to_hit": -1,
- "bashing": 10,
- "material": [ "kevlar", "steel", "leather" ],
- "symbol": "[",
- "looks_like": "helmet_survivor",
- "color": "brown",
- "covers": [ "HEAD" ],
- "coverage": 100,
- "encumbrance": 40,
- "warmth": 15,
- "material_thickness": 6,
- "environmental_protection": 3,
- "techniques": [ "WBLOCK_1" ],
- "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ]
- },
- {
- "id": "hood_xlhsurvivor",
- "type": "ARMOR",
- "category": "armor",
- "name": { "str": "XL heavy survivor hood" },
- "description": "A massive customized, heavily armored steel and Kevlar hood, designed to provide comfort and protection from harm.",
- "weight": "2200 g",
- "volume": "6 L",
- "price": 58000,
- "to_hit": -1,
- "bashing": 10,
- "material": [ "kevlar", "steel", "leather" ],
- "symbol": "[",
- "looks_like": "helmet_survivor",
- "color": "brown",
- "covers": [ "HEAD" ],
- "coverage": 100,
- "encumbrance": 40,
- "warmth": 15,
- "material_thickness": 6,
- "environmental_protection": 3,
- "techniques": [ "WBLOCK_1" ],
- "flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ]
}
]
diff --git a/json/items/armor/hoods.json b/json/items/armor/hoods.json
new file mode 100644
index 0000000..f09482c
--- /dev/null
+++ b/json/items/armor/hoods.json
@@ -0,0 +1,74 @@
+[
+ {
+ "id": "hood_xlsurvivor",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "XL survivor hood" },
+ "description": "A massive customized, heavily armored leather and Kevlar hood, designed to provide comfort and protection from harm.",
+ "weight": "1640 g",
+ "volume": "4500 ml",
+ "price": 58000,
+ "to_hit": -1,
+ "bashing": 10,
+ "material": [ "kevlar", "leather" ],
+ "symbol": "[",
+ "looks_like": "hood_survivor",
+ "color": "brown",
+ "covers": [ "HEAD" ],
+ "coverage": 100,
+ "encumbrance": 40,
+ "warmth": 15,
+ "material_thickness": 4,
+ "environmental_protection": 3,
+ "techniques": [ "WBLOCK_1" ],
+ "flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ]
+ },
+ {
+ "id": "hood_hsurvivor",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "heavy survivor hood" },
+ "description": "A customized, heavily armored steel and Kevlar hood, designed to provide comfort and protection from harm.",
+ "weight": "1100 g",
+ "volume": "3250 ml",
+ "price": 58000,
+ "to_hit": -1,
+ "bashing": 10,
+ "material": [ "kevlar", "steel", "leather" ],
+ "symbol": "[",
+ "looks_like": "hood_survivor",
+ "color": "brown",
+ "covers": [ "HEAD" ],
+ "coverage": 100,
+ "encumbrance": 40,
+ "warmth": 15,
+ "material_thickness": 6,
+ "environmental_protection": 3,
+ "techniques": [ "WBLOCK_1" ],
+ "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ]
+ },
+ {
+ "id": "hood_xlhsurvivor",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "XL heavy survivor hood" },
+ "description": "A massive customized, heavily armored steel and Kevlar hood, designed to provide comfort and protection from harm.",
+ "weight": "2200 g",
+ "volume": "6 L",
+ "price": 58000,
+ "to_hit": -1,
+ "bashing": 10,
+ "material": [ "kevlar", "steel", "leather" ],
+ "symbol": "[",
+ "looks_like": "hood_survivor",
+ "color": "brown",
+ "covers": [ "HEAD" ],
+ "coverage": 100,
+ "encumbrance": 40,
+ "warmth": 15,
+ "material_thickness": 6,
+ "environmental_protection": 3,
+ "techniques": [ "WBLOCK_1" ],
+ "flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ]
+ }
+]