{
  "tick": 100,
  "timestamp": 1732876800.0,
  "seed": 42,
  "entities": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "components": {
        "position": { "tile": [6, 6], "offset": 0.35 },
        "cargo_hold": { "capacity": 80, "contents": { "coal": 45 } },
        "speed": { "base": 1.5, "current": 1.5 },
        "health": { "durability": 0.89, "breakdown_ticks": 0 },
        "route": { "path": ["mine_station", "factory_station"], "current_node_index": 0, "status": "moving" }
      }
    },
    {
      "id": "660e8400-e29b-41d4-a716-446655440001",
      "components": {
        "position": { "tile": [7, 6], "offset": 0.12 },
        "cargo_hold": { "capacity": 80, "contents": { "coal": 80 } },
        "speed": { "base": 1.2, "current": 0.0 },
        "health": { "durability": 0.31, "breakdown_ticks": 15 },
        "route": { "path": ["mine_station", "factory_station", "city_station"], "current_node_index": 0, "status": "broken" }
      }
    },
    {
      "id": "770e8400-e29b-41d4-a716-446655440002",
      "components": {
        "production": { "type": "mine", "input": {}, "output": { "coal": 5 }, "stored": { "coal": 150 } },
        "position": { "tile": [5, 5], "offset": 0 }
      }
    },
    {
      "id": "880e8400-e29b-41d4-a716-446655440003",
      "components": {
        "production": { "type": "factory", "input": { "coal": 3, "iron": 2 }, "output": { "steel": 4 }, "stored": { "coal": 10, "iron": 15, "steel": 8 } },
        "position": { "tile": [20, 15], "offset": 0 }
      }
    },
    {
      "id": "990e8400-e29b-41d4-a716-446655440004",
      "components": {
        "production": { "type": "city", "input": { "food": 1, "goods": 1 }, "output": {}, "stored": { "food": 12, "goods": 6 } },
        "position": { "tile": [40, 30], "offset": 0 }
      }
    }
  ],
  "tiles": {
    "5,5": { "terrain": "land", "owner": null, "building": { "type": "mine", "level": 1 } },
    "6,6": { "terrain": "rail", "owner": "player_1", "building": null },
    "7,6": { "terrain": "rail", "owner": "player_1", "building": null },
    "8,6": { "terrain": "rail", "owner": "player_1", "building": null },
    "20,15": { "terrain": "land", "owner": null, "building": { "type": "factory", "level": 1 } },
    "40,30": { "terrain": "land", "owner": null, "building": { "type": "town", "level": 3 } }
  },
  "economy": {
    "prices": { "coal": 52, "iron": 80, "steel": 195, "food": 30, "goods": 150 },
    "routes_pnl": [
      { "route_id": "route_mine_factory", "revenue": 340, "cost": 120, "profit": 220, "cargo_delivered": 45, "trips_completed": 3 }
    ],
    "r_efficiency": 0.85,
    "abundance_index": 7.24,
    "inflation_rate": 0.002,
    "supply_demand_ratios": { "coal": 1.2, "iron": 1.0, "steel": 0.8, "food": 1.1, "goods": 0.9 },
    "city_stats": {
      "city_01": { "population": 850, "growth_rate": 0.003, "satisfaction": 0.72 }
    }
  },
  "routes": [
    {
      "vehicle_id": "550e8400-e29b-41d4-a716-446655440000",
      "path": ["mine_station", "factory_station"],
      "status": "active",
      "progress": 0.35
    },
    {
      "vehicle_id": "660e8400-e29b-41d4-a716-446655440001",
      "path": ["mine_station", "factory_station", "city_station"],
      "status": "deadlocked",
      "progress": 0.12,
      "waiting_since_tick": 85
    }
  ],
  "meta": {
    "tick_duration_ms": 3.42,
    "layer_timing": { "l0_core": 2.1, "l1_economy": 0.8, "l2_routing": 0.52 }
  }
}
