RunGameboardScenarioSimulationOptions
Defined in: src/simulation/script.ts:600
Options for running a scenario simulation.
Properties
Section titled “Properties”defaultCommandHandlerOptions?
Section titled “defaultCommandHandlerOptions?”
optionaldefaultCommandHandlerOptions?:CreateGameboardInteractionHandlerPresetOptions
Defined in: src/simulation/script.ts:610
Default options for built-in command handler presets.
defaultCommandHandlers?
Section titled “defaultCommandHandlers?”
optionaldefaultCommandHandlers?: readonly ("remove-target-actor"|"remove-target-placement"|"mark-target-interacted"|"default-rpg")[]
Defined in: src/simulation/script.ts:608
Default built-in command handler presets.
defaultCommandSystems?
Section titled “defaultCommandSystems?”
optionaldefaultCommandSystems?:false|RunGameboardSystemsOptions
Defined in: src/simulation/script.ts:606
Default systems after command dispatch, or false to skip.
defaultRunSystems?
Section titled “defaultRunSystems?”
optionaldefaultRunSystems?:RunGameboardSystemsOptions
Defined in: src/simulation/script.ts:612
Default systems for run-systems steps.
defaultSourceActor?
Section titled “defaultSourceActor?”
optionaldefaultSourceActor?:string
Defined in: src/simulation/script.ts:604
Default source actor id for command steps.
recipeOverrides?
Section titled “recipeOverrides?”
optionalrecipeOverrides?:Partial<GameboardPlanOptions>
Defined in: src/simulation/script.ts:602
Recipe compile overrides for the scenario board.