diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 21:53:20 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-11 21:53:20 -0700 |
commit | af2a3c6863250f92f426dae9cee7919d84fce991 (patch) | |
tree | 066a23dd99b886d14c852af727690c48a6e54c6c /json/items/armor/boots.json | |
download | cataclysm-bn-mod_armor-rebalance-af2a3c6863250f92f426dae9cee7919d84fce991.tar.xz |
Initial commit.
Diffstat (limited to 'json/items/armor/boots.json')
-rw-r--r-- | json/items/armor/boots.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/json/items/armor/boots.json b/json/items/armor/boots.json new file mode 100644 index 0000000..8dc3d89 --- /dev/null +++ b/json/items/armor/boots.json @@ -0,0 +1,39 @@ +[ + { + "id": "stockings", + "type": "ARMOR", + "name": { "str": "pair of stockings", "str_pl": "pairs of stockings" }, + "description": "Long cotton socks that reach above the knees to help protect from the cold.", + "weight": "90 g", + "volume": "250 ml", + "price": "5 USD", + "price_postapoc": "250 cent", + "material": [ "cotton" ], + "symbol": "[", + "looks_like": "leg_warmers", + "color": "dark_gray", + "armor_portion_data": [ + { "covers": [ "legs" ], "coverage": 75, "encumbrance": 5 }, + { "covers": [ "feet" ], "coverage": 100, "encumbrance": 5 } + ], + "warmth": 10, + "material_thickness": 1, + "flags": [ "VARSIZE", "SKINTIGHT", "POWERARMOR_COMPATIBLE" ] + }, + { + "id": "boots_combat", + "copy-from": "boots_combat", + "type": "ARMOR", + "name": { "str": "pair of combat boots", "str_pl": "pairs of combat boots" }, + "encumbrance": 12, + "//": "Add the mising 'pair of' to the name.", + "//2": "Reduce the encumbrance." + }, + { + "id": "sandal_armor", + "copy-from": "sandal_armor", + "type": "ARMOR", + "name": { "str": "pair of armored sandals", "str_pl": "pairs of armored sandals" }, + "//": "Add the mising 'pair of' to the name." + } +] |