From 5394cc792103d6638966a5494e9d21802735a8fb Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 11 May 2021 03:17:52 -0700 Subject: Update throwing knife damage to new format --- ammo.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ammo.json b/ammo.json index 5a7a5d2..b60f370 100644 --- a/ammo.json +++ b/ammo.json @@ -17,7 +17,8 @@ "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 10 ] ], "ammo_type": "assassins_throwing_dagger", "count": 4, - "stack_size": 4 + "stack_size": 4, + "thrown_damage": [ { "damage_type": "stab", "amount": 25 } ] }, { "type": "AMMO", @@ -34,6 +35,7 @@ "bashing": 3, "cutting": 9, "ammo_type": "makeshift_throwing_knife", - "count": 5 + "count": 5,, + "thrown_damage": [ { "damage_type": "stab", "amount": 10 } ] } ] -- cgit v1.2.1