diff options
Diffstat (limited to 'json/items/armor/ammo_pouch.json')
-rw-r--r-- | json/items/armor/ammo_pouch.json | 46 |
1 files changed, 44 insertions, 2 deletions
diff --git a/json/items/armor/ammo_pouch.json b/json/items/armor/ammo_pouch.json index 22f0b65..fb1cc13 100644 --- a/json/items/armor/ammo_pouch.json +++ b/json/items/armor/ammo_pouch.json @@ -13,9 +13,42 @@ "copy-from": "ammo_satchel", "type": "ARMOR", "name": { "str": "magazine satchel" }, + "description": "A fabric ammo pouch that can be strapped to your chest which is capable of holding a one large magazine or speedloader close at hand.", "rigid": false, "encumbrance": 1, - "max_encumbrance": 2 + "max_encumbrance": 4, + "//": "Add explicit encumbrance.", + "//2": "Fix the description to note it now supports a large magazine." + }, + { + "id": "chestpouch", + "copy-from": "chestpouch", + "type": "ARMOR", + "name": { "str": "chest magazine pouch" }, + "description": "A fabric ammo pouch that can be strapped to your chest which is capable of holding a two magazines or speedloaders close at hand.", + "rigid": false, + "encumbrance": 1, + "max_encumbrance": 4, + "//": "Add explicit encumbrance.", + "//2": "Fix the description to note it now supports two magazines." + }, + { + "id": "chestrig", + "copy-from": "chestrig", + "type": "ARMOR", + "name": { "str": "chest rig" }, + "rigid": false, + "encumbrance": 1, + "max_encumbrance": 8, + "//": "Add explicit encumbrance.", + "//2": "Fix the incorrect vanilla use of str_sp." + }, + { + "id": "legpouch", + "copy-from": "legpouch", + "type": "ARMOR", + "name": { "str": "ankle magazine pouch", "str_pl": "ankle magazine pouches" }, + "extend": { "flags": [ "COMPACT" ] } }, { "id": "legpouch_large", @@ -69,7 +102,7 @@ "type": "ARMOR", "name": { "str": "tac vest" }, "encumbrance": 2, - "max_encumbrance": 5, + "max_encumbrance": 10, "use_action": { "type": "holster", "holster_prompt": "Stash ammo", @@ -81,5 +114,14 @@ "flags": [ "MAG_COMPACT", "MAG_BULKY" ] }, "//": "Increase the magazine capacity to five." + }, + { + "id": "ammo_satchel_leg", + "copy-from": "ammo_satchel_leg", + "type": "ARMOR", + "name": { "str": "leg ammo satchel" }, + "rigid": false, + "encumbrance": 1, + "max_encumbrance": 3 } ] |