Scroll of charging: Difference between revisions

From Omega Wiki
Jump to navigation Jump to search
Imported from text file
Promote approved scroll pages
 
(6 intermediate revisions by 3 users not shown)
Line 2: Line 2:
{{Scroll infobox|name=Scroll of charging|object_id=56|scroll_id=14|value=100|level=2|cursed=scroll of draining}}
{{Scroll infobox|name=Scroll of charging|object_id=56|scroll_id=14|value=100|level=2|cursed=scroll of draining}}


The '''scroll of charging''' is a [[Scrolls|scroll]] in the Omega 0.90.4 remake. It appears as a bright-yellow {{Omega glyph|?|color=yellow|label=question mark}} until its shuffled inscription is identified. Its cursed appearance is ''scroll of draining''.
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.


== Generation and appearance ==
== Effects and interactions ==
Once item generation has selected the scroll class, it chooses uniformly among all 24 scroll IDs and copies the selected definition. The class definitions are neutral by default. Thirty unidentified inscriptions are shuffled at game initialization, so the visible label does not reliably identify this type between games.
 
== Data and mechanics ==
The definition has base value 100, item level 2, weight 5, fragility 1, and the COMMON flag. The base value is the definition value, not a promised shop price. Reading is unavailable while blind or afraid; cancelling the inventory prompt spends no scroll, while successful dispatch normally consumes one.


<table class="omega-scroll-buc">
<table class="omega-scroll-buc">
<tbody>
<tr><th>BUC state</th><th>Result</th></tr>
<tr><th>BUC state</th><th>Result</th></tr>
<tr><td>Blessed</td><td>Adds 2d10 charges to a selected stick, capped at 99.</td></tr>
<tr><td>Blessed</td><td>Adds 2d10 charges to a selected stick, capped at 99.</td></tr>
<tr><td>Uncursed</td><td>Adds 1d10 charges to a selected stick, capped at 99.</td></tr>
<tr><td>Uncursed</td><td>Adds 1d10 charges to a selected stick, capped at 99.</td></tr>
<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>
</tbody>
</table>
</table>
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.


== Effects and interactions ==
An uncursed copy identifies itself before target selection. Cancelling or choosing no object leaves every target unchanged but still consumes the scroll.
Uncursed use prompts for a stick. A neutral copy adds 1d10 charges and a blessed copy adds 2d10, capped at 99. A cursed copy sets the selected stick's charge to 0. Choosing an object that is not a stick is rejected.
 
Uncursed use identifies the scroll before target selection. Cancelling or choosing no object leaves every target unchanged but the ordinary reading command still consumes the scroll.


== Strategy ==
== 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.
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 ==
* [[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 36: 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