aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-11 13:33:14 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-11 13:33:14 -0700
commit9236f8e2b441240f965bea759ebf19773aa20e67 (patch)
tree109cb41097ccb51aae6bdd23474dc71942264d92
parentConvert the throwing knifes to be like the stock throwing knife (diff)
downloadcataclysm-bn-mod_battle-maid-redone-9236f8e2b441240f965bea759ebf19773aa20e67.tar.xz
Rebalance throwing knives
-rw-r--r--ammo.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/ammo.json b/ammo.json
index 1ba016a..1711425 100644
--- a/ammo.json
+++ b/ammo.json
@@ -9,14 +9,12 @@
"color": "light_gray",
"description": "A nimble blade meant for ranged assassination, but makes an improvised cutlery tool in a pinch. It's very lightweight and silent and can be used on both zombies and games involving apples.",
"material": [ "steel", "leather" ],
- "volume": "1 L",
- "weight": "750 g",
+ "volume": "250 ml",
+ "weight": "350 g",
"cutting": 21,
"to_hit": 2,
"flags": [ "SHEATH_KNIFE" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 10 ] ],
- "count": 4,
- "stack_size": 4,
"thrown_damage": [ { "damage_type": "stab", "amount": 25 } ]
},
{
@@ -38,11 +36,10 @@
"description": "A crude and simple throwing knife made from a sharpened piece of salvaged steel with cloth wrapped around it. It's better than throwing rocks, at least.",
"material": [ "steel" ],
"volume": "250 ml",
- "weight": "600 g",
+ "weight": "150 g",
"bashing": 0,
"cutting": 7,
"flags": [ "SHEATH_KNIFE" ],
- "count": 5,
"thrown_damage": [ { "damage_type": "stab", "amount": 10 } ]
}
]