Options
All
  • Public
  • Public/Protected
  • All
Menu

Information on displaying Oracles, including their table(s) are rendered in the original text. Useful if you want your project's rendering of the tables to correspond with the book.

Hierarchy

Index

Properties

Color?: string

A hex color associated with this item, for use as e.g. an accent color in its display.

pattern

^#[A-f0-9][A-f0-9][A-f0-9][A-f0-9][A-f0-9][A-f0-9]$

Column of?: string

If this oracle's Table should be rendered as a column of another table, it's indicated here.

If undefined, this table is rendered as a standalone table.

If this is set (and the rendering such 'embedded' columns is desired), then Display.Table may be safely ignored.

Embed in?: null | string

This table is displayed as embedded in a row of another table.

Icon?: string

A URL pointing to a single SVG icon.

pattern

^../../img/vector/[A-z-_0-9/]+.svg$

Images?: string[]

An array of URLs pointing to one or more WEBP images.

pattern

^../../img/raster/[A-z-_0-9/]+.webp$

Information on the rendering of this table when it's provided as a standalone table (as opposed to a column of another table).

If close correspondence to the text's table rendering is desired, Display["Column of"] should be preferred (when present).

Title: string

The title of this item as it appears printed in the rulebook. Intended for use as the item's header, label, etc.

Generated using TypeDoc