ParticipantFrameChampionStats class
A representation of the participant's champion stats in a ParticipantFrame.
Signature:
export declare class ParticipantFrameChampionStats
Constructor
new ParticipantFrameChampionStats (data: ParticipantChampionStatsData)
Constructs a new instance of the ParticipantFrameChampionStats
class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | ParticipantChampionStatsData | The raw data from the API. |
Properties
abilityHaste
The amount of ability haste the participant has.
This scales linearly.
Type: Number
abilityPower
The amount of ability power the participant has.
Type: Number
armor
The amount of armor the participant has.
Type: Number
armorPen
The amount of flat armor penetration the participant has.
Also called "lethality" in the game.
Type: Number
armorPenPercent
The amount of percent armor penetration the participant has.
Type: Number
attackDamage
The amount of attack damage the participant has.
Type: Number
attackSpeed
The amount of attack speed the participant has.
Type: Number
bonusArmorPenPercent
The amount of bonus percent armor penetration the participant has.
Type: Number
bonusMagicPenPercent
The amount of bonus percent magic penetration the participant has.
Type: Number
cooldownReduction
The amount of cooldown reduction the participant has.
This scales exponentially.
Type: Number
health
The amount of HP the participant currently has (current health).
Type: Number
healthMax
The maximum amount of HP the participant can have (max HP).
Type: Number
healthRegen
The amount of HP the participant recovers each second.
Type: Number
lifesteal
The amount of lifesteal the participant has.
Type: Number
magicPen
The amount of flat magic penetration the participant has.
Type: Number
magicPenPercent
The amount of percent magic penetration the participant has.
Type: Number
magicResist
The amount of magic resist the participant has.
Type: Number
movementSpeed
The participant's movement speed.
Type: Number
omnivamp
The amount of omnivamp the participant has.
Type: Number
physicalVamp
The amount of physical vamp the participant has.
Type: Number
power
The amount of power the participant currently has.
Power refers to mostly mana or energy.
Type: Number
powerMax
The max amount of power the participant can have.
Power refers to mostly mana or energy.
Type: Number
powerRegen
The amount of power the participant regenerates each second.
Power refers to mostly mana or energy.
Type: Number
spellVamp
The amount of spell vamp the participant has.
Type: Number
tenacity
The amount of tenacity the participant has.
Type: Number