Draft:Scroll of self-knowledge: Difference between revisions
OmegaAdmin (talk | contribs) 重写卷轴与药水总览、全部种类及别名(0.90.4 独立研究草稿) |
OmegaAdmin (talk | contribs) 建立法术总览与施法机制,补齐八种侦察探索法术并连接获取和物品入口 |
||
| (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 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 == | ||
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 | 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 [[Draft:Self knowledge (spell)|self knowledge spell]] and equipment with a corresponding information effect offer alternatives when available. | ||
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. --> | ||
Latest revision as of 11:42, 21 September 2026
| ? | |
| Type | Scroll |
|---|---|
| Base value (Au) | 10 |
| Item level | 1 |
| Weight | 5 |
| Unidentified appearance | Random inscription |
| Cursed name | 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.[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
- ↑ iinit.h in Omega 0.90.4, line 122.
- ↑ item.c in Omega 0.90.4, line 7 (
create_object). - ↑ site1.c in Omega 0.90.4, line 1022 (
l_pawn_shop). - ↑ effect1.c in Omega 0.90.4, line 647 (
acquire). - ↑ item.c in Omega 0.90.4, line 167 (
make_scroll). - ↑ itemf1.c in Omega 0.90.4, line 24 (
i_knowledge). - ↑ effect2.c in Omega 0.90.4, line 8 (
knowledge).