Space Station 13 - Modules - TypesDefine Details

code/modules/station_goals/brs/brs_event_container.dm

ONE_EVENT1 event in cumulative_event_expectancy units.
/datum/event_meta/bluespace_rift_event_metaevent_meta for bluespace rift events. Keeps a reference to the rift.
/datum/event/bluespace_rift_eventBase class. Event that affects things in the area around the rift. Should use bluespace_rift_event_meta.
/datum/event/bluespace_rift_event/teleport_livingTeleports random mobs around the rift not too far from where they were.
/datum/event/bluespace_rift_event/teleport_living/shuffleMakes random mobs around the rift switch their places.
/datum/event/bluespace_rift_event/teleport_living/within_zTeleports random mobs around the rift not too far from where they were.
/datum/event/bluespace_rift_event/explosionsRandom number of explosions around the rift.
/datum/event/bluespace_rift_event/explosions/em_pulsesRandom number of em pulses around the rift.
/datum/event/bluespace_rift_event/explosions/flashesRandom number of flashes around the rift.
/datum/event/bluespace_rift_event/explosions/smokeRandom number of smoke clouds around the rift.
/datum/event/bluespace_rift_event/explosions/sparksRandom number of sparks around the rift.
/datum/event/bluespace_rift_event/explosions/random_chem_effectRandom number of random chemical effects around the rift.
/datum/event/bluespace_rift_event/explosions/random_chem_effect/dangerousRandom chemical effects that could harm.
/datum/event/bluespace_rift_event/explosions/random_chem_effect/funnyRandom chemical effects that could be clownish.
/datum/event/bluespace_rift_event/explosions/random_chem_effect/dirtJust makes floors dirty.
/datum/event/bluespace_rift_event/snowCovers the area around the rift with snow.

Define Details

ONE_EVENT

1 event in cumulative_event_expectancy units.