Fact
Information about a trait's fact (i.e. effect/property).
Inheritors
Types
Link copied to clipboard
data class AttributeAdjust(val type: String, val icon: String? = null, val text: String? = null, val value: Int? = null, val target: String? = null) : GW2v2Trait.Fact
Additional information about an attribute adjustment.
Link copied to clipboard
data class BuffConversion(val type: String, val icon: String? = null, val text: String? = null, val source: String, val percent: Int, val target: String) : GW2v2Trait.Fact
Additional information about a buff-conversion.
Link copied to clipboard
data class ComboField(val type: String, val icon: String? = null, val text: String? = null, val fieldType: String) : GW2v2Trait.Fact
Additional information about a combo-field.
Link copied to clipboard
data class ComboFinisher(val type: String, val icon: String? = null, val text: String? = null, val finisherType: String, val percent: Int) : GW2v2Trait.Fact
Additional information about a combo-finisher.
Link copied to clipboard
data class NoData(val type: String, val icon: String? = null, val text: String? = null) : GW2v2Trait.Fact
No (special) additional information.
Link copied to clipboard
data class PrefixedBuff(val type: String, val icon: String? = null, val text: String? = null, val status: String? = null, val duration: Int? = null, val description: String? = null, val applyCount: Int? = null, val prefix: GW2v2Trait.Fact.PrefixedBuff.Prefix) : GW2v2Trait.Fact
Additional information about a prefixed buff.
Link copied to clipboard
data class Unblockable(val type: String, val icon: String? = null, val text: String? = null, val value: Boolean) : GW2v2Trait.Fact
A fact, indicating that a trait/skill is unblockable.