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/10mm.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/10mm.json')
-rw-r--r-- | json/items/ammo/10mm.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/json/items/ammo/10mm.json b/json/items/ammo/10mm.json index 9b15e53..7585a25 100644 --- a/json/items/ammo/10mm.json +++ b/json/items/ammo/10mm.json @@ -17,7 +17,7 @@ "ammo_type": "10mm", "casing": "10mm_casing", "range": 14, - "damage": { "damage_type": "stab", "amount": 28, "armor_penetration": 4 }, + "damage": { "damage_type": "bullet", "amount": 28, "armor_penetration": 4 }, "dispersion": 50, "recoil": 750, "effects": [ "COOKOFF" ] @@ -29,7 +29,7 @@ "name": { "str_sp": "10mm Auto FMJ, black powder" }, "proportional": { "price": 0.3, - "damage": { "damage_type": "stab", "amount": 0.76, "armor_penetration": 0.5 }, + "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 }, "recoil": 0.76, "dispersion": 1.2 }, @@ -41,7 +41,7 @@ "copy-from": "10mm_fmj", "type": "AMMO", "name": { "str_sp": "10mm Auto 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" ] } } |