User Tools

Site Tools


rpd:elven_bow

Differences

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

Link to this comparison view

rpd:elven_bow [2025/12/19 12:47] – Add elven_bow page with code references mikerpd:elven_bow [2025/12/19 12:50] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Elven Bow ======
  
 +{{ rpd:images:item_ElvenBow.png|Elven Bow }}
 +
 +The **Elven Bow** is a unique ranged weapon in Remixed Pixel Dungeon that is the signature weapon of the [[rpd:elf_class|Elf class]]. It has special properties that make it particularly effective in the hands of an Elf.
 +
 +==== Stats ====
 +  * **Type:** Ranged weapon
 +  * **Damage:** 1-7 (source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/weapon/ranged/ElvenBow.java#L18|ElvenBow.java:18]])
 +  * **Durability:** 20 (source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/weapon/ranged/ElvenBow.java#L19|ElvenBow.java:19]])
 +  * **Weight:** 1 (source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/weapon/ranged/ElvenBow.java#L20|ElvenBow.java:20]])
 +  * **Accuracy modifier:** +1 (source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/weapon/ranged/ElvenBow.java#L21|ElvenBow.java:21]])
 +  * **Speed modifier:** +1 (source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/weapon/ranged/ElvenBow.java#L22|ElvenBow.java:22]])
 +
 +==== Description ====
 +Forged by the Elves of the dungeons depths, this bow is made of moonwood and blessed with evocation magic. Its near-frictionless surface makes it significantly more accurate and faster than other bows.
 +
 +==== Mechanics ====
 +  * The Elven Bow has a higher accuracy bonus than other ranged weapons (source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/weapon/ranged/ElvenBow.java#L21|ElvenBow.java:21]])
 +  * It's also faster than other ranged weapons, allowing more shots per turn (source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/weapon/ranged/ElvenBow.java#L22|ElvenBow.java:22]])
 +  * The bow is specifically designed for use with elven arrows (source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/weapon/ranged/ElvenBow.java|ElvenBow.java]])
 +  * When used by the Elf class, it has additional advantages (source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/weapon/ranged/ElvenBow.java|ElvenBow.java]])
 +
 +==== Upgrading ====
 +The Elven Bow can be upgraded using [[rpd:scroll_of_upgrade|Scrolls of Upgrade]], which increases its damage and durability. At +1 it gains bonus accuracy, and at +2 it gains bonus speed.
 +
 +==== Classes ====
 +  * [[rpd:elf_class|Elf]] - The Elven Bow is this class's starting weapon and synergizes with their abilities
 +
 +==== Strategy ====
 +The Elven Bow is most effective when used by the Elf class, which can take advantage of its special properties. It's an excellent ranged weapon for maintaining distance from enemies while dealing consistent damage.
 +
 +==== Content Verification ====
 +  * Information source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/weapon/ranged/ElvenBow.java|ElvenBow.java]]
 +  * Stats verification: Extracted directly from [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/weapon/ranged/ElvenBow.java|ElvenBow.java]]
 +  * Last updated: December 2025
 +
 +==== Code References ====
 +  * [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/weapon/ranged/ElvenBow.java|ElvenBow.java]] - Main implementation
 +  * [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/weapon/ranged/RangedWeapon.java|RangedWeapon.java]] - Base class
 +  * [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L815-L816|strings_all.xml:815-816]] - Name and description
 +  * [[code:RemixedDungeon/src/main/res/values-ru/strings_all.xml#L815-L816|strings_all.xml (ru):815-816]] - Russian name and description
 +  * [[mr:elven_bow_item|Machine-readable reference page]]
 +
 +==== Source Strings ====
 +Name: [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L815|ElvenBow_Name]] = "elven bow"
 +Description: [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L816|ElvenBow_Desc]] = "Forged by the Elves of the dungeons depths, this bow is made of moonwood and blessed with evocation magic. Its near-frictionless surface makes it significantly more accurate and faster than other bows."
 +
 +==== See Also ====
 +  * [[rpd:items|Items]]
 +  * [[rpd:weapons|Ranged Weapons]]
 +  * [[rpd:elf_class|Elf Class]]
 +  * [[rpd:arrows|Arrows]]
 +
 +{{tag> rpd items weapons ranged elven_bow }}
rpd/elven_bow.txt · Last modified: by 127.0.0.1