ProfileGearSet

data class ProfileGearSet(val mainHand: Gear, val offHand: Gear?, val head: Gear?, val body: Gear?, val hands: Gear?, val legs: Gear?, val feet: Gear?, val earrings: Gear?, val necklace: Gear?, val bracelets: Gear?, val ring: List<Gear?>?, val soulCrystal: String?)

The gear set equipped by a character.

Constructors

Link copied to clipboard
constructor(mainHand: Gear, offHand: Gear?, head: Gear?, body: Gear?, hands: Gear?, legs: Gear?, feet: Gear?, earrings: Gear?, necklace: Gear?, bracelets: Gear?, ring: List<Gear?>?, soulCrystal: String?)

Properties

Link copied to clipboard
val body: Gear?

The characters equipped body gear.

Link copied to clipboard

The characters equipped bracelet.

Link copied to clipboard

The characters equipped earrings.

Link copied to clipboard
val feet: Gear?

The characters equipped feet gear.

Link copied to clipboard
val hands: Gear?

The characters equipped hands gear.

Link copied to clipboard
val head: Gear?

The characters equipped head gear.

Link copied to clipboard
val legs: Gear?

The characters equipped leg gear.

Link copied to clipboard

The characters equipped main hand.

Link copied to clipboard

The characters equipped necklace.

Link copied to clipboard

The characters equipped off hand.

Link copied to clipboard
val ring: List<Gear?>?

The characters equipped rings.

Link copied to clipboard

The characters equipped soul crystal.