36 lines
1 KiB
JSON
36 lines
1 KiB
JSON
|
|
{
|
||
|
|
"id": 5,
|
||
|
|
"name": "Le Labyrinthe",
|
||
|
|
"description": "Un couloir etroit serpente a travers les murs. Seuls les cavaliers peuvent prendre des raccourcis.",
|
||
|
|
"width": 8,
|
||
|
|
"height": 6,
|
||
|
|
"productions": [
|
||
|
|
{ "col": 0, "row": 0, "name": "Scierie", "cargo": "wood" },
|
||
|
|
{ "col": 0, "row": 5, "name": "Carriere", "cargo": "stone" }
|
||
|
|
],
|
||
|
|
"demands": [
|
||
|
|
{ "col": 7, "row": 5, "name": "Depot Royal", "cargo": "wood", "amount": 3, "deadline": 50 },
|
||
|
|
{ "col": 7, "row": 0, "name": "Forge", "cargo": "stone", "amount": 3, "deadline": 50 }
|
||
|
|
],
|
||
|
|
"walls": [
|
||
|
|
{ "col": 2, "row": 0 },
|
||
|
|
{ "col": 2, "row": 1 },
|
||
|
|
{ "col": 2, "row": 2 },
|
||
|
|
{ "col": 2, "row": 3 },
|
||
|
|
{ "col": 4, "row": 2 },
|
||
|
|
{ "col": 4, "row": 3 },
|
||
|
|
{ "col": 4, "row": 4 },
|
||
|
|
{ "col": 4, "row": 5 },
|
||
|
|
{ "col": 6, "row": 0 },
|
||
|
|
{ "col": 6, "row": 1 },
|
||
|
|
{ "col": 6, "row": 2 },
|
||
|
|
{ "col": 6, "row": 3 }
|
||
|
|
],
|
||
|
|
"stock": [
|
||
|
|
{ "kind": "pawn", "count": 10 },
|
||
|
|
{ "kind": "rook", "count": 4 },
|
||
|
|
{ "kind": "bishop", "count": 2 },
|
||
|
|
{ "kind": "knight", "count": 3 }
|
||
|
|
]
|
||
|
|
}
|