diff options
Diffstat (limited to 'json/items/gun')
-rw-r--r-- | json/items/gun/84x246mm.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/json/items/gun/84x246mm.json b/json/items/gun/84x246mm.json index 8652bb5..ea39bab 100644 --- a/json/items/gun/84x246mm.json +++ b/json/items/gun/84x246mm.json @@ -6,10 +6,11 @@ "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", + "ammo": [ "84x246mm" ], "weight": "6803 g", "volume": "3500 ml", - "price_postapoc": 6000, + "price": 400000, + "price_postapoc": 5000, "bashing": 4, "dispersion": 200, "durability": 7 |