{
  "central": {
    "parameters": {
      "resource_gain": [
        6.0,
        7.0
      ],
      "conversion_cost": [
        3.0,
        3.0
      ],
      "outside_opportunity": [
        4.0,
        5.0
      ],
      "verifiable_forfeiture": [
        1.0,
        1.0
      ],
      "damage_to_other": [
        4.0,
        4.0
      ],
      "mutual_escalation": 2.0
    },
    "margins": [
      2.0,
      2.0
    ],
    "pure_nash": [
      [
        0,
        0
      ]
    ]
  },
  "profitable_breach": {
    "parameters": {
      "resource_gain": [
        14.0,
        7.0
      ],
      "conversion_cost": [
        3.0,
        3.0
      ],
      "outside_opportunity": [
        4.0,
        5.0
      ],
      "verifiable_forfeiture": [
        1.0,
        1.0
      ],
      "damage_to_other": [
        4.0,
        4.0
      ],
      "mutual_escalation": 2.0
    },
    "margins": [
      -6.0,
      2.0
    ],
    "pure_nash": [
      [
        1,
        0
      ]
    ]
  }
}
