PokéRogue
    Preparing search index...

    Interface for info about the currently active Weather.

    interface WeatherInfo {
        duration: number;
        maxDuration: number;
        name: string;
        weatherType: WeatherType;
    }
    Index

    Properties

    duration: number

    The current duration left on the weather.

    maxDuration: number

    The initial duration of the weather effect, or 0 if it should last indefinitely.

    name: string

    The localized name of the weather.

    weatherType: WeatherType

    The current WeatherType.