protector_shield ![code/modules/mob/living/basic/guardian/guardian_types/protector.dm 64](git.png)
Makes the guardian even more durable, but slower
Vars | |
damage_penalty | Damage removed in protecting mode. |
---|---|
overlay_colour | Colour for our various overlays. |
shield_overlay | Overlay for our protection shield. |
shielded_damage | Damage coefficients when shielded |
Procs | |
on_health_changed | Flash an animation when someone tries to hurt us |
on_update_overlays | Show an extra overlay when we're in shield mode |
Var Details
damage_penalty ![code/modules/mob/living/basic/guardian/guardian_types/protector.dm 68](git.png)
Damage removed in protecting mode.
overlay_colour ![code/modules/mob/living/basic/guardian/guardian_types/protector.dm 70](git.png)
Colour for our various overlays.
shield_overlay ![code/modules/mob/living/basic/guardian/guardian_types/protector.dm 72](git.png)
Overlay for our protection shield.
shielded_damage ![code/modules/mob/living/basic/guardian/guardian_types/protector.dm 74](git.png)
Damage coefficients when shielded
Proc Details
on_health_changed
Flash an animation when someone tries to hurt us
on_update_overlays
Show an extra overlay when we're in shield mode