Skip to content

AddRiverPathRecipeStep

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

Recipe step that lays river surfaces along a coordinate path.

action: "addRiverPath"

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

Discriminator for river path creation.


optional crossing?: RiverCrossing

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

Crossing variant to place where road/river crossings are desired.


optional curvy?: boolean

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

Whether to prefer curvy river variants.


path: readonly HexCoordinates[]

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

Ordered coordinates along the river.


optional waterless?: boolean

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

Whether to use waterless river banks.