Guild Wars 2 - Elite Insights 2.67.1.0+
JSON doc
Loading...
Searching...
No Matches
GW2EIJSON.JsonMinions Class Reference

Class corresponding to the regrouping of the same type of minions. More...

Properties

string Name [get, set]
 Name of the minion.
 
int Id [get, set]
 Game ID of the minion.
 
IReadOnlyList< int > TotalDamage [get, set]
 Total Damage done by minions
Length == # of phases.
 
IReadOnlyList< IReadOnlyList< int > > TotalTargetDamage [get, set]
 Damage done by minions against targets
Length == # of targets and the length of each sub array is equal to # of phases.
 
IReadOnlyList< double > TotalBreakbarDamage [get, set]
 Total Breakbar Damage done by minions
Length == # of phases.
 
IReadOnlyList< IReadOnlyList< double > > TotalTargetBreakbarDamage [get, set]
 Breakbar Damage done by minions against targets
Length == # of targets and the length of each sub array is equal to # of phases.
 
IReadOnlyList< int > TotalShieldDamage [get, set]
 Total Shield Damage done by minions
Length == # of phases.
 
IReadOnlyList< IReadOnlyList< int > > TotalTargetShieldDamage [get, set]
 Shield Damage done by minions against targets
Length == # of targets and the length of each sub array is equal to # of phases.
 
IReadOnlyList< IReadOnlyList< JsonDamageDist > > TotalDamageDist [get, set]
 Total Damage distribution array
Length == # of phases.
 
IReadOnlyList< IReadOnlyList< IReadOnlyList< JsonDamageDist > > > TargetDamageDist [get, set]
 Per Target Damage distribution array
Length == # of targets and the length of each sub array is equal to # of phases.
 
IReadOnlyList< JsonRotationRotation [get, set]
 Rotation data.
 
EXTJsonMinionsHealingStats EXTHealingStats [get, set]
 Healing stats data.
 
EXTJsonMinionsBarrierStats EXTBarrierStats [get, set]
 Barrier stats data.
 
IReadOnlyList< JsonActorCombatReplayDataCombatReplayData [get, set]
 Contains combat replay related data for each individual minion instance.
 

Detailed Description

Class corresponding to the regrouping of the same type of minions.

Property Documentation

◆ CombatReplayData

IReadOnlyList<JsonActorCombatReplayData> GW2EIJSON.JsonMinions.CombatReplayData
getset

Contains combat replay related data for each individual minion instance.

See also
JsonActorCombatReplayData

◆ Rotation

IReadOnlyList<JsonRotation> GW2EIJSON.JsonMinions.Rotation
getset

Rotation data.

See also
JsonRotation

◆ TargetDamageDist

IReadOnlyList<IReadOnlyList<IReadOnlyList<JsonDamageDist> > > GW2EIJSON.JsonMinions.TargetDamageDist
getset

Per Target Damage distribution array
Length == # of targets and the length of each sub array is equal to # of phases.

See also
JsonDamageDist

◆ TotalDamageDist

IReadOnlyList<IReadOnlyList<JsonDamageDist> > GW2EIJSON.JsonMinions.TotalDamageDist
getset

Total Damage distribution array
Length == # of phases.

See also
JsonDamageDist

The documentation for this class was generated from the following file: