diff options
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." } ] |