clik-engine API
    Preparing search index...

    Interface BranchDef

    interface BranchDef {
        length: number;
        reward?: EntityPlacement;
        type: "treasure" | "challenge" | "shortcut" | "secret";
    }
    Index

    Properties

    Properties

    length: number

    Length in tiles

    What to place at the end

    type: "treasure" | "challenge" | "shortcut" | "secret"

    Type of branch