{
  "format": "spatial-place/1",
  "id": "https://theburrow.unclemattmakes.com/",
  "title": "The Burrow",
  "facade": "facade.json",
  "posture": "seated",
  "home": {
    "adoptable": true,
    "seat": "hearth-chair",
    "greeting": "The kettle has just started."
  },
  "budget": {
    "renderables": 48,
    "triangles": 40000,
    "textureBytes": 67108864,
    "lights": 1,
    "audioSources": 4,
    "drift": 400,
    "flames": 1,
    "assetBytes": 24000000
  },
  "assets": {
    "burrow": {
      "kind": "gltf",
      "uri": "assets/greybox.glb",
      "bytes": 814512,
      "lightmap": { "uri": "assets/burrow_lightmap.exr", "channel": 1, "intensity": 1.0 },
      "ao": { "uri": "assets/burrow_ao.png", "intensity": 1.0 }
    }
  },
  "collision": {
    "walkable": [{ "asset": "burrow", "nodes": "COL_WALK_*" }],
    "blockers": [{ "asset": "burrow", "nodes": "COL_BLOCK_*" }],
    "stepHeight": 0.3,
    "maxSlope": 35
  },
  "air": {
    "direction": [0.85, 0.05, 0.5],
    "gust": { "range": [0.1, 1.0], "period": [1.5, 6.0] }
  },
  "territories": [
    {
      "id": "room",
      "label": "The burrow",
      "order": 0,
      "bounds": { "node": "burrow#VOL_room" },
      "linear": {
        "text": "One earth-walled room under a low domed ceiling. A fire in the east wall, a round window west at sitting height, a round door south that only ever opens at the top. A deep chair angled at the hearth, and the occupant's things left where the occupant left them."
      }
    }
  ],
  "entities": [
    {
      "id": "shell",
      "role": "prop",
      "territory": "room",
      "asset": "burrow",
      "nodes": "GB_*"
    },
    {
      "id": "entry-door",
      "role": "entry",
      "at": { "node": "burrow#ENTRY_default" },
      "default": true
    },
    {
      "id": "hall-passage",
      "role": "doorway",
      "label": "The hall passage",
      "at": { "node": "burrow#DOOR_hall" },
      "size": [1.05, 2.07],
      "door": false,
      "back": true,
      "territory": "room"
    },
    {
      "id": "hearth-chair",
      "role": "seat",
      "label": "The chair by the fire",
      "description": "Deep, angled at the hearth. The window is a head-turn left; the door is behind your left shoulder.",
      "at": { "node": "burrow#SEAT_hearth" },
      "territory": "room"
    },
    {
      "id": "hearth-fire",
      "role": "ambience",
      "kind": "flame",
      "territory": "room",
      "at": { "position": [1.74, 0.26, 0.8] },
      "size": [0.42, 0.55, 0.42],
      "palette": ["#1a0500", "#b81a06", "#ff6b17", "#ffd980"],
      "rate": 0.6,
      "draft": 0.8,
      "light": {
        "color": "#ff9a45",
        "intensity": 12,
        "shadows": true,
        "flicker": 0.25
      }
    },
    {
      "id": "embers",
      "role": "ambience",
      "kind": "drift",
      "territory": "room",
      "count": 80,
      "from": {
        "capsule": {
          "a": { "position": [1.74, 0.18, 0.8] },
          "b": { "position": [1.74, 0.36, 0.8] },
          "r0": 0.09,
          "r1": 0.13
        }
      },
      "velocity": [0, 0.32, 0],
      "turbulence": { "frequency": 3.2, "amplitude": 0.14 },
      "life": [0.8, 1.2],
      "size": [0.013, 0.004],
      "color": "#ffc878",
      "colorDeath": "#8a2a0c",
      "fade": "ember",
      "buoyancy": 0.6,
      "blend": "additive",
      "opacity": 0.95,
      "draft": 0.5
    },
    {
      "id": "window-dust",
      "role": "ambience",
      "kind": "drift",
      "territory": "room",
      "count": 240,
      "from": {
        "capsule": {
          "a": { "node": "burrow#VOL_shaft_top" },
          "b": { "node": "burrow#VOL_shaft_end" },
          "r0": 0.15,
          "r1": 0.5
        }
      },
      "velocity": [0, -0.006, 0],
      "turbulence": { "frequency": 1.3, "amplitude": 0.012 },
      "life": [7, 11],
      "size": [0.008, 0.0065],
      "color": "#eadfc8",
      "colorDeath": "#cbbfa4",
      "fade": "linear",
      "buoyancy": 0,
      "blend": "additive",
      "opacity": 0.55,
      "draft": 0.12
    },
    {
      "id": "kettle-steam",
      "role": "ambience",
      "kind": "drift",
      "territory": "room",
      "count": 80,
      "from": {
        "capsule": {
          "a": { "node": "burrow#VOL_steam_spout" },
          "b": { "position": [1.77, 1.68, 0.61] },
          "r0": 0.01,
          "r1": 0.035
        }
      },
      "velocity": [0, 0.11, 0],
      "turbulence": { "frequency": 2.4, "amplitude": 0.024 },
      "life": [2.0, 2.6],
      "size": [0.012, 0.042],
      "color": "#d8dee2",
      "colorDeath": "#8d949a",
      "fade": "linear",
      "buoyancy": 0.3,
      "blend": "alpha",
      "opacity": 0.07,
      "draft": 0.4
    },
    {
      "id": "earth-room",
      "role": "ambience",
      "kind": "acoustic",
      "response": { "size": 3.2, "absorption": 0.75, "brightness": 0.15 }
    },
    {
      "id": "sky",
      "role": "ambience",
      "kind": "environment",
      "procedural": {
        "sky": "#3f425d",
        "ground": "#3c2f22",
        "lobes": [
          { "direction": [1, 0.18, 0], "color": "#ffad6f", "power": 0.5, "sharpness": 3.5 },
          { "direction": [-0.93, 0.12, -0.36], "color": "#b3cbff", "power": 0.38, "sharpness": 10 },
          { "direction": [0.4, 0.06, -0.92], "color": "#ffcb95", "power": 0.1, "sharpness": 9 }
        ]
      }
    }
  ],
  "visitorMarks": false,
  "linear": {
    "summary": "A small earth-sheltered room, lived in by someone who is not here. You have been shrunk to the size of the animal whose home this is. There is nothing to do. The fire is lit and the kettle has just started."
  }
}
