OBJECT
ReportFightNPC
The ReportFightNPC represents participation info within a single fight for an NPC.
link GraphQL Schema definition
- type ReportFightNPC {
- # The game ID of the actor. This ID is used in events to identify sources and
- # targets.
- Int :
- # The report ID of the actor. This ID is used in events to identify sources and
- # targets.
- Int :
- # How many instances of the NPC were seen during the fight.
- Int :
- # How many packs of the NPC were seen during the fight.
- Int :
- # The report ID of the actor that owns this NPC (if it is a pet). This ID is used
- # in events to identify sources and targets.
- Int :
- }