User Tools

Site Tools


mr:wand_of_teleportation_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mr:wand_of_teleportation_item [2026/01/30 19:17] – Fix DokuWiki syntax in wand_of_teleportation_item.txt mikemr:wand_of_teleportation_item [2026/01/30 19:18] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Wand Of Teleportation Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfTeleportation.java|WandOfTeleportation.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="WandOfTeleportation_Name">Wand of Teleportation</string>
 +<string name="WandOfTeleportation_Info">A blast from this wand will teleport a creature against its will to a random place on the current level.</string>
 +<string name="WandOfTeleportation_Info1">%1$s teleported %2$s to somewhere</string>
 +<string name="WandOfTeleportation_Info2">nothing happened</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:wand_of_blast_wave_item|Wand of Blast Wave]]
 +  * [[mr:wand_of_disintegration_item|Wand of Disintegration]]
 +  * [[mr:wand_of_lightning_item|Wand of Lightning]]
 +  * [[mr:wand_of_magic_missile_item|Wand of Magic Missile]]