GameboardScenarioSimulationSpawnPlacementStep
Defined in: src/simulation/script.ts:222
Spawns a raw placement during a simulation.
Extends
Section titled “Extends”Properties
Section titled “Properties”action
Section titled “action”action:
"spawn-placement"
Defined in: src/simulation/script.ts:225
Step discriminator.
optionalid?:string
Defined in: src/simulation/script.ts:98
Optional stable step id used by reports and expectations.
Inherited from
Section titled “Inherited from”GameboardScenarioSimulationStepBase.id
label?
Section titled “label?”
optionallabel?:string
Defined in: src/simulation/script.ts:100
Human-readable step label for reports.
Inherited from
Section titled “Inherited from”GameboardScenarioSimulationStepBase.label
placement
Section titled “placement”placement:
SpawnGameboardPlacementOptions
Defined in: src/simulation/script.ts:227
Placement options to spawn.
systems?
Section titled “systems?”
optionalsystems?:false|RunGameboardSystemsOptions
Defined in: src/simulation/script.ts:229
Systems to run after spawn, or false to skip.