Type Alias LootTableEntryJsonDefinition

LootTableEntryJsonDefinition: {
    conditions?: ConditionDefinition[];
    functions?: FunctionDefinition[];
    id: number | string;
    item?: any;
    name?: string;
    qty?: Chancy;
    stackable?: boolean;
    type?: string;
    weight?: number;
}

This defines how a LootTableEntry is stored in JSON files