diff options
Diffstat (limited to 'json/items/armor/hoods.json')
-rw-r--r-- | json/items/armor/hoods.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/json/items/armor/hoods.json b/json/items/armor/hoods.json new file mode 100644 index 0000000..ebc36be --- /dev/null +++ b/json/items/armor/hoods.json @@ -0,0 +1,51 @@ +[ + { + "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" ], + "//": "Overwrite because I disagree with BN's balancing." + }, + { + "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" ], + "//": "Overwrite because I disagree with BN's balancing." + } +] |