Resolved inputs to the health derivation.

interface HealthInput {
    dead: boolean;
    parts: readonly PartHealthInput[];
}

Properties

Properties

dead: boolean

Whether the being carries the dead status.

parts: readonly PartHealthInput[]

Every body part's health contribution.