AddHillRecipeStep
Defined in: src/scenario/recipe.ts:205
Recipe step that places a hill tile.
Properties
Section titled “Properties”action
Section titled “action”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.
rotationSteps?
Section titled “rotationSteps?”
optionalrotationSteps?:number
Defined in: src/scenario/recipe.ts:217
Clockwise 60-degree rotation steps.
single?
Section titled “single?”
optionalsingle?:boolean
Defined in: src/scenario/recipe.ts:215
Whether to use the single-hex hill style.
variant?
Section titled “variant?”
optionalvariant?:HillVariant
Defined in: src/scenario/recipe.ts:211
KayKit hill variant to place.
withTrees?
Section titled “withTrees?”
optionalwithTrees?:boolean
Defined in: src/scenario/recipe.ts:213
Whether to use a hill asset with trees.