summaryrefslogtreecommitdiff
path: root/json/items/gun/46.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-21 11:08:40 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-21 11:08:40 -0700
commit45cb674821073a55c764fc41b68c708c7be0e977 (patch)
treeb949120ab0d7141321f50491b5df9cdbcbb4d5b7 /json/items/gun/46.json
parentUpgrade 000 explosive slug from EXPLOSIVE_TINY to EXPLOSIVE as per comparable... (diff)
downloadcataclysm-bn-mod_hk-loadout-45cb674821073a55c764fc41b68c708c7be0e977.tar.xz
Convert from stab to now-supported bullet damage.
-Except for the 000 beanbag, which is now bashing.
Diffstat (limited to 'json/items/gun/46.json')
-rw-r--r--json/items/gun/46.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/gun/46.json b/json/items/gun/46.json
index ecd48ad..72d4f2e 100644
--- a/json/items/gun/46.json
+++ b/json/items/gun/46.json
@@ -16,7 +16,7 @@
"color": "light_gray",
"ammo": [ "46" ],
"skill": "pistol",
- "ranged_damage": { "damage_type": "stab", "amount": -1 },
+ "ranged_damage": { "damage_type": "bullet", "amount": -1 },
"dispersion": 410,
"durability": 9,
"min_cycle_recoil": 81 ,
@@ -44,7 +44,7 @@
"weight": "1960 g",
"volume": "1000 ml",
"bashing": 10,
- "ranged_damage": { "damage_type": "stab", "amount": 1 },
+ "ranged_damage": { "damage_type": "bullet", "amount": 1 },
"built_in_mods": [ "folding_stock" ],
"magazines": [ [ "46", [ "hk46bigmag", "hk46midmag", "hk46mag" ] ] ]
}