User Tools

Site Tools


rpd:scroll_of_teleportation_item

Differences

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

Link to this comparison view

rpd:scroll_of_teleportation_item [2025/12/26 13:05] – Wiki maintenance: Fix naming conventions, add missing pages, update links and references mikerpd:scroll_of_teleportation_item [2025/12/26 13:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scroll of Teleportation ======
  
 +{{ rpd:images:scroll_of_teleportation_item.png|Scroll of Teleportation }}
 +
 +The **Scroll of Teleportation** is an uncommon scroll in Remixed Dungeon that instantly transports the reader to a random location on the current level.
 +
 +==== Item Overview ====
 +  * **Type:** [[rpd:scroll|Scroll]]
 +  * **Rarity:** Uncommon
 +  * **Special Effect:** Teleports user to random location on current level
 +  * **Usage:** Single use item (consumed upon reading)
 +  * **Price:** 40 [[rpd:gold|gold]] when identified
 +
 +==== Special Mechanics ====
 +  * **Random Teleportation:** Moves user to random valid position on current level
 +  * **Immediate Effect:** Works immediately upon reading
 +  * **No Targeting Required:** Does not require specific targeting
 +  * **Emergency Utility:** Can be used to escape dangerous situations
 +  * **Exploration Aid:** Can be used to reach new areas quickly
 +  * **Identification:** Becomes identified when read or seen in inventory after being identified
 +
 +==== Strategy ====
 +  * Use to escape dangerous situations or fights
 +  * Helpful for quickly reaching distant areas of the level
 +  * Useful for escaping from trapped or dangerous positions
 +  * Can be used to avoid bosses if not ready for them
 +  * Good to use when surrounded by enemies
 +  * Be careful as destination is random
 +  * Consider saving for emergencies
 +
 +==== Obtaining ====
 +  * Found throughout dungeon [[rpd:levels|levels]]
 +  * Available in shops at moderate prices (40 [[rpd:gold|gold]] when identified)
 +  * Dropped by various [[rpd:mobs|enemies]]
 +  * Found in special containers and rooms
 +  * More common on levels with more open spaces
 +
 +==== Effect ====
 +When read, the Scroll of Teleportation instantly transports the reader to a random location on the current dungeon level. This can be useful for escaping dangerous situations or for exploration purposes.
 +
 +According to the game's string resources: "This scroll contains powerful teleportation magic. Reading it will instantly transport the reader to a random location on the current level."
 +
 +==== Code References ====
 +  * **Java Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfTeleportation.java|ScrollOfTeleportation.java]]
 +  * **Scroll Base Class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/Scroll.java|Scroll.java]]
 +  * **Teleportation System:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/Actor.java#L200-L210|Actor.java#teleportation]] (general teleportation mechanics)
 +  * **Effect Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfTeleportation.java#L35-L45|ScrollOfTeleportation.java#L35-L45]] (specific teleportation effect)
 +  * **Price Configuration:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfTeleportation.java#L30-L32|ScrollOfTeleportation.java#L30-L32]] (price is 40 gold when identified)
 +  * **String resources:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2572-L2574|ScrollOfTeleportation_Name, ScrollOfTeleportation_Info, ScrollOfTeleportation_Gender]]
 +  * **Russian String Resources:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2572-L2574|ScrollOfTeleportation strings]] (Russian localization)
 +  * **Configuration:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/itemsDesc/Scrolls.json|Scrolls.json]] (item configuration)
 +
 +==== Related Items ====
 +  * [[rpd:scroll|Scrolls]] - General information about scrolls
 +  * [[rpd:scroll_of_escape_item|Scroll of Escape]] - Similar escape utility scroll
 +  * [[rpd:scroll_of_passage_item|Scroll of Passage]] - Another movement scroll
 +  * [[rpd:scroll_of_upgrade_item|Scroll of Upgrade]] - Other useful scrolls
 +  * [[rpd:hero|Hero]] - Main playable character
 +  * [[rpd:levels|Levels]] - Dungeon level information
 +
 +{{tag> rpd items scrolls teleportation escape }}
rpd/scroll_of_teleportation_item.txt · Last modified: by 127.0.0.1