diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-06 17:52:20 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-06 17:52:20 -0700 |
commit | 27887be9daba9179ca86beaf522e2439ed9decad (patch) | |
tree | 247393186149711a74b7d4295a3b5e74b296720c /json | |
parent | Convert prices to cent/USD. (diff) | |
download | cataclysm-bn-mod_hk-loadout-27887be9daba9179ca86beaf522e2439ed9decad.tar.xz |
Increase range of shotgun shells as per rebalance.
Diffstat (limited to 'json')
-rw-r--r-- | json/items/ammo/shot.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/ammo/shot.json b/json/items/ammo/shot.json index 158907a..e33fc96 100644 --- a/json/items/ammo/shot.json +++ b/json/items/ammo/shot.json @@ -18,7 +18,7 @@ "stack_size": 20, "ammo_type": "shot", "casing": "shot_hull", - "range": 12, + "range": 18, "damage": { "damage_type": "bullet", "amount": 90, "armor_multiplier": 2.0 }, "recoil": 3500, "loudness": 160, |