Scroll of charging: Difference between revisions

From Omega Wiki
Jump to navigation Jump to search
Refresh player-facing scroll documentation
Promote approved scroll pages
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:


The '''scroll of charging''' restores charges to a chosen stick. A cursed copy is identified as a ''scroll of draining'' and empties the stick instead.
The '''scroll of charging''' restores charges to a chosen stick. A cursed copy is identified as a ''scroll of draining'' and empties the stick instead.
== Effects and interactions ==


<table class="omega-scroll-buc">
<table class="omega-scroll-buc">
Line 10: Line 12:
<tr><td>Cursed</td><td>Sets a selected stick's charge to 0.</td></tr>
<tr><td>Cursed</td><td>Sets a selected stick's charge to 0.</td></tr>
</table>
</table>
== Effects and interactions ==
An uncursed copy prompts for a stick and adds 1d10 charges; a blessed copy adds 2d10, capped at 99. A cursed copy sets the selected stick's charge to 0. Choosing anything other than a stick is rejected.
An uncursed copy prompts for a stick and adds 1d10 charges; a blessed copy adds 2d10, capped at 99. A cursed copy sets the selected stick's charge to 0. Choosing anything other than a stick is rejected.


Line 19: Line 19:
Reserve a blessed copy for a valuable depleted stick because it doubles the charge roll. Identify an unknown copy before exposing a high-charge stick: cursed draining discards all of its remaining charges.
Reserve a blessed copy for a valuable depleted stick because it doubles the charge roll. Identify an unknown copy before exposing a high-charge stick: cursed draining discards all of its remaining charges.


== See also / 参见 ==
== See also ==
* [[Scrolls|Scrolls / 卷轴]]
* [[Scroll]]


== 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]
* [[Scrolls|Omega 0.90.4 scroll index]]
* [[Scroll|Omega 0.90.4 scroll index]]


[[Category:Scrolls]]
[[Category:Scrolls]]
Line 31: Line 31:
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/itemf1.c:544-565; claims=scroll use wrapper and identification behavior -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/itemf1.c:544-565; claims=scroll use wrapper and identification behavior -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/item.c:167-177; claims=uniform scroll selection and copied definition -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/item.c:167-177; claims=uniform scroll selection and copied definition -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/item.c:296-330; claims=random unidentified inscription pool -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/omega.c:436-451; claims=new-game random inscription assignment -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/command2.c:37-68; claims=reading restrictions and consumption -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/command2.c:37-68; claims=reading restrictions and consumption -->

Latest revision as of 16:04, 24 July 2026

The scroll of charging restores charges to a chosen stick. A cursed copy is identified as a scroll of draining and empties the stick instead.

Effects and interactions

BUC stateResult
BlessedAdds 2d10 charges to a selected stick, capped at 99.
UncursedAdds 1d10 charges to a selected stick, capped at 99.
CursedSets a selected stick's charge to 0.

An uncursed copy prompts for a stick and adds 1d10 charges; a blessed copy adds 2d10, capped at 99. A cursed copy sets the selected stick's charge to 0. Choosing anything other than a stick is rejected.

An uncursed copy identifies itself before target selection. Cancelling or choosing no object leaves every target unchanged but still consumes the scroll.

Strategy

Reserve a blessed copy for a valuable depleted stick because it doubles the charge roll. Identify an unknown copy before exposing a high-charge stick: cursed draining discards all of its remaining charges.

See also

References