Strata - v1.4.10
    Preparing search index...

    Interface Region

    interface Region {
        ambientAudio?: string;
        biome?: BiomeType;
        bounds: BoundingShape;
        center: Vector3;
        completedObjectives?: string[];
        difficulty: number;
        discovered: boolean;
        id: string;
        level?: number;
        lighting?: LightingConfig;
        music?: string;
        name: string;
        npcs?: NPCSpawn[];
        resources?: SpawnTable;
        spawnTable?: SpawnTable;
        type: "biome" | "dungeon" | "building" | "zone" | "room";
        visitCount: number;
        weather?: WeatherStateConfig;
    }
    Index

    Properties

    ambientAudio?: string
    biome?: BiomeType
    center: Vector3
    completedObjectives?: string[]
    difficulty: number
    discovered: boolean
    id: string
    level?: number
    lighting?: LightingConfig
    music?: string
    name: string
    npcs?: NPCSpawn[]
    resources?: SpawnTable
    spawnTable?: SpawnTable
    type: "biome" | "dungeon" | "building" | "zone" | "room"
    visitCount: number