Attribute

@Serializable
data class Attribute(val attribute: String, val multiplier: Double, val value: Int)

Information about an attribute bonus.

Parameters

attribute

the name of the attribute

multiplier

the multiplier for that attribute

value

the default value for that attribute

Constructors

Link copied to clipboard
constructor(attribute: String, multiplier: Double, value: Int)

Properties

Link copied to clipboard

This field holds the name of the attribute.

Link copied to clipboard

This field holds the multiplier for that attribute.

Link copied to clipboard
val value: Int

This field holds the default value for that attribute.