diff options
Diffstat (limited to 'json/items/gun')
-rw-r--r-- | json/items/gun/84x246mm.json | 17 |
1 files changed, 17 insertions, 0 deletions
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 + } +] |