Draft:Scroll of alertness: Difference between revisions

From Omega Wiki
Jump to navigation Jump to search
重写卷轴与药水总览、全部种类及别名(0.90.4 独立研究草稿)
 
为已保存草稿补齐章节目录、条件表格与可见源码 References,保留 Draft 状态
Line 1: Line 1:
{{Version box|version=0.90.4}}
{{Version box|version=0.90.4}}
{{Consumable infobox|name=Scroll of alertness|kind=Scroll|glyph=?|color=yellow|value=50|level=1|weight=5|appearance=Random inscription|cursed=Scroll of drowsiness}}
{{Consumable infobox|name=Scroll of alertness|kind=Scroll|glyph=?|color=yellow|value=50|level=1|weight=5|appearance=Random inscription|cursed=Scroll of drowsiness}}
A '''scroll of alertness''' improves searching and helps the player react to certain surprise attacks. It supplies the same alertness effect as a [[Draft:Potion of alertness|potion of alertness]], through a slower and more restricted reading action.
A '''scroll of alertness''' improves searching and helps the player react to certain surprise attacks. It supplies the same alertness effect as a [[Draft:Potion of alertness|potion of alertness]], through a slower and more restricted reading action.<ref name="iinit-h-114">{{Source|iinit.h|114}}.</ref>
 
__TOC__


== Generation ==
== Generation ==
This item-level-1 [[Draft:Scroll|scroll]] can appear in random loot, [[Draft:Knight's Pawn Shop|pawn-shop stock]], or [[Draft:Scroll of acquirement|acquirement]].
This item-level-1 [[Draft:Scroll|scroll]] can appear in random loot, [[Draft:Knight's Pawn Shop|pawn-shop stock]], or [[Draft:Scroll of acquirement|acquirement]].<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>


== Description ==
== Description ==
Line 11: Line 13:
Alertness bypasses the ordinary one-in-three failure gate when searching a square. It also prevents the lost action caused by the specific invisible-surprise attack routine. It does not reveal every creature everywhere or confer general immunity to fear and sleep.
Alertness bypasses the ordinary one-in-three failure gate when searching a square. It also prevents the lost action caused by the specific invisible-surprise attack routine. It does not reveal every creature everywhere or confer general immunity to fear and sleep.


Despite the name ''scroll of drowsiness'', a cursed reading does nothing: the item effect does not call the negative sleep branch. Noncursed reading records the scroll type; cursed reading does not. Either consumes the scroll.
Despite the name ''scroll of drowsiness'', a cursed reading does nothing: the item effect does not call the negative sleep branch. Noncursed reading records the scroll type; cursed reading does not. Either consumes the scroll.<ref name="itemf1-c-i_alert">{{Source|itemf1.c|535}} (<code>i_alert</code>).</ref><ref name="effect2-c-alert">{{Source|effect2.c|411}} (<code>alert</code>).</ref><ref name="aux1-c-searchat">{{Source|aux1.c|246}} (<code>searchat</code>).</ref><ref name="mspec-c-m_sp_surprise">{{Source|mspec.c|220}} (<code>m_sp_surprise</code>).</ref>


== Strategy ==
== Strategy ==
Line 18: Line 20:
The potion offers the same effect with a ten-tick drinking action instead of a twenty-tick reading action, and can be drunk while afraid or blind. The scroll has the advantage of lower weight. A known cursed copy has no sleep effect to exploit in this version; restoring it to noncursed is necessary to gain alertness.
The potion offers the same effect with a ten-tick drinking action instead of a twenty-tick reading action, and can be drunk while afraid or blind. The scroll has the advantage of lower weight. A known cursed copy has no sleep effect to exploit in this version; restoring it to noncursed is necessary to gain alertness.


== References ==
<references />
[[Category:Scrolls]]
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:114; itemf1.c:535-542; effect2.c:411-419; aux1.c:247-275; mspec.c:220-251; aux2.c:423-431; command1.c:84-88. Research: wiki/research/consumables-0.90.4.md. -->
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:114; itemf1.c:535-542; effect2.c:411-419; aux1.c:247-275; mspec.c:220-251; aux2.c:423-431; command1.c:84-88. Research: wiki/research/consumables-0.90.4.md. -->
[[Category:Scrolls]]

Revision as of 06:59, 9 September 2026

Omega 0.90.4

A scroll of alertness improves searching and helps the player react to certain surprise attacks. It supplies the same alertness effect as a potion of alertness, through a slower and more restricted reading action.[1]

Generation

This item-level-1 scroll can appear in random loot, pawn-shop stock, or acquirement.[2][3][4][5]

Description

A noncursed reading adds 4 + 5B alertness units, where B is blessing strength. These units normally decrease at the ten-minute status update; see duration and repeated use. An uncursed copy adds four, while a +1-blessed copy adds nine. Enchantment does not affect the duration.

Alertness bypasses the ordinary one-in-three failure gate when searching a square. It also prevents the lost action caused by the specific invisible-surprise attack routine. It does not reveal every creature everywhere or confer general immunity to fear and sleep.

Despite the name scroll of drowsiness, a cursed reading does nothing: the item effect does not call the negative sleep branch. Noncursed reading records the scroll type; cursed reading does not. Either consumes the scroll.[6][7][8][9]

Strategy

Use it before searching for hidden doors or traps, or before confronting an opponent that relies on surprise. Blessing extends the preparation window, while repeated noncursed use adds duration rather than making the search bonus stronger.

The potion offers the same effect with a ten-tick drinking action instead of a twenty-tick reading action, and can be drunk while afraid or blind. The scroll has the advantage of lower weight. A known cursed copy has no sleep effect to exploit in this version; restoring it to noncursed is necessary to gain alertness.

References