summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-02 14:29:59 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-02 14:29:59 -0700
commit3eb3ecb658c44d1bde13ae2da01e5db72d0d49fd (patch)
tree8dd304fd95825b62b923132e0ce4bc8659555417
parentAdd Vampire Claws mutation (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-3eb3ecb658c44d1bde13ae2da01e5db72d0d49fd.tar.xz
Buff infused blood armour to not be crappier than the kevlar armour it upgrades
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json b/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json
index edc3966..0bba40f 100644
--- a/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json
@@ -6,7 +6,7 @@
"category": "armor",
"name": { "str": "blood infused survivor hood" },
"description": "An improved hood combined with leather, kevlar and blood compact sheet. The protection it used to provide has increased.",
- "weight": "1020 g",
+ "weight": "920 g",
"volume": "2 L",
"price": 0,
"to_hit": -1,
@@ -17,9 +17,9 @@
"covers": [ "HEAD" ],
"coverage": 100,
"encumbrance": 25,
- "warmth": 20,
- "material_thickness": 1,
- "environmental_protection": 2,
+ "warmth": 15,
+ "material_thickness": 3,
+ "environmental_protection": 4,
"techniques": [ "WBLOCK_1" ],
"flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ]
},