diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 01:13:39 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-12 01:13:39 -0700 |
commit | 97a6f6a9a41541a84aac44a2fb376ebcb9a69715 (patch) | |
tree | dc43100060418aab3cf2b75e8bf2ef1aad9f1a98 /json/items/armor/arms_armor.json | |
parent | Merge mbr_vests_return mod. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-97a6f6a9a41541a84aac44a2fb376ebcb9a69715.tar.xz |
Re-order against base json to ease diffing.
Also fix a few minor bugs.
Diffstat (limited to 'json/items/armor/arms_armor.json')
-rw-r--r-- | json/items/armor/arms_armor.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/json/items/armor/arms_armor.json b/json/items/armor/arms_armor.json index c76be5d..21e7b3e 100644 --- a/json/items/armor/arms_armor.json +++ b/json/items/armor/arms_armor.json @@ -1,11 +1,20 @@ [ { - "id": "elbow_pads", - "copy-from": "elbow_pads", + "id": "armguard_chitin", + "copy-from": "armguard_chitin", "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." + "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" ] } }, { "id": "armguard_hard", @@ -34,20 +43,11 @@ "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", + "id": "elbow_pads", + "copy-from": "elbow_pads", "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" ] } + "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." } ] |