{
  "name": "TWO CAPITALS - abstract theatre, no real force represented",
  "note": "A game is a pure function of (scenario bytes, fogwar/1.0, seed, blue move log). Edit freely; the hash of these bytes is the scenario's identity.",
  "regions": [
    {
      "id": "N1",
      "name": "North Capital",
      "adj": [
        "N2",
        "N3"
      ],
      "defense": 1.4,
      "value": 3
    },
    {
      "id": "N2",
      "name": "North Coast",
      "adj": [
        "N1",
        "N3",
        "C1"
      ],
      "defense": 1.1,
      "value": 2
    },
    {
      "id": "N3",
      "name": "North Hills",
      "adj": [
        "N1",
        "N2",
        "C2"
      ],
      "defense": 1.3,
      "value": 1
    },
    {
      "id": "C1",
      "name": "West Plain",
      "adj": [
        "N2",
        "C2",
        "C3",
        "S2"
      ],
      "defense": 1.0,
      "value": 2
    },
    {
      "id": "C2",
      "name": "Central Ridge",
      "adj": [
        "N3",
        "C1",
        "C3",
        "C4"
      ],
      "defense": 1.3,
      "value": 2
    },
    {
      "id": "C3",
      "name": "River Crossing",
      "adj": [
        "C1",
        "C2",
        "C4",
        "S1",
        "S2"
      ],
      "defense": 1.0,
      "value": 3
    },
    {
      "id": "C4",
      "name": "East Marsh",
      "adj": [
        "C2",
        "C3",
        "S3"
      ],
      "defense": 1.2,
      "value": 1
    },
    {
      "id": "S1",
      "name": "South Capital",
      "adj": [
        "C3",
        "S2",
        "S3"
      ],
      "defense": 1.4,
      "value": 3
    },
    {
      "id": "S2",
      "name": "South Coast",
      "adj": [
        "C1",
        "C3",
        "S1"
      ],
      "defense": 1.1,
      "value": 2
    },
    {
      "id": "S3",
      "name": "South Hills",
      "adj": [
        "C4",
        "S1"
      ],
      "defense": 1.3,
      "value": 1
    }
  ],
  "blue": {
    "capital": "N1",
    "strengths": {
      "N1": 60,
      "N2": 40,
      "N3": 30
    }
  },
  "red": {
    "capital": "S1",
    "strengths": {
      "S1": 60,
      "S2": 40,
      "S3": 30
    }
  },
  "parameters": {
    "turns": 10,
    "max_orders": 3,
    "combat_ticks": 6,
    "dt": 0.12,
    "shock": 0.3,
    "break_fraction": 0.4,
    "eff_blue": 1.0,
    "eff_red": 1.0,
    "reinforce_rate": 1.0,
    "scout_reveals_turns": 1
  }
}
