AddConstructionSiteRecipeStep
Defined in: src/scenario/recipe.ts:259
Recipe step that places a construction, ruin, or worksite structure.
Extends
Section titled “Extends”Properties
Section titled “Properties”action
Section titled “action”action:
"addConstructionSite"
Defined in: src/scenario/recipe.ts:261
Discriminator for construction site placement.
at:
HexCoordinates
Defined in: src/gameboard/gameboard.ts:541
Tile where the construction asset is anchored.
Inherited from
Section titled “Inherited from”constructionId?
Section titled “constructionId?”
optionalconstructionId?:string
Defined in: src/gameboard/gameboard.ts:547
Optional stable id for a multi-step construction chain.
Inherited from
Section titled “Inherited from”ConstructionSiteOptions.constructionId
optionalkind?:ConstructionSiteKind
Defined in: src/gameboard/gameboard.ts:543
Construction state to place. Defaults to stage-A.
Inherited from
Section titled “Inherited from”rotationSteps?
Section titled “rotationSteps?”
optionalrotationSteps?:number
Defined in: src/gameboard/gameboard.ts:545
Clockwise 60-degree rotation steps.
Inherited from
Section titled “Inherited from”ConstructionSiteOptions.rotationSteps
scale?
Section titled “scale?”
optionalscale?:number
Defined in: src/gameboard/gameboard.ts:549
Uniform render scale.