Potion of healing

From Omega Wiki
Revision as of 17:18, 25 July 2026 by OmegaWiki seed importer (talk | contribs) (Import OmegaWiki seed content)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The potion of healing restores plus-scaled hit points and clears blindness. A cursed copy is a potion of disruption that removes hit points and can kill the drinker.

Generation and appearance

It is a common level-2 random potion with a shuffled container appearance. Random copies begin uncursed and receive a nonnegative plus from the potion constructor.

Data and mechanics

It is object ID 67 and potion ID 1, with weight 20, fragility 5, base value 40 Au, and item level 2. Generated plus starts at zero and increases once for each consecutive successful coin flip, so most copies have a low plus.

Effects and interactions

BUC stateResult
BlessedSame as uncursed: calls healing with amount `1 + plus` and clears blindness.
UncursedCalls healing with amount `1 + plus` and clears blindness.
CursedCalls disruption with amount `-1 - abs(plus)` and does not identify itself.

Positive healing adds 1 through `10 * amount` possible points under the intended random model, but caps HP at `max HP + amount`; it always clears blindness. Disruption subtracts 0 through `10 * abs(amount)` HP and kills only when HP falls below zero. A noncursed potion identifies its type; a cursed one does not.

Strategy

Blessing does not improve healing directly; improving plus does. Drink a noncursed copy when healing or immediate blindness removal matters, but remember that the above-max-HP allowance is only the small `amount` value. Never blind-quaff a possibly cursed copy at low HP, because disruption scales with plus as well.

Trivial

No reliable creator statement tying this generic potion name to a particular cultural source was found.

See also

References