Type Alias PhaseTransition

PhaseTransition: {
    __typename?: "PhaseTransition";
    id: Scalars["Int"];
    startTime: Scalars["Int"];
}

A spartan representation of phase transitions during a fight.

Type declaration

  • Optional__typename?: "PhaseTransition"
  • id: Scalars["Int"]

    The 1-indexed id of the phase. Phase IDs are absolute within a fight: phases with the same ID correspond to the same semantic phase.

  • startTime: Scalars["Int"]

    The report-relative timestamp of the transition into the phase. The phase ends at the beginning of the next phase, or at the end of the fight.