WeaponSkill

@Serializable
data class WeaponSkill(val id: Int, val slot: SkillSlot, val offhand: String? = null, val attunement: String? = null, val source: String? = null)

Data model for skill property of weapon object

Constructors

Link copied to clipboard
constructor(id: Int, slot: SkillSlot, offhand: String? = null, attunement: String? = null, source: String? = null)

Properties

Link copied to clipboard
val attunement: String? = null
Link copied to clipboard
val id: Int
Link copied to clipboard
val offhand: String? = null
Link copied to clipboard
Link copied to clipboard
val source: String? = null