diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-08 13:09:47 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-08 13:09:47 -0800 |
commit | d834ba7294031064953d416f7e8c6ad6119f4d95 (patch) | |
tree | f15900aa45505860aad5ff1206e57b370c1b83a4 /json/items/armor | |
parent | Preliminary survivor cloak data. (diff) | |
download | cataclysm-dda-mod_survivorheadgear-crafting-d834ba7294031064953d416f7e8c6ad6119f4d95.tar.xz |
Fix the weight of the helmets.
0.D had the heavy at 1712 g
Diffstat (limited to 'json/items/armor')
-rw-r--r-- | json/items/armor/helmet.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json index fe0ebfe..c94ab98 100644 --- a/json/items/armor/helmet.json +++ b/json/items/armor/helmet.json @@ -4,7 +4,7 @@ "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": "1000 g", + "weight": "910 g", "volume": "1750 ml", "price": 0, "price_postapoc": 3000, @@ -52,7 +52,7 @@ "type": "ARMOR", "name": { "str": "XL survivor helmet" }, "description": "A massive customized, heavily armored Kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.", - "weight": "3060 g", + "weight": "2840 g", "volume": "6 L", "price": 0, "price_postapoc": 6000, @@ -76,7 +76,7 @@ "type": "ARMOR", "name": { "str": "heavy survivor 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": "3312 g", + "weight": "1712 g", "volume": "2500 ml", "price": 0, "price_postapoc": 6000, @@ -100,7 +100,7 @@ "type": "ARMOR", "name": { "str": "XL heavy survivor helmet" }, "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": "7137 g", + "weight": "3424 g", "volume": "6 L", "price": 0, "price_postapoc": 8000, |