Obsolete:Potion of healing: Difference between revisions

From Omega Wiki
Jump to navigation Jump to search
Import OmegaWiki seed content
 
标明旧卷轴药水历史归档并移出当前内容分类
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="omega-version-box"><strong>Obsolete article.</strong> Preserved for history; this text is not current guidance. The replacement remains a draft: [[Draft:Potion of healing]].</div>
<!-- OMEGA-PUBLISH status=approved; batch=scrolls-20-23-potions-0-17; published=2026-07-26 -->
{{Version box|version=0.90.4}}
{{Version box|version=0.90.4}}
{{Potion infobox|name=Potion of healing|object_id=67|potion_id=1|value=40|level=2|cursed=potion of disruption}}
{{Potion infobox|name=Potion of healing|object_id=67|potion_id=1|value=40|level=2|cursed=potion of disruption}}
Line 5: Line 8:


== Generation and appearance ==
== 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.
It is a common level-2 random potion with a shuffled container appearance. Random copies begin uncursed with a nonnegative plus.


== Data and mechanics ==
== 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.
Each copy weighs 20, has fragility 5, a base value of 40 Au, and item level 2. Most naturally generated copies have a low plus, while higher-plus copies become progressively rarer.


== Effects and interactions ==
== Effects and interactions ==
<table class="omega-scroll-buc">
<table class="omega-scroll-buc">
<tr><th>BUC state</th><th>Result</th></tr>
<tr><th>BUC state</th><th>Result</th></tr>
<tr><td>Blessed</td><td>Same as uncursed: calls healing with amount `1 + plus` and clears blindness.</td></tr>
<tr><td>Blessed</td><td>Restores plus-scaled HP and clears blindness; blessing adds no further benefit.</td></tr>
<tr><td>Uncursed</td><td>Calls healing with amount `1 + plus` and clears blindness.</td></tr>
<tr><td>Uncursed</td><td>Restores plus-scaled HP and clears blindness.</td></tr>
<tr><td>Cursed</td><td>Calls disruption with amount `-1 - abs(plus)` and does not identify itself.</td></tr>
<tr><td>Cursed</td><td>Deals plus-scaled disruption damage and does not identify itself.</td></tr>
</table>
</table>


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.
A +0 copy restores 1–10 HP and can leave the drinker at most 1 HP above maximum. Each additional plus raises both the possible healing and the above-maximum allowance. A cursed +0 copy deals 0–10 damage, with each point of plus increasing the possible damage by 10; death occurs only when HP falls below zero. A noncursed potion identifies its type, while a cursed one does not.


== Strategy ==
== 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.
Blessing does not improve healing directly; improving plus does. Drink a noncursed copy when healing or immediate blindness removal matters, but do not expect a large reserve above maximum HP. Never blind-quaff a possibly cursed copy at low HP, because disruption also becomes more dangerous with plus.
 
== Trivial ==
No reliable creator statement tying this generic potion name to a particular cultural source was found.


== See also ==
== See also ==
* [[Draft:Potion]]
* [[Potion]]


== References ==
== References ==
* [https://github.com/geoffdunbar/winomega/tree/009707d17482b977061a6223b9de63eac4d368c3 WinOmega source at the documented revision]
* [https://github.com/geoffdunbar/winomega/tree/009707d17482b977061a6223b9de63eac4d368c3 WinOmega source at the documented revision]


[[Category:Drafts]]
 
[[Category:Potions]]
 
[[Category:Omega 0.90.4]]
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/iinit.h:140; claims=name, cursed label, value, level, weight, fragility, rarity -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/iinit.h:140; claims=name, cursed label, value, level, weight, fragility, rarity -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/itemf1.c:180-189; claims=BUC dispatch, plus scaling, and identification -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/itemf1.c:180-189; claims=BUC dispatch, plus scaling, and identification -->
Line 41: Line 40:
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/item.c:506-513; claims=plus distribution premise -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/item.c:506-513; claims=plus distribution premise -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/command2.c:73-95; claims=quaff and consumption -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/command2.c:73-95; claims=quaff and consumption -->
[[Category:Obsolete articles]]

Latest revision as of 06:33, 9 September 2026

Obsolete article. Preserved for history; this text is not current guidance. The replacement remains a draft: Draft:Potion of healing.
Omega 0.90.4

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 with a nonnegative plus.

Data and mechanics

Each copy weighs 20, has fragility 5, a base value of 40 Au, and item level 2. Most naturally generated copies have a low plus, while higher-plus copies become progressively rarer.

Effects and interactions

BUC stateResult
BlessedRestores plus-scaled HP and clears blindness; blessing adds no further benefit.
UncursedRestores plus-scaled HP and clears blindness.
CursedDeals plus-scaled disruption damage and does not identify itself.

A +0 copy restores 1–10 HP and can leave the drinker at most 1 HP above maximum. Each additional plus raises both the possible healing and the above-maximum allowance. A cursed +0 copy deals 0–10 damage, with each point of plus increasing the possible damage by 10; death occurs only when HP falls below zero. A noncursed potion identifies its type, while 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 do not expect a large reserve above maximum HP. Never blind-quaff a possibly cursed copy at low HP, because disruption also becomes more dangerous with plus.

See also

References