{ "world_generation_scenarios": { "description": "Available world generation scenarios and their configurations", "default_scenario": "regular_world", "scenarios": { "regular_world": { "name": "Regular World", "description": "Standard planetary formation with realistic geological processes", "config_file": "Regular_world.json", "difficulty": "standard", "estimated_generation_time_seconds": 30, "features": [ "complete_geological_simulation", "meteorite_bombardment", "tectonic_activity", "climate_formation", "resource_distribution" ], "recommended_for": ["standard_gameplay", "balanced_resources", "realistic_geology"] } } }, "shared_resources": { "meteorite_definitions": "meteorites.json", "process_definitions": "process_definitions.json" }, "generation_settings": { "default_map_size": {"width": 1000, "height": 1000}, "performance_mode": "balanced", "debug_output": false, "save_intermediate_states": false } }