diff options
Diffstat (limited to 'json/items/armor/ammo_pouch.json')
-rw-r--r-- | json/items/armor/ammo_pouch.json | 53 |
1 files changed, 46 insertions, 7 deletions
diff --git a/json/items/armor/ammo_pouch.json b/json/items/armor/ammo_pouch.json index eb19d7d..22f0b65 100644 --- a/json/items/armor/ammo_pouch.json +++ b/json/items/armor/ammo_pouch.json @@ -9,13 +9,6 @@ "max_encumbrance": 5 }, { - "id": "legpouch_large", - "copy-from": "legpouch_large", - "type": "ARMOR", - "name": { "str": "leg magazine pouch", "str_pl": "leg magazine pouch" }, - "extend": { "flags": [ "COMPACT" ] } - }, - { "id": "ammo_satchel", "copy-from": "ammo_satchel", "type": "ARMOR", @@ -25,6 +18,52 @@ "max_encumbrance": 2 }, { + "id": "legpouch_large", + "copy-from": "legpouch_large", + "type": "ARMOR", + "name": { "str": "leg magazine pouch", "str_pl": "leg magazine pouches" }, + "extend": { "flags": [ "COMPACT" ] } + }, + { + "id": "modularvest", + "copy-from": "modularvest", + "type": "ARMOR", + "name": { "str": "MBR vest (empty)", "str_pl": "MBR vests (empty)" }, + "encumbrance": 8 + }, + { + "id": "modularvestceramic", + "copy-from": "modularvestceramic", + "type": "ARMOR", + "name": { "str": "MBR vest (ceramic plates)", "str_pl": "MBR vests (ceramic plates)" }, + "weight": "4308 g", + "encumbrance": 10 + }, + { + "id": "modularvesthard", + "type": "ARMOR", + "copy-from": "modularvesthard", + "name": { "str": "MBR vest (hard plates)", "str_pl": "MBR vests (hard plates)" }, + "weight": "14860 g", + "encumbrance": 20 + }, + { + "id": "modularveststeel", + "copy-from": "modularveststeel", + "type": "ARMOR", + "name": { "str": "MBR vest (steel plating)", "str_pl": "MBR vests (steel plating)" }, + "weight": "10860 g", + "price": "399 USD", + "encumbrance": 20 + }, + { + "id": "modularvestsuper", + "copy-from": "modularvestsuper", + "type": "ARMOR", + "name": { "str": "MBR vest (superalloy)", "str_pl": "MBR vests (superalloy)" }, + "encumbrance": 15 + }, + { "id": "tacvest", "copy-from": "tacvest", "type": "ARMOR", |