AttributeAdjust

@Serializable
@SerialName(value = "AttributeAdjust")
data class AttributeAdjust(val text: String? = null, val icon: String? = null, val value: Int? = null, val target: String? = null) : Fact

Data model for skill/trait facts with type AttributeAdjust

Constructors

Link copied to clipboard
constructor(text: String? = null, icon: String? = null, value: Int? = null, target: String? = null)

Properties

Link copied to clipboard
open override val icon: String? = null
Link copied to clipboard
val target: String? = null
Link copied to clipboard
open override val text: String? = null
Link copied to clipboard
open override val type: String
Link copied to clipboard
val value: Int? = null