18 lines
419 B
JSON
18 lines
419 B
JSON
|
|
{
|
||
|
|
"id": 1,
|
||
|
|
"name": "Premier Convoi",
|
||
|
|
"description": "Acheminez du bois de la scierie au depot.",
|
||
|
|
"width": 4,
|
||
|
|
"height": 4,
|
||
|
|
"productions": [
|
||
|
|
{ "col": 0, "row": 0, "name": "Scierie", "cargo": "wood", "interval": 2 }
|
||
|
|
],
|
||
|
|
"demands": [
|
||
|
|
{ "col": 3, "row": 0, "name": "Depot Royal", "cargo": "wood", "amount": 3, "deadline": 30 }
|
||
|
|
],
|
||
|
|
"walls": [],
|
||
|
|
"stock": [
|
||
|
|
{ "kind": "rook", "count": 3 }
|
||
|
|
]
|
||
|
|
}
|