Draft:Jane's guide to treasure: 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=Jane's guide to treasure|kind=Scroll|glyph=?|color=yellow|value=50|level=2|weight=5|appearance=Random inscription|cursed=Jane's guide to treasure}}
{{Consumable infobox|name=Jane's guide to treasure|kind=Scroll|glyph=?|color=yellow|value=50|level=2|weight=5|appearance=Random inscription|cursed=Jane's guide to treasure}}
'''Jane's guide to treasure''' teaches recognition of an entire random category of magical items. It is a [[Draft:Scroll|scroll]], despite its book-like name, and the category is chosen when it is read.
'''Jane's guide to treasure''' teaches recognition of an entire random category of magical items. It is a [[Draft:Scroll|scroll]], despite its book-like name, and the category is chosen when it is read.<ref name="iinit-h-112">{{Source|iinit.h|112}}.</ref>
 
__TOC__


== Generation ==
== Generation ==
The guide is an item-level-2 random scroll. It can also appear at [[Draft:Knight's Pawn Shop|Knight's Pawn Shop]] or be obtained through [[Draft:Scroll of acquirement|acquirement]]. Its outward inscription is randomized just like those of other scrolls.
The guide is an item-level-2 random scroll. It can also appear at [[Draft:Knight's Pawn Shop|Knight's Pawn Shop]] or be obtained through [[Draft:Scroll of acquirement|acquirement]]. Its outward inscription is randomized just like those of other scrolls.<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:
This grants type knowledge rather than full identification of individual possessions. It does not reveal every copy's enchantment, charges or blessing. The potion volume covers the ordinary potion family, including [[Draft:Azoth|Azoth]], but not the potion-shaped artifacts [[Draft:Potion of Life|Life]] and [[Draft:Potion of Death|Death]].
This grants type knowledge rather than full identification of individual possessions. It does not reveal every copy's enchantment, charges or blessing. The potion volume covers the ordinary potion family, including [[Draft:Azoth|Azoth]], but not the potion-shaped artifacts [[Draft:Potion of Life|Life]] and [[Draft:Potion of Death|Death]].


There is no selection of a preferred volume and no protection against drawing a category already known. Even a largely redundant reading uses up the guide.
There is no selection of a preferred volume and no protection against drawing a category already known. Even a largely redundant reading uses up the guide.<ref name="itemf1-c-i_jane_t">{{Source|itemf1.c|32}} (<code>i_jane_t</code>).</ref>


== Strategy ==
== Strategy ==
Line 18: Line 20:
For a specific emergency item, use [[Draft:Scroll of identification|identification]] instead of relying on a one-in-six chance of the relevant category. Later in a run, when most families are known, selling another guide may be more useful than hoping to draw the remaining one. A blessed identification scroll remains useful after reading the guide because it reveals individual item properties as well.
For a specific emergency item, use [[Draft:Scroll of identification|identification]] instead of relying on a one-in-six chance of the relevant category. Later in a run, when most families are known, selling another guide may be more useful than hoping to draw the remaining one. A blessed identification scroll remains useful after reading the guide because it reveals individual item properties as well.


== References ==
<references />
[[Category:Scrolls]]
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:112; itemf1.c:32-64; effect1.c:494-549; item.c:167-177; omega.c:443-455. Research: wiki/research/consumables-0.90.4.md. -->
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:112; itemf1.c:32-64; effect1.c:494-549; item.c:167-177; omega.c:443-455. Research: wiki/research/consumables-0.90.4.md. -->
[[Category:Scrolls]]

Latest revision as of 06:58, 9 September 2026

Omega 0.90.4

Jane's guide to treasure teaches recognition of an entire random category of magical items. It is a scroll, despite its book-like name, and the category is chosen when it is read.[1]

Generation

The guide is an item-level-2 random scroll. It can also appear at Knight's Pawn Shop or be obtained through acquirement. Its outward inscription is randomized just like those of other scrolls.[2][3][4][5]

Description

Reading selects one of six volumes with equal probability: scrolls, potions, cloaks, boots, rings, or sticks. Every type in the chosen family becomes known, whether or not the player currently owns a copy. The guide displays the list of names it has taught and also identifies its own type. Blessing, curse and enchantment do not change the result.

This grants type knowledge rather than full identification of individual possessions. It does not reveal every copy's enchantment, charges or blessing. The potion volume covers the ordinary potion family, including Azoth, but not the potion-shaped artifacts Life and Death.

There is no selection of a preferred volume and no protection against drawing a category already known. Even a largely redundant reading uses up the guide.[6]

Strategy

Read an early guide when gaining broad type knowledge is valuable. It can save future identification expenditure and make an entire family of unknown appearances recognizable. Since it works equally while cursed, a curse does not by itself justify discarding a known guide or spending a blessing on it.

For a specific emergency item, use identification instead of relying on a one-in-six chance of the relevant category. Later in a run, when most families are known, selling another guide may be more useful than hoping to draw the remaining one. A blessed identification scroll remains useful after reading the guide because it reveals individual item properties as well.

References