====== Dart ====== {{ rpd:images:dart_sprite.png|Dart }} The **Dart** is a basic throwing weapon in Remixed Dungeon. It's one of the starting ranged options available to certain classes. ==== Item Overview ==== * **Type:** Throwing Weapon (Missile) * **Tier:** 1 (lowest tier missile weapon) * **Damage:** 1-4 * **Durability:** Single use (consumed after thrown) * **Stackable:** Yes, typically found in quantities of 5-15 * **Weight:** Very light ==== Special Mechanics ==== * **Single Use:** Each dart is consumed after being thrown at an enemy * **Ranged Attack:** Allows attacking enemies from a distance without engaging in melee combat * **Stackable:** Multiple darts can be carried and used throughout dungeon exploration * **No Strength Requirement:** Can be used by any character regardless of strength ==== Strategy ==== * Effective for softening enemies before melee combat * Allows safe attacks from a distance * Good for triggering traps from a safe distance * Useful against groups of weaker enemies * Cost-effective ranged option at 2 gold per dart * Better than nothing when no other ranged options are available ==== Acquisition ==== * Found in random quantities of 5-15 * Available in shops * Dropped by certain enemies * Found in chests and other containers ==== Code Reference ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Dart.java|Dart.java]] * Source Code Location: RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Dart.java * Random quantity is generated between 5 and 15 when found ==== Related Items ==== * [[rpd:throwing_weapons|Throwing Weapons]] - Other ranged weapons * [[rpd:weapons|Weapons]] - Other weapon types * [[rpd:ammo|Ammunition]] - Other missile weapons {{tag> rpd items weapons throwing missile dart}}