pokemon-rogue-battle
    Preparing search index...

    Interface AttackMoveResult

    interface AttackMoveResult {
        critical: boolean;
        damage: number;
        move: Moves;
        result: DamageResult;
        sourceBattlerIndex: BattlerIndex;
        sourceId: number;
    }
    Index

    Properties

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