diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-18 21:06:57 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-18 21:06:57 -0700 |
commit | 0c35527ef65288581f8d814650f3397b0f13b2a7 (patch) | |
tree | a09433d21024e161b38bab74bb47989807361262 /json | |
parent | Fix G36 double drum mag to look like stanag double drum mag. (diff) | |
download | cataclysm-bn-mod_hk-loadout-0c35527ef65288581f8d814650f3397b0f13b2a7.tar.xz |
Fix 000 beanbag rounds doing no damage.
Diffstat (limited to 'json')
-rw-r--r-- | json/items/ammo/000shot.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/json/items/ammo/000shot.json b/json/items/ammo/000shot.json index a06884e..619d51c 100644 --- a/json/items/ammo/000shot.json +++ b/json/items/ammo/000shot.json @@ -57,7 +57,8 @@ "description": "A beanbag round for shotguns, not deadly but designed to disable.", "price": 750, "price_postapoc": 300, - "proportional": { "damage": { "damage_type": "bash", "amount": 0.1 }, "recoil": 0.4, "loudness": 0.6 }, + "damage": { "damage_type": "bash", "amount": 6 }, + "proportional": { "recoil": 0.4, "loudness": 0.6 }, "delete": { "effects": [ "SHOT" ] }, "extend": { "effects": [ "BEANBAG", "NOGIB" ] } }, |