PokéRogue
    Preparing search index...

    Interface SerializedDailyRunConfig

    The daily run config as it is serialized in the save data.

    interface SerializedDailyRunConfig {
        boss?: DailySeedBoss;
        forcedWaves?: DailyForcedWave[];
        luck?: number;
        seed: string;
    }
    Index

    Properties

    forcedWaves?: DailyForcedWave[]
    luck?: number
    seed: string