aboutsummaryrefslogtreecommitdiff
path: root/ammo.json
diff options
context:
space:
mode:
Diffstat (limited to 'ammo.json')
-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 } ]
}
]