summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-11 22:16:28 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-11 22:16:28 -0700
commitacf34fc4450c09a5a04a73799993ccfbacc6451b (patch)
tree4c0ad1e9e9b884d0d03524e314fdc81c00ef7d7e
parentOffload the existing item rebalances to my new armor rebalance mod. (diff)
downloadcataclysm-bn-mod_survivorheadgear-crafting-acf34fc4450c09a5a04a73799993ccfbacc6451b.tar.xz
Restore the Light Surivor Helmet. Update modinfo.
-rw-r--r--Readme.txt2
-rw-r--r--json/items/armor/helmets.json28
-rw-r--r--modinfo.json2
3 files changed, 31 insertions, 1 deletions
diff --git a/Readme.txt b/Readme.txt
index d2e4cee..6496759 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -16,6 +16,7 @@ Light Survivor Helmet
XL Heavy Survivor Helmet
Heavy Survivor Hood
XL Heavy Survivor Hood
+Survivor Cloak
-New Recipes:
Light Survivor Helmet
@@ -23,6 +24,7 @@ XL Heavy Survivor Helmet
XL Superalloy Survivor Helmet
Heavy Survivor Hood
XL Heavy Survivor Hood
+Survivor Cloak
-Rebalancing:
diff --git a/json/items/armor/helmets.json b/json/items/armor/helmets.json
new file mode 100644
index 0000000..b9537c0
--- /dev/null
+++ b/json/items/armor/helmets.json
@@ -0,0 +1,28 @@
+[
+ {
+ "id": "helmet_lsurvivor",
+ "type": "ARMOR",
+ "name": { "str": "light survivor 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",
+ "price": "0 cent",
+ "price_postapoc": "30 USD",
+ "to_hit": -1,
+ "bashing": 10,
+ "material": [ "kevlar_rigid", "cotton" ],
+ "symbol": "[",
+ "looks_like": "helmet_survivor",
+ "color": "dark_gray",
+ "covers": [ "head" ],
+ "coverage": 100,
+ "encumbrance": 15,
+ "warmth": 15,
+ "material_thickness": 9,
+ "environmental_protection": 3,
+ "techniques": [ "WBLOCK_1" ],
+ "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ],
+ "//": "Roughly an improved tactical helmet.",
+ "//2": "Overwrite because I disagree with BN's balancing."
+ }
+]
diff --git a/modinfo.json b/modinfo.json
index e233a28..3fbe477 100644
--- a/modinfo.json
+++ b/modinfo.json
@@ -4,7 +4,7 @@
"ident": "survivorheadgear_crafting",
"name": "Survivor Headgear Crafting",
"authors": ["jc_gargma"],
- "description": "Add Survivor Helmets and recipes. Also tweak the existing Survivor Hoods.",
+ "description": "Adds a Light Survivor Helmet, Heavy Survivor Hood, and a Survivor Cloak. Also tweak the recipes.",
"category": "items",
"dependencies": [ "bn" ]
}