Draft:Scroll of light: 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 light|kind=Scroll|glyph=?|color=yellow|value=30|level=0|weight=5|appearance=Random inscription|cursed=Scroll of darkness}}
{{Consumable infobox|name=Scroll of light|kind=Scroll|glyph=?|color=yellow|value=30|level=0|weight=5|appearance=Random inscription|cursed=Scroll of darkness}}
A '''scroll of light''' lights a suitable dark room and can give the reader temporary personal illumination. Its usefulness depends on where it is read, not simply on whether the player wishes to see farther.
A '''scroll of light''' lights a suitable dark room and can give the reader temporary personal illumination. Its usefulness depends on where it is read, not simply on whether the player wishes to see farther.<ref name="iinit-h-134">{{Source|iinit.h|134}}.</ref>
 
__TOC__


== Generation ==
== Generation ==
It belongs to the item-level-0 random [[Draft:Scroll|scroll]] pool. [[Draft:Knight's Pawn Shop|The pawn shop]] and [[Draft:Scroll of acquirement|acquirement]] are additional sources. [[Draft:Ambrosias' Potions et cie|Ambrosias]] transforms murk cloud particles or shadowstuff into a blessed light scroll; using the ordinary component values, these transformations cost 20 Au each.
It belongs to the item-level-0 random [[Draft:Scroll|scroll]] pool. [[Draft:Knight's Pawn Shop|The pawn shop]] and [[Draft:Scroll of acquirement|acquirement]] are additional sources. [[Draft:Ambrosias' Potions et cie|Ambrosias]] transforms murk cloud particles or shadowstuff into a blessed light scroll; using the ordinary component values, these transformations cost 20 Au each.<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 ==
If the player is in a recognized room that is currently dark, a noncursed reading spreads room light and adds 3 + blessing strength illumination units. Personal illumination normally expires through the ten-minute status updates. The changed room lighting is a separate result, not just the personal timer.
If the player is in a recognized room that is currently dark, a noncursed reading spreads room light and adds 3 + blessing strength illumination units. Personal illumination normally expires through the ten-minute status updates. The changed room lighting is a separate result, not just the personal timer.


In an already lit room, the scroll only produces a glow message and adds no personal illumination. In locations outside the recognized-room condition, it gives a brief glimmer with no lasting light. A cursed copy darkens an eligible lit room; in an already dark room or unsuitable location, it has no useful effect. Every reading identifies the type.
In an already lit room, the scroll only produces a glow message and adds no personal illumination. In locations outside the recognized-room condition, it gives a brief glimmer with no lasting light. A cursed copy darkens an eligible lit room; in an already dark room or unsuitable location, it has no useful effect. Every reading identifies the type.<ref name="itemf1-c-i_illuminate">{{Source|itemf1.c|933}} (<code>i_illuminate</code>).</ref><ref name="effect3-c-illuminate">{{Source|effect3.c|1133}} (<code>illuminate</code>).</ref><ref name="aux2-c-tenminute_status_check">{{Source|aux2.c|340}} (<code>tenminute_status_check</code>).</ref>


== Strategy ==
== Strategy ==
Line 16: Line 18:
Blessing lengthens the personal illumination only when the room-lighting branch succeeds. It does not make every location eligible. A known cursed scroll can deliberately darken an eligible room, but darkness is not invisibility, and this action is not a general defense against attacks. See [[Draft:Scroll of clairvoyance|clairvoyance]] for remote terrain revelation instead of lighting.
Blessing lengthens the personal illumination only when the room-lighting branch succeeds. It does not make every location eligible. A known cursed scroll can deliberately darken an eligible room, but darkness is not invisibility, and this action is not a general defense against attacks. See [[Draft:Scroll of clairvoyance|clairvoyance]] for remote terrain revelation instead of lighting.


== References ==
<references />
[[Category:Scrolls]]
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:134; itemf1.c:933-939; effect3.c:1133-1167; aux2.c:353-359; minit.h:85,177; site1.c:805-885. Research: wiki/research/consumables-0.90.4.md. -->
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:134; itemf1.c:933-939; effect3.c:1133-1167; aux2.c:353-359; minit.h:85,177; site1.c:805-885. 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 light lights a suitable dark room and can give the reader temporary personal illumination. Its usefulness depends on where it is read, not simply on whether the player wishes to see farther.[1]

Generation

It belongs to the item-level-0 random scroll pool. The pawn shop and acquirement are additional sources. Ambrosias transforms murk cloud particles or shadowstuff into a blessed light scroll; using the ordinary component values, these transformations cost 20 Au each.[2][3][4][5][6]

Description

If the player is in a recognized room that is currently dark, a noncursed reading spreads room light and adds 3 + blessing strength illumination units. Personal illumination normally expires through the ten-minute status updates. The changed room lighting is a separate result, not just the personal timer.

In an already lit room, the scroll only produces a glow message and adds no personal illumination. In locations outside the recognized-room condition, it gives a brief glimmer with no lasting light. A cursed copy darkens an eligible lit room; in an already dark room or unsuitable location, it has no useful effect. Every reading identifies the type.[7][8][9]

Strategy

Use it inside a dark room you intend to search or fight in. Reading in a corridor merely to obtain a portable light can waste the scroll. Torches or other illumination sources are alternatives when you need light while moving between rooms.

Blessing lengthens the personal illumination only when the room-lighting branch succeeds. It does not make every location eligible. A known cursed scroll can deliberately darken an eligible room, but darkness is not invisibility, and this action is not a general defense against attacks. See clairvoyance for remote terrain revelation instead of lighting.

References