AuctionSkills

@Serializable
data class AuctionSkills(val axeFighting: Double, val clubFighting: Double, val distanceFighting: Double, val fishing: Double, val fistFighting: Double, val magicLevel: Double, val shielding: Double, val swordFighting: Double)(source)

The skill levels of the character in the auction.

Decimal values represent the percentage of progress towards the next level.

Constructors

Link copied to clipboard
constructor(axeFighting: Double, clubFighting: Double, distanceFighting: Double, fishing: Double, fistFighting: Double, magicLevel: Double, shielding: Double, swordFighting: Double)

Properties

Link copied to clipboard

The current Axe Fighting level.

Link copied to clipboard

The current Club Fighting level.

Link copied to clipboard

The current Distance Fighting level.

Link copied to clipboard

The current Fishing level.

Link copied to clipboard

The current Fist Fighting level.

Link copied to clipboard

The current Magic Level.

Link copied to clipboard

The current Shielding level.

Link copied to clipboard

The current Sword Fighting level.