Type Alias LootTableDefinition

LootTableDefinition: {
    fn?: string;
    id?: string;
    name?: string;
    pools?: LootTablePool[];
    rng?: RngInterface;
    ul?: UltraLoot;
}

Object used when creating a loot table.