en:rpd:curare_dart_item
Table of Contents
Curare Dart
The Curare Dart is a special type of throwing weapon in Remixed Dungeon. It's a modified dart that has paralysis properties.
Item Overview
- Type: Throwing Weapon (Missile) - CurareDart.java
- Tier: 1 (lowest tier missile weapon with special effect)
- Damage: 1-3 (MIN=1, MAX=3 as defined in CurareDart.java:17-18)
- Durability: Single use (consumed after thrown)
- Stackable: Yes, typically found in quantities of 2-5 (as defined in CurareDart.java:28-30)
- Weight: Very light
- Price: 12 gold per dart (as defined in CurareDart.java:32-34)
- STR Required: 14 (as defined in CurareDart.java:15)
Special Mechanics
- Paralysis Effect: On successful hit, applies paralysis to the target for 3 turns (as defined by DURATION constant in CurareDart.java:6)
- 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
- Low Damage: Does minimal direct damage but excels at crowd control
Strategy
- Excellent for crowd control, especially against dangerous enemies
- Useful for interrupting enemy actions during combat
- Good for creating breathing room when overwhelmed by multiple enemies
- Effective against enemies with dangerous attacks or abilities
- Can be used to temporarily disable enemies while targeting others
- Higher quantity found in Treasury levels (as defined in Treasury.json:167)
Acquisition
- Found in random quantities of 2-5 (as defined in CurareDart.java:28-30)
- Available in shops
- Dropped by certain enemies
- Found in chests and other containers
- Higher quantities available in Treasury levels (as defined in Treasury.json:167)
Related Items
- Dart - Base dart class
- Throwing Weapons - Other ranged weapons
- Incendiary Dart - Special dart with fire effect
- Paralysis - The status effect applied by this dart
- Chameleon Dart - Special dart with random effects (Note: Page does not exist yet)
Code References
- Java Class: CurareDart.java
- Parent Class: Dart.java
- String Resources:
- Treasury Configuration:
- Visual Effects Configuration: Acidic.json:5 (zapEffect reference)
en/rpd/curare_dart_item.txt · Last modified: by 127.0.0.1

