Attributes
Attributes class
Object structure
Section titled “Object structure”data Attributes
health: Double = 0.0combatProjectile: Double = 0.0combatMelee: Double = 0.0combatImprovised: Double = 0.0movement: Double = 0.0scavenge: Double = 0.0healing: Double = 0.0trapSpotting: Double = 0.0trapDisarming: Double = 0.0injuryChance: Double = 0.0
Constants
Section titled “Constants”enum AttributesConstants
COMBAT_IMPROVISED: String = "combatImprovised"COMBAT_PROJECTILE: String = "combatProjectile"COMBAT_MELEE: String = "combatMelee"MOVEMENT_SPEED: String = "movement"SCAVENGE_SPEED: String = "scavenge"HEALING: String = "healing"TRAP_SPOTTING: String = "trapSpotting"TRAP_DISARMING: String = "trapDisarming"HEALTH: String = "health"INJURY_CHANCE: String = "injuryChance"