Derived health.

interface Health {
    band: HealthBand;
    max: number;
    value: number;
}

Properties

Properties

The band value falls in.

max: number

Always 100 (health is a percentage).

value: number

Current health 0…100: the physical ceiling, floored at 1 unless dead.