Dame (Queen): - Moves 1-2 cells in all 8 directions (orthogonal + diagonal) - Social status 7 (highest — priority over all other pieces) - Deep burgundy color, letter "D" - Rare and powerful, forces strategic placement choices Levels: - Level 7 "La Dame Blanche": 10x10, walled arena with central fortress, 1 queen available as a logistics superweapon - Level 8 "Le Grand Reseau": 12x10, 4 productions + 4 demands, two vertical wall corridors, 2 queens, full network challenge GDD updated with Dame section and status hierarchy. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
33 lines
1.5 KiB
JSON
33 lines
1.5 KiB
JSON
{
|
|
"id": 8,
|
|
"name": "Le Grand Reseau",
|
|
"description": "Quatre productions, quatre demandes. Construisez un reseau logistique complet a travers un terrain hostile.",
|
|
"width": 12,
|
|
"height": 10,
|
|
"productions": [
|
|
{ "col": 0, "row": 0, "name": "Scierie Ouest", "cargo": "wood" },
|
|
{ "col": 11, "row": 0, "name": "Carriere Sud", "cargo": "stone" },
|
|
{ "col": 0, "row": 9, "name": "Scierie Nord", "cargo": "wood" },
|
|
{ "col": 11, "row": 9, "name": "Carriere Nord", "cargo": "stone" }
|
|
],
|
|
"demands": [
|
|
{ "col": 5, "row": 0, "name": "Depot Sud", "cargo": "wood", "amount": 3, "deadline": 60 },
|
|
{ "col": 6, "row": 9, "name": "Depot Nord", "cargo": "stone", "amount": 3, "deadline": 60 },
|
|
{ "col": 5, "row": 5, "name": "Forge Centrale", "cargo": "stone", "amount": 4, "deadline": 60 },
|
|
{ "col": 6, "row": 4, "name": "Chantier Central", "cargo": "wood", "amount": 4, "deadline": 60 }
|
|
],
|
|
"walls": [
|
|
{ "col": 3, "row": 2 }, { "col": 3, "row": 3 }, { "col": 3, "row": 4 },
|
|
{ "col": 3, "row": 5 }, { "col": 3, "row": 6 }, { "col": 3, "row": 7 },
|
|
{ "col": 8, "row": 2 }, { "col": 8, "row": 3 }, { "col": 8, "row": 4 },
|
|
{ "col": 8, "row": 5 }, { "col": 8, "row": 6 }, { "col": 8, "row": 7 },
|
|
{ "col": 4, "row": 4 }, { "col": 7, "row": 5 }
|
|
],
|
|
"stock": [
|
|
{ "kind": "pawn", "count": 16 },
|
|
{ "kind": "rook", "count": 6 },
|
|
{ "kind": "bishop", "count": 3 },
|
|
{ "kind": "knight", "count": 4 },
|
|
{ "kind": "queen", "count": 2 }
|
|
]
|
|
}
|