Table of Contents

Wand Of Telekinesis Item - Code References

Java Classes

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

<string name="WandOfTelekinesis_Name">Wand of Telekinesis</string>
<string name="WandOfTelekinesis_Info">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.</string>
<string name="WandOfTelekinesis_YouNowHave">You have magically transported %s into your backpack</string>

Lua Scripts

This entity is implemented in Java, no Lua script exists