Draft:Scroll of charging: Difference between revisions

From Omega Wiki
Jump to navigation Jump to search
为已保存草稿补齐章节目录、条件表格与可见源码 References,保留 Draft 状态
m 将源码脚注移到对应表格和论断旁,细化总览及条件表的出处位置
 
Line 12: Line 12:


{| class="wikitable"
{| class="wikitable"
! Scroll state !! Change to the selected stick !! Final limit
! Scroll state !! Change to the selected stick !! Final limit<ref name="itemf1-c-i_charge">{{Source|itemf1.c|544}} (<code>i_charge</code>).</ref>
|-
|-
| Uncursed || Adds a random 1&ndash;10 charges || 99 charges
| Uncursed || Adds a random 1&ndash;10 charges || 99 charges
Line 23: Line 23:
The type becomes known automatically only for noncursed use, even though the charging message and target prompt can help the player infer a cursed copy's identity. Cancelling the target or having no suitable stick still spends the scroll.
The type becomes known automatically only for noncursed use, even though the charging message and target prompt can help the player infer a cursed copy's identity. Cancelling the target or having no suitable stick still spends the scroll.


Charging changes the charge count, not the stick's activated power, curse or enchantment. It cannot by itself repair a power stripped by disenchantment. A stick already above 99 charges is reduced to 99 by noncursed charging because the cap is applied after addition.<ref name="itemf1-c-i_charge">{{Source|itemf1.c|544}} (<code>i_charge</code>).</ref><ref name="inv-c-getitem">{{Source|inv.c|548}} (<code>getitem</code>).</ref>
Charging changes the charge count, not the stick's activated power, curse or enchantment. It cannot by itself repair a power stripped by disenchantment. A stick already above 99 charges is reduced to 99 by noncursed charging because the cap is applied after addition.<ref name="inv-c-getitem">{{Source|inv.c|548}} (<code>getitem</code>).</ref>


== Strategy ==
== Strategy ==

Latest revision as of 07:07, 9 September 2026

Omega 0.90.4

A scroll of charging replenishes a selected wand, staff or other stick. It offers a way to restore charges without the target-enchantment explosion check of a scroll of enchantment.[1]

Generation

It is an item-level-2 random scroll, also available through pawn-shop stock and acquirement.[2][3][4][5]

Description

Reading prompts for a stick in the accessible inventory. The scroll's enchantment does not affect charging.

Scroll state Change to the selected stick Final limit[6]
Uncursed Adds a random 1–10 charges 99 charges
Blessed, strength B Adds (B + 1) times one roll from 1 through 10; at +1 blessing, an even number from 2 to 20 99 charges
Cursed Drains the selected stick 0 charges

The type becomes known automatically only for noncursed use, even though the charging message and target prompt can help the player infer a cursed copy's identity. Cancelling the target or having no suitable stick still spends the scroll.

Charging changes the charge count, not the stick's activated power, curse or enchantment. It cannot by itself repair a power stripped by disenchantment. A stick already above 99 charges is reduced to 99 by noncursed charging because the cap is applied after addition.[7]

Strategy

Keep a scroll for a useful depleted combat or utility stick, and move that stick out of the backpack before reading. Blessing is worthwhile when the extra charges are valuable and will not mostly be lost to the 99-charge cap. There is no benefit in enchanting the charging scroll solely to increase its charge yield.

Compare it with enchantment when the target is still safe to improve: enchantment supplies both a plus increase and charges, while charging avoids that improvement's explosion risk. A cursed charging scroll is a controllable drain, rather than a random loss from your equipment, but usually has little positive value. Do not spend one expecting the broader repair performed by an enchantment effect on a disabled artifact.

References