aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-15 04:26:35 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-15 04:26:35 -0700
commit1f639b0ba5d05cee8c5636328f98dd39963edea4 (patch)
tree8b9c65cc2073e7caf85db618d6d1da6859becf95
parentSlightly reduce the draw/holster time on several garter items. (diff)
downloadcataclysm-bn-mod_battle-maid-redone-1f639b0ba5d05cee8c5636328f98dd39963edea4.tar.xz
Add a looks_like for throwing knives, as the maid tileset lacks a wielded tile.
Also fix the plural name for throwing knives.
-rw-r--r--ammo.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/ammo.json b/ammo.json
index 1c1b19a..a250b93 100644
--- a/ammo.json
+++ b/ammo.json
@@ -21,11 +21,12 @@
{
"id": "assassins_throwing_dagger",
"copy-from": "throwing_knife",
+ "looks_like": "throwing_knife",
"type": "GENERIC",
"category": "weapons",
"price": "90 USD",
"price_postapoc": "9 USD",
- "name": { "str": "assassin's throwing knife" },
+ "name": { "str": "assassin's throwing knife", "str_pl": "assassin's throwing knives" },
"symbol": "/",
"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.",
@@ -39,9 +40,10 @@
{
"id": "makeshift_throwing_knife",
"copy-from": "throwing_knife",
+ "looks_like": "throwing_knife",
"type": "GENERIC",
"category": "weapons",
- "name": { "str": "makeshift throwing knife" },
+ "name": { "str": "makeshift throwing knife", "str_pl": "makeshift throwing knives" },
"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.",
"weight": "150 g",
"bashing": 0,