From 1e1f8d7d5fcc173c85684cc440de7fbae8b9b086 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 11 May 2021 03:02:03 -0700 Subject: Convert damage to new format --- json/items/ammo/12mm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json/items/ammo/12mm.json') diff --git a/json/items/ammo/12mm.json b/json/items/ammo/12mm.json index eb641ce..6f0541e 100644 --- a/json/items/ammo/12mm.json +++ b/json/items/ammo/12mm.json @@ -6,7 +6,7 @@ "looks_like": "12mm", "name": { "str": "H&K 12mm, handmade" }, "description": "Handcrafted bootleg duplicates of the 12mm projectiles used in H&K railguns. Normally made of cobalt, these knockoffs are made of more readily available steel instead.", - "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" ] } } -- cgit v1.2.1