36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"id": 6,
|
||
|
|
"name": "Trois Royaumes",
|
||
|
|
"description": "Trois productions, trois demandes. Gerez un reseau complet sans interferences.",
|
||
|
|
"width": 10,
|
||
|
|
"height": 8,
|
||
|
|
"productions": [
|
||
|
|
{ "col": 0, "row": 0, "name": "Scierie", "cargo": "wood" },
|
||
|
|
{ "col": 0, "row": 7, "name": "Carriere", "cargo": "stone" },
|
||
|
|
{ "col": 9, "row": 3, "name": "Scierie Est", "cargo": "wood" }
|
||
|
|
],
|
||
|
|
"demands": [
|
||
|
|
{ "col": 9, "row": 0, "name": "Depot Royal", "cargo": "wood", "amount": 3, "deadline": 50 },
|
||
|
|
{ "col": 9, "row": 7, "name": "Forge", "cargo": "stone", "amount": 3, "deadline": 50 },
|
||
|
|
{ "col": 4, "row": 7, "name": "Chantier", "cargo": "wood", "amount": 3, "deadline": 50 }
|
||
|
|
],
|
||
|
|
"walls": [
|
||
|
|
{ "col": 3, "row": 2 },
|
||
|
|
{ "col": 3, "row": 3 },
|
||
|
|
{ "col": 3, "row": 4 },
|
||
|
|
{ "col": 3, "row": 5 },
|
||
|
|
{ "col": 6, "row": 2 },
|
||
|
|
{ "col": 6, "row": 3 },
|
||
|
|
{ "col": 6, "row": 4 },
|
||
|
|
{ "col": 6, "row": 5 },
|
||
|
|
{ "col": 4, "row": 3 },
|
||
|
|
{ "col": 5, "row": 3 }
|
||
|
|
],
|
||
|
|
"stock": [
|
||
|
|
{ "kind": "pawn", "count": 14 },
|
||
|
|
{ "kind": "rook", "count": 6 },
|
||
|
|
{ "kind": "bishop", "count": 3 },
|
||
|
|
{ "kind": "knight", "count": 4 }
|
||
|
|
]
|
||
|
|
}
|