Stats

@Serializable
data class Stats(val agonyResistance: Int? = null, val boonDuration: Int? = null, val conditionDamage: Int? = null, val conditionDuration: Int? = null, val critDamage: Int? = null, val healing: Int? = null, val power: Int? = null, val precision: Int? = null, val toughness: Int? = null, val vitality: Int? = 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: Int? = null, boonDuration: Int? = null, conditionDamage: Int? = null, conditionDuration: Int? = null, critDamage: Int? = null, healing: Int? = null, power: Int? = null, precision: Int? = null, toughness: Int? = null, vitality: Int? = null)

Properties

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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