From 1f639b0ba5d05cee8c5636328f98dd39963edea4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 15 Mar 2024 04:26:35 -0700 Subject: Add a looks_like for throwing knives, as the maid tileset lacks a wielded tile. Also fix the plural name for throwing knives. --- ammo.json | 6 ++++-- 1 file 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, -- cgit v1.2.1