summaryrefslogtreecommitdiff
path: root/json/items/ammo/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/ammo/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/ammo/46.json')
-rw-r--r--json/items/ammo/46.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/json/items/ammo/46.json b/json/items/ammo/46.json
index e0dd5a7..0a21d61 100644
--- a/json/items/ammo/46.json
+++ b/json/items/ammo/46.json
@@ -17,7 +17,7 @@
"ammo_type": "46",
"casing": "46mm_casing",
"range": 14,
- "damage": { "damage_type": "stab", "amount": 24, "armor_penetration": 24 },
+ "damage": { "damage_type": "bullet", "amount": 24, "armor_penetration": 24 },
"dispersion": 40,
"recoil": 90,
"effects": [ "COOKOFF", "NEVER_MISFIRES" ]
@@ -30,7 +30,7 @@
"description": "4.6x30mm ammunition with 31gr copper plated lead bullets. It has low recoil, but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.",
"proportional": {
"price": 0.7,
- "damage": { "damage_type": "stab", "amount": 0.9, "armor_penetration": 0.2 },
+ "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.2 },
"dispersion": 1.1
},
"extend": { "effects": [ "RECYCLED" ] },
@@ -44,7 +44,7 @@
"description": "4.6x30mm ammunition with 31gr copper plated lead bullets. It has low recoil, but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.",
"proportional": {
"price": 0.3,
- "damage": { "damage_type": "stab", "amount": 0.46, "armor_penetration": 0.1 },
+ "damage": { "damage_type": "bullet", "amount": 0.46, "armor_penetration": 0.1 },
"recoil": 0.46,
"dispersion": 1.2
},