AddRiverPathRecipeStep
Defined in: src/scenario/recipe.ts:185
Recipe step that lays river surfaces along a coordinate path.
Properties
Section titled “Properties”action
Section titled “action”action:
"addRiverPath"
Defined in: src/scenario/recipe.ts:187
Discriminator for river path creation.
crossing?
Section titled “crossing?”
optionalcrossing?:RiverCrossing
Defined in: src/scenario/recipe.ts:195
Crossing variant to place where road/river crossings are desired.
curvy?
Section titled “curvy?”
optionalcurvy?: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.
waterless?
Section titled “waterless?”
optionalwaterless?:boolean
Defined in: src/scenario/recipe.ts:191
Whether to use waterless river banks.