SetTerrainRecipeStep
Defined in: src/scenario/recipe.ts:121
Recipe step that assigns grass or water terrain to one hex.
Properties
Section titled “Properties”action
Section titled “action”action:
"setTerrain"
Defined in: src/scenario/recipe.ts:123
Discriminator for terrain assignment.
at:
HexCoordinates
Defined in: src/scenario/recipe.ts:125
Target hex coordinate.
baseAssetId?
Section titled “baseAssetId?”
optionalbaseAssetId?:string
Defined in: src/scenario/recipe.ts:131
Optional base tile asset override for the terrain.
elevation?
Section titled “elevation?”
optionalelevation?:number
Defined in: src/scenario/recipe.ts:129
Optional elevation to assign with the terrain.
terrain
Section titled “terrain”terrain:
"grass"|"water"
Defined in: src/scenario/recipe.ts:127
Terrain value to assign.
textureSet?
Section titled “textureSet?”
optionaltextureSet?:"default"|"fall"|"summer"|"winter"
Defined in: src/scenario/recipe.ts:133
Optional texture set override for this tile.