PokéRogue
    Preparing search index...

    Interface DailyTrainerManipulation

    Configuration to manipulate on what waves a trainer spawns for a custom seed.

    interface DailyTrainerManipulation {
        isTrainer: boolean;
        waveIndex: number;
    }
    Index

    Properties

    Properties

    isTrainer: boolean
    waveIndex: number