Hint sheet: Difference between revisions

From Omega Wiki
Jump to navigation Jump to search
Import Omega 0.90.4 scroll draft batch
 
Promote approved scroll pages
 
(8 intermediate revisions by 4 users not shown)
Line 2: Line 2:
{{Scroll infobox|name=Hint sheet|object_id=52|scroll_id=10|value=10|level=0|cursed=hint sheet}}
{{Scroll infobox|name=Hint sheet|object_id=52|scroll_id=10|value=10|level=0|cursed=hint sheet}}


The '''hint sheet''' 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 ''hint sheet''.
The '''hint sheet''' displays one randomly selected gameplay hint when read. Its identified name is ''hint sheet'' in every BUC state.


== 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 10, item level 0, 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">
<tr><th>BUC state</th><th>Result</th></tr>
<tr><th>BUC state</th><th>Result</th></tr>
<tr><td>Blessed</td><td>Prints one random entry from the same 96-hint table.</td></tr>
<tr><td>Blessed</td><td>Displays one random entry from the same 96-hint set.</td></tr>
<tr><td>Uncursed</td><td>Prints one random entry from the 96-hint table.</td></tr>
<tr><td>Uncursed</td><td>Displays one random entry from the 96-hint set.</td></tr>
<tr><td>Cursed</td><td>Prints one random entry from the same 96-hint table.</td></tr>
<tr><td>Cursed</td><td>Displays one random entry from the same 96-hint set.</td></tr>
</table>
</table>
Reading displays one randomly selected entry from a set of 96 gameplay hints. Blessed, uncursed, and cursed copies all draw from the same set.


== Effects and interactions ==
Reading a hint sheet does not automatically identify its type.
Reading prints one randomly selected entry from a table of 96 gameplay hints. The dispatcher calls the hint routine directly and does not inspect blessing, so blessed, neutral, and cursed copies have the same effect.
 
Unlike most useful scroll wrappers, hint-sheet use does not explicitly mark the object type known. It still uses the ordinary read command, including blindness and fear restrictions and consumption after successful dispatch.


== Strategy ==
== Strategy ==
Read it for general information, not a tactical state change. Since BUC does not affect the selected hint, there is no mechanical reason to spend identification or blessing resources on it.
Read it for general information, not an immediate tactical benefit. Since BUC does not affect the selected hint, identification and blessing resources are better spent elsewhere.


== Trivial ==
== See also ==
A search of public Omega and roguelike sources found no reliable creator statement establishing a specific cultural origin for this scroll's name. The article therefore treats the source-code name as canonical without assigning an unsupported reference.
* [[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 38: Line 32:
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/etc.c:8-105; claims=BUC effects and mechanics -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/etc.c:8-105; claims=BUC effects and mechanics -->
<!-- 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 hint sheet displays one randomly selected gameplay hint when read. Its identified name is hint sheet in every BUC state.

Effects and interactions

BUC stateResult
BlessedDisplays one random entry from the same 96-hint set.
UncursedDisplays one random entry from the 96-hint set.
CursedDisplays one random entry from the same 96-hint set.

Reading displays one randomly selected entry from a set of 96 gameplay hints. Blessed, uncursed, and cursed copies all draw from the same set.

Reading a hint sheet does not automatically identify its type.

Strategy

Read it for general information, not an immediate tactical benefit. Since BUC does not affect the selected hint, identification and blessing resources are better spent elsewhere.

See also

References