Health Bar
HealthBar {
id: string; -- required
name: string | function; -- required
value: number | function; -- optional (default: 0)
max: number | function; -- optional (default: 0)
hidden: bool | function; -- optional (default: false)
tooltip: string | function; -- optional (default: "")
}