Skip to content

Map File

Briley Hooper edited this page Apr 2, 2018 · 5 revisions
{
   title: Classic Diplomacy
   width: 1000
   height: 1000
   teams: [
      {
         id: germany
         name: Germany
         adjective: German
         color: #505050
         border: x1 y1 x2 y2 ...
      }
      ...
   ]
   victoryConditions: [
      {
         type: domination
         capturePoints: 18
      }
   ]
   territories: [
      {
         id: Kie
         title: Kiel
         type: land | ocean
         border: x1 y1 x2 y2 ...
         coasts: [
            {
               name: Coast
               path: x1 y1 x2 y2 ...
               spawnCoord: [x, y]
            }
         ]
         canal: x1 y1 x2 y2 ...
         isSupply: true
         spawnCoord: [x, y]
         labelCoord: [x, y]
      }
   ]
}
Clone this wiki locally