Skip to content

AddMountainStackRecipeStep

Defined in: src/scenario/recipe.ts:199

Recipe step that places a composed mountain stack.

action: "addMountainStack"

Defined in: src/scenario/recipe.ts:201

Discriminator for mountain stack placement.


at: HexCoordinates

Defined in: src/gameboard/gameboard.ts:397

Tile where the mountain stack is anchored.

MountainStackOptions.at


height: number

Defined in: src/gameboard/gameboard.ts:399

Elevation height for the stack.

MountainStackOptions.height


optional rotationSteps?: number

Defined in: src/gameboard/gameboard.ts:407

Clockwise 60-degree rotation steps.

MountainStackOptions.rotationSteps


optional scale?: number

Defined in: src/gameboard/gameboard.ts:409

Uniform render scale.

MountainStackOptions.scale


optional variant?: MountainVariant

Defined in: src/gameboard/gameboard.ts:401

Mountain visual variant.

MountainStackOptions.variant


optional withGrass?: boolean

Defined in: src/gameboard/gameboard.ts:403

Include grass on the mountain asset.

MountainStackOptions.withGrass


optional withTrees?: boolean

Defined in: src/gameboard/gameboard.ts:405

Include trees on the mountain asset.

MountainStackOptions.withTrees