target_health_below_fraction 
Passes when the living mob held in a blackboard key has health below a fraction of its max health.
Vars | |
| fraction | Health fraction threshold (0.0–1.0). Passes when health < maxHealth * fraction. |
|---|---|
| key | Blackboard key holding the mob to check. |
| observed_mob | The mob currently being observed. |
Var Details
fraction 
Health fraction threshold (0.0–1.0). Passes when health < maxHealth * fraction.
key 
Blackboard key holding the mob to check.
observed_mob 
The mob currently being observed.