====== Wand of Magic Missile ====== {{ rpd:images:item_WandOfMagicMissile.png|Wand of Magic Missile }} The **Wand of Magic Missile** is a basic magical wand in Remixed Dungeon that fires accurate magic projectiles at enemies. ==== Stats ==== * **Charges:** 3 (base) + 1 per upgrade level (max 9 charges) * **Recharge:** Gradual recharge during gameplay when below maximum charges * **Damage:** 2-6 base damage per bolt, increases with wand level * **Effect:** Direct damage to target ==== Description ==== The Wand of Magic Missile is the most basic offensive wand in the game. It fires a focused bolt of pure magical energy that deals direct damage to its target. This wand is reliable and has no special requirements for use, making it useful in a variety of situations. ==== Mechanics ==== * **Effect:** Deals direct damage to single target * **Target:** Single target in line of sight * **Range:** Limited by Ballistica distance calculation * **Accuracy:** Highly accurate, rarely misses targets * **Recharge:** Recharges gradually during gameplay when below maximum charges ==== Strategy ==== * Reliable damage wand, good for beginners * Very accurate, rarely misses * Effective against single targets * Good for finishing off weakened enemies safely * Useful when direct damage is needed without special effects * Can be used by any character class without penalty ==== Availability ==== * Commonly found in stores * Often available as dungeon loot * Relatively frequent drop from various sources ==== Related ==== * [[rpd:wands|Wands]] - List of all wands * [[rpd:wand|Wand Mechanics]] - How wands work in general * [[rpd:equipment|Equipment]] - Other magical items ==== Content Verification ==== * Information source: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfMagicMissile.java|WandOfMagicMissile.java]] * Mechanics verified directly from source code * Last updated: December 2025 ==== Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfMagicMissile.java|WandOfMagicMissile.java]] - Implementation class * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/Wand.java|Wand.java]] - Base wand class with charging mechanics * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/SimpleWand.java|SimpleWand.java]] - Base class for simple damage wands ==== String Resources ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1948-L1950|WandOfMagicMissile strings]] - Wand of Magic Missile name, description, and messages {{tag> rpd items wands magic_missile magic}}