User Tools

Site Tools


rpd:bow_item

Differences

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

Link to this comparison view

rpd:bow_item [2025/12/26 13:05] – Wiki maintenance: Fix naming conventions, add missing pages, update links and references mikerpd:bow_item [2025/12/26 13:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Bows ======
  
 +{{ rpd:images:bow_item.png|Bow }}
 +
 +Bows are a type of [[rpd:ranged_weapon|ranged weapon]] in Remixed Dungeon that shoot arrows to attack enemies from a distance.
 +
 +==== Description ====
 +Bows are ranged weapons that fire arrows at enemies, allowing for combat from a safe distance. They require arrows as ammunition and offer strategic advantages in dungeon exploration.
 +
 +==== Weapon Properties ====
 +  * **Range:** Good range for attacking enemies from a distance
 +  * **Ammunition:** Requires [[rpd:arrows|arrows]] to function
 +  * **Accuracy:** Generally high accuracy
 +  * **Speed:** Moderate attack speed
 +  * **Damage:** Varies by bow type but generally good damage potential
 +  * **Upgrade Potential:** Can be upgraded with [[rpd:scroll_of_upgrade_item|Scrolls of Upgrade]]
 +  * **Enchantments:** Compatible with [[rpd:weapon_enchantments|weapon enchantments]]
 +
 +==== Available Bows ====
 +  * [[rpd:wooden_bow_item|Wooden Bow]] - Basic starting bow
 +  * [[rpd:elven_bow_item|Elven Bow]] - More powerful variant with special properties
 +  * **Composite Bow** - Enhanced bow with better stats
 +  * **Short Bow** - Balanced bow option
 +
 +==== Mechanics ====
 +  * **Ammunition System:** Each shot consumes one arrow
 +  * **Line of Sight:** Requires clear line of sight to target
 +  * **Ranged Combat:** Allows attacking without direct engagement
 +  * **Accuracy Bonus:** Some classes like [[rpd:huntress_class|Huntress]] get bonuses with bows
 +
 +==== Strategy ====
 +  * Carry sufficient arrows when using a bow
 +  * Bows are excellent for softening up enemies before melee combat
 +  * Effective for dealing with enemies positioned behind obstacles
 +  * Good for kiting enemies and maintaining distance
 +  * Consider using with the Huntress class for maximum effectiveness
 +
 +==== Obtaining ====
 +  * Bows can be found throughout the dungeon
 +  * Some may be available in shops, depending on the level
 +  * Huntress class starts with a special bow
 +
 +==== Code References ====
 +  * Base weapon implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/MissileWeapon.java|MissileWeapon.java]]
 +  * Bow implementations: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Bow.java|Bow.java]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1134-L1136|Bow strings]]
 +
 +==== See Also ====
 +  * [[rpd:ranged_combat|Ranged Combat]] - General ranged combat mechanics
 +  * [[rpd:arrows|Arrows]] - Ammunition for bows
 +  * [[rpd:ranged_weapon|Ranged Weapons]] - All ranged weapon types
 +  * [[rpd:huntress_class|Huntress]] - Hero class that benefits from bows
 +
 +{{tag> rpd weapons ranged bows }}
rpd/bow_item.txt · Last modified: by 127.0.0.1