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/arms_armor.json | |
download | cataclysm-bn-mod_armor-rebalance-af2a3c6863250f92f426dae9cee7919d84fce991.tar.xz |
Initial commit.
Diffstat (limited to 'json/items/armor/arms_armor.json')
-rw-r--r-- | json/items/armor/arms_armor.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/json/items/armor/arms_armor.json b/json/items/armor/arms_armor.json new file mode 100644 index 0000000..c76be5d --- /dev/null +++ b/json/items/armor/arms_armor.json @@ -0,0 +1,53 @@ +[ + { + "id": "elbow_pads", + "copy-from": "elbow_pads", + "type": "ARMOR", + "name": { "str": "pair of elbow pads", "str_pl": "pairs of elbow pads" }, + "extend": { "flags": [ "COMPACT", "ONLY_ONE" ] }, + "//": "Add the ONLY_ONE flag to prevent stacking this 0 encumbrance item." + }, + { + "id": "armguard_hard", + "copy-from": "armguard_hard", + "type": "ARMOR", + "name": { "str": "pair of hard arm guards", "str_pl": "pairs of hard arm guards" }, + "coverage": 90, + "encumbrance": 5, + "extend": { "flags": [ "STURDY" ] } + }, + { + "id": "armguard_larmor", + "copy-from": "armguard_larmor", + "type": "ARMOR", + "name": { "str": "pair of leather arm guards", "str_pl": "pairs of leather arm guards" }, + "weight": "730 g", + "coverage": 95, + "encumbrance": 5, + "delete": { "flags": [ "VARSIZE" ] } + }, + { + "id": "armguard_lightplate", + "copy-from": "armguard_lightplate", + "type": "ARMOR", + "name": { "str": "pair of steel arm guards", "str_pl": "pairs of steel arm guards" }, + "encumbrance": 15 + }, + { + "id": "armguard_chitin", + "copy-from": "armguard_chitin", + "type": "ARMOR", + "name": { "str": "pair of chitin arm guards", "str_pl": "pairs of chitin arm guards" }, + "coverage": 90, + "encumbrance": 4, + "material_thickness": 3 + }, + { + "id": "armguard_acidchitin", + "copy-from": "armguard_acidchitin", + "type": "ARMOR", + "name": { "str": "pair of biosilicified chitin arm guards", "str_pl": "pairs of biosilicified chitin arm guards" }, + "material_thickness": 4, + "extend": { "flags": [ "NO_REPAIR" ] } + } +] |