Scroll of charging: Difference between revisions
Jump to navigation
Jump to search
Fix scroll tables and ASCII glyph presentation |
Promote approved scroll pages |
||
| (7 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''' | 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"> | ||
<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> | ||
</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. | |||
An uncursed copy identifies itself before target selection. Cancelling or choosing no object leaves every target unchanged but 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] | ||
* [[ | * [[Scroll|Omega 0.90.4 scroll index]] | ||
[[Category:Scrolls]] | [[Category:Scrolls]] | ||
| Line 39: | 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
| ? | |
| Base value (Au) | 100 |
|---|---|
| Item level | 2 |
| Random generation | Probability table |
| Weight | 5 |
| Fragility | 1 |
| Rarity | Common |
| Unidentified appearance | Random inscription |
| Cursed name | 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.
Effects and interactions
| BUC state | Result |
|---|---|
| Blessed | Adds 2d10 charges to a selected stick, capped at 99. |
| Uncursed | Adds 1d10 charges to a selected stick, capped at 99. |
| Cursed | Sets 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.