Enum PhaseType
Enum describing the type of a phase within a pattern script.
Namespace: Danmokou.Core
Assembly: cs.temp.dll.dll
Syntax
public enum PhaseType
Fields
Name | Description |
---|---|
Announce | Stage section where graphics, but no enemies/bullets, appear on screen. |
Dialogue | Dialogue section. The score multiplier is granted lenience and the executor is granted infinite health during this. |
FinalSpell | Final spell. Same as SPELL, but doesn't drop value items on completion. |
Nonspell | Nonspells. |
Spell | Spells. Automatically summons a spell cutin and spell circle if applicable. |
Stage | Standard stage section. Only use in stage scripts. |
StageEndboss | A stage section wrapping an endboss summon. Only use in stage scripts. |
StageMidboss | A stage section wrapping a midboss summon. Only use in stage scripts. |
Timeout | Timeouts. Same as SPELL, but also sets the HP to infinity and gives full rewards for timing out. |