mwg API
    Preparing search index...

    Interface BuiltEntity

    interface BuiltEntity {
        id: string;
        item?: InventoryItem;
        progression?: Progression;
        reactions: ReactionTable<{ hp: number; maxHp: number }>;
        stats: StatBlock;
    }
    Index
    id: string
    progression?: Progression
    reactions: ReactionTable<{ hp: number; maxHp: number }>
    stats: StatBlock