Emitter that draws a magic bolt animation between two cells)Note: There is no castable spell named “Magic Missile” in Remixed Dungeon. The related game entities are:
scripts/spells/MagicArrow.lua) — an Elf-affinity damage spell that fires a magic arrow effect and deals 1..casterMaxHP/2 damage. See MagicArrow.luaThis entity is implemented in Java, no JSON configuration exists
No “MagicMissile_*” string resources exist. Related strings:
<string name="MagicArrow_Name">Magic Arrow</string> <string name="MagicArrow_Info">Good old magic arrow, the right choice when you run out of ammo.</string> <string name="WandOfMagicMissile_Name">Wand of Magic Missile</string>
MagicMissile = luajava.bindClass(“com.watabou.pixeldungeon.effects.MagicMissile”)