From 3eb3ecb658c44d1bde13ae2da01e5db72d0d49fd Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sun, 2 May 2021 14:29:59 -0700
Subject: Buff infused blood armour to not be crappier than the kevlar armour
 it upgrades

---
 .../Items/Armor_Set/Infused/v_bloodinfusedset.json                | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'vamp_stuff/Modification_Files/Items/Armor_Set')

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" ]
   },
-- 
cgit v1.2.1