Draft:Potion of chaos: 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=Potion of chaos|kind=Potion|glyph=!|color=light-green|value=100|level=3|weight=20|appearance=Random container|cursed=Antinomy!}}
{{Consumable infobox|name=Potion of chaos|kind=Potion|glyph=!|color=light-green|value=100|level=3|weight=20|appearance=Random container|cursed=Antinomy!}}
A '''potion of chaos''' moves alignment toward Chaos and gives experience to a character who was already chaotic before drinking. It is the counterpart of the [[Draft:Scroll of law|scroll of law]].
A '''potion of chaos''' moves alignment toward Chaos and gives experience to a character who was already chaotic before drinking. It is the counterpart of the [[Draft:Scroll of law|scroll of law]].<ref name="iinit-h-166">{{Source|iinit.h|166}}.</ref>
 
__TOC__


== Generation ==
== Generation ==
This item-level-3 ordinary [[Draft:Potion|potion]] can appear in random loot, [[Draft:Knight's Pawn Shop|pawn-shop stock]], or through [[Draft:Scroll of acquirement|acquirement]]. Eating a servant of Law's corpse invokes the same chaos effect, providing a separate route to the alignment change.
This item-level-3 ordinary [[Draft:Potion|potion]] can appear in random loot, [[Draft:Knight's Pawn Shop|pawn-shop stock]], or through [[Draft:Scroll of acquirement|acquirement]]. Eating a servant of Law's corpse invokes the same chaos effect, providing a separate route to the alignment change.<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_potion">{{Source|item.c|179}} (<code>make_potion</code>).</ref>


== Description ==
== Description ==
Drinking subtracts a random 0&ndash;19 from alignment. If alignment was negative beforehand, the player then gains experience equal to ten times the absolute value of the resulting alignment. Starting at neutral or on the lawful side gives no experience from that use, even when the result becomes chaotic.
Drinking subtracts a random 0&ndash;19 from alignment. If alignment was negative beforehand, the player then gains experience equal to ten times the absolute value of the resulting alignment. Starting at neutral or on the lawful side gives no experience from that use, even when the result becomes chaotic.


The effect ignores blessing, curse and enchantment. It does not automatically identify the potion type. A chaotic character who rolls zero still receives experience based on the unchanged alignment. The unusual cursed name ''Antinomy!'' does not reverse the effect or make it harmless to a lawful character's alignment.
The effect ignores blessing, curse and enchantment. It does not automatically identify the potion type. A chaotic character who rolls zero still receives experience based on the unchanged alignment. The unusual cursed name ''Antinomy!'' does not reverse the effect or make it harmless to a lawful character's alignment.<ref name="effect2-c-i_chaos">{{Source|effect2.c|528}} (<code>i_chaos</code>).</ref>


== Strategy ==
== Strategy ==
Line 16: Line 18:
Use [[Draft:Scroll of self-knowledge|self-knowledge]] or other relevant information to check your standing before making repeated alignment changes. The ''Chaos'' wish provides a fixed 25-point shift, while ''Balance'' resets alignment to zero, but [[Draft:Scroll of wishing|wishing]] is a much more expensive resource. Do not spend blessing merely to change this potion's behavior.
Use [[Draft:Scroll of self-knowledge|self-knowledge]] or other relevant information to check your standing before making repeated alignment changes. The ''Chaos'' wish provides a fixed 25-point shift, while ''Balance'' resets alignment to zero, but [[Draft:Scroll of wishing|wishing]] is a much more expensive resource. Do not spend blessing merely to change this potion's behavior.


== References ==
<references />
[[Category:Potions]]
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:166; item.c:102-104,603; effect2.c:528-540; effect1.c:606-620. Research: wiki/research/consumables-0.90.4.md. -->
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:166; item.c:102-104,603; effect2.c:528-540; effect1.c:606-620. Research: wiki/research/consumables-0.90.4.md. -->
[[Category:Potions]]

Latest revision as of 06:58, 9 September 2026

Omega 0.90.4

A potion of chaos moves alignment toward Chaos and gives experience to a character who was already chaotic before drinking. It is the counterpart of the scroll of law.[1]

Generation

This item-level-3 ordinary potion can appear in random loot, pawn-shop stock, or through acquirement. Eating a servant of Law's corpse invokes the same chaos effect, providing a separate route to the alignment change.[2][3][4][5]

Description

Drinking subtracts a random 0–19 from alignment. If alignment was negative beforehand, the player then gains experience equal to ten times the absolute value of the resulting alignment. Starting at neutral or on the lawful side gives no experience from that use, even when the result becomes chaotic.

The effect ignores blessing, curse and enchantment. It does not automatically identify the potion type. A chaotic character who rolls zero still receives experience based on the unchanged alignment. The unusual cursed name Antinomy! does not reverse the effect or make it harmless to a lawful character's alignment.[6]

Strategy

For a chaotic character, this can supply both further alignment movement and experience. Establishing negative alignment before drinking captures the experience reward that a first use at exactly neutral would miss. For a lawful character, the same potion can undermine alignment-dependent plans.

Use self-knowledge or other relevant information to check your standing before making repeated alignment changes. The Chaos wish provides a fixed 25-point shift, while Balance resets alignment to zero, but wishing is a much more expensive resource. Do not spend blessing merely to change this potion's behavior.

References