- Pion (Pawn): orthogonal range 1, social status 1 (lowest), green color - All existing levels get surplus stock including pawns for player choice - Level 4 "Le Carrefour": 8x8, dual cargo diagonal routes, center wall block - Level 5 "Le Labyrinthe": 8x6, wall corridors, knights essential for shortcuts - Level 6 "Trois Royaumes": 10x8, 3 productions + 3 demands, full network puzzle - Production interval concept removed (all produce every turn) - GDD updated with Pion section and 6 level descriptions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
582 B
JSON
20 lines
582 B
JSON
{
|
|
"id": 2,
|
|
"name": "Deux Clients",
|
|
"description": "Fournissez deux destinations depuis une seule scierie.",
|
|
"width": 6,
|
|
"height": 6,
|
|
"productions": [
|
|
{ "col": 0, "row": 0, "name": "Scierie", "cargo": "wood" }
|
|
],
|
|
"demands": [
|
|
{ "col": 5, "row": 0, "name": "Depot Royal", "cargo": "wood", "amount": 2, "deadline": 30 },
|
|
{ "col": 5, "row": 4, "name": "Caserne", "cargo": "wood", "amount": 2, "deadline": 30 }
|
|
],
|
|
"walls": [],
|
|
"stock": [
|
|
{ "kind": "pawn", "count": 6 },
|
|
{ "kind": "rook", "count": 4 },
|
|
{ "kind": "bishop", "count": 1 }
|
|
]
|
|
}
|