PokéRogue
    Preparing search index...
    interface AttackMoveResult {
        critical: boolean;
        damage: number;
        move: MoveId;
        result: DamageResult;
        sourceBattlerIndex: BattlerIndex;
        sourceId: number;
    }
    Index

    Properties

    critical: boolean
    damage: number
    move: MoveId
    result: DamageResult
    sourceBattlerIndex: BattlerIndex
    sourceId: number