Draft:Potion of accuracy: Difference between revisions
OmegaAdmin (talk | contribs) 重写卷轴与药水总览、全部种类及别名(0.90.4 独立研究草稿) |
OmegaAdmin (talk | contribs) 补齐披风与靴总览、十四种单品及别名,修正防护披风炼金并连接相关草稿 |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Version box|version=0.90.4}} | {{Version box|version=0.90.4}} | ||
{{Consumable infobox|name=Potion of accuracy|kind=Potion|glyph=!|color=light-green|value=200|level=3|weight=20|appearance=Random container|cursed=Potion of fuzziness}} | {{Consumable infobox|name=Potion of accuracy|kind=Potion|glyph=!|color=light-green|value=200|level=3|weight=20|appearance=Random container|cursed=Potion of fuzziness}} | ||
A '''potion of accuracy''' promises better aim, but does not provide the expected hit bonus in Omega 0.90.4. The apparent benefit in its drinking message is misleading. | A '''potion of accuracy''' promises better aim, but does not provide the expected hit bonus in Omega 0.90.4. The apparent benefit in its drinking message is misleading.<ref name="iinit-h-168">{{Source|iinit.h|168}}.</ref> | ||
__TOC__ | |||
== Generation == | == Generation == | ||
It belongs to the item-level-3 ordinary [[Draft:Potion|potion]] pool, and can appear at [[Draft:Knight's Pawn Shop|the pawn shop]] or through [[Draft:Scroll of acquirement|acquirement]]. Its 200 Au base value can make an identified copy more useful for sale than for drinking. | It belongs to the item-level-3 ordinary [[Draft:Potion|potion]] pool, and can appear at [[Draft:Knight's Pawn Shop|the pawn shop]] or through [[Draft:Scroll of acquirement|acquirement]]. Its 200 Au base value can make an identified copy more useful for sale than for drinking.<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> | ||
== Description == | == Description == | ||
| Line 11: | Line 13: | ||
Both forms record the type as known. Neither enchantment nor stronger blessing repairs the missing bonus. The ordinary accuracy spell shares this problem; it is not a working substitute for the potion. | Both forms record the type as known. Neither enchantment nor stronger blessing repairs the missing bonus. The ordinary accuracy spell shares this problem; it is not a working substitute for the potion. | ||
Equipment | Equipment such as the [[Draft:Cloak of skill|cloak of skill]] can supply the working combat bonus, although that cloak has a separate duration defect. The potion's failure therefore does not make every item with accuracy in its name ineffective.<ref name="itemf1-c-i_accuracy">{{Source|itemf1.c|750}} (<code>i_accuracy</code>).</ref><ref name="effect2-c-accuracy">{{Source|effect2.c|621}} (<code>accuracy</code>).</ref><ref name="aux1-c-calc_melee">{{Source|aux1.c|281}} (<code>calc_melee</code>).</ref><ref name="itemf1-c-i_perm_accuracy">{{Source|itemf1.c|758}} (<code>i_perm_accuracy</code>).</ref> | ||
== Strategy == | == Strategy == | ||
| Line 18: | Line 20: | ||
Selling a known bottle can fund useful preparations. Full identification may improve the offer, but compare its fee with the gain rather than paying automatically. There is no reason to invest blessing or enchantment solely to repair this potion's missing combat bonus. | Selling a known bottle can fund useful preparations. Full identification may improve the offer, but compare its fee with the gain rather than paying automatically. There is no reason to invest blessing or enchantment solely to repair this potion's missing combat bonus. | ||
== References == | |||
<references /> | |||
[[Category:Potions]] | |||
<!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:168; itemf1.c:750-775; effect2.c:621-633; defs.h:416,434; aux1.c:301; aux2.c:374-379,510-535; spell.c:179-182. Original effect plus calc_melee test: wiki/research/consumables-0.90.4.md. --> | <!-- Omega 0.90.4; source 009707d17482b977061a6223b9de63eac4d368c3: iinit.h:168; itemf1.c:750-775; effect2.c:621-633; defs.h:416,434; aux1.c:301; aux2.c:374-379,510-535; spell.c:179-182. Original effect plus calc_melee test: wiki/research/consumables-0.90.4.md. --> | ||
Latest revision as of 06:50, 10 September 2026
| ! | |
| Type | Potion |
|---|---|
| Base value (Au) | 200 |
| Item level | 3 |
| Weight | 20 |
| Unidentified appearance | Random container |
| Cursed name | Potion of fuzziness |
A potion of accuracy promises better aim, but does not provide the expected hit bonus in Omega 0.90.4. The apparent benefit in its drinking message is misleading.[1]
Generation
It belongs to the item-level-3 ordinary potion pool, and can appear at the pawn shop or through acquirement. Its 200 Au base value can make an identified copy more useful for sale than for drinking.[2][3][4][5]
Description
Noncursed drinking prints a message about bullseyes but does not grant the intended +20 hit bonus, even after combat statistics are recalculated. It records a nominal duration of 1–5 plus five times blessing strength, but that duration is disconnected from the actual combat benefit. A cursed bottle clears that nominal effect without directly removing a working accuracy bonus from equipment.
Both forms record the type as known. Neither enchantment nor stronger blessing repairs the missing bonus. The ordinary accuracy spell shares this problem; it is not a working substitute for the potion.
Equipment such as the cloak of skill can supply the working combat bonus, although that cloak has a separate duration defect. The potion's failure therefore does not make every item with accuracy in its name ineffective.[6][7][8][9]
Strategy
Do not rely on the bullseye message as evidence that an important attack has become more likely to hit. Compare the actual displayed hit value before and after, and use working equipment or heroism when a hit bonus is needed.
Selling a known bottle can fund useful preparations. Full identification may improve the offer, but compare its fee with the gain rather than paying automatically. There is no reason to invest blessing or enchantment solely to repair this potion's missing combat bonus.
References
- ↑ iinit.h in Omega 0.90.4, line 168.
- ↑ 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). - ↑ itemf1.c in Omega 0.90.4, line 750 (
i_accuracy). - ↑ effect2.c in Omega 0.90.4, line 621 (
accuracy). - ↑ aux1.c in Omega 0.90.4, line 281 (
calc_melee). - ↑ itemf1.c in Omega 0.90.4, line 758 (
i_perm_accuracy).