summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 17:18:56 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 17:18:56 -0700
commit1b030a07e68838669118636207025a695ae4bac5 (patch)
treeaeac3e95ecbbcbdc48fbbc420d83fa4a239da004
parentAdd changes to the superalloy survivor helmet. (diff)
downloadcataclysm-bn-mod_survivorheadgear-crafting-1b030a07e68838669118636207025a695ae4bac5.tar.xz
Fix helmet materials.
-rw-r--r--json/items/armor/helmet.json6
-rw-r--r--json/recipes/armor/head.json1
2 files changed, 3 insertions, 4 deletions
diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json
index 58e23fe..c005f11 100644
--- a/json/items/armor/helmet.json
+++ b/json/items/armor/helmet.json
@@ -86,7 +86,7 @@
"price_postapoc": 6000,
"to_hit": -1,
"bashing": 10,
- "material": [ "kevlar_rigid", "steel", "leather" ],
+ "material": [ "kevlar_rigid", "steel" ],
"symbol": "[",
"looks_like": "helmet_survivor",
"color": "dark_gray",
@@ -110,7 +110,7 @@
"price_postapoc": 6500,
"to_hit": -1,
"bashing": 10,
- "material": [ "kevlar_rigid", "superalloy", "leather" ],
+ "material": [ "kevlar_rigid", "superalloy" ],
"symbol": "[",
"looks_like": "helmet_survivor",
"color": "dark_gray",
@@ -135,7 +135,7 @@
"price_postapoc": 8000,
"to_hit": -1,
"bashing": 10,
- "material": [ "kevlar_rigid", "steel", "leather" ],
+ "material": [ "kevlar_rigid", "steel" ],
"symbol": "[",
"looks_like": "helmet_xlsurvivor",
"color": "dark_gray",
diff --git a/json/recipes/armor/head.json b/json/recipes/armor/head.json
index 4725823..6dada79 100644
--- a/json/recipes/armor/head.json
+++ b/json/recipes/armor/head.json
@@ -111,7 +111,6 @@
[ [ "helmet_liner", 1 ], [ "hat_cotton", 1 ], [ "rag", 3 ] ],
[ [ "helmet_army", 1 ] ],
[ [ "hood_rain", 1 ], [ "bag_plastic", 2 ] ],
- [ [ "leather", 8 ] ],
[ [ "steel_chunk", 2 ], [ "scrap", 6 ] ],
[ [ "duct_tape", 75 ] ],
[