Draft:Potion of restoration: Difference between revisions

From Omega Wiki
Jump to navigation Jump to search
为已保存草稿补齐章节目录、条件表格与可见源码 References,保留 Draft 状态
m 将源码脚注移到对应表格和论断旁,细化总览及条件表的出处位置
Line 12: Line 12:


{| class="wikitable"
{| class="wikitable"
! Potion state !! Attributes affected !! New current value
! Potion state !! Attributes affected !! New current value<ref name="effect2-c-recover_stat">{{Source|effect2.c|451}} (<code>recover_stat</code>).</ref>
|-
|-
| Uncursed or blessed || All six || Greater of ''C'' and ''M'': restores a drain while preserving above-maximum bonuses
| Uncursed or blessed || All six || Greater of ''C'' and ''M'': restores a drain while preserving above-maximum bonuses
Line 21: Line 21:
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]].
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>
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>


== Strategy ==
== Strategy ==

Revision as of 07:08, 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[6]
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.[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