A Tabela (reference table) in Tormenta20.
Tables store structured tabular data from T20 sourcebooks (e.g. random loot tables, encounter tables, etc.).
Tabela.all()Tabela.find("tesouros_por_nd")const t = Tabela.find("tesouros_por_nd")!t.headers // ["ND", "Tibares", "Itens"]t.rows // [["1", "50", "—"], ...] Copy
Tabela.all()Tabela.find("tesouros_por_nd")const t = Tabela.find("tesouros_por_nd")!t.headers // ["ND", "Tibares", "Itens"]t.rows // [["1", "50", "—"], ...]
ISO 8601 timestamp of record creation.
Column header labels.
Unique string identifier (e.g. "espada_longa", "guerreiro").
"espada_longa"
"guerreiro"
Display name.
Array of row arrays, each containing string values in header order.
ISO 8601 timestamp of last update.
Returns a plain-object representation of this record.
Static
A Tabela (reference table) in Tormenta20.
Tables store structured tabular data from T20 sourcebooks (e.g. random loot tables, encounter tables, etc.).
Example