object_rain 
Event where some kind of object will fall from the sky in a random themed area of the station. Generally this is to encourage people to break in to acquire the items, or just be kind of funny. Can only be triggered by wizard events or admins.
Vars | |
max_things_per_second | How many things at most should land per second? |
---|---|
possible_regions | Places weather can happen and their friendly names. |
target_region | Where is it happening? |
target_turfs | Places where things can land |
Procs | |
drop_item | Make something descend from above. |
get_item | Return whatever it is you want to rain from the sky here. |
Var Details
max_things_per_second 
How many things at most should land per second?
possible_regions 
Places weather can happen and their friendly names.
target_region 
Where is it happening?
target_turfs 
Places where things can land
Proc Details
drop_item
Make something descend from above.
get_item
Return whatever it is you want to rain from the sky here.