diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-02 16:54:21 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-02 16:54:21 -0800 |
commit | 7a30b62df05af1077d43f09c5af36466f48e16b9 (patch) | |
tree | 43d54ee4a80fcb3ea6acc0f170b77783cde2296b /json/items/gun/84x246mm.json | |
parent | Initial commit (diff) | |
download | cataclysm-bn-mod_packed-at4-7a30b62df05af1077d43f09c5af36466f48e16b9.tar.xz |
Set ammo types to arrays.
Fix AT4 prices.
Fix packed AT4 name to use str like the packed LAW does.
Remove some extraneous whitespace.
Template the packed AT4 from the packed LAW.
Diffstat (limited to 'json/items/gun/84x246mm.json')
-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 |