diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-31 20:36:01 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-31 20:36:01 -0800 |
commit | 27121bf693be79b00044fbed0a59ba1e72e8c3e9 (patch) | |
tree | bbc92121bc2b64d1f804fccbd626066e9009a558 /json/items | |
parent | Update readme. (diff) | |
download | cataclysm-dda-mod_survivorheadgear-crafting-master.tar.xz |
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/armor/cloaks.json | 12 | ||||
-rw-r--r-- | json/items/armor/helmet.json | 20 | ||||
-rw-r--r-- | json/items/armor/hoods.json | 18 |
3 files changed, 28 insertions, 22 deletions
diff --git a/json/items/armor/cloaks.json b/json/items/armor/cloaks.json index a8fd335..7ee8e5a 100644 --- a/json/items/armor/cloaks.json +++ b/json/items/armor/cloaks.json @@ -13,10 +13,16 @@ "material": [ "cotton", "kevlar" ], "symbol": "[", "color": "brown", - "covers": [ "torso", "arms", "legs" ], + "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ], "coverage": 65, - "encumbrance": 2, - "storage": "9 L", + "pocket_data": [ + { "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "4 kg", "moves": 80 }, + { "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "4 kg", "moves": 80 }, + { "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "2 kg", "moves": 80 }, + { "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "2 kg", "moves": 80 }, + { "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "1 kg", "moves": 120 }, + { "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "1 kg", "moves": 120 } + ], "warmth": 10, "material_thickness": 3, "valid_mods": [ "steel_padded", "alloy_padded" ], diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json index 422c7d9..a46feee 100644 --- a/json/items/armor/helmet.json +++ b/json/items/armor/helmet.json @@ -3,7 +3,7 @@ "id": "helmet_lsurvivor", "type": "ARMOR", "name": { "str": "light survivor helmet" }, - "note": "Roughly an improved tactical helmet.", + "//": "Roughly an improved tactical helmet.", "description": "A customized, heavily armored Kevlar helmet, modified with cotton reinforcements to provide maximum comfort and protection from harm. All the added material has kept it rather light.", "weight": "910 g", "volume": "1750 ml", @@ -11,7 +11,7 @@ "price_postapoc": 3000, "to_hit": -1, "bashing": 10, - "material": [ "kevlar", "cotton" ], + "material": [ "kevlar_rigid", "cotton" ], "symbol": "[", "looks_like": "helmet_survivor", "color": "dark_gray", @@ -28,7 +28,7 @@ "id": "helmet_survivor", "type": "ARMOR", "name": { "str": "survivor helmet" }, - "note": "Roughly an improved army helmet.", + "//": "Roughly an improved army helmet.", "description": "A customized, heavily armored Kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.", "weight": "1420 g", "volume": "2000 ml", @@ -36,7 +36,7 @@ "price_postapoc": 4000, "to_hit": -1, "bashing": 10, - "material": [ "kevlar", "leather" ], + "material": [ "kevlar_rigid", "leather" ], "symbol": "[", "looks_like": "helmet_army", "color": "dark_gray", @@ -53,7 +53,7 @@ "id": "helmet_xlsurvivor", "type": "ARMOR", "name": { "str": "XL survivor helmet" }, - "note": "Double the weight of a survivor helm for the same protection.", + "//": "Double the weight of a survivor helm for the same protection.", "description": "A massive customized, heavily armored Kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.", "weight": "2840 g", "volume": "6 L", @@ -61,7 +61,7 @@ "price_postapoc": 6000, "to_hit": -1, "bashing": 10, - "material": [ "kevlar", "leather" ], + "material": [ "kevlar_rigid", "leather" ], "symbol": "[", "looks_like": "helmet_army", "color": "dark_gray", @@ -78,7 +78,7 @@ "id": "helmet_hsurvivor", "type": "ARMOR", "name": { "str": "heavy survivor helmet" }, - "note": "A furthur improved army helmet. But still greatly inferior to a light power armor helmet.", + "//": "A furthur improved army helmet. But still greatly inferior to a light power armor helmet.", "description": "A customized, heavily armored steel and Kevlar helmet, modified to provide maximum comfort and protection from harm. All the added material has made it rather heavy.", "weight": "1712 g", "volume": "2500 ml", @@ -86,7 +86,7 @@ "price_postapoc": 6000, "to_hit": -1, "bashing": 10, - "material": [ "kevlar", "steel", "leather" ], + "material": [ "kevlar_rigid", "steel", "leather" ], "symbol": "[", "looks_like": "helmet_army", "color": "dark_gray", @@ -103,7 +103,7 @@ "id": "helmet_xlhsurvivor", "type": "ARMOR", "name": { "str": "XL heavy survivor helmet" }, - "note": "Double the weight of a heavy survivor helm for the same protection.", + "//": "Double the weight of a heavy survivor helm for the same protection.", "description": "A massive customized, heavily armored steel and Kevlar helmet, modified to provide maximum comfort and protection from harm. All the added material has made it rather heavy.", "weight": "4224 g", "volume": "6 L", @@ -111,7 +111,7 @@ "price_postapoc": 8000, "to_hit": -1, "bashing": 10, - "material": [ "kevlar", "steel", "leather" ], + "material": [ "kevlar_rigid", "steel", "leather" ], "symbol": "[", "looks_like": "helmet_xlsurvivor", "color": "dark_gray", diff --git a/json/items/armor/hoods.json b/json/items/armor/hoods.json index 89b9be4..fdb5f23 100644 --- a/json/items/armor/hoods.json +++ b/json/items/armor/hoods.json @@ -6,11 +6,11 @@ "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": 0, - "price_postapoc": 5000, + "price": 58000, + "price_postapoc": 2500, "to_hit": -1, "bashing": 10, - "material": [ "kevlar", "leather" ], + "material": [ "kevlar_layered", "leather" ], "symbol": "[", "looks_like": "hood_survivor", "color": "brown", @@ -30,11 +30,11 @@ "description": "A customized, heavily armored steel and Kevlar hood, designed to provide comfort and protection from harm.", "weight": "1100 g", "volume": "3250 ml", - "price": 0, - "price_postapoc": 5000, + "price": 58000, + "price_postapoc": 2500, "to_hit": -1, "bashing": 10, - "material": [ "kevlar", "steel", "leather" ], + "material": [ "kevlar_layered", "steel", "leather" ], "symbol": "[", "looks_like": "hood_survivor", "color": "brown", @@ -54,11 +54,11 @@ "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": 0, - "price_postapoc": 6000, + "price": 58000, + "price_postapoc": 2500, "to_hit": -1, "bashing": 10, - "material": [ "kevlar", "steel", "leather" ], + "material": [ "kevlar_layered", "steel", "leather" ], "symbol": "[", "looks_like": "hood_survivor", "color": "brown", |