User Tools

Site Tools


en:rpd:common_arrow_item

Differences

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

Link to this comparison view

en:rpd:common_arrow_item [2026/01/01 19:45] – namespace move Mikeen:rpd:common_arrow_item [2026/01/01 19:46] (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 [[en:rpd:gold|gold]] per arrow
 +  * **Image**: commonarrow_item.png
 +
 +==== 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
 +  * Price: 3 [[en:rpd:gold|gold]] per arrow (cheapest arrow type)
 +  * Also available in [[en: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#L853-L855|CommonArrow strings]] - Name, info, and gender (English)
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L841-L843|CommonArrow strings (Russian)]] - Russian localization
 +
 +==== See Also ====
 +  * [[en:rpd:arrows|Arrows]] - Other arrow types
 +  * [[en:rpd:missile_weapons|Missile Weapons]] - Other throwing weapons
 +  * [[en:rpd:wooden_bow_item|Wooden Bow]] - Basic bow that uses arrows
 +
 +{{tag> rpd items arrows missiles basic }}