rpd:wooden_bow_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| rpd:wooden_bow_item [2025/12/22 06:37] – Wiki: Rename pages to follow naming convention and update content mike | rpd:wooden_bow_item [2025/12/22 06:39] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Wooden Bow ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | 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: | ||
| + | * **Delay Multiplier: | ||
| + | * **Damage:** Scales with level (1-1 base damage when unupgraded) | ||
| + | |||
| + | ==== Mechanics ==== | ||
| + | * **Arrow Selection: | ||
| + | * **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 " | ||
| + | * 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 " | ||
| + | |||
| + | ==== Technical Details ==== | ||
| + | * **Java Class:** [[https:// | ||
| + | * **Base Classes:** [[https:// | ||
| + | * **Implementation: | ||
| + | * **Sprite ID:** Image index 0 in items/ | ||
| + | * **Stats:** Tier 1, Accuracy 0.8f, Delay 1.5f (in constructor) | ||
| + | |||
| + | ==== Content Verification ==== | ||
| + | * Information source: Java Class com.watabou.pixeldungeon.items.weapon.melee.WoodenBow | ||
| + | * Stats verified from constructor parameters (tier, accuracy, delay) | ||
| + | * Mechanics verified from method overrides (acuFactor, dmgFactor) | ||
| + | * String resources confirmed from strings_all.xml | ||
| + | |||
| + | ==== Related ==== | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | |||
| + | {{tag> rpd items weapons ranged}} | ||
rpd/wooden_bow_item.txt · Last modified: by 127.0.0.1
