From 5ebe4e29a5f3e11f52dad9d20953b33f94597bf8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 14 Jan 2022 17:17:52 -0800 Subject: Initial commit --- json/items/gun/84x246mm.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 json/items/gun/84x246mm.json (limited to 'json/items/gun') diff --git a/json/items/gun/84x246mm.json b/json/items/gun/84x246mm.json new file mode 100644 index 0000000..8652bb5 --- /dev/null +++ b/json/items/gun/84x246mm.json @@ -0,0 +1,17 @@ +[ + { + "id": "AT4", + "type": "GUN", + "copy-from": "m3_carlgustav", + "name": { "str": "AT4" }, + "description": "Mil-Spec rocket launcher. An 84-mm unguided, portable, single-shot recoilless smoothbore weapon used primarily by the US military.", + "extend": { "flags": [ "FIRE_TWOHAND", "NO_REPAIR", "NO_UNLOAD", "NO_RELOAD", "TRADER_AVOID" ] }, + "ammo": "84x246mm", + "weight": "6803 g", + "volume": "3500 ml", + "price_postapoc": 6000, + "bashing": 4, + "dispersion": 200, + "durability": 7 + } +] -- cgit v1.2.1