rust 
Vars | |
| hood_object_overlay | Overlay for the hood object |
|---|---|
| object_overlay | Overlay for the armor object |
| overlay_id | identifier for the overlay |
| rust_appearance | The mutable that is actually overlayed on the mob |
| rust_grace_period | Grace period timer before the |
| rust_overlay | Atom used to animate our overlay |
| rusted | If our armor is rusted, used to update the sprite |
Procs | |
| update_rust | Updates the icon of our overlay and applies the animation |
Var Details
hood_object_overlay 
Overlay for the hood object
object_overlay 
Overlay for the armor object
overlay_id 
identifier for the overlay
rust_appearance 
The mutable that is actually overlayed on the mob
rust_grace_period 
Grace period timer before the
rust_overlay 
Atom used to animate our overlay
rusted 
If our armor is rusted, used to update the sprite
Proc Details
update_rust
Updates the icon of our overlay and applies the animation