Scroll of charging: Difference between revisions

From Omega Wiki
Jump to navigation Jump to search
Use language-specific see-also headings
Promote approved scroll pages
 
(2 intermediate revisions by 2 users not shown)
Line 20: Line 20:


== See also ==
== See also ==
* [[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