AddBridgeRecipeStep
Defined in: src/scenario/recipe.ts:247
Recipe step that places a bridge structure with bridge-specific metadata.
Extends
Section titled “Extends”Properties
Section titled “Properties”action
Section titled “action”action:
"addBridge"
Defined in: src/scenario/recipe.ts:249
Discriminator for bridge placement.
at:
HexCoordinates
Defined in: src/gameboard/gameboard.ts:481
Tile where the bridge is anchored, usually a road crossing over water or river terrain.
Inherited from
Section titled “Inherited from”facing?
Section titled “facing?”
optionalfacing?:HexEdgeIndex
Defined in: src/gameboard/gameboard.ts:485
Edge the bridge points toward; also used as the default rotation.
Inherited from
Section titled “Inherited from”rotationSteps?
Section titled “rotationSteps?”
optionalrotationSteps?:number
Defined in: src/gameboard/gameboard.ts:487
Clockwise 60-degree rotation steps. Overrides facing when provided.
Inherited from
Section titled “Inherited from”scale?
Section titled “scale?”
optionalscale?:number
Defined in: src/gameboard/gameboard.ts:489
Uniform render scale.
Inherited from
Section titled “Inherited from”variant?
Section titled “variant?”
optionalvariant?:BridgeVariant
Defined in: src/gameboard/gameboard.ts:483
KayKit bridge visual variant. Defaults to A.