Skip to content

HarborBoardOptions

Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:702

Options for the built-in medieval harbor demo board.

optional defaultTerrain?: "grass" | "water"

Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:119

Initial terrain used for every generated tile.

GameboardPlanOptions.defaultTerrain


optional faction?: "blue" | "green" | "red" | "yellow"

Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:704

Faction color used by settlement and harbor pieces.


optional seed?: string | number

Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:113

Deterministic seed for generation.

GameboardPlanOptions.seed


optional shape?: GameboardShape

Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:115

Board shape to populate.

GameboardPlanOptions.shape


optional textureSet?: "default" | "fall" | "summer" | "winter"

Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:117

Texture set applied to generated terrain.

GameboardPlanOptions.textureSet