User Tools

Site Tools


rpd:kunai_item

Differences

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

Link to this comparison view

rpd:kunai_item [2025/12/23 16:53] – Add missing wiki page: kunai_item.txt mikerpd:kunai_item [2025/12/23 16:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Kunai ======
  
 +{{ rpd:images:kunai_item.png|Kunai Item }}
 +
 +**Kunai** are throwable weapons in Remixed Pixel Dungeon. They are especially associated with the Tengu boss and ninja-themed mechanics.
 +
 +==== Item Properties ====
 +  * **Type**: Thrown weapon/projectile
 +  * **Damage**: Varies based on hero's level and skill
 +  * **Durability**: Single use (consumed when thrown)
 +  * **Range**: Medium range (can hit enemies within line of sight)
 +  * **Stackable**: Yes, can carry multiple kunai
 +
 +==== Acquisition ====
 +  * Dropped by [[rpd:tengu_mob|Tengu]] (boss enemy in Prison)
 +  * May appear in certain shops or chests
 +  * Can be created in some crafting systems
 +
 +==== Usage ====
 +Kunai can be used for:
 +  * **Offensive applications** against [[rpd:enemies|enemies]]
 +  * **Ranged attacks** when melee combat is difficult
 +  * **Conserving melee resources** during tough fights
 +  * **Emergency attacks** when weapons break or are unavailable
 +
 +==== Strategy ====
 +How to effectively use Kunai:
 +  * Best used when enemies are at medium range
 +  * Effective against single targets
 +  * Good for finishing off weak enemies
 +  * Useful when surrounded to attack one enemy and then escape
 +
 +==== Throwing Mechanics ====
 +  * Can be thrown at any visible enemy
 +  * Uses ranged attack mechanics with appropriate accuracy
 +  * Damage depends on hero's level and thrown weapon skill
 +  * Can be thrown multiple times if you have more than one kunai
 +
 +==== Technical Details ====
 +  * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Kunai.java|Kunai.java]]
 +  * Class: MissileWeapon implementing the thrown weapon system
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2624-L2625|Kunai_Name and Kunai_Gender]]
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Kunai.java|Kunai.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/MissileWeapon.java|MissileWeapon.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2624-L2625|strings_all.xml]]
 +
 +==== See Also ====
 +  * [[rpd:missile_weapons|Missile Weapons]]
 +  * [[rpd:tengu_mob|Tengu]] (source of Kunai)
 +  * [[rpd:combat|rpd:Combat]]
 +  * [[rpd:kunai_throw_spell|Kunai Throw Spell]]
 +
 +{{tag> rpd items weapons thrown ninja }}