Scroll of true sight: 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=Scroll of true sight|object_id=61|scroll_id=19|value=50|level=2|cursed=scroll of blindness}}
{{Scroll infobox|name=Scroll of true sight|object_id=61|scroll_id=19|value=50|level=2|cursed=scroll of blindness}}


The '''scroll of true sight''' 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 blindness''.
The '''scroll of true sight''' temporarily reveals invisible and illusory monsters. A cursed copy is identified as a ''scroll of blindness'', and phantasticons carry one when encountered.


== 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. A phantasticon is created with one as its fixed starting possession.
 
== Data and mechanics ==
The definition has base value 50, 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">
<tr><th>BUC state</th><th>Result</th></tr>
<tr><th>BUC state</th><th>Result</th></tr>
<tr><td>Blessed</td><td>Adds 1 through 10 to TRUESIGHT; positive blessing does not extend the roll.</td></tr>
<tr><td>Blessed</td><td>Grants true sight for 1 through 10 duration units.</td></tr>
<tr><td>Uncursed</td><td>Adds 1 through 10 to TRUESIGHT.</td></tr>
<tr><td>Uncursed</td><td>Grants true sight for 1 through 10 duration units.</td></tr>
<tr><td>Cursed</td><td>Adds 1 through 10 to BLINDED.</td></tr>
<tr><td>Cursed</td><td>Inflicts blindness for 1 through 10 duration units.</td></tr>
</table>
</table>
An uncursed scroll grants 1 through 10 duration units of true sight. While active, true sight reveals invisible monsters, corrects monster illusions, and prevents invisible surprise. A cursed scroll instead inflicts blindness for 1 through 10 duration units.


== Effects and interactions ==
The scroll identifies itself in every BUC state. Blessing does not extend true sight. Both true sight and blindness wear off over time.
An uncursed scroll adds 1 through 10 to TRUESIGHT. While active, true sight reveals invisible monster identity and corrects monster illusions; it also prevents invisible surprise. A cursed scroll instead adds 1 through 10 to BLINDED.
 
The wrapper identifies the object instance and its global type in every BUC state. Positive blessing does not increase the true-sight roll. Both timed statuses decay during periodic checks.


== Strategy ==
== Strategy ==
Use it before fighting invisible or illusory monsters, but do not spend a blessing merely to extend duration because the code ignores positive blessing. Testing an unknown copy risks blindness for the same 1d10 duration range.
Use it before fighting invisible or illusory monsters, but do not spend a blessing merely to extend its duration. Testing an unknown copy risks blindness for the same 1d10 duration range.


== 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 39: Line 33:
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/minit.h:39; claims=fixed monster carrier -->
<!-- OMEGA-SOURCE commit=009707d17482b977061a6223b9de63eac4d368c3; file=staging/remake/winomega/minit.h:39; claims=fixed monster carrier -->
<!-- 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 true sight temporarily reveals invisible and illusory monsters. A cursed copy is identified as a scroll of blindness, and phantasticons carry one when encountered.

Effects and interactions

BUC stateResult
BlessedGrants true sight for 1 through 10 duration units.
UncursedGrants true sight for 1 through 10 duration units.
CursedInflicts blindness for 1 through 10 duration units.

An uncursed scroll grants 1 through 10 duration units of true sight. While active, true sight reveals invisible monsters, corrects monster illusions, and prevents invisible surprise. A cursed scroll instead inflicts blindness for 1 through 10 duration units.

The scroll identifies itself in every BUC state. Blessing does not extend true sight. Both true sight and blindness wear off over time.

Strategy

Use it before fighting invisible or illusory monsters, but do not spend a blessing merely to extend its duration. Testing an unknown copy risks blindness for the same 1d10 duration range.

See also

References