diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-14 17:17:52 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-14 17:17:52 -0800 |
commit | 5ebe4e29a5f3e11f52dad9d20953b33f94597bf8 (patch) | |
tree | 8cc5d84d45cfc9ae40d32dda4e9459e09d11d8f3 /json/items/gun/84x246mm.json | |
download | cataclysm-bn-mod_packed-at4-5ebe4e29a5f3e11f52dad9d20953b33f94597bf8.tar.xz |
Initial commit
Diffstat (limited to 'json/items/gun/84x246mm.json')
-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 + } +] |