GameboardQuestBlockedEvent
Defined in: src/systems/systems.ts:217
Quest became blocked during a system pass.
Properties
Section titled “Properties”before?
Section titled “before?”
optionalbefore?:GameboardQuestSnapshot
Defined in: src/systems/systems.ts:221
Quest snapshot before the blocked state.
quest:
GameboardQuestSnapshot
Defined in: src/systems/systems.ts:223
Quest snapshot after the blocked state.
reason?
Section titled “reason?”
optionalreason?:string
Defined in: src/systems/systems.ts:225
Blocked reason from objective progress.
type:
"quest-blocked"
Defined in: src/systems/systems.ts:219
Event discriminator.