====== Common Arrow ====== {{ rpd:images:commonarrow_item.png|Common Arrow }} The Common Arrow is the basic type of missile weapon that can be fired from bows. Unlike special arrows, it has no additional effects beyond normal damage. ==== Stats ==== * **Damage**: 2-5 * **Delay**: 0.75 (baseDly: 0.75) * **Min Strength Required**: 9 (setSTR: 9) ==== Special Abilities ==== * **Basic Damage**: Deals standard physical damage based on the bow used to fire it * **No Special Effects**: Unlike other arrow types, does not apply any status effects ==== Acquisition ==== * Can be found in various treasure locations throughout the dungeon * Quantity typically ranges from 15-30 when randomly generated * Price: 3 gold per arrow (cheapest arrow type) * Also available in shops ==== Strategy ==== * Basic ammunition for all bow types * Most economical option for regular combat * Good for conserving special arrows for specific situations * Damage scales with the bow used to fire it ==== Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/CommonArrow.java|CommonArrow.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Arrow.java|Arrow.java]] (base class) ==== String Resources ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1541|CommonArrow_Name]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1542|CommonArrow_Info]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1543|CommonArrow_Gender]] ==== Configuration Files ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Arrow.java|Arrow.java]] (base missile implementation) ==== See Also ==== * [[rpd:arrows|Arrows]] - Other arrow types * [[rpd:missile_weapons|Missile Weapons]] - Other throwing weapons * [[rpd:wooden_bow_item|Wooden Bow]] - Basic bow that uses arrows {{tag> rpd items arrows missiles basic }}