aboutsummaryrefslogtreecommitdiff
path: root/ammo.json
diff options
context:
space:
mode:
Diffstat (limited to 'ammo.json')
-rw-r--r--ammo.json21
1 files changed, 14 insertions, 7 deletions
diff --git a/ammo.json b/ammo.json
index 28a777e..1ba016a 100644
--- a/ammo.json
+++ b/ammo.json
@@ -1,6 +1,6 @@
[
{
- "type": "AMMO",
+ "type": "GENERIC",
"id": "assassins_throwing_dagger",
"category": "weapons",
"price": "90 USD",
@@ -13,15 +13,22 @@
"weight": "750 g",
"cutting": 21,
"to_hit": 2,
- "flags": [ "SPEAR", "SHEATH_KNIFE" ],
+ "flags": [ "SHEATH_KNIFE" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 10 ] ],
- "ammo_type": "assassins_throwing_dagger",
"count": 4,
"stack_size": 4,
"thrown_damage": [ { "damage_type": "stab", "amount": 25 } ]
},
{
- "type": "AMMO",
+ "type": "GENERIC",
+ "id": "throwing_knife",
+ "category": "weapons",
+ "copy-from": "throwing_knife",
+ "name": { "str": "throwing knife", "str_pl": "throwing knives" },
+ "flags": [ "SHEATH_KNIFE" ]
+ },
+ {
+ "type": "GENERIC",
"id": "makeshift_throwing_knife",
"category": "weapons",
"price": "52 USD",
@@ -32,9 +39,9 @@
"material": [ "steel" ],
"volume": "250 ml",
"weight": "600 g",
- "bashing": 3,
- "cutting": 9,
- "ammo_type": "makeshift_throwing_knife",
+ "bashing": 0,
+ "cutting": 7,
+ "flags": [ "SHEATH_KNIFE" ],
"count": 5,
"thrown_damage": [ { "damage_type": "stab", "amount": 10 } ]
}