====== Arrows ====== {{ rpd:images:item_CurareDart.png|Arrows }} **Arrows** are ranged ammunition items in Remixed Dungeon that can be used with ranged weapons or in alchemy processes. ==== Base Arrow ==== * [[en:rpd:common_arrow_item|Common Arrow]] - Basic arrow used in moistening process ==== Special Arrows ==== * [[en:rpd:poison_arrow_item|Poison Arrow]] - Created by moistening with Potion of Toxic Gas * [[en:rpd:frost_arrow_item|Frost Arrow]] - Created by moistening with Potion of Frost * [[en:rpd:fire_arrow_item|Fire Arrow]] - Created by moistening with Potion of Liquid Flame * [[en:rpd:health_arrow_item|Health Arrow]] - Created by moistening with Potion of Healing * [[en:rpd:paralysis_arrow_item|Paralysis Arrow]] - Created by moistening with Potion of Paralytic Gas * [[en:rpd:amok_arrow_item|Amok Arrow]] - Created by moistening with Potion of Strength ==== Mechanics ==== * **Moistening**: Potions can be applied to common arrows to create special arrows with enhanced effects * **Usage**: Special arrows have the same function as their potion counterparts but are applied to targets via ranged attacks * **Ammunition**: Used with ranged weapons like bows and crossbows ==== Availability ==== * Common arrows can be found throughout the dungeon * Special arrows are created via the [[en:rpd:moisten_mechanic|moistening]] process * Each special arrow type has its specific tactical uses ==== Data Validation ==== * Information source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Arrow.java|Arrow.java]] * Special arrow implementations: [[https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles|Missile directory]] ==== Source Code ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Arrow.java|Arrow.java]] - Base arrow class * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/|Missile directory]] - Special arrow implementations ==== See Also ==== * [[en:rpd:moisten_mechanic|Moistening]] - Creating special arrows * [[en:rpd:ranged_weapons|Ranged Weapons]] - Weapons that use arrows * [[en:rpd:potions|Potions]] - Items used to create special arrows {{tag> rpd items ammunition ranged}}