{
  "id": "come-come",
  "modes": [
    {
      "id": "ffa",
      "name": "Free-for-all",
      "kind": "ffa",
      "minPlayers": 1,
      "maxPlayers": 4
    },
    {
      "id": "coop",
      "name": "Co-op",
      "kind": "coop",
      "minPlayers": 1,
      "maxPlayers": 4,
      "teams": [
        {
          "id": "crew",
          "name": "Crew",
          "color": "emerald",
          "minSize": 1,
          "maxSize": 4
        }
      ]
    },
    {
      "id": "teamvs",
      "name": "Team VS",
      "kind": "teamVs",
      "minPlayers": 4,
      "maxPlayers": 8,
      "teams": [
        {
          "id": "red",
          "name": "Red",
          "color": "rose",
          "minSize": 1,
          "maxSize": 4
        },
        {
          "id": "gold",
          "name": "Gold",
          "color": "amber",
          "minSize": 1,
          "maxSize": 4
        }
      ]
    }
  ],
  "maps": [
    {
      "id": "Yellow",
      "name": "Yellow",
      "preview": "maps/yellow.webp"
    },
    {
      "id": "Green",
      "name": "Green",
      "preview": "maps/green.webp"
    },
    {
      "id": "Blue",
      "name": "Blue",
      "preview": "maps/blue.webp"
    },
    {
      "id": "Red",
      "name": "Red",
      "preview": "maps/red.webp"
    },
    {
      "id": "White",
      "name": "White",
      "preview": "maps/white.webp"
    },
    {
      "id": "Black",
      "name": "Black",
      "preview": "maps/black.webp"
    },
    {
      "id": "All",
      "name": "All",
      "preview": "maps/all.webp"
    }
  ],
  "version": "1.0.29"
}
