Draft:Potion of curing: Difference between revisions
OmegaAdmin (talk | contribs) 重写卷轴与药水总览、全部种类及别名(0.90.4 独立研究草稿) |
OmegaAdmin (talk | contribs) 为已保存草稿补齐章节目录、条件表格与可见源码 References,保留 Draft 状态 |
||
| Line 1: | Line 1: | ||
{{Version box|version=0.90.4}} | {{Version box|version=0.90.4}} | ||
{{Consumable infobox|name=Potion of curing|kind=Potion|glyph=!|color=light-green|value=50|level=1|weight=20|appearance=Random container|cursed=Potion of disease}} | {{Consumable infobox|name=Potion of curing|kind=Potion|glyph=!|color=light-green|value=50|level=1|weight=20|appearance=Random container|cursed=Potion of disease}} | ||
A '''potion of curing''' removes disease and blindness and reduces poisoning. It does not restore HP, so a badly injured character may need healing as well. | A '''potion of curing''' removes disease and blindness and reduces poisoning. It does not restore HP, so a badly injured character may need healing as well.<ref name="iinit-h-172">{{Source|iinit.h|172}}.</ref> | ||
__TOC__ | |||
== Generation == | == Generation == | ||
Curing belongs to the item-level-1 ordinary [[Draft:Potion|potion]] pool and can appear at [[Draft:Knight's Pawn Shop|the pawn shop]] or through [[Draft:Scroll of acquirement|acquirement]]. [[Draft:Ambrosias' Potions et cie|Ambrosias]] can transform denebian slime into a blessed copy, normally for 40 Au. The resulting positive enchantment does not itself strengthen the cure. | Curing belongs to the item-level-1 ordinary [[Draft:Potion|potion]] pool and can appear at [[Draft:Knight's Pawn Shop|the pawn shop]] or through [[Draft:Scroll of acquirement|acquirement]]. [[Draft:Ambrosias' Potions et cie|Ambrosias]] can transform denebian slime into a blessed copy, normally for 40 Au. The resulting positive enchantment does not itself strengthen the cure.<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><ref name="site1-c-l_alchemist">{{Source|site1.c|805}} (<code>l_alchemist</code>).</ref> | ||
== Description == | == Description == | ||
{| class="wikitable" | |||
! Potion state !! Disease !! Blindness !! Poison | |||
|- | |||
| Uncursed || Cleared || Cleared || Removes 5 units | |||
|- | |||
| Blessed, strength ''B'' || Cleared || Cleared || Removes 5 + 10''B'' units: 15 at +1 blessing | |||
|- | |||
| Cursed || Adds a random 1–24 units unless infection immunity prevents it || Unchanged || Unchanged | |||
|} | |||
Poison cannot be reduced below zero. If none of the curable conditions is present, noncursed drinking produces no useful change and still consumes the potion. Enchantment does not strengthen curing, and curse magnitude does not increase the disease inflicted. Disease interferes with ordinary periodic HP recovery until it is removed or expires. | |||
The curing effect does not automatically identify the potion type. Distinct messages about disease, blindness or poison can support an inference, but an uneventful drink while healthy is ambiguous. Type knowledge and the state of the particular bottle should be established before relying on it. | The curing effect does not automatically identify the potion type. Distinct messages about disease, blindness or poison can support an inference, but an uneventful drink while healthy is ambiguous. Type knowledge and the state of the particular bottle should be established before relying on it.<ref name="itemf1-c-i_cure">{{Source|itemf1.c|455}} (<code>i_cure</code>).</ref><ref name="effect3-c-cure">{{Source|effect3.c|770}} (<code>cure</code>).</ref><ref name="effect3-c-disease">{{Source|effect3.c|801}} (<code>disease</code>).</ref> | ||
== Strategy == | == Strategy == | ||
| Line 18: | Line 28: | ||
Removing disease also restores access to normal periodic healing, making curing valuable between fights. The cure spell offers the uncursed-strength effect when available. Keep a bottle accessible: blindness prevents reading a curative or escape scroll but does not prevent drinking this potion. | Removing disease also restores access to normal periodic healing, making curing valuable between fights. The cure spell offers the uncursed-strength effect when available. Keep a bottle accessible: blindness prevents reading a curative or escape scroll but does not prevent drinking this potion. | ||
== References == | |||
<references /> | |||
[[Category:Potions]] | |||
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:172; itemf1.c:455-459; effect3.c:770-809; minit.h:133; site1.c:805-885; aux3.c:11-44; spell.c:111-114. Research: wiki/research/consumables-0.90.4.md. --> | <!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:172; itemf1.c:455-459; effect3.c:770-809; minit.h:133; site1.c:805-885; aux3.c:11-44; spell.c:111-114. Research: wiki/research/consumables-0.90.4.md. --> | ||
Revision as of 06:58, 9 September 2026
| ! | |
| Type | Potion |
|---|---|
| Base value (Au) | 50 |
| Item level | 1 |
| Weight | 20 |
| Unidentified appearance | Random container |
| Cursed name | Potion of disease |
A potion of curing removes disease and blindness and reduces poisoning. It does not restore HP, so a badly injured character may need healing as well.[1]
Generation
Curing belongs to the item-level-1 ordinary potion pool and can appear at the pawn shop or through acquirement. Ambrosias can transform denebian slime into a blessed copy, normally for 40 Au. The resulting positive enchantment does not itself strengthen the cure.[2][3][4][5][6]
Description
| Potion state | Disease | Blindness | Poison |
|---|---|---|---|
| Uncursed | Cleared | Cleared | Removes 5 units |
| Blessed, strength B | Cleared | Cleared | Removes 5 + 10B units: 15 at +1 blessing |
| Cursed | Adds a random 1–24 units unless infection immunity prevents it | Unchanged | Unchanged |
Poison cannot be reduced below zero. If none of the curable conditions is present, noncursed drinking produces no useful change and still consumes the potion. Enchantment does not strengthen curing, and curse magnitude does not increase the disease inflicted. Disease interferes with ordinary periodic HP recovery until it is removed or expires.
The curing effect does not automatically identify the potion type. Distinct messages about disease, blindness or poison can support an inference, but an uneventful drink while healthy is ambiguous. Type knowledge and the state of the particular bottle should be established before relying on it.[7][8][9]
Strategy
This is a useful general recovery potion when several adverse conditions coincide. Blessing is particularly helpful against a moderate poison load, while neutralize poison is more decisive for very heavy poisoning. Healing removes blindness as well, but does not cure disease or poisoning.
Removing disease also restores access to normal periodic healing, making curing valuable between fights. The cure spell offers the uncursed-strength effect when available. Keep a bottle accessible: blindness prevents reading a curative or escape scroll but does not prevent drinking this potion.
References
- ↑ iinit.h in Omega 0.90.4, line 172.
- ↑ item.c in Omega 0.90.4, line 7 (
create_object). - ↑ site1.c in Omega 0.90.4, line 1022 (
l_pawn_shop). - ↑ effect1.c in Omega 0.90.4, line 647 (
acquire). - ↑ item.c in Omega 0.90.4, line 179 (
make_potion). - ↑ site1.c in Omega 0.90.4, line 805 (
l_alchemist). - ↑ itemf1.c in Omega 0.90.4, line 455 (
i_cure). - ↑ effect3.c in Omega 0.90.4, line 770 (
cure). - ↑ effect3.c in Omega 0.90.4, line 801 (
disease).