AddMountainStackRecipeStep
Defined in: packages/declarative-hex-worlds/src/scenario/recipe.ts:196
Recipe step that places a composed mountain stack.
Extends
Section titled “Extends”Properties
Section titled “Properties”action
Section titled “action”action:
"addMountainStack"
Defined in: packages/declarative-hex-worlds/src/scenario/recipe.ts:198
Discriminator for mountain stack placement.
at:
HexCoordinates
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:370
Tile where the mountain stack is anchored.
Inherited from
Section titled “Inherited from”height
Section titled “height”height:
number
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:372
Elevation height for the stack.
Inherited from
Section titled “Inherited from”rotationSteps?
Section titled “rotationSteps?”
optionalrotationSteps?:number
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:380
Clockwise 60-degree rotation steps.
Inherited from
Section titled “Inherited from”MountainStackOptions.rotationSteps
scale?
Section titled “scale?”
optionalscale?:number
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:382
Uniform render scale.
Inherited from
Section titled “Inherited from”variant?
Section titled “variant?”
optionalvariant?:MountainVariant
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:374
Mountain visual variant.
Inherited from
Section titled “Inherited from”withGrass?
Section titled “withGrass?”
optionalwithGrass?:boolean
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:376
Include grass on the mountain asset.
Inherited from
Section titled “Inherited from”MountainStackOptions.withGrass
withTrees?
Section titled “withTrees?”
optionalwithTrees?:boolean
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:378
Include trees on the mountain asset.