From 44b1eeddc212e120c5b46182646ea2a72aae231c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 7 Feb 2024 20:14:40 -0800 Subject: Add name and mod slot fixes for the m3 rifle. --- json/items/gun/84x246mm.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/json/items/gun/84x246mm.json b/json/items/gun/84x246mm.json index 6d20ead..90e37f2 100644 --- a/json/items/gun/84x246mm.json +++ b/json/items/gun/84x246mm.json @@ -1,4 +1,23 @@ [ + { + "id": "m3_carlgustav", + "copy-from": "m3_carlgustav", + "type": "GUN", + "name": { "str": "M3 recoilless rifle" }, + "description": "Manufactured in Sweden, the Carl Gustaf M3 is a breech-loading 84 millimeter man-portable, reusable, multi-role recoilless rifle commonly used by the US military.", + "valid_mod_locations": [ + [ "accessories", 4 ], + [ "barrel", 1 ], + [ "grip", 1 ], + [ "mechanism", 4 ], + [ "sights", 1 ], + [ "rail mount", 1 ], + [ "underbarrel mount", 1 ], + [ "sling", 1 ] + ], + "//": "Fix description to Gustaf. Gustaf Gun, with an F, is this thing. Gustav Gun, with a V, is Thomas the Tank Engine's grumpy German cousin. xD", + "//2": "Add a sling mod slot. Every other rocket launcher has one." + }, { "id": "AT4", "type": "GUN", -- cgit v1.2.1