Skip to content

AddHillRecipeStep

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

Recipe step that places a hill tile.

action: "addHill"

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

Discriminator for hill placement.


at: HexCoordinates

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

Target hex coordinate.


optional rotationSteps?: number

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

Clockwise 60-degree rotation steps.


optional single?: boolean

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

Whether to use the single-hex hill style.


optional variant?: HillVariant

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

KayKit hill variant to place.


optional withTrees?: boolean

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

Whether to use a hill asset with trees.