summaryrefslogtreecommitdiff
path: root/json/items/ammo/473.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/473.json
parentUpgrade 000 explosive slug from EXPLOSIVE_TINY to EXPLOSIVE as per comparable... (diff)
downloadcataclysm-dda-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/473.json')
-rw-r--r--json/items/ammo/473.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json
index b772a3c..a52d697 100644
--- a/json/items/ammo/473.json
+++ b/json/items/ammo/473.json
@@ -17,7 +17,7 @@
"stack_size": 100,
"ammo_type": "473",
"range": 36,
- "damage": { "damage_type": "stab", "amount": 35, "armor_penetration": 10 },
+ "damage": { "damage_type": "bullet", "amount": 35, "armor_penetration": 10 },
"dispersion": 25,
"recoil": 1200,
"effects": [ "NEVER_MISFIRES" ]
@@ -28,7 +28,7 @@
"type": "AMMO",
"name": { "str": "4.73x33mm, handmade" },
"description": "Handcrafted bootleg duplicates of 4.73x33mm caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or 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" ] }
}