aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-11 03:17:52 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-11 03:17:52 -0700
commit5394cc792103d6638966a5494e9d21802735a8fb (patch)
tree1d61f39b5e8f89b0e5daf46c4a0c3b6fb0d6ba8f
parentAdd an option for the npc maid to become a companion. (diff)
downloadcataclysm-dda-mod_battle-maid-redone-5394cc792103d6638966a5494e9d21802735a8fb.tar.xz
Update throwing knife damage to new format
-rw-r--r--ammo.json6
1 files 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 } ]
}
]