2026-04-10 14:58:03 +02:00
|
|
|
{
|
|
|
|
|
"id": 1,
|
|
|
|
|
"name": "Premier Convoi",
|
|
|
|
|
"description": "Acheminez du bois de la scierie au depot.",
|
|
|
|
|
"width": 4,
|
|
|
|
|
"height": 4,
|
|
|
|
|
"productions": [
|
2026-04-10 22:52:07 +02:00
|
|
|
{ "col": 0, "row": 0, "name": "Scierie", "cargo": "wood" }
|
2026-04-10 14:58:03 +02:00
|
|
|
],
|
|
|
|
|
"demands": [
|
2026-04-10 22:52:07 +02:00
|
|
|
{ "col": 3, "row": 0, "name": "Depot Royal", "cargo": "wood", "amount": 3, "deadline": 30 }
|
2026-04-10 14:58:03 +02:00
|
|
|
],
|
|
|
|
|
"walls": [],
|
|
|
|
|
"stock": [
|
2026-04-10 22:52:07 +02:00
|
|
|
{ "kind": "pawn", "count": 4 },
|
|
|
|
|
{ "kind": "rook", "count": 2 }
|
2026-04-10 14:58:03 +02:00
|
|
|
]
|
|
|
|
|
}
|