/tg/ Station 13 - Modules - TypesDefine Details

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

CHEESE_SACRIFICE_GOALTotal cheese goal to sacrifice to [REDACTED] during wizard grand rituals. The easiest way for a wizard to procure cheese is with Summon Cheese spell, which summons 9 per cast. The wizard needs to complete 7 rituals, so let's give them some breathing room with cheese offerings. 7 * 9 = 63, so the wizard can potentially miss two casts worth of cheese if they summon cheese on each rune.
/datum/action/cooldown/grand_ritualThe Grand Ritual is the Wizard's alternate victory condition and also a tool to make funny distractions and progress the round state.
/obj/effect/temp_visual/wizard_runeAbstract holder for shared animation behaviour
/obj/effect/temp_visual/wizard_rune/drawingAnimates drawing a cool rune
/obj/effect/temp_visual/wizard_rune/failedDisplayed if you stop drawing it
/obj/effect/temp_visual/wizard_rune/drawing/cheeseCheese drawing
/obj/effect/temp_visual/wizard_rune/failed/cheeseCheese fail

Define Details

CHEESE_SACRIFICE_GOAL

Total cheese goal to sacrifice to [REDACTED] during wizard grand rituals. The easiest way for a wizard to procure cheese is with Summon Cheese spell, which summons 9 per cast. The wizard needs to complete 7 rituals, so let's give them some breathing room with cheese offerings. 7 * 9 = 63, so the wizard can potentially miss two casts worth of cheese if they summon cheese on each rune.