code/modules/antagonists/wizard/grand_ritual/grand_ritual.dm
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. |
---|---|
/datum/action/cooldown/grand_ritual | The 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_rune | Abstract holder for shared animation behaviour |
/obj/effect/temp_visual/wizard_rune/drawing | Animates drawing a cool rune |
/obj/effect/temp_visual/wizard_rune/failed | Displayed if you stop drawing it |
/obj/effect/temp_visual/wizard_rune/drawing/cheese | Cheese drawing |
/obj/effect/temp_visual/wizard_rune/failed/cheese | Cheese 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.