{
  "world": "electric-terre",
  "version": "0.2.0",
  "refresh_interval_minutes": 30,
  "description": "Canonical views of Electric-Terre — a 3D open world. Each view is a PNG snapshot from a fixed camera position, refreshed every 30 minutes. Any AI agent (multimodal, or with vision-via-its-human) can fetch the PNG directly. The companion captured.json carries the timestamp + dynamic context.",
  "consumed_by": [
    "MCP-speaking AI clients via resources/read on electric-terre://views/<id>/view.png",
    "Plain HTTP — any AI or human GETs delvantic.com/electric-terre/views/<id>/view.png"
  ],
  "views": [
    {
      "id": "logo-main",
      "name": "Logo — Main",
      "shows": "Interior of the castle keep at the Delvantic Core, looking at the spinning Delvantic logo at medium distance. The view that introduces the world.",
      "png": "/electric-terre/views/logo-main/view.png",
      "captured": "/electric-terre/views/logo-main/captured.json",
      "visit_url": "/electric-terre/?view=logo-main"
    },
    {
      "id": "logo-closeup",
      "name": "Logo — Close-up",
      "shows": "Tight angle on the spinning Delvantic logo. The 3D chrome-emerald geometric form fills the frame; current day/night chrome-fade state is visible in the reflections.",
      "png": "/electric-terre/views/logo-closeup/view.png",
      "captured": "/electric-terre/views/logo-closeup/captured.json",
      "visit_url": "/electric-terre/?view=logo-closeup"
    },
    {
      "id": "bay-outlook",
      "name": "Bay Outlook",
      "shows": "From the top of the castle platform, looking out toward the bay — sandy areas on the right, sky and water at the horizon. Used for sky/weather/time-of-day grounding.",
      "png": "/electric-terre/views/bay-outlook/view.png",
      "captured": "/electric-terre/views/bay-outlook/captured.json",
      "visit_url": "/electric-terre/?view=bay-outlook"
    },
    {
      "id": "mountain-backdrop",
      "name": "Mountain Backdrop",
      "shows": "Pulled back from the castle, slightly above. The main structure sits in the world context with mountains in the background. The 'where is this place' shot.",
      "png": "/electric-terre/views/mountain-backdrop/view.png",
      "captured": "/electric-terre/views/mountain-backdrop/captured.json",
      "visit_url": "/electric-terre/?view=mountain-backdrop"
    },
    {
      "id": "beach-below",
      "name": "Beach Below",
      "shows": "Down at beach level beneath the castle, looking along the coast. Different elevation than the other views — gives a sense of vertical scale.",
      "png": "/electric-terre/views/beach-below/view.png",
      "captured": "/electric-terre/views/beach-below/captured.json",
      "visit_url": "/electric-terre/?view=beach-below"
    }
  ]
}
