/tg/ Station 13 - Modules - TypesDefine Details

code/modules/antagonists/wizard/grand_ritual/grand_side_effect.dm

/datum/grand_side_effectDescribes something which can happen in a local area when the grand ritual is completed.
/datum/grand_side_effect/spellA side effect which just casts a spell at its position
/datum/grand_side_effect/scramble_turfsCasts dimensional instability on the area
/datum/grand_side_effect/transmogrify_areaTransform the surrounding area into something else.
MIN_ANOMALIES_CREATEDMinimum number of anomalies to create
MAX_ANOMALIES_CREATEDMaximum number of anomalies to create
/datum/grand_side_effect/create_anomaliesSpawn some anomalies in the area, ones which are not too dangerous
/datum/grand_side_effect/empEMP nearby machines
/datum/grand_side_effect/translocateSwap locations of nearby mobs arbitrarily and confuse them
/datum/grand_side_effect/slipperySpawn lube in the area
/datum/grand_side_effect/summon_crewmateGrabs one person and pulls them to this location, after a delay
/datum/grand_side_effect/smokeCreate colourful smoke
/datum/effect_system/fluid_spread/smoke/colourfulSpawns randomly coloured smoke
/obj/effect/particle_effect/fluid/smoke/colourfulRandomly coloured smoke
/datum/grand_side_effect/goreMake a bloody mess
/datum/grand_side_effect/create_foodRain food in the area
/obj/effect/abstract/local_food_rainMakes food land near it until it expires
/datum/grand_side_effect/spawn_delayed_mobsSpawn some mobs after a delay
/obj/effect/temp_visual/delayed_mob_portalSpawns a mob when it expires
/datum/grand_side_effect/orchestraProvides musical accompaniment

Define Details

MAX_ANOMALIES_CREATED

Maximum number of anomalies to create

MIN_ANOMALIES_CREATED

Minimum number of anomalies to create