User Tools

Site Tools


rpd:javelin

Differences

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

Link to this comparison view

rpd:javelin [2025/12/20 21:44] – Add new pages for important game elements mikerpd:javelin [2025/12/20 21:49] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Javelin ======
  
 +{{ rpd:images:javelin_item.png|Javelin }}
 +
 +==== Description ====
 +The Javelin is a throwable weapon that can be thrown at enemies from a distance.
 +
 +==== Stats ====
 +- **Damage:** 2-8
 +- **Durability:** 1 use
 +- **Level:** Cannot be upgraded
 +- **Weight:** 1
 +
 +==== Usage ====
 +- Can be thrown at enemies up to 6 tiles away
 +- One-time use weapon
 +- Good for ranged attacks without spending a turn moving
 +
 +==== Throwing Mechanics ====
 +- Uses missile weapon accuracy formula
 +- Damage does not benefit from strength bonus
 +- Can be thrown at adjacent enemies as a melee attack
 +
 +==== Code Reference ====
 +- Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/weapon/ranged/Javelin.java|Javelin.java]]
 +- String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1228-L1230|Javelin_Name, Javelin_Info, Javelin_Gender]]
 +
 +==== Related Pages ====
 +- [[rpd:ranged_weapons|Ranged Weapons]] - List of all ranged weapons
 +- [[rpd:arrows|Arrows]] - Other projectiles
 +- [[rpd:throwing_weapons|Throwing Weapons]] - Throwing weapon category
 +
 +{{tag> rpd items weapons ranged throwing}}
rpd/javelin.txt · Last modified: by 127.0.0.1