PokéRogue
    Preparing search index...

    Type Alias BiomeTierTimeOfDay

    type BiomeTierTimeOfDay = {
        biome: BiomeId;
        tier: BiomePoolTier;
        timesOfDay: TimeOfDay[];
    }
    Index

    Properties

    Properties

    biome: BiomeId
    timesOfDay: TimeOfDay[]