Files
the-nexus/portals.json

69 lines
2.0 KiB
JSON
Raw Normal View History

[
{
"id": "morrowind",
"name": "Morrowind",
"description": "The Vvardenfell harness. Ash storms and ancient mysteries.",
"status": "online",
"portal_type": "game-world",
"world_category": "rpg",
"environment": "production",
"access_mode": "public",
"readiness_state": "playable",
"telemetry_source": "hermes-harness:morrowind-mcp",
"owner": "Timmy",
"color": "#ff6600",
"position": { "x": 15, "y": 0, "z": -10 },
"rotation": { "y": -0.5 },
"destination": {
"url": "https://morrowind.timmy.foundation",
"type": "harness",
"action_label": "Enter Vvardenfell",
"params": { "world": "vvardenfell" }
}
},
{
"id": "bannerlord",
"name": "Bannerlord",
"description": "Calradia battle harness. Massive armies, tactical command.",
"status": "rebuilding",
"portal_type": "game-world",
"world_category": "strategy-rpg",
"environment": "staging",
"access_mode": "operator",
"readiness_state": "prototype",
"telemetry_source": "hermes-harness:bannerlord-bridge",
"owner": "Timmy",
"color": "#ffd700",
"position": { "x": -15, "y": 0, "z": -10 },
"rotation": { "y": 0.5 },
"destination": {
"url": "https://bannerlord.timmy.foundation",
"type": "harness",
"action_label": "Enter Calradia",
"params": { "world": "calradia" }
}
},
{
"id": "workshop",
"name": "Workshop",
"description": "The creative harness. Build, script, and manifest.",
"status": "online",
"portal_type": "operator-room",
"world_category": "workspace",
"environment": "local",
"access_mode": "local-only",
"readiness_state": "active",
"telemetry_source": "hermes-harness:workshop-state",
"owner": "Alexander",
"color": "#4af0c0",
"position": { "x": 0, "y": 0, "z": -20 },
"rotation": { "y": 0 },
"destination": {
"url": "https://workshop.timmy.foundation",
"type": "harness",
"action_label": "Enter Workshop",
"params": { "mode": "creative" }
}
}
]