User Tools

Site Tools


mr:wand_of_blink_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mr:wand_of_blink_item [2026/01/27 18:36] – Fix wiki pages compliance issues from random selection mikemr:wand_of_blink_item [2026/01/27 18:40] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Wand Of Blink Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfBlink.java|WandOfBlink.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 =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="WandOfBlink_Name">Wand of Blink</string>
 +<string name="WandOfBlink_Info">This wand has the power of teleportation. The distance of the blink depends on the level of the wand and the distance to the target. If the target cell is occupied, the blink will end at a safe distance from the target. If the target is too far away, the blink will end at a shorter distance based on the wand level.</string>
 +<string name="WandOfBlink_InvTitle">Select a location to blink to</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:wand_item|Wand (Item)]]