summaryrefslogtreecommitdiff
path: root/json/items/ammo/473.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-11 03:02:03 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-11 03:02:03 -0700
commit1e1f8d7d5fcc173c85684cc440de7fbae8b9b086 (patch)
tree27e7eeb254a25d378cf9946036605d13c62ca7f2 /json/items/ammo/473.json
parentFix G36 drum mag name (diff)
downloadcataclysm-bn-mod_hk-loadout-1e1f8d7d5fcc173c85684cc440de7fbae8b9b086.tar.xz
Convert damage to new format
Diffstat (limited to 'json/items/ammo/473.json')
-rw-r--r--json/items/ammo/473.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json
index ced42dd..8d6c295 100644
--- a/json/items/ammo/473.json
+++ b/json/items/ammo/473.json
@@ -17,8 +17,7 @@
"stack_size": 100,
"ammo_type": "473",
"range": 35,
- "damage": 35,
- "pierce": 12,
+ "damage": { "damage_type": "stab", "amount": 35, "armor_penetration": 12 },
"dispersion": 95,
"recoil": 2500,
"effects": [ "NEVER_MISFIRES" ]
@@ -29,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": 0.9, "dispersion": 1.1 },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
}