====== Compound Bow ====== ==== Description ==== The Compound Bow is a powerful ranged weapon in Remixed Dungeon. It offers higher damage output and improved accuracy compared to basic bows, but at the cost of attack speed. ==== Properties ==== * **Weapon Type**: Ranged weapon * **Damage**: Higher than basic bows * **Accuracy**: Superior to wooden bows * **Speed**: Slower than basic bows * **Class**: MissileWeapon ==== Mechanics ==== When using the Compound Bow, arrows launched from it deal a great amount of damage and have improved accuracy over a wooden bow, but at the cost of some speed. This makes it effective for players who prefer to engage enemies from a distance with reliable damage output. ==== Availability ==== The Compound Bow can be found in treasure rooms: * [[en:rpd:spiders_treasury_level|Spiders Treasury]] - Contains a 3-unit drop rate * [[en:rpd:treasury_level|Treasury]] - Contains a 3-unit drop rate ==== Code References ==== * Java Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/CompoundBow.java|CompoundBow.java]] * Base Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/Bow.java|Bow.java]] * Item Factory: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java#L337|ItemFactory.java]] * Drop Locations: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/SpidersTreasury.json#L52|SpidersTreasury.json]] ==== See Also ==== * [[en:rpd:bow_item|Bow]] * [[en:rpd:crossbow_item|Crossbow]] * [[en:rpd:weapons|Weapons]] * [[en:rpd:ranged_weapons|Ranged Weapons]] {{tag> rpd items weapons ranged}}