body_temp_sensitive
When attached to a basic mob, it gives it the ability to be hurt by cold/hot body temperatures
Vars | |
cold_damage | Damage when below min temp |
---|---|
heat_damage | Damage when above max temp |
max_body_temp | Max body temp |
min_body_temp | Min body temp |
Procs | |
check_safe_environment | Ensures that maploaded mobs are in a safe environment. Unit test stuff. |
Var Details
cold_damage
Damage when below min temp
heat_damage
Damage when above max temp
max_body_temp
Max body temp
min_body_temp
Min body temp
Proc Details
check_safe_environment
Ensures that maploaded mobs are in a safe environment. Unit test stuff.