User Tools

Site Tools


rpd:darts_item

Differences

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

Link to this comparison view

rpd:darts_item [2025/12/26 13:05] – Wiki maintenance: Fix naming conventions, add missing pages, update links and references mikerpd:darts_item [2025/12/26 13:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Darts ======
  
 +{{ rpd:images:dart_item.png|Dart }}
 +
 +Darts are a type of [[rpd:ranged_weapon|ranged weapon]] in Remixed Dungeon that can be thrown at enemies to deal damage from a distance.
 +
 +==== Description ====
 +Darts are lightweight throwing weapons that can be hurled at enemies with reasonable accuracy. Unlike other throwing weapons, darts may have special properties depending on their type, such as poison or paralysis effects.
 +
 +==== Weapon Properties ====
 +  * **Range:** Short to medium range
 +  * **Ammunition:** Consumed upon use (unless recovered)
 +  * **Accuracy:** Good accuracy
 +  * **Speed:** Fast attack speed
 +  * **Damage:** Moderate damage per throw
 +  * **Stackable:** Usually stack up to high quantities
 +  * **Special Effects:** Some darts have special status effect properties
 +
 +==== Available Darts ====
 +  * **Regular Dart** - Basic dart with normal damage
 +  * [[rpd:poison_arrow_item|Poison Dart]] - Applies poison effect
 +  * [[rpd:paralysis_arrow_item|Paralysis Dart]] - Paralyzes target
 +  * **Sleep Dart** - Causes target to fall asleep
 +  * **Chameleon Dart** - Changes properties randomly
 +  * **Other variants** - Various dart types with special properties
 +
 +==== Mechanics ====
 +  * **Consumable:** Each throw typically consumes one dart
 +  * **Special Effects:** Some darts apply status effects beyond damage
 +  * **Line of Sight:** Requires clear line of sight to target
 +  * **Ranged Combat:** Allows attacking without direct engagement
 +  * **Multiple Shots:** Can stack multiple darts for repeated attacks
 +
 +==== Strategy ====
 +  * Darts are excellent for applying status effects from a distance
 +  * Good for softening enemies before melee combat
 +  * Useful for triggering traps from a safe distance
 +  * Some dart types offer strategic advantages over basic attacks
 +  * Effective when used with the Huntress class and its bonuses
 +
 +==== Obtaining ====
 +  * Darts can be found throughout the dungeon
 +  * Some may be available in shops, depending on the level
 +  * Often found in large quantities
 +  * Special darts may drop from specific enemies or be found in special locations
 +
 +==== Code References ====
 +  * Base weapon implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/MissileWeapon.java|MissileWeapon.java]]
 +  * Dart implementations: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Dart.java|Dart.java]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1172-L1180|Dart strings]]
 +
 +==== See Also ====
 +  * [[rpd:ranged_combat|Ranged Combat]] - General ranged combat mechanics
 +  * [[rpd:throwing_weapons|Throwing Weapons]] - Other throwable items
 +  * [[rpd:ranged_weapon|Ranged Weapons]] - All ranged weapon types
 +  * [[rpd:poison_arrow_item|Poison Darts]] - Darts with poison effect
 +  * [[rpd:paralysis_arrow_item|Paralysis Darts]] - Darts with paralysis effect
 +
 +{{tag> rpd weapons ranged darts }}
rpd/darts_item.txt · Last modified: by 127.0.0.1