diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-26 12:36:14 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-26 12:36:14 -0700 |
commit | f2deaceca9fa2c9d1a62b09d3d078bcbc0186b56 (patch) | |
tree | 8f2c3c24756cd276903b2a5cdaf40163109ae278 /json/items | |
parent | Add 4.6mm FMJ and SHP rounds, with itemgroups and uncraft. (diff) | |
download | cataclysm-bn-mod_hk-loadout-f2deaceca9fa2c9d1a62b09d3d078bcbc0186b56.tar.xz |
Nerf armor penetration on handmade 12mm rounds.
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/ammo/12mm.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/json/items/ammo/12mm.json b/json/items/ammo/12mm.json index 74d2737..1e2a7f7 100644 --- a/json/items/ammo/12mm.json +++ b/json/items/ammo/12mm.json @@ -6,7 +6,11 @@ "looks_like": "12mm", "name": { "str": "H&K 12mm, handmade" }, "description": "Handcrafted bootleg duplicates of the 12mm projectiles used in H&K railguns. Normally made of cobalt, these knockoffs are made of more readily available steel instead.", - "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, + "proportional": { + "price": 0.7, + "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.75 }, + "dispersion": 1.1 + }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } } |