weather 
Vars | |
| eligible_zlevels | Z levels on which weather can occur -> weather that can occur -> probability of said weather occuring |
|---|---|
| next_hit_by_zlevel | Used by barometers to know when the next storm is coming |
| z_particles | Alist of particle holder to display in the form z_level -> alist(plane -> holder) |
Procs | |
| get_weather_by_type | Returns an active storm by its type |
Var Details
eligible_zlevels 
Z levels on which weather can occur -> weather that can occur -> probability of said weather occuring
next_hit_by_zlevel 
Used by barometers to know when the next storm is coming
z_particles 
Alist of particle holder to display in the form z_level -> alist(plane -> holder)
Proc Details
get_weather_by_type
Returns an active storm by its type