Type Alias LootTableEntryJsonDefinition

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

This defines how a LootTableEntry is stored in JSON files