summaryrefslogtreecommitdiff
path: root/json/items/armor/arms_armor.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 14:40:59 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 14:40:59 -0700
commit657bdd1cc65b70a0ec98ecf923d531bfd17ab0e9 (patch)
tree230a55065d0cd79243c91eebe582063157a42f63 /json/items/armor/arms_armor.json
parentConvert the RX11 and wearable RX12 into actual pieces of clothing that can be... (diff)
downloadcataclysm-bn-mod_armor-rebalance-657bdd1cc65b70a0ec98ecf923d531bfd17ab0e9.tar.xz
Add more items in need of specific coverage. And fix some oversights.
Diffstat (limited to 'json/items/armor/arms_armor.json')
-rw-r--r--json/items/armor/arms_armor.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/json/items/armor/arms_armor.json b/json/items/armor/arms_armor.json
index 21e7b3e..3cd6894 100644
--- a/json/items/armor/arms_armor.json
+++ b/json/items/armor/arms_armor.json
@@ -43,11 +43,25 @@
"encumbrance": 15
},
{
+ "id": "armguard_lightplate_superalloy",
+ "copy-from": "armguard_lightplate_superalloy",
+ "type": "ARMOR",
+ "name": { "str": "pair of superalloy arm guards", "str_pl": "pairs of superalloy arm guards" },
+ "encumbrance": 10
+ },
+ {
"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": "vambrace_larmor",
+ "copy-from": "vambrace_larmor",
+ "type": "ARMOR",
+ "name": { "str": "pair of leather vambraces", "str_pl": "pairs of leather vambraces" },
+ "encumbrance": 5
}
]