clik-engine API
    Preparing search index...

    Interface EncounterConfig

    interface EncounterConfig {
        baseEnemyCount?: number;
        bossType?: string;
        difficultyScale?: number;
        enemyTypes?: string[];
        minDistanceFromSpawn?: number;
        placeBoss?: boolean;
    }
    Index

    Properties

    baseEnemyCount?: number

    Base enemy count per room/area

    bossType?: string

    Boss prefab type

    difficultyScale?: number

    Difficulty multiplier for enemy count

    enemyTypes?: string[]

    Enemy prefab types available

    minDistanceFromSpawn?: number

    Min distance from spawn point (in tiles)

    placeBoss?: boolean

    Whether to place a boss in the farthest room