====== Wand Of Telekinesis Item - Code References ======
===== Java Classes =====
* [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfTelekinesis.java|WandOfTelekinesis.java]]
* [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/Wand.java|Wand.java]] (Base class)
===== JSON Configuration =====
{
"class": "com.watabou.pixeldungeon.items.wands.WandOfTelekinesis",
"dropFactor": 1
}
This entity is implemented in Java, no JSON configuration exists outside of the basic registration entry shown above.
===== String Resources =====
Wand of Telekinesis
Waves of magic force from this wand will affect all cells on their way triggering traps, trampling high vegetation, opening closed doors and closing open ones. They also push back monsters.
You have magically transported %s into your backpack
===== Lua Scripts =====
This entity is implemented in Java, no Lua script exists
===== Related mr Entities =====
* [[mr:wand_item|Wand (Base Item)]]
* [[mr:telekinesis_spell|Telekinesis (Spell)]]