magicciv/public/games/sandbox/game.json
2026-04-07 17:52:04 -07:00

29 lines
842 B
JSON

{
"id": "sandbox",
"name": "Engine Sandbox",
"version": "1.0.0",
"engine_version": ">=1.0.0",
"description": "Minimal engine-test pack. Exercises all systems with the smallest honest slice of content.",
"author": "Core Team",
"discipline_count": 1,
"foundation_count": 3,
"era_count": 3,
"transit_layers": 0,
"settings": {
"gender_system": false,
"society_presets": ["random"]
},
"resources": {
"terrain": ["land_common", "water_and_wonders"],
"resources": ["mineral", "organic"],
"improvements": true,
"wilds": true,
"villages": true,
"world_biomes": ["aquatic", "arctic", "temperate", "tropical", "elevated", "wetland"],
"world_flora": true,
"world_fauna": true,
"world_ecosystem": true,
"world_traits": true,
"lenses": ["geography", "climate", "ecology"]
}
}