diff options
Diffstat (limited to 'json/items/armor/legs_armor.json')
-rw-r--r-- | json/items/armor/legs_armor.json | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/json/items/armor/legs_armor.json b/json/items/armor/legs_armor.json index 6a4a72a..59e75dc 100644 --- a/json/items/armor/legs_armor.json +++ b/json/items/armor/legs_armor.json @@ -1,5 +1,14 @@ [ { + "id": "bunker_pants", + "copy-from": "bunker_pants", + "type": "ARMOR", + "name": { "str_sp": "turnout trousers" }, + "storage": "7100 ml", + "encumbrance": 24, + "max_encumbrance": 30 + }, + { "id": "knee_pads", "copy-from": "knee_pads", "type": "ARMOR", @@ -13,8 +22,7 @@ "type": "ARMOR", "name": { "str": "pair of hard leg guards", "str_pl": "pairs of hard leg guards" }, "coverage": 90, - "encumbrance": 4, - "extend": { "flags": [ "STURDY" ] } + "encumbrance": 4 }, { "id": "lsurvivor_pants", @@ -28,6 +36,15 @@ "max_encumbrance": 16 }, { + "id": "motorbike_pants", + "copy-from": "motorbike_pants", + "type": "ARMOR", + "name": { "str": "pair of motorcycle jeans", "str_pl": "pairs of motorcycle jeans" }, + "storage": "4660 ml", + "encumbrance": 10, + "max_encumbrance": 14 + }, + { "id": "pants_survivor", "copy-from": "pants_survivor", "type": "ARMOR", |