Type Alias LootTableEasyDefinition

LootTableEasyDefinition: {
    id?: string;
    name?: string;
    pools?: (LootTablePool | LootTablePoolEasyDefinition)[];
    rng?: string | number | RngInterface;
}

This is for easily creating loot tables using a json like object instead of all the specific loot table objects