Scroll of law

From Omega Wiki
Revision as of 13:56, 24 July 2026 by OmegaWiki scroll importer (talk | contribs) (Fix scroll tables and ASCII glyph presentation)
Jump to navigation Jump to search

The scroll of law is a scroll in the Omega 0.90.4 remake. It appears as a bright-yellow ? until its shuffled inscription is identified. Its cursed appearance is scroll of law.

Generation and appearance

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.

<tbody>

</tbody>

BUC stateResult
BlessedAdds 0 through 19 alignment and, when alignment began positive, awards ten times the updated alignment in experience.
UncursedAdds 0 through 19 alignment and, when alignment began positive, awards ten times the updated alignment in experience.
CursedThe same effect; the routine never reads blessing.

Effects and interactions

Reading adds a random value from 0 through 19 to alignment. If alignment was already positive, the game then grants experience equal to ten times the newly updated alignment; otherwise there is no experience award on that reading.

The law routine ignores the object argument entirely, so blessing does not affect the alignment roll or experience branch. The dispatcher invokes it directly and does not explicitly identify the scroll type.

Strategy

For experience, read it only after alignment is already positive; crossing from nonpositive alignment does not trigger that branch on the same use. BUC manipulation offers no benefit because the routine never reads blessing.

Trivial

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.

References