From 89f94dc577fa5700fe1b0ee4585dc7d1446f2f03 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Mar 2024 21:42:09 -0700 Subject: Offload the existing item rebalances to my new armor rebalance mod. --- json/items/armor/helmet.json | 101 ------------------------------------------- json/items/armor/hoods.json | 47 -------------------- 2 files changed, 148 deletions(-) delete mode 100644 json/items/armor/helmet.json diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json deleted file mode 100644 index 6d810a8..0000000 --- a/json/items/armor/helmet.json +++ /dev/null @@ -1,101 +0,0 @@ -[ - { - "id": "helmet_lsurvivor", - "type": "ARMOR", - "name": { "str": "light survivor helmet" }, - "//": "Roughly an improved tactical 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" ] - }, - { - "id": "helmet_survivor", - "type": "ARMOR", - "name": { "str": "survivor helmet" }, - "//": "Roughly an improved army helmet.", - "description": "A customized, heavily armored Kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.", - "weight": "1420 g", - "volume": "2000 ml", - "price": "0 cent", - "price_postapoc": "40 USD", - "to_hit": -1, - "bashing": 10, - "material": [ "kevlar_rigid", "leather" ], - "symbol": "[", - "looks_like": "helmet_army", - "color": "dark_gray", - "covers": [ "head" ], - "coverage": 100, - "encumbrance": 30, - "warmth": 15, - "material_thickness": 9, - "environmental_protection": 3, - "techniques": [ "WBLOCK_1" ], - "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] - }, - { - "id": "helmet_hsurvivor", - "type": "ARMOR", - "name": { "str": "heavy survivor helmet" }, - "//": "A furthur improved army helmet. But still greatly inferior to a light power armor 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", - "volume": "2500 ml", - "price": "0 cent", - "price_postapoc": "60 USD", - "to_hit": -1, - "bashing": 10, - "material": [ "kevlar_rigid", "steel" ], - "symbol": "[", - "looks_like": "helmet_survivor", - "color": "dark_gray", - "covers": [ "head" ], - "coverage": 100, - "encumbrance": 40, - "warmth": 15, - "material_thickness": 8, - "environmental_protection": 5, - "techniques": [ "WBLOCK_1" ], - "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] - }, - { - "id": "helmet_sasurvivor", - "type": "ARMOR", - "name": { "str": "superalloy survivor helmet" }, - "description": "A customized, heavily armored superalloy and Kevlar helmet, modified to provide maximum comfort and protection from harm. All the added material has made it rather heavy.", - "weight": "2649 g", - "volume": "2500 ml", - "price": "0 cent", - "price_postapoc": "65 USD", - "to_hit": -1, - "bashing": 10, - "material": [ "kevlar_rigid", "superalloy" ], - "symbol": "[", - "looks_like": "helmet_survivor", - "color": "light_cyan", - "covers": [ "head" ], - "coverage": 100, - "encumbrance": 35, - "warmth": 15, - "material_thickness": 8, - "environmental_protection": 5, - "techniques": [ "WBLOCK_1" ], - "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] - } -] diff --git a/json/items/armor/hoods.json b/json/items/armor/hoods.json index c5e5aa5..1b3d150 100644 --- a/json/items/armor/hoods.json +++ b/json/items/armor/hoods.json @@ -1,51 +1,4 @@ [ - { - "id": "hood_lsurvivor", - "type": "ARMOR", - "name": { "str": "light survivor hood" }, - "description": "A customized armored cloth and Kevlar hood, very light and durable.", - "weight": "628 g", - "volume": "750 ml", - "price": "0 cent", - "price_postapoc": "30 USD", - "to_hit": -1, - "bashing": 10, - "material": [ "kevlar", "cotton" ], - "symbol": "[", - "looks_like": "hood_survivor", - "color": "green", - "covers": [ "head" ], - "coverage": 100, - "encumbrance": 15, - "warmth": 15, - "material_thickness": 4, - "environmental_protection": 3, - "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ] - }, - { - "id": "hood_survivor", - "type": "ARMOR", - "name": { "str": "survivor hood" }, - "description": "A customized, heavily armored leather and Kevlar hood, designed to provide comfort and protection from harm.", - "weight": "820 g", - "volume": "2 L", - "price": "0 cent", - "price_postapoc": "40 USD", - "to_hit": -1, - "bashing": 10, - "material": [ "kevlar", "leather" ], - "symbol": "[", - "looks_like": "hood_rain", - "color": "brown", - "covers": [ "head" ], - "coverage": 100, - "encumbrance": 25, - "warmth": 15, - "material_thickness": 4, - "environmental_protection": 3, - "techniques": [ "WBLOCK_1" ], - "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ] - }, { "id": "hood_hsurvivor", "type": "ARMOR", -- cgit v1.2.1