There was an error while loading. Please reload this page.
rollTable is a wrapper that draws one or more results from the table specified.
uuid: string
The UUID of the roll table you want to roll on (should begin with RollTable.).
RollTable.
A Promise that resolves with an object from the draw.
roll: foundry.dice.Roll
The roll made on the table.
results: foundry.documents.TableResult[]
An array of the results returned.
import { rollTable } from '@revolutionarygamesco/common-foundryvtt' await rollTable('RollTable.1111111111111111')