swimming_tile 
A tile which drains stamina of people crossing it and deals oxygen damage to people who are prone inside of it
Vars | |
stamina_entry_cost | How much stamina does it cost to enter this tile? |
---|---|
ticking_oxy_damage | How fast do we kill people who collapse? |
ticking_stamina_cost | How much stamina does it cost per second to stay in this tile? |
Procs | |
dip_in | When we've validated that someone is actually in the water start drowning them |
enter_water | When something enters the water set up to start drowning it |
out_of_water | When something exits the water it probably shouldn't drowning |
Var Details
stamina_entry_cost 
How much stamina does it cost to enter this tile?
ticking_oxy_damage 
How fast do we kill people who collapse?
ticking_stamina_cost 
How much stamina does it cost per second to stay in this tile?
Proc Details
dip_in
When we've validated that someone is actually in the water start drowning them
enter_water
When something enters the water set up to start drowning it
out_of_water
When something exits the water it probably shouldn't drowning