[ { "type": "GENERIC", "id": "assassins_throwing_dagger", "category": "weapons", "price": "90 USD", "name": { "str": "assassin's throwing knife" }, "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.", "material": [ "steel", "leather" ], "volume": "250 ml", "weight": "350 g", "cutting": 21, "to_hit": 2, "flags": [ "SHEATH_KNIFE" ], "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 10 ] ], "thrown_damage": [ { "damage_type": "stab", "amount": 25 } ] }, { "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", "name": { "str": "makeshift throwing knife" }, "symbol": ";", "color": "light_gray", "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": "150 g", "bashing": 0, "cutting": 7, "flags": [ "SHEATH_KNIFE" ], "thrown_damage": [ { "damage_type": "stab", "amount": 10 } ] } ]