ArtifactModel

data class ArtifactModel(var health: Int = 0, var radio: Int = 0, var damage: Int = 0, var bleeding: Int = 0, var thermal: Int = 0, var chemical: Int = 0, var endurance: Int = 0, var electric: Int = 0) : WearableModel

Constructors

Link copied to clipboard
constructor(health: Int = 0, radio: Int = 0, damage: Int = 0, bleeding: Int = 0, thermal: Int = 0, chemical: Int = 0, endurance: Int = 0, electric: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var damage: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var health: Int
Link copied to clipboard
var icon: String?
Link copied to clipboard
var id: UUID?
Link copied to clipboard
Link copied to clipboard
var price: Int
Link copied to clipboard
Link copied to clipboard
var radio: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard