From c2b5062d672c87048769cf95d10b362cba58bff3 Mon Sep 17 00:00:00 2001 From: LaVeyanFiend <51099123+LaVeyanFiend@users.noreply.github.com> Date: Tue, 11 Jun 2019 13:23:36 -0400 Subject: [PATCH] Pneu-shottie shells/ .410s work with bandoliers, plus a name fix --- data/json/items/armor/bandolier.json | 4 ++-- data/mods/realguns/armor.json | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/data/json/items/armor/bandolier.json b/data/json/items/armor/bandolier.json index fe683e9035df6..11c1b60d84216 100644 --- a/data/json/items/armor/bandolier.json +++ b/data/json/items/armor/bandolier.json @@ -60,7 +60,7 @@ "coverage": 10, "encumbrance": 5, "material_thickness": 1, - "use_action": { "type": "bandolier", "capacity": 25, "ammo": [ "shot", "20x66mm" ], "draw_cost": 25 }, + "use_action": { "type": "bandolier", "capacity": 25, "ammo": [ "shot", "20x66mm", "shotcanister" ], "draw_cost": 25 }, "flags": [ "WATER_FRIENDLY", "WAIST", "OVERSIZE" ] }, { @@ -78,7 +78,7 @@ "coverage": 12, "encumbrance": 15, "material_thickness": 1, - "use_action": { "type": "bandolier", "capacity": 50, "ammo": [ "shot", "20x66mm" ], "draw_cost": 35 }, + "use_action": { "type": "bandolier", "capacity": 50, "ammo": [ "shot", "20x66mm", "shotcanister" ], "draw_cost": 35 }, "flags": [ "WATER_FRIENDLY", "OVERSIZE", "BELTED" ] }, { diff --git a/data/mods/realguns/armor.json b/data/mods/realguns/armor.json index 3f5464d8a7437..00bec7cc73ad9 100644 --- a/data/mods/realguns/armor.json +++ b/data/mods/realguns/armor.json @@ -11,11 +11,18 @@ "draw_cost": 20 } }, + { + "id": "torso_bandolier_shotgun", + "copy-from": "torso_bandolier_shotgun", + "type": "ARMOR", + "name": "torso shotgun bandolier", + "use_action": { "type": "bandolier", "capacity": 50, "ammo": [ "410", "shot", "20x66mm", "shotcanister" ], "draw_cost": 35 } + }, { "id": "bandolier_shotgun", "copy-from": "bandolier_shotgun", "type": "ARMOR", - "name": "shotgun bandolier", - "use_action": { "type": "bandolier", "capacity": 12, "ammo": [ "410", "shot", "20x66mm" ], "draw_cost": 20 } + "name": "waist shotgun bandolier", + "use_action": { "type": "bandolier", "capacity": 12, "ammo": [ "410", "shot", "20x66mm", "shotcanister" ], "draw_cost": 20 } } ]