Draft:Scroll of teleportation: Difference between revisions

From Omega Wiki
Jump to navigation Jump to search
重写卷轴与药水总览、全部种类及别名(0.90.4 独立研究草稿)
 
m 将源码脚注移到对应表格和论断旁,细化总览及条件表的出处位置
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Version box|version=0.90.4}}
{{Version box|version=0.90.4}}
{{Consumable infobox|name=Scroll of teleportation|kind=Scroll|glyph=?|color=yellow|value=75|level=1|weight=5|appearance=Random inscription|cursed=Scroll of teleportation}}
{{Consumable infobox|name=Scroll of teleportation|kind=Scroll|glyph=?|color=yellow|value=75|level=1|weight=5|appearance=Random inscription|cursed=Scroll of teleportation}}
A '''scroll of teleportation''' moves the reader within the current map. Blessing grants destination selection; a curse can instead place the reader inside an obstruction and kill them immediately.
A '''scroll of teleportation''' moves the reader within the current map. Blessing grants destination selection; a curse can instead place the reader inside an obstruction and kill them immediately.<ref name="iinit-h-100">{{Source|iinit.h|100}}.</ref>
 
__TOC__


== Generation ==
== Generation ==
The scroll belongs to the item-level-1 random pool and can appear at [[Draft:Knight's Pawn Shop|the pawn shop]] or through [[Draft:Scroll of acquirement|acquirement]]. [[Draft:Ambrosias' Potions et cie|Ambrosias]] can transform a blipper organ into a blessed copy for 50 Au using the normal component value. Eating that organ invokes teleportation directly instead; it does not produce a scroll.
The scroll belongs to the item-level-1 random pool and can appear at [[Draft:Knight's Pawn Shop|the pawn shop]] or through [[Draft:Scroll of acquirement|acquirement]]. [[Draft:Ambrosias' Potions et cie|Ambrosias]] can transform a blipper organ into a blessed copy for 50 Au using the normal component value. Eating that organ invokes teleportation directly instead; it does not produce a scroll.<ref name="item-c-create_object">{{Source|item.c|7}} (<code>create_object</code>).</ref><ref name="site1-c-l_pawn_shop">{{Source|site1.c|1022}} (<code>l_pawn_shop</code>).</ref><ref name="effect1-c-acquire">{{Source|effect1.c|647}} (<code>acquire</code>).</ref><ref name="item-c-make_scroll">{{Source|item.c|167}} (<code>make_scroll</code>).</ref><ref name="site1-c-l_alchemist">{{Source|site1.c|805}} (<code>l_alchemist</code>).</ref>


== Description ==
== Description ==
An uncursed reading finds a random open location on the current level. A blessed reading lets the player point to a destination. The chosen square must be floor and unoccupied; an invalid choice falls back to ordinary random teleportation rather than refunding the scroll. Greater positive blessing and enchantment do not add further control.
{| class="wikitable"
! Scroll state !! Destination !! Restrictions and failure<ref name="effect3-c-p_teleport">{{Source|effect3.c|503}} (<code>p_teleport</code>).</ref>
|-
| Uncursed || Random open location on the current level || Uses the ordinary safe-location search.
|-
| Blessed || Player-selected square || Must be unoccupied floor. An invalid choice falls back to random teleportation and still consumes the scroll.
|-
| Cursed || Random coordinates without the safe-location search || Landing anywhere other than floor or an open door causes instant death from a solid object.
|}


A cursed reading chooses coordinates without the safe-location search. A square that is neither floor nor an open door causes instant death from teleporting into a solid object. The unchanged cursed name supplies no warning by itself.
Greater positive blessing and enchantment do not add further control. The unchanged cursed name supplies no warning by itself.


Teleportation performs the room and screen updates for the new position. It does not select another dungeon depth or travel to another region. Noncursed use identifies the scroll type. As with other scrolls, blindness and fear prevent reading, so it is not a reliable escape after either condition has already taken hold.
Teleportation performs the room and screen updates for the new position. It does not select another dungeon depth or travel to another region. Noncursed use identifies the scroll type. As with other scrolls, blindness and fear prevent reading, so it is not a reliable escape after either condition has already taken hold.<ref name="itemf1-c-i_teleport">{{Source|itemf1.c|111}} (<code>i_teleport</code>).</ref>


== Strategy ==
== Strategy ==
Line 18: Line 28:
For travel between dungeon depths, use [[Draft:Scroll of the warp|the warp]] instead. When depending on teleportation as emergency equipment, keep it accessible and arrange an answer to fear, such as a [[Draft:Potion of banishing fear|potion of banishing fear]]. A known cursed copy is unsuitable for casual testing because failure can be immediate and fatal.
For travel between dungeon depths, use [[Draft:Scroll of the warp|the warp]] instead. When depending on teleportation as emergency equipment, keep it accessible and arrange an answer to fear, such as a [[Draft:Potion of banishing fear|potion of banishing fear]]. A known cursed copy is unsuitable for casual testing because failure can be immediate and fatal.


== References ==
<references />
[[Category:Scrolls]]
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:100; itemf1.c:111-117; effect3.c:503-534; minit.h:35; item.c:91-93; site1.c:805-885; command2.c:38-69. Research: wiki/research/consumables-0.90.4.md. -->
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:100; itemf1.c:111-117; effect3.c:503-534; minit.h:35; item.c:91-93; site1.c:805-885; command2.c:38-69. Research: wiki/research/consumables-0.90.4.md. -->
[[Category:Scrolls]]

Latest revision as of 07:07, 9 September 2026

Omega 0.90.4

A scroll of teleportation moves the reader within the current map. Blessing grants destination selection; a curse can instead place the reader inside an obstruction and kill them immediately.[1]

Generation

The scroll belongs to the item-level-1 random pool and can appear at the pawn shop or through acquirement. Ambrosias can transform a blipper organ into a blessed copy for 50 Au using the normal component value. Eating that organ invokes teleportation directly instead; it does not produce a scroll.[2][3][4][5][6]

Description

Scroll state Destination Restrictions and failure[7]
Uncursed Random open location on the current level Uses the ordinary safe-location search.
Blessed Player-selected square Must be unoccupied floor. An invalid choice falls back to random teleportation and still consumes the scroll.
Cursed Random coordinates without the safe-location search Landing anywhere other than floor or an open door causes instant death from a solid object.

Greater positive blessing and enchantment do not add further control. The unchanged cursed name supplies no warning by itself.

Teleportation performs the room and screen updates for the new position. It does not select another dungeon depth or travel to another region. Noncursed use identifies the scroll type. As with other scrolls, blindness and fear prevent reading, so it is not a reliable escape after either condition has already taken hold.[8]

Strategy

Prepare and identify teleportation before entering a dangerous fight. Blessing is valuable for choosing a known safe retreat, reaching an isolated floor area, or bypassing a route you have already surveyed. Clairvoyance can help establish a destination; even then, an occupied destination produces a random fallback.

For travel between dungeon depths, use the warp instead. When depending on teleportation as emergency equipment, keep it accessible and arrange an answer to fear, such as a potion of banishing fear. A known cursed copy is unsuitable for casual testing because failure can be immediate and fatal.

References