diff options
Diffstat (limited to 'json')
-rw-r--r-- | json/items/ammo/20x66mm.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/json/items/ammo/20x66mm.json b/json/items/ammo/20x66mm.json index 1d50c50..e5e7c1b 100644 --- a/json/items/ammo/20x66mm.json +++ b/json/items/ammo/20x66mm.json @@ -16,7 +16,7 @@ "count": 20, "stack_size": 20, "ammo_type": "20x66mm", - "range": 20, + "range": 12, "damage": { "damage_type": "bullet", "amount": 100 }, "recoil": 2500, "loudness": 160, @@ -86,7 +86,7 @@ "price_postapoc": 4000, "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "damage": { "damage_type": "bullet", "amount": 84, "armor_penetration": 8 }, - "relative": { "range": 20 }, + "relative": { "range": 12 }, "proportional": { "dispersion": 1.3, "recoil": 1.4 @@ -112,7 +112,7 @@ "price": 10000, "price_postapoc": 8000, "flags": [ "IRREPLACEABLE_CONSUMABLE" ], - "range": 20, + "range": 12, "damage": { "damage_type": "bullet", "amount": 16, "armor_penetration": 4 }, "dispersion": 120, "effects": [ "COOKOFF", "EXPLOSIVE_TINY", "NEVER_MISFIRES" ] @@ -127,7 +127,7 @@ "price_postapoc": 4000, "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "count": 10, - "range": 28, + "range": 24, "damage": { "damage_type": "heat", "amount": 16 }, "dispersion": 200, "recoil": 100, |