Potion of augmentation: Difference between revisions

From Omega Wiki
Jump to navigation Jump to search
Import OmegaWiki seed content
 
同步已审核正式页面内容
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- 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 augmentation|object_id=78|potion_id=12|value=200|level=5|cursed=potion of debilitation}}
{{Potion infobox|name=Potion of augmentation|object_id=78|potion_id=12|value=200|level=5|cursed=potion of debilitation}}
Line 8: Line 9:


== Data and mechanics ==
== Data and mechanics ==
It is object ID 78 and potion ID 12, with weight 20, fragility 5, base value 200 Au, and item level 5. Plus is not read by the effect, and only the sign of blessing matters.
Each copy weighs 20, has fragility 5, a base value of 200 Au, and item level 5. Plus does not change the result; only BUC matters.


== Effects and interactions ==
== Effects and interactions ==
Line 18: Line 19:
</table>
</table>


The six candidates are strength, constitution, dexterity, agility, intelligence, and power. The code changes current values but does not increment the corresponding maximum fields. Noncursed use identifies the potion; cursed use does not. Melee statistics are recalculated afterward.
The six possible attributes are strength, constitution, dexterity, agility, intelligence, and power. Only current values rise; the corresponding maxima do not. A noncursed copy identifies itself, while a cursed copy does not. Changes to physical attributes immediately affect melee performance.


== Strategy ==
== Strategy ==
Blessing changes this from a one-in-six random improvement into all six improvements and is therefore materially valuable. Because maximum fields do not rise, describe and plan around the current-stat boost rather than treating it as a maximum-stat increase. Avoid unknown copies when any current attribute is already dangerously low.
Blessing changes this from one random improvement into all six improvements and is therefore highly valuable. Treat the gains as boosts to current attributes rather than permanent increases to their maxima. Avoid unknown copies when any current attribute is already dangerously low.
 
== Trivial ==
No reliable creator statement tying this generic potion name to a particular cultural source was found.


== See also ==
== See also ==
* [[Draft:Potion of restoration]]
* [[Potion of restoration]]
* [[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:Potions]]
[[Category:Omega 0.90.4]]
[[Category:Omega 0.90.4]]

Latest revision as of 03:09, 26 July 2026

The potion of augmentation raises current attributes above their recorded maxima. An uncursed copy affects one random attribute; a blessed copy affects all six; and a cursed copy lowers one.

Generation and appearance

It is a common level-5 random potion with a per-game shuffled container appearance. Random copies begin uncursed with a generated nonnegative plus.

Data and mechanics

Each copy weighs 20, has fragility 5, a base value of 200 Au, and item level 5. Plus does not change the result; only BUC matters.

Effects and interactions

BUC stateResult
BlessedRaises each of the six current attributes to at least one above its maximum.
UncursedRandomly chooses one current attribute and raises it to at least one above its maximum.
CursedRandomly chooses one current attribute and lowers it by one.

The six possible attributes are strength, constitution, dexterity, agility, intelligence, and power. Only current values rise; the corresponding maxima do not. A noncursed copy identifies itself, while a cursed copy does not. Changes to physical attributes immediately affect melee performance.

Strategy

Blessing changes this from one random improvement into all six improvements and is therefore highly valuable. Treat the gains as boosts to current attributes rather than permanent increases to their maxima. Avoid unknown copies when any current attribute is already dangerously low.

See also

References