ArmorModel

data class ArmorModel(var thermalProtection: Float = 0.0f, var electricProtection: Float = 0.0f, var chemicalProtection: Float = 0.0f, var radioProtection: Float = 0.0f, var psyProtection: Float = 0.0f, var damageProtection: Float = 0.0f, var condition: Float = 0.0f) : WearableModel

Constructors

Link copied to clipboard
constructor(thermalProtection: Float = 0.0f, electricProtection: Float = 0.0f, chemicalProtection: Float = 0.0f, radioProtection: Float = 0.0f, psyProtection: Float = 0.0f, damageProtection: Float = 0.0f, condition: Float = 0.0f)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard