Draft:Scroll of self-knowledge: 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 self-knowledge|kind=Scroll|glyph=?|color=yellow|value=10|level=1|weight=5|appearance=Random inscription|cursed=Scroll of delusion}}
{{Consumable infobox|name=Scroll of self-knowledge|kind=Scroll|glyph=?|color=yellow|value=10|level=1|weight=5|appearance=Random inscription|cursed=Scroll of delusion}}
A '''scroll of self-knowledge''' reports the player's current condition, protections and standing. It is a diagnostic tool rather than an item-identification scroll.
A '''scroll of self-knowledge''' reports the player's current condition, protections and standing. It is a diagnostic tool rather than an item-identification scroll.<ref name="iinit-h-122">{{Source|iinit.h|122}}.</ref>
 
__TOC__


== Generation ==
== Generation ==
It is an item-level-1 random [[Draft:Scroll|scroll]], with [[Draft:Knight's Pawn Shop|the pawn shop]] and [[Draft:Scroll of acquirement|acquirement]] as other sources.
It is an item-level-1 random [[Draft:Scroll|scroll]], with [[Draft:Knight's Pawn Shop|the pawn shop]] and [[Draft:Scroll of acquirement|acquirement]] as other sources.<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 ==
A noncursed reading displays point total and an alignment description, active statuses, immunities, and ranks with associated progress information. It also records the scroll type as known. Blessing and enchantment do not improve the report.
A noncursed reading displays point total and an alignment description, active statuses, immunities, and ranks with associated progress information. It also records the scroll type as known. Blessing and enchantment do not improve the report.


The display describes conditions rather than enumerating every remaining duration or numerical alignment value. It does not identify possessions, teach spells, cure a bad status, or grant the immunities it lists. A cursed reading merely says that the player feels ignorant: it does not provide a convincing false report or erase knowledge, and does not automatically identify the type.
The display describes conditions rather than enumerating every remaining duration or numerical alignment value. It does not identify possessions, teach spells, cure a bad status, or grant the immunities it lists. A cursed reading merely says that the player feels ignorant: it does not provide a convincing false report or erase knowledge, and does not automatically identify the type.<ref name="itemf1-c-i_knowledge">{{Source|itemf1.c|24}} (<code>i_knowledge</code>).</ref><ref name="effect2-c-knowledge">{{Source|effect2.c|8}} (<code>knowledge</code>).</ref>


== Strategy ==
== Strategy ==
Line 16: Line 18:
For unknown equipment, use [[Draft:Scroll of identification|identification]]. For a status that needs immediate removal, use its cure rather than spending the reading action merely confirming it. The report itself is not a guarantee that a protection applies to every attack: [[Draft:Scroll of displacement|displacement]] and [[Draft:Scroll of deflection|deflection]], for example, cover different attack paths.
For unknown equipment, use [[Draft:Scroll of identification|identification]]. For a status that needs immediate removal, use its cure rather than spending the reading action merely confirming it. The report itself is not a guarantee that a protection applies to every attack: [[Draft:Scroll of displacement|displacement]] and [[Draft:Scroll of deflection|deflection]], for example, cover different attack paths.


== References ==
<references />
[[Category:Scrolls]]
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:122; itemf1.c:24-30; effect2.c:8-335; spell.c (s_knowledge); itemf2.c:12-20. Research: wiki/research/consumables-0.90.4.md. -->
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:122; itemf1.c:24-30; effect2.c:8-335; spell.c (s_knowledge); itemf2.c:12-20. 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 self-knowledge reports the player's current condition, protections and standing. It is a diagnostic tool rather than an item-identification scroll.[1]

Generation

It is an item-level-1 random scroll, with the pawn shop and acquirement as other sources.[2][3][4][5]

Description

A noncursed reading displays point total and an alignment description, active statuses, immunities, and ranks with associated progress information. It also records the scroll type as known. Blessing and enchantment do not improve the report.

The display describes conditions rather than enumerating every remaining duration or numerical alignment value. It does not identify possessions, teach spells, cure a bad status, or grant the immunities it lists. A cursed reading merely says that the player feels ignorant: it does not provide a convincing false report or erase knowledge, and does not automatically identify the type.[6][7]

Strategy

Read it when deciding whether a protection is active or diagnosing why a tactic is failing. It can reveal a useful distinction between having found an item and actually having its status or immunity in effect. The self-knowledge spell and equipment with a corresponding information effect offer alternatives when available.

For unknown equipment, use identification. For a status that needs immediate removal, use its cure rather than spending the reading action merely confirming it. The report itself is not a guarantee that a protection applies to every attack: displacement and deflection, for example, cover different attack paths.

References