Draft:Potion of restoration: 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 restoration|kind=Potion|glyph=!|color=light-green|value=50|level=3|weight=20|appearance=Random container|cursed=Potion of debilitation}}
{{Consumable infobox|name=Potion of restoration|kind=Potion|glyph=!|color=light-green|value=50|level=3|weight=20|appearance=Random container|cursed=Potion of debilitation}}
A '''potion of restoration''' repairs reductions to the player's six attributes. It restores current values toward their recorded maxima rather than increasing those maxima.
A '''potion of restoration''' repairs reductions to the player's six attributes. It restores current values toward their recorded maxima rather than increasing those maxima.<ref name="iinit-h-152">{{Source|iinit.h|152}}.</ref>
 
__TOC__


== Generation ==
== Generation ==
Restoration is an item-level-3 ordinary [[Draft:Potion|potion]], available as random loot, in [[Draft:Knight's Pawn Shop|pawn-shop stock]], or through [[Draft:Scroll of acquirement|acquirement]].
Restoration is an item-level-3 ordinary [[Draft:Potion|potion]], available as random loot, in [[Draft:Knight's Pawn Shop|pawn-shop stock]], or through [[Draft:Scroll of acquirement|acquirement]].<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 ==
An uncursed or blessed potion raises each of Strength, Constitution, Dexterity, Agility, Intelligence and Power to at least its corresponding maximum. A current value already above that maximum is preserved. Neither positive blessing strength nor enchantment increases this restoration, and it does not restore lost experience levels or maximum HP.
The six attributes are Strength, Constitution, Dexterity, Agility, Intelligence and Power. In the table, ''C'' is an attribute's current value and ''M'' its recorded maximum.


A cursed potion selects one of the six attributes with equal probability. That current attribute becomes the lesser of its current value minus one and its maximum minus one. This can remove a large above-maximum bonus, not merely subtract one point from the displayed value. The maximum itself is unchanged. Its cursed name, ''potion of debilitation'', is shared with [[Draft:Potion of augmentation|augmentation]].
{| class="wikitable"
! Potion state !! Attributes affected !! New current value
|-
| Uncursed or blessed || All six || Greater of ''C'' and ''M'': restores a drain while preserving above-maximum bonuses
|-
| Cursed || One, chosen uniformly || Lesser of ''C'' &minus; 1 and ''M'' &minus; 1: may remove a large above-maximum bonus
|}


Noncursed use identifies the type automatically. Cursed use does not, and the shared name does not uniquely distinguish the two potion kinds.
Recorded maxima are unchanged. Neither positive blessing strength nor enchantment increases restoration, and it does not restore lost experience levels or maximum HP. The cursed name, ''potion of debilitation'', is shared with [[Draft:Potion of augmentation|augmentation]].
 
Noncursed use identifies the type automatically. Cursed use does not, and the shared name does not uniquely distinguish the two potion kinds.<ref name="itemf1-c-i_restore">{{Source|itemf1.c|246}} (<code>i_restore</code>).</ref><ref name="effect2-c-recover_stat">{{Source|effect2.c|451}} (<code>recover_stat</code>).</ref>


== Strategy ==
== Strategy ==
Line 18: Line 28:
For an actual increase above existing values, [[Draft:Potion of augmentation|augmentation]] has a different effect. The restoration spell provides the same repair when available. Resting for a week at [[Draft:Rampart Arms|Rampart Arms]] also resets attributes to their maxima, but that broader reset can remove above-maximum gains which this potion preserves.
For an actual increase above existing values, [[Draft:Potion of augmentation|augmentation]] has a different effect. The restoration spell provides the same repair when available. Resting for a week at [[Draft:Rampart Arms|Rampart Arms]] also resets attributes to their maxima, but that broader reset can remove above-maximum gains which this potion preserves.


== References ==
<references />
[[Category:Potions]]
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:152; itemf1.c:246-252; effect2.c:451-475; spell.c:105-108; site2.c:109-131. Research: wiki/research/consumables-0.90.4.md. -->
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:152; itemf1.c:246-252; effect2.c:451-475; spell.c:105-108; site2.c:109-131. Research: wiki/research/consumables-0.90.4.md. -->
[[Category:Potions]]

Revision as of 06:59, 9 September 2026

Omega 0.90.4

A potion of restoration repairs reductions to the player's six attributes. It restores current values toward their recorded maxima rather than increasing those maxima.[1]

Generation

Restoration is an item-level-3 ordinary potion, available as random loot, in pawn-shop stock, or through acquirement.[2][3][4][5]

Description

The six attributes are Strength, Constitution, Dexterity, Agility, Intelligence and Power. In the table, C is an attribute's current value and M its recorded maximum.

Potion state Attributes affected New current value
Uncursed or blessed All six Greater of C and M: restores a drain while preserving above-maximum bonuses
Cursed One, chosen uniformly Lesser of C − 1 and M − 1: may remove a large above-maximum bonus

Recorded maxima are unchanged. Neither positive blessing strength nor enchantment increases restoration, and it does not restore lost experience levels or maximum HP. The cursed name, potion of debilitation, is shared with augmentation.

Noncursed use identifies the type automatically. Cursed use does not, and the shared name does not uniquely distinguish the two potion kinds.[6][7]

Strategy

Keep restoration for attribute loss that would otherwise weaken carrying capacity, combat or spellcasting. It can repair several drained attributes at once, and safely preserves higher current bonuses. Drinking it while all attributes are already at or above their maxima does not improve the character.

For an actual increase above existing values, augmentation has a different effect. The restoration spell provides the same repair when available. Resting for a week at Rampart Arms also resets attributes to their maxima, but that broader reset can remove above-maximum gains which this potion preserves.

References