diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-21 11:20:06 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-21 11:20:06 -0700 |
commit | 8bd5fac00ab7370b934a4d4be35216d08850f7d2 (patch) | |
tree | 6719a5c32d7502c63ef6a5a98d3fd46afa0ca85e /json/items/ammo/38super.json | |
parent | Fix mismatched 22.json (diff) | |
download | cataclysm-bn-mod_revert-handgun-damage-buff-8bd5fac00ab7370b934a4d4be35216d08850f7d2.tar.xz |
Convert from stab to bullet damage.
Diffstat (limited to 'json/items/ammo/38super.json')
-rw-r--r-- | json/items/ammo/38super.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/ammo/38super.json b/json/items/ammo/38super.json index cf35cd8..a8057e7 100644 --- a/json/items/ammo/38super.json +++ b/json/items/ammo/38super.json @@ -17,7 +17,7 @@ "ammo_type": "38super", "casing": "38super_casing", "range": 14, - "damage": { "damage_type": "stab", "amount": 26 }, + "damage": { "damage_type": "bullet", "amount": 26 }, "dispersion": 30, "recoil": 250, "effects": [ "COOKOFF" ] @@ -27,7 +27,7 @@ "copy-from": "38super_fmj", "type": "AMMO", "name": { "str_sp": ".38 Super FMJ, reloaded" }, - "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 }, + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } } |