====== Magic Missile - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/spells/MagicMissile.java|MagicMissile.java]] ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== '''' Magic Missile This spell creates a bolt of pure magical energy that will seek a nearby enemy. The bolt pierces through enemies, hitting multiple targets when possible. Missile, Bolt This spell creates a bolt of pure magical energy that will seek a nearby enemy. The bolt pierces through enemies, hitting multiple targets when possible. There is nothing to shoot at. '''' ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists