Draft:Scroll of law: 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 law|kind=Scroll|glyph=?|color=yellow|value=100|level=2|weight=5|appearance=Random inscription|cursed=Scroll of law}}
{{Consumable infobox|name=Scroll of law|kind=Scroll|glyph=?|color=yellow|value=100|level=2|weight=5|appearance=Random inscription|cursed=Scroll of law}}
A '''scroll of law''' moves alignment toward Law and can reward an already lawful character with experience. Its counterpart is the [[Draft:Potion of chaos|potion of chaos]].
A '''scroll of law''' moves alignment toward Law and can reward an already lawful character with experience. Its counterpart is the [[Draft:Potion of chaos|potion of chaos]].<ref name="iinit-h-124">{{Source|iinit.h|124}}.</ref>
 
__TOC__


== Generation ==
== Generation ==
It is an item-level-2 random [[Draft:Scroll|scroll]], also obtainable through [[Draft:Knight's Pawn Shop|pawn-shop stock]] and [[Draft:Scroll of acquirement|acquirement]]. Eating a servant of Chaos's corpse invokes the same law effect; that is a use of the remains, not a guaranteed scroll drop.
It is an item-level-2 random [[Draft:Scroll|scroll]], also obtainable through [[Draft:Knight's Pawn Shop|pawn-shop stock]] and [[Draft:Scroll of acquirement|acquirement]]. Eating a servant of Chaos's corpse invokes the same law effect; that is a use of the remains, not a guaranteed scroll drop.<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 ==
Reading adds a random integer from 0 through 19 to alignment. If alignment was already positive before the reading, it then grants experience equal to ten times the new alignment. A neutral or chaotic character receives the alignment change but no experience from that reading, even if the change crosses into Law.
Reading adds a random integer from 0 through 19 to alignment. If alignment was already positive before the reading, it then grants experience equal to ten times the new alignment. A neutral or chaotic character receives the alignment change but no experience from that reading, even if the change crosses into Law.


Curse, blessing and enchantment do not change these rules. If an already lawful character rolls zero, alignment remains unchanged but the experience reward still occurs. The effect does not automatically record the scroll's type as identified.
Curse, blessing and enchantment do not change these rules. If an already lawful character rolls zero, alignment remains unchanged but the experience reward still occurs. The effect does not automatically record the scroll's type as identified.<ref name="effect2-c-i_law">{{Source|effect2.c|542}} (<code>i_law</code>).</ref>


== Strategy ==
== Strategy ==
Line 16: Line 18:
Consider the consequences for current guilds, religion and alignment-dependent equipment before changing sides. A cursed label does not reverse this scroll into a chaos effect. When immediate neutrality or a fixed alignment shift is required, the ''Balance'' or ''Law'' option of [[Draft:Scroll of wishing|wishing]] is more predictable, but consumes a much more valuable resource.
Consider the consequences for current guilds, religion and alignment-dependent equipment before changing sides. A cursed label does not reverse this scroll into a chaos effect. When immediate neutrality or a fixed alignment shift is required, the ''Balance'' or ''Law'' option of [[Draft:Scroll of wishing|wishing]] is more predictable, but consumes a much more valuable resource.


== References ==
<references />
[[Category:Scrolls]]
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:124; item.c:579,105-107; effect2.c:542-554; effect1.c:606-620. Research: wiki/research/consumables-0.90.4.md. -->
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:124; item.c:579,105-107; effect2.c:542-554; effect1.c:606-620. Research: wiki/research/consumables-0.90.4.md. -->
[[Category:Scrolls]]

Latest revision as of 06:59, 9 September 2026

Omega 0.90.4

A scroll of law moves alignment toward Law and can reward an already lawful character with experience. Its counterpart is the potion of chaos.[1]

Generation

It is an item-level-2 random scroll, also obtainable through pawn-shop stock and acquirement. Eating a servant of Chaos's corpse invokes the same law effect; that is a use of the remains, not a guaranteed scroll drop.[2][3][4][5]

Description

Reading adds a random integer from 0 through 19 to alignment. If alignment was already positive before the reading, it then grants experience equal to ten times the new alignment. A neutral or chaotic character receives the alignment change but no experience from that reading, even if the change crosses into Law.

Curse, blessing and enchantment do not change these rules. If an already lawful character rolls zero, alignment remains unchanged but the experience reward still occurs. The effect does not automatically record the scroll's type as identified.[6]

Strategy

For a lawful character, the scroll can combine alignment progression and experience gain. It is useful after establishing positive alignment, since using it at exactly neutral misses the experience reward. A strongly chaotic character may need several uses before becoming lawful; each change is small and can be zero.

Consider the consequences for current guilds, religion and alignment-dependent equipment before changing sides. A cursed label does not reverse this scroll into a chaos effect. When immediate neutrality or a fixed alignment shift is required, the Balance or Law option of wishing is more predictable, but consumes a much more valuable resource.

References