User Tools

Site Tools


rpd:wooden_bow

Differences

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


Previous revision
rpd:wooden_bow [2025/12/14 17:55] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Wooden Bow ======
 +
 +{{ rpd:images:woodenbow_sprite.png|Wooden Bow }}
 +
 +Wooden Bows - the most common kind of bow you might find in the dungeon.
 +
 +This simple wooden bow might prove to be useful, once you find some arrows.
 +
 +==== Description ====
 +A basic wooden bow that requires arrows to be used effectively. It's the simplest ranged weapon available in the dungeon.
 +
 +==== Stats ====
 +  * **Tier:** 1
 +  * **Accuracy Multiplier:** 0.8 (80% base accuracy)
 +  * **Delay Multiplier:** 1.5 (150% of base attack delay)
 +  * **Damage:** Scales with level (1-1 base damage when unupgraded)
 +
 +==== Mechanics ====
 +  * **Arrow Selection:** Has "Choose Arrows" action when equipped and arrows are available
 +  * **Accuracy Factor:** Scales with level at 1 + level * 0.1 per level
 +  * **Damage Factor:** Scales with level at 1 + level * 0.25 per level
 +  * **Not Suitable for Melee:** Not effective as a melee weapon (goodForMelee returns false)
 +
 +==== Usage ====
 +  * Equipped in the weapon slot
 +  * Requires compatible arrows to be effective
 +  * Can select which type of arrows to use via the "Choose Arrows" action
 +  * Upgrading increases both accuracy and damage factors
 +
 +==== Notes ====
 +  * Simplest ranged weapon available
 +  * Damage and accuracy improve with upgrades
 +  * Must be paired with arrows to be useful
 +  * The ElvenBow sometimes refers to this as "WoodenBow" internally
 +
 +==== Source Code ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/WoodenBow.java|WoodenBow.java]]
 +
 +{{tag> rpd items}}