====== Kunai Item ====== **Kunai** is a throwing weapon in Remixed Dungeon, primarily associated with ninja-themed characters like Tengu. The Kunai Throw spell utilizes these weapons for ranged attacks. ==== Description ==== * Thrown weapon with moderate damage * Can be used by the Kunai Throw spell * Part of the ninja-themed equipment ==== Usage ==== * Used by Tengu for ranged attacks * Thrown by the Kunai Throw spell when it targets enemies * Can be found as equipment in the dungeon ==== Code References ==== * Kunai implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Kunai.java|Kunai.java]] * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1902-L1904|Kunai string resources]] (Kunai_Name, Kunai_Info) {{tag> rpd weapons ranged ninja}}