User Tools

Site Tools


en:rpd:kunai_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:kunai_item [2026/01/01 22:12] – Auto-fix: Apply dokuwiki linter fixes mikeen:rpd:kunai_item [2026/01/01 22:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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}}