mwg API
    Preparing search index...

    Interface ShopOptions

    interface ShopOptions {
        currency: string;
        prices: ReadonlyMap<string, Price>;
    }
    Index
    currency: string

    the StatBlock stat name holding the spendable currency

    prices: ReadonlyMap<string, Price>