User Tools

Site Tools


rpd:common_arrow_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:common_arrow_item [2025/12/26 21:53] – Update common_arrow_item.txt with better gold link and acquisition details mikerpd:common_arrow_item [2025/12/26 21:58] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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)
 +  * **Price**: 3 [[rpd:gold|gold]] per arrow
 +
 +==== 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 (as seen in the [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Arrow.java|Arrow.java#random()]] method)
 +  * Price: 3 [[rpd:gold|gold]] per arrow (cheapest arrow type)
 +  * Also available in [[rpd:shops|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 }}
rpd/common_arrow_item.txt · Last modified: (external edit)