PokéRogue
    Preparing search index...

    Type Alias MoveDamageTuple

    MoveDamageTuple: readonly [
        result: HitResult,
        damage: number,
        wasCritical: boolean,
    ]

    Type representing the resolved status of a move's damage processing.