/tg/ Station 13 - Modules - TypesVar Details

target_health_below_fraction

Passes when the living mob held in a blackboard key has health below a fraction of its max health.

Vars

fractionHealth fraction threshold (0.0–1.0). Passes when health < maxHealth * fraction.
keyBlackboard key holding the mob to check.
observed_mobThe 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.