Stats

@Serializable
data class Stats(val agonyResistance: Long? = null, val boonDuration: Long? = null, val conditionDamage: Long? = null, val conditionDuration: Long? = null, val critDamage: Long? = null, val healing: Long? = null, val power: Long? = null, val precision: Long? = null, val toughness: Long? = null, val vitality: Long? = null)

Information about an amulet's stats.

Parameters

agonyResistance

the amount of agony resistance given by the amulet

boonDuration

the amount of boon duration given by the amulet

conditionDamage

the amount of condition damage given by the amulet

conditionDuration

the amount of condition duration given by the amulet

critDamage

the amount of crit damage given by the amulet

healing

the amount of healing given by the amulet

power

the amount of power given by the amulet

precision

the amount of precision given by the amulet

toughness

the amount of toughness given by the amulet

vitality

the amount of vitality given by the amulet

Constructors

Link copied to clipboard
constructor(agonyResistance: Long? = null, boonDuration: Long? = null, conditionDamage: Long? = null, conditionDuration: Long? = null, critDamage: Long? = null, healing: Long? = null, power: Long? = null, precision: Long? = null, toughness: Long? = null, vitality: Long? = null)

Properties

Link copied to clipboard
@SerialName(value = "AgonyResistance")
val agonyResistance: Long?

This field holds the amount of agony resistance given by the amulet.

Link copied to clipboard
@SerialName(value = "BoonDuration")
val boonDuration: Long?

This field holds the amount of boon duration given by the amulet.

Link copied to clipboard
@SerialName(value = "ConditionDamage")
val conditionDamage: Long?

This field holds the amount of condition damage given by the amulet.

Link copied to clipboard
@SerialName(value = "ConditionDuration")
val conditionDuration: Long?

This field holds the amount of condition duration given by the amulet.

Link copied to clipboard
@SerialName(value = "CritDamage")
val critDamage: Long?

This field holds the amount of crit damage given by the amulet.

Link copied to clipboard
@SerialName(value = "Healing")
val healing: Long?

This field holds the amount of healing given by the amulet.

Link copied to clipboard
@SerialName(value = "Power")
val power: Long?

This field holds the amount of power given by the amulet.

Link copied to clipboard
@SerialName(value = "Precision")
val precision: Long?

This field holds the amount of precision given by the amulet.

Link copied to clipboard
@SerialName(value = "Toughness")
val toughness: Long?

This field holds the amount of toughness given by the amulet.

Link copied to clipboard
@SerialName(value = "Vitality")
val vitality: Long?

This field holds the amount of vitality given by the amulet.