From 2a8d055da3a150161cd7b7bd355751bd2176cde8 Mon Sep 17 00:00:00 2001 From: alexandrev-tibco Date: Fri, 29 May 2026 07:18:58 +0200 Subject: [PATCH] Fix Close label translation and replace liga with campeonato in clues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix feedback color label: Close → Cerca/Proche/Nah/Vicino/Perto in all non-English locales (was using the verb "to close" instead of "near/close") - Replace "liga/ligas" with "campeonato/campeonatos" in all ES translations that refer to league titles, to avoid confusion with the competition name LaLiga - Add new player fields (ballonDOr, goldenBoot, worldCupWinner, copaAmericaWinner, eurocupWinner) and rework clue generation with difficulty-aware mixing (easy=all direct, medium=2 direct+2 harder, hard=1 direct+2 medium+comparisons) - Add new clue types: club, trophy (World Cup/Euro/Copa), award (Ballon d'Or/Golden Boot), with full i18n support in 6 languages Co-Authored-By: Claude Sonnet 4.6 --- data/players.json | 275 +- data/puzzles.json | 7690 +++++++++++++++++----------------- lib/i18n.ts | 141 +- scripts/generate-puzzles.mjs | 383 +- scripts/validate-puzzles.mjs | 5 +- 5 files changed, 4424 insertions(+), 4070 deletions(-) diff --git a/data/players.json b/data/players.json index 341f531..dc66a08 100644 --- a/data/players.json +++ b/data/players.json @@ -7,9 +7,14 @@ "club": "Liverpool", "league": "Premier League", "formerClubs": ["Internacional", "Roma"], - "championsLeagueTitles": 0, + "championsLeagueTitles": 1, "leagueTitles": 2, - "leagueTitleCountries": ["Brazil", "England"] + "leagueTitleCountries": ["Brazil", "England"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "courtois", @@ -21,7 +26,12 @@ "formerClubs": ["Genk", "Atletico Madrid", "Chelsea"], "championsLeagueTitles": 2, "leagueTitles": 4, - "leagueTitleCountries": ["Spain", "England"] + "leagueTitleCountries": ["Spain", "England"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "donnarumma", @@ -33,7 +43,12 @@ "formerClubs": ["AC Milan", "Paris Saint-Germain"], "championsLeagueTitles": 0, "leagueTitles": 2, - "leagueTitleCountries": ["France"] + "leagueTitleCountries": ["France"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": true }, { "id": "ederson", @@ -45,7 +60,12 @@ "formerClubs": ["Rio Ave", "Benfica"], "championsLeagueTitles": 1, "leagueTitles": 7, - "leagueTitleCountries": ["Portugal", "England"] + "leagueTitleCountries": ["Portugal", "England"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "mamardashvili", @@ -57,7 +77,12 @@ "formerClubs": ["Dinamo Tbilisi", "Valencia"], "championsLeagueTitles": 0, "leagueTitles": 0, - "leagueTitleCountries": [] + "leagueTitleCountries": [], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "trubin", @@ -69,7 +94,12 @@ "formerClubs": ["Shakhtar Donetsk"], "championsLeagueTitles": 0, "leagueTitles": 2, - "leagueTitleCountries": ["Ukraine", "Portugal"] + "leagueTitleCountries": ["Ukraine", "Portugal"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "van-dijk", @@ -81,7 +111,12 @@ "formerClubs": ["Groningen", "Celtic", "Southampton"], "championsLeagueTitles": 1, "leagueTitles": 2, - "leagueTitleCountries": ["Scotland", "England"] + "leagueTitleCountries": ["Scotland", "England"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "dias", @@ -93,7 +128,12 @@ "formerClubs": ["Benfica"], "championsLeagueTitles": 1, "leagueTitles": 5, - "leagueTitleCountries": ["Portugal", "England"] + "leagueTitleCountries": ["Portugal", "England"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "rudiger", @@ -105,7 +145,12 @@ "formerClubs": ["Stuttgart", "Roma", "Chelsea"], "championsLeagueTitles": 2, "leagueTitles": 1, - "leagueTitleCountries": ["Spain"] + "leagueTitleCountries": ["Spain"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "saliba", @@ -117,7 +162,12 @@ "formerClubs": ["Saint-Etienne", "Nice", "Marseille"], "championsLeagueTitles": 0, "leagueTitles": 0, - "leagueTitleCountries": [] + "leagueTitleCountries": [], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "pavard", @@ -129,7 +179,12 @@ "formerClubs": ["Lille", "Stuttgart", "Bayern Munich"], "championsLeagueTitles": 1, "leagueTitles": 4, - "leagueTitleCountries": ["Germany", "Italy"] + "leagueTitleCountries": ["Germany", "Italy"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": true, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "grimaldo", @@ -141,7 +196,12 @@ "formerClubs": ["Barcelona B", "Benfica"], "championsLeagueTitles": 0, "leagueTitles": 5, - "leagueTitleCountries": ["Portugal", "Germany"] + "leagueTitleCountries": ["Portugal", "Germany"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": true }, { "id": "bastoni", @@ -153,7 +213,12 @@ "formerClubs": ["Atalanta", "Parma"], "championsLeagueTitles": 0, "leagueTitles": 2, - "leagueTitleCountries": ["Italy"] + "leagueTitleCountries": ["Italy"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": true }, { "id": "calafiori", @@ -165,7 +230,12 @@ "formerClubs": ["Roma", "Basel", "Bologna"], "championsLeagueTitles": 0, "leagueTitles": 1, - "leagueTitleCountries": ["Switzerland"] + "leagueTitleCountries": ["Switzerland"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "rodri", @@ -177,7 +247,12 @@ "formerClubs": ["Villarreal", "Atletico Madrid"], "championsLeagueTitles": 1, "leagueTitles": 5, - "leagueTitleCountries": ["England", "Spain"] + "leagueTitleCountries": ["England", "Spain"], + "ballonDOr": 1, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": true }, { "id": "bellingham", @@ -189,7 +264,12 @@ "formerClubs": ["Birmingham City", "Borussia Dortmund"], "championsLeagueTitles": 1, "leagueTitles": 1, - "leagueTitleCountries": ["Spain"] + "leagueTitleCountries": ["Spain"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "modric", @@ -201,7 +281,12 @@ "formerClubs": ["Dinamo Zagreb", "Tottenham Hotspur", "Real Madrid"], "championsLeagueTitles": 6, "leagueTitles": 6, - "leagueTitleCountries": ["Croatia", "Spain"] + "leagueTitleCountries": ["Croatia", "Spain"], + "ballonDOr": 1, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "odegaard", @@ -213,7 +298,12 @@ "formerClubs": ["Stromsgodset", "Real Madrid", "Real Sociedad"], "championsLeagueTitles": 0, "leagueTitles": 1, - "leagueTitleCountries": ["Netherlands"] + "leagueTitleCountries": ["Netherlands"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "de-bruyne", @@ -225,7 +315,12 @@ "formerClubs": ["Genk", "Chelsea", "Werder Bremen", "Wolfsburg", "Manchester City"], "championsLeagueTitles": 1, "leagueTitles": 7, - "leagueTitleCountries": ["Belgium", "England"] + "leagueTitleCountries": ["Belgium", "England"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "szoboszlai", @@ -237,7 +332,12 @@ "formerClubs": ["FC Liefering", "Red Bull Salzburg", "RB Leipzig"], "championsLeagueTitles": 0, "leagueTitles": 6, - "leagueTitleCountries": ["Austria", "Germany", "England"] + "leagueTitleCountries": ["Austria", "Germany", "England"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "fabian-ruiz", @@ -249,7 +349,12 @@ "formerClubs": ["Real Betis", "Napoli"], "championsLeagueTitles": 0, "leagueTitles": 2, - "leagueTitleCountries": ["Italy", "France"] + "leagueTitleCountries": ["Italy", "France"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": true }, { "id": "vitinha", @@ -261,7 +366,12 @@ "formerClubs": ["Porto", "Wolverhampton Wanderers"], "championsLeagueTitles": 0, "leagueTitles": 3, - "leagueTitleCountries": ["Portugal", "France"] + "leagueTitleCountries": ["Portugal", "France"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "joao-neves", @@ -273,7 +383,12 @@ "formerClubs": ["Benfica"], "championsLeagueTitles": 0, "leagueTitles": 1, - "leagueTitleCountries": ["France"] + "leagueTitleCountries": ["France"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "saka", @@ -285,7 +400,12 @@ "formerClubs": [], "championsLeagueTitles": 0, "leagueTitles": 0, - "leagueTitleCountries": [] + "leagueTitleCountries": [], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "vinicius", @@ -297,7 +417,12 @@ "formerClubs": ["Flamengo"], "championsLeagueTitles": 2, "leagueTitles": 3, - "leagueTitleCountries": ["Spain"] + "leagueTitleCountries": ["Spain"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": true, + "eurocupWinner": false }, { "id": "salah", @@ -309,7 +434,12 @@ "formerClubs": ["Basel", "Chelsea", "Fiorentina", "Roma"], "championsLeagueTitles": 1, "leagueTitles": 3, - "leagueTitleCountries": ["Switzerland", "England"] + "leagueTitleCountries": ["Switzerland", "England"], + "ballonDOr": 0, + "goldenBoot": 3, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "mbappe", @@ -321,7 +451,12 @@ "formerClubs": ["Monaco", "Paris Saint-Germain"], "championsLeagueTitles": 1, "leagueTitles": 7, - "leagueTitleCountries": ["France", "Spain"] + "leagueTitleCountries": ["France", "Spain"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": true, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "coman", @@ -333,7 +468,12 @@ "formerClubs": ["Paris Saint-Germain", "Juventus"], "championsLeagueTitles": 1, "leagueTitles": 12, - "leagueTitleCountries": ["France", "Italy", "Germany"] + "leagueTitleCountries": ["France", "Italy", "Germany"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": true, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "kvaratskhelia", @@ -345,7 +485,12 @@ "formerClubs": ["Dinamo Batumi", "Rubin Kazan", "Napoli"], "championsLeagueTitles": 0, "leagueTitles": 2, - "leagueTitleCountries": ["Italy", "France"] + "leagueTitleCountries": ["Italy", "France"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "olise", @@ -357,7 +502,12 @@ "formerClubs": ["Reading", "Crystal Palace"], "championsLeagueTitles": 0, "leagueTitles": 1, - "leagueTitleCountries": ["Germany"] + "leagueTitleCountries": ["Germany"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "barcola", @@ -369,7 +519,12 @@ "formerClubs": ["Lyon"], "championsLeagueTitles": 0, "leagueTitles": 2, - "leagueTitleCountries": ["France"] + "leagueTitleCountries": ["France"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "haaland", @@ -381,7 +536,12 @@ "formerClubs": ["Molde", "Red Bull Salzburg", "Borussia Dortmund"], "championsLeagueTitles": 1, "leagueTitles": 4, - "leagueTitleCountries": ["Austria", "England"] + "leagueTitleCountries": ["Austria", "England"], + "ballonDOr": 0, + "goldenBoot": 1, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "kane", @@ -393,7 +553,12 @@ "formerClubs": ["Tottenham Hotspur", "Leicester City", "Norwich City"], "championsLeagueTitles": 0, "leagueTitles": 1, - "leagueTitleCountries": ["Germany"] + "leagueTitleCountries": ["Germany"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "lewandowski", @@ -405,7 +570,12 @@ "formerClubs": ["Lech Poznan", "Borussia Dortmund", "Bayern Munich"], "championsLeagueTitles": 1, "leagueTitles": 11, - "leagueTitleCountries": ["Poland", "Germany", "Spain"] + "leagueTitleCountries": ["Poland", "Germany", "Spain"], + "ballonDOr": 0, + "goldenBoot": 2, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "lautaro", @@ -417,7 +587,12 @@ "formerClubs": ["Racing Club"], "championsLeagueTitles": 0, "leagueTitles": 2, - "leagueTitleCountries": ["Italy"] + "leagueTitleCountries": ["Italy"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": true, + "copaAmericaWinner": true, + "eurocupWinner": false }, { "id": "morata", @@ -429,7 +604,12 @@ "formerClubs": ["Real Madrid", "Juventus", "Chelsea", "Atletico Madrid", "AC Milan"], "championsLeagueTitles": 2, "leagueTitles": 4, - "leagueTitleCountries": ["Spain", "Italy"] + "leagueTitleCountries": ["Spain", "Italy"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": true }, { "id": "jonathan-david", @@ -441,7 +621,12 @@ "formerClubs": ["Gent", "Lille"], "championsLeagueTitles": 0, "leagueTitles": 1, - "leagueTitleCountries": ["France"] + "leagueTitleCountries": ["France"], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "gyokeres", @@ -453,7 +638,12 @@ "formerClubs": ["Brommapojkarna", "Coventry City", "Sporting CP"], "championsLeagueTitles": 0, "leagueTitles": 1, - "leagueTitleCountries": ["Portugal"] + "leagueTitleCountries": ["Portugal"], + "ballonDOr": 0, + "goldenBoot": 1, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false }, { "id": "retegui", @@ -465,6 +655,11 @@ "formerClubs": ["Tigre", "Genoa"], "championsLeagueTitles": 0, "leagueTitles": 0, - "leagueTitleCountries": [] + "leagueTitleCountries": [], + "ballonDOr": 0, + "goldenBoot": 0, + "worldCupWinner": false, + "copaAmericaWinner": false, + "eurocupWinner": false } ] diff --git a/data/puzzles.json b/data/puzzles.json index 7f879e0..8c148c0 100644 --- a/data/puzzles.json +++ b/data/puzzles.json @@ -13,10 +13,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Portugal.", - "The winger plays in Ligue 1.", - "The striker is from Italy.", - "The goalkeeper has won league titles in Spain." + "The defender is from Spain.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -34,8 +34,8 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in LaLiga.", + "The defender is from Italy.", "The midfielder has won more than 5 league titles." ] }, @@ -52,12 +52,12 @@ }, "fixedPosition": "ST", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", - "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in Spain." + "The goalkeeper and defender play for the same club.", + "The winger has more Champions League titles than the midfielder.", + "The winger is from Brazil.", + "The goalkeeper plays in England.", + "The defender has won 1 Champions League title.", + "The midfielder has won more than 5 league titles." ] }, { @@ -74,9 +74,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Belgium.", - "The winger plays in LaLiga.", - "The striker is from Spain.", + "The midfielder is from Belgium.", + "The winger plays for Real Madrid.", + "The striker has won the European Championship.", "The defender has won 0 league titles." ] }, @@ -95,8 +95,8 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger and striker have won the same number of league titles.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Norway.", "The winger has won at most 2 league titles." ] }, @@ -115,10 +115,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Poland and Germany." + "The striker is from Poland.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -135,10 +135,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Serie A.", - "The striker is from England.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Portugal.", + "The midfielder plays for AC Milan.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -155,10 +155,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper has more league titles than the defender.", - "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The midfielder has won at most 2 league titles." + "The midfielder and winger play for the same club.", + "The goalkeeper plays in Premier League.", + "The midfielder is from England.", + "The winger has won more than 5 league titles." ] }, { @@ -176,10 +176,10 @@ "clues": [ "The defender and midfielder have won the same number of league titles.", "The winger has more Champions League titles than the striker.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won 0 league titles." + "The defender is from Spain.", + "The midfielder plays in England.", + "The winger has won 1 Champions League title.", + "The striker has not won a league title." ] }, { @@ -196,10 +196,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Sweden.", - "The goalkeeper has won league titles in Portugal." + "The midfielder is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -215,10 +215,10 @@ }, "fixedPosition": "MID", "clues": [ - "The defender has more league titles than the goalkeeper.", - "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", + "The goalkeeper and defender play for the same club.", + "The striker has more league titles than the winger.", "The defender plays in Premier League.", + "The goalkeeper is from Georgia.", "The winger has not won a league title." ] }, @@ -237,10 +237,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The striker has won league titles in Spain and Italy." + "The defender is from Germany.", + "The goalkeeper plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -257,9 +257,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The midfielder plays in Ligue 1.", - "The winger is from France.", + "The defender is from France.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won the World Cup.", "The goalkeeper has won 0 league titles." ] }, @@ -278,9 +278,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won at most 2 league titles." + "The striker plays in LaLiga.", + "The defender is from Italy.", + "The midfielder has won more than 5 league titles." ] }, { @@ -298,10 +298,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", + "The striker is from England.", "The midfielder plays in England.", - "The winger has won 0 league titles.", - "The striker comes from Europe." + "The winger has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -318,10 +318,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from Norway.", - "The goalkeeper has won 2 league titles." + "The defender is from Germany.", + "The winger plays for Liverpool.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -339,9 +339,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The defender plays in Serie A.", - "The midfielder has won at most 2 league titles." + "The midfielder is from Norway.", + "The striker has not won a league title." ] }, { @@ -359,10 +359,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in Italy.", - "The winger has won league titles in Italy and France." + "The midfielder is from Croatia.", + "The defender plays in Italy.", + "The winger has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -379,10 +379,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Canada.", - "The defender has won 2 league titles." + "The midfielder is from England.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -398,10 +398,10 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper has more league titles than the midfielder.", - "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from South America.", - "The midfielder plays in LaLiga.", + "The goalkeeper and midfielder have won the same number of Champions League titles.", + "The striker has more league titles than the winger.", + "The goalkeeper plays in Premier League.", + "The midfielder is from England.", "The winger has won between 3 and 5 league titles." ] }, @@ -418,12 +418,12 @@ }, "fixedPosition": "MID", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The winger plays in Spain.", - "The striker has won league titles in Italy." + "The defender has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -440,10 +440,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Ligue 1.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The defender is from Spain.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -461,8 +461,8 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", "The midfielder has won between 3 and 5 league titles." ] }, @@ -481,10 +481,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The striker has more league titles than the winger.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Austria and England." + "The winger is from Brazil.", + "The striker plays in England.", + "The defender has won 1 Champions League title.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -501,10 +501,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in LaLiga.", - "The midfielder has won 2 league titles.", - "The winger plays in Premier League.", - "The striker is from Italy.", - "The goalkeeper has won league titles in Spain." + "The midfielder is from Spain.", + "The winger plays for Liverpool.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -522,9 +522,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The winger plays in Bundesliga." + "The goalkeeper plays in LaLiga.", + "The defender is from Spain.", + "The winger has won more than 5 league titles." ] }, { @@ -542,10 +542,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", + "The goalkeeper is from Belgium.", "The midfielder plays in Italy.", - "The striker has won league titles in France." + "The defender has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -562,10 +562,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Serie A.", - "The winger is from England.", - "The goalkeeper has won 2 league titles." + "The defender is from Portugal.", + "The midfielder plays for Napoli.", + "The winger has won 0 league titles.", + "The winger plays in Premier League." ] }, { @@ -581,11 +581,11 @@ }, "fixedPosition": "GK", "clues": [ - "The defender and midfielder have won the same number of Champions League titles.", + "The defender and midfielder play for the same club.", "The winger has more league titles than the striker.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won between 3 and 5 league titles." + "The winger plays in Premier League.", + "The defender is from France.", + "The midfielder has won at most 2 league titles." ] }, { @@ -603,10 +603,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in France.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Poland and Germany." + "The midfielder is from Croatia.", + "The striker plays in Spain.", + "The goalkeeper has won 0 Champions League titles.", + "The winger has won more than 5 league titles." ] }, { @@ -623,10 +623,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from England.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -644,9 +644,9 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The striker has more league titles than the midfielder.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The midfielder has won at most 2 league titles." + "The goalkeeper plays in Premier League.", + "The midfielder is from England.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -664,10 +664,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in Spain." + "The goalkeeper is from Brazil.", + "The winger plays in Spain.", + "The defender has won 0 Champions League titles.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -684,10 +684,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Sweden.", - "The defender has won league titles in Germany." + "The midfielder is from Portugal.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -705,8 +705,8 @@ "clues": [ "The goalkeeper has more league titles than the midfielder.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from South America.", - "The midfielder plays in Ligue 1.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Portugal.", "The winger has won at most 2 league titles." ] }, @@ -723,12 +723,12 @@ }, "fixedPosition": "MID", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", - "The striker has more league titles than the winger.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Spain and Italy." + "The goalkeeper and defender play for the same club.", + "The striker has more Champions League titles than the winger.", + "The defender is from Netherlands.", + "The goalkeeper plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -745,9 +745,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Ligue 1.", - "The striker is from Argentina.", + "The defender is from Germany.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won the World Cup.", "The goalkeeper has won 0 league titles." ] }, @@ -766,9 +766,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in Premier League." + "The winger plays in LaLiga.", + "The goalkeeper is from Georgia.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -786,10 +786,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won league titles in Italy.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Germany." + "The midfielder is from Belgium.", + "The striker plays in Germany.", + "The defender has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -806,10 +806,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The midfielder has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Norway.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Norway.", + "The winger plays for Paris Saint-Germain.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -827,9 +827,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The defender plays in LaLiga.", - "The winger has not won a league title." + "The winger is from England.", + "The striker has not won a league title." ] }, { @@ -847,10 +847,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in Italy.", - "The striker has won league titles in Portugal." + "The midfielder is from Croatia.", + "The defender plays in Italy.", + "The striker has won the European Golden Boot.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -867,9 +867,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 2 league titles.", - "The midfielder plays in LaLiga.", - "The winger is from France.", + "The defender is from Italy.", + "The midfielder plays for Real Madrid.", + "The winger has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -888,8 +888,8 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", + "The defender plays in Premier League.", + "The midfielder is from Spain.", "The winger has won at most 2 league titles." ] }, @@ -906,12 +906,12 @@ }, "fixedPosition": "DEF", "clues": [ - "The midfielder has more Champions League titles than the goalkeeper.", + "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Italy." + "The goalkeeper is from Brazil.", + "The midfielder plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -928,10 +928,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The winger plays in Premier League.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The winger plays for Liverpool.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -947,11 +947,11 @@ }, "fixedPosition": "WING", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", - "The midfielder has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in Bundesliga.", - "The midfielder has won between 3 and 5 league titles." + "The defender has more league titles than the goalkeeper.", + "The midfielder and striker have won the same number of Champions League titles.", + "The goalkeeper plays in Premier League.", + "The striker is from England.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -969,10 +969,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The goalkeeper has won league titles in Brazil and England." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -989,10 +989,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Austria.", - "The winger plays in Ligue 1.", - "The striker is from Italy.", - "The defender has won league titles in Portugal." + "The midfielder is from Hungary.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -1010,9 +1010,9 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in LaLiga." + "The goalkeeper plays in LaLiga.", + "The winger is from Brazil.", + "The midfielder has won more than 5 league titles." ] }, { @@ -1030,10 +1030,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", + "The goalkeeper is from Belgium.", "The winger plays in Spain.", - "The striker has won league titles in France." + "The defender has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -1050,9 +1050,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 1 league title.", - "The midfielder plays in Premier League.", - "The striker is from Spain.", + "The defender is from Italy.", + "The midfielder plays for Arsenal.", + "The striker has won the European Championship.", "The goalkeeper has won league titles in Spain." ] }, @@ -1069,11 +1069,11 @@ }, "fixedPosition": "ST", "clues": [ - "The defender has more league titles than the goalkeeper.", + "The goalkeeper and defender play for the same club.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The midfielder plays in Serie A.", + "The goalkeeper is from Italy.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -1091,10 +1091,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The striker has more league titles than the winger.", - "The defender has won 0 league titles.", - "The midfielder comes from Europe.", + "The midfielder is from Croatia.", "The winger plays in Spain.", - "The striker has won league titles in Poland and Germany." + "The striker has won 2 European Golden Boots.", + "The defender has not won a league title." ] }, { @@ -1111,10 +1111,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from England.", - "The goalkeeper has won 2 league titles." + "The midfielder is from England.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -1132,9 +1132,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The winger has won at most 2 league titles." + "The striker plays in Premier League.", + "The goalkeeper is from Italy.", + "The defender has won at most 2 league titles." ] }, { @@ -1152,10 +1152,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper and midfielder were once teammates at Benfica.", - "The defender comes from Europe.", - "The striker plays in Italy.", - "The goalkeeper has won league titles in Portugal and England." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -1172,10 +1172,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Ligue 1.", - "The winger is from England.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Germany.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won 0 league titles.", + "The winger plays in Premier League." ] }, { @@ -1193,9 +1193,9 @@ "clues": [ "The defender has more league titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Germany.", - "The midfielder comes from Europe.", - "The winger plays in Premier League." + "The winger plays in Premier League.", + "The defender is from France.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -1213,10 +1213,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the midfielder.", "The winger and striker were once teammates at Juventus.", - "The goalkeeper has more league titles than the midfielder.", - "The winger comes from Europe.", - "The striker plays outside the top five leagues.", - "The goalkeeper has won league titles in Portugal and England." + "The goalkeeper is from Brazil.", + "The midfielder plays in France.", + "The winger has won 1 Champions League title.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -1233,9 +1233,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The winger plays in Bundesliga.", - "The striker is from Argentina.", + "The defender is from Netherlands.", + "The winger plays for Bayern Munich.", + "The striker has won the World Cup.", "The goalkeeper has won 0 league titles." ] }, @@ -1254,9 +1254,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in Premier League." + "The defender plays in LaLiga.", + "The striker is from Poland.", + "The goalkeeper has not won a league title." ] }, { @@ -1274,10 +1274,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder and winger were once teammates at Chelsea.", - "The defender has more league titles than the goalkeeper.", - "The midfielder comes from Europe.", + "The midfielder is from Belgium.", "The winger plays in England.", - "The goalkeeper has won 0 league titles." + "The goalkeeper has won 0 Champions League titles.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -1294,10 +1294,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Norway.", - "The defender has won 2 league titles." + "The midfielder is from Norway.", + "The winger plays for Bayern Munich.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -1315,9 +1315,9 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The midfielder plays in Serie A.", - "The winger has won at most 2 league titles." + "The winger is from Georgia.", + "The striker has not won a league title." ] }, { @@ -1335,10 +1335,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", + "The defender is from Germany.", "The winger plays in France.", - "The striker has won league titles in Portugal." + "The striker has won the European Golden Boot.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -1355,10 +1355,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won league titles in Germany.", - "The midfielder plays in LaLiga.", - "The striker is from Canada.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -1376,8 +1376,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", + "The winger plays in LaLiga.", + "The defender is from Italy.", "The midfielder has won between 3 and 5 league titles." ] }, @@ -1396,10 +1396,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger and striker have won the same number of league titles.", - "The defender comes from Europe.", + "The defender is from Italy.", "The midfielder plays in France.", - "The winger has won league titles in Italy and France.", - "The striker comes from South America." + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -1416,10 +1416,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Portugal.", - "The winger plays in Ligue 1.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Portugal.", + "The winger plays for Paris Saint-Germain.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -1435,11 +1435,11 @@ }, "fixedPosition": "MID", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more league titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The winger has won between 3 and 5 league titles." + "The goalkeeper plays in Premier League.", + "The winger is from Brazil.", + "The striker has won at most 2 league titles." ] }, { @@ -1455,12 +1455,12 @@ }, "fixedPosition": "WING", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more Champions League titles than the defender.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The striker has won league titles in Austria and England." + "The goalkeeper is from Brazil.", + "The striker plays in England.", + "The defender has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -1477,9 +1477,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Premier League.", - "The winger is from France.", + "The defender is from Italy.", + "The midfielder plays for Liverpool.", + "The winger has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -1498,8 +1498,8 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger and striker have won the same number of league titles.", - "The defender comes from Europe.", "The midfielder plays in Serie A.", + "The defender is from Portugal.", "The winger has won at most 2 league titles." ] }, @@ -1518,10 +1518,10 @@ "clues": [ "The goalkeeper and midfielder were once teammates at Genk.", "The winger and striker have won the same number of Champions League titles.", - "The midfielder has more league titles than the goalkeeper.", - "The winger comes from Europe.", - "The striker plays in Italy.", - "The goalkeeper has won league titles in Spain and England." + "The goalkeeper is from Belgium.", + "The midfielder plays in Italy.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -1538,9 +1538,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Portugal.", - "The winger plays in Premier League.", - "The striker is from Spain.", + "The defender is from Spain.", + "The winger plays for Liverpool.", + "The striker has won the European Championship.", "The goalkeeper has won league titles in Spain." ] }, @@ -1559,9 +1559,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The goalkeeper plays in LaLiga.", + "The midfielder is from Croatia.", + "The defender has won at most 2 league titles." ] }, { @@ -1577,12 +1577,12 @@ }, "fixedPosition": "ST", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", + "The goalkeeper and defender play for the same club.", "The midfielder and winger have won the same number of league titles.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in Spain.", - "The winger has won league titles in Germany." + "The midfielder is from England.", + "The goalkeeper plays in England.", + "The defender has won 1 Champions League title.", + "The winger has won at most 2 league titles." ] }, { @@ -1599,10 +1599,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from England.", - "The defender has won 0 league titles." + "The midfielder is from England.", + "The winger plays for Arsenal.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -1618,11 +1618,11 @@ }, "fixedPosition": "DEF", "clues": [ - "The midfielder has more league titles than the goalkeeper.", - "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won between 3 and 5 league titles." + "The goalkeeper and midfielder play for the same club.", + "The striker has more league titles than the winger.", + "The winger plays in Premier League.", + "The striker is from Norway.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -1640,10 +1640,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper and winger were once teammates at Paris Saint-Germain.", - "The defender comes from Europe.", - "The striker plays in Italy.", - "The goalkeeper has won league titles in France." + "The winger is from France.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -1660,10 +1660,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Ligue 1.", - "The striker is from Sweden.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Netherlands.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -1680,9 +1680,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper has more league titles than the defender.", - "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from South America.", - "The defender plays in LaLiga.", + "The midfielder and winger play for the same club.", + "The goalkeeper plays in Premier League.", + "The defender is from Germany.", "The midfielder has won at most 2 league titles." ] }, @@ -1701,10 +1701,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The striker has more league titles than the winger.", - "The defender has won league titles in Germany.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Spain and Italy." + "The winger is from Brazil.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -1721,9 +1721,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Austria.", - "The winger plays in LaLiga.", - "The striker is from Argentina.", + "The midfielder is from Hungary.", + "The winger plays for Real Madrid.", + "The striker has won the World Cup.", "The goalkeeper has won league titles in Portugal." ] }, @@ -1740,11 +1740,11 @@ }, "fixedPosition": "MID", "clues": [ - "The defender has more league titles than the goalkeeper.", + "The goalkeeper and defender play for the same club.", "The striker has more league titles than the winger.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The winger plays in Ligue 1." + "The defender plays in Premier League.", + "The striker is from Poland.", + "The goalkeeper has not won a league title." ] }, { @@ -1762,10 +1762,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder and striker have won the same number of league titles.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The striker has won league titles in Germany." + "The defender is from Germany.", + "The striker plays in Germany.", + "The goalkeeper has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -1782,9 +1782,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The midfielder plays in Premier League.", - "The winger is from Brazil.", + "The defender is from France.", + "The midfielder plays for Arsenal.", + "The winger has won the Copa América.", "The goalkeeper has won 0 league titles." ] }, @@ -1803,9 +1803,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won league titles in Italy.", - "The midfielder comes from Europe.", - "The winger plays in Premier League." + "The midfielder plays in Serie A.", + "The winger is from Egypt.", + "The defender has won at most 2 league titles." ] }, { @@ -1823,10 +1823,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The midfielder comes from Europe.", + "The midfielder is from England.", "The winger plays in Germany.", - "The striker has won league titles in Portugal." + "The striker has won the European Golden Boot.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -1843,10 +1843,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Canada.", - "The goalkeeper has won 2 league titles." + "The defender is from Germany.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -1864,9 +1864,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and striker were once teammates at Atletico Madrid.", - "The goalkeeper comes from Europe.", "The defender plays in Serie A.", - "The midfielder has won between 3 and 5 league titles." + "The midfielder is from Spain.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -1884,10 +1884,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The winger has won league titles in Switzerland and England." + "The winger is from Egypt.", + "The defender plays in Germany.", + "The midfielder has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -1904,10 +1904,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Portugal.", - "The winger plays in Bundesliga.", - "The striker is from Poland.", - "The defender has won 1 league title." + "The midfielder is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -1923,11 +1923,11 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", - "The winger and striker have won the same number of league titles.", - "The goalkeeper comes from South America.", - "The midfielder plays in Ligue 1.", - "The winger has won at most 2 league titles." + "The goalkeeper and midfielder have won the same number of league titles.", + "The winger and striker play for the same club.", + "The goalkeeper plays in Premier League.", + "The striker is from England.", + "The midfielder has won at most 2 league titles." ] }, { @@ -1943,12 +1943,12 @@ }, "fixedPosition": "MID", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more Champions League titles than the defender.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Austria and England." + "The goalkeeper is from Brazil.", + "The striker plays in England.", + "The defender has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -1965,10 +1965,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Premier League.", - "The striker is from Italy.", - "The goalkeeper has won 2 league titles." + "The defender is from Spain.", + "The midfielder plays for Liverpool.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -1986,9 +1986,9 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The midfielder and winger have won the same number of league titles.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The midfielder has won more than 5 league titles." + "The goalkeeper plays in Premier League.", + "The midfielder is from Belgium.", + "The winger has won more than 5 league titles." ] }, { @@ -2006,10 +2006,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in France." + "The defender is from Portugal.", + "The midfielder plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -2026,9 +2026,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in LaLiga.", - "The midfielder has won league titles in Croatia.", - "The winger plays in Ligue 1.", - "The striker is from Spain.", + "The midfielder is from Croatia.", + "The winger plays for Paris Saint-Germain.", + "The striker has won the European Championship.", "The goalkeeper has won league titles in Spain." ] }, @@ -2047,9 +2047,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The winger plays in LaLiga." + "The goalkeeper plays in LaLiga.", + "The winger is from Brazil.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -2067,10 +2067,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder and striker were once teammates at Borussia Dortmund.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The striker plays in Spain.", - "The goalkeeper has won league titles in Spain and England." + "The goalkeeper is from Belgium.", + "The midfielder plays in Spain.", + "The striker has won 2 European Golden Boots.", + "The defender has won at most 2 league titles." ] }, { @@ -2087,10 +2087,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Premier League.", - "The winger is from Georgia.", - "The goalkeeper has won 2 league titles." + "The defender is from Portugal.", + "The midfielder plays for Manchester City.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -2108,9 +2108,9 @@ "clues": [ "The defender and midfielder have won the same number of league titles.", "The striker has more league titles than the winger.", - "The defender has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in Ligue 1." + "The defender plays in LaLiga.", + "The striker is from Norway.", + "The midfielder has won at most 2 league titles." ] }, { @@ -2128,10 +2128,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger and striker have won the same number of league titles.", - "The goalkeeper comes from Europe.", + "The goalkeeper is from Italy.", "The midfielder plays in France.", - "The winger has won 0 league titles.", - "The striker comes from Europe." + "The winger has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -2148,10 +2148,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The winger plays in Premier League.", - "The striker is from Sweden.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The winger plays for Liverpool.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -2169,8 +2169,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Netherlands.", "The midfielder has won at most 2 league titles." ] }, @@ -2189,10 +2189,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in Germany." + "The goalkeeper is from Brazil.", + "The defender plays in Spain.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -2209,9 +2209,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won league titles in Austria.", - "The winger plays in Premier League.", - "The striker is from Argentina.", + "The midfielder is from Hungary.", + "The winger plays for Arsenal.", + "The striker has won the World Cup.", "The defender has won league titles in Germany." ] }, @@ -2230,8 +2230,8 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The midfielder plays in Serie A.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Belgium.", "The winger has won between 3 and 5 league titles." ] }, @@ -2248,12 +2248,12 @@ }, "fixedPosition": "MID", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", - "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Germany." + "The goalkeeper and defender play for the same club.", + "The winger has more Champions League titles than the striker.", + "The defender is from Netherlands.", + "The striker plays in Germany.", + "The goalkeeper has won 0 Champions League titles.", + "The winger has won more than 5 league titles." ] }, { @@ -2270,10 +2270,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Serie A.", - "The striker is from Norway.", - "The goalkeeper has won 0 league titles." + "The defender is from Germany.", + "The midfielder plays for AC Milan.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -2291,9 +2291,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in LaLiga." + "The midfielder plays in LaLiga.", + "The goalkeeper is from Georgia.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -2311,10 +2311,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won league titles in Italy.", - "The midfielder comes from Europe.", + "The midfielder is from England.", "The winger plays in Spain.", - "The striker has won league titles in Portugal." + "The defender has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -2331,10 +2331,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The midfielder has won league titles in England.", - "The winger plays in LaLiga.", - "The striker is from Canada.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Spain.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -2352,9 +2352,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The winger plays in Ligue 1." + "The defender plays in Premier League.", + "The winger is from Georgia.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -2372,10 +2372,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in England.", - "The midfielder has won league titles in Portugal and France.", - "The striker comes from South America." + "The defender is from France.", + "The midfielder plays in France.", + "The striker has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -2392,9 +2392,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Ligue 1.", - "The winger is from Brazil.", + "The defender is from Spain.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won the Copa América.", "The goalkeeper has won 2 league titles." ] }, @@ -2413,9 +2413,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", - "The winger has won more than 5 league titles." + "The winger plays in LaLiga.", + "The striker is from England.", + "The defender has won at most 2 league titles." ] }, { @@ -2431,12 +2431,12 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", - "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Austria and England." + "The goalkeeper and midfielder play for the same club.", + "The striker has more Champions League titles than the winger.", + "The goalkeeper is from Brazil.", + "The striker plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -2453,10 +2453,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The winger plays in Bundesliga.", - "The striker is from Italy.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The winger plays for Bayern Munich.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -2472,11 +2472,11 @@ }, "fixedPosition": "WING", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The defender has more league titles than the goalkeeper.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in Bundesliga.", - "The midfielder has won more than 5 league titles." + "The goalkeeper plays in Premier League.", + "The midfielder is from Belgium.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -2494,10 +2494,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The winger has more Champions League titles than the midfielder.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", + "The goalkeeper is from Brazil.", "The winger plays in England.", - "The goalkeeper has won league titles in Brazil and England." + "The defender has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -2514,9 +2514,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Croatia.", - "The winger plays in Bundesliga.", - "The striker is from Spain.", + "The midfielder is from Croatia.", + "The winger plays for Bayern Munich.", + "The striker has won the European Championship.", "The defender has won league titles in Portugal." ] }, @@ -2533,10 +2533,10 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper has more league titles than the midfielder.", - "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The midfielder plays in LaLiga.", + "The goalkeeper and midfielder play for the same club.", + "The striker has more league titles than the winger.", + "The goalkeeper plays in LaLiga.", + "The midfielder is from England.", "The winger has won at most 2 league titles." ] }, @@ -2555,10 +2555,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Poland and Germany." + "The goalkeeper is from Belgium.", + "The striker plays in Spain.", + "The defender has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -2575,10 +2575,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 1 league title.", - "The midfielder plays in Premier League.", - "The striker is from England.", - "The goalkeeper has won league titles in Spain." + "The defender is from Italy.", + "The midfielder plays for Manchester City.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -2596,9 +2596,9 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper and midfielder have won the same number of Champions League titles.", - "The defender comes from Europe.", - "The winger plays in Bundesliga." + "The defender plays in Premier League.", + "The goalkeeper is from Italy.", + "The midfielder has won at most 2 league titles." ] }, { @@ -2616,10 +2616,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won 0 league titles." + "The defender is from Germany.", + "The midfielder plays in France.", + "The winger has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -2636,10 +2636,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 2 league titles.", - "The winger plays in Ligue 1.", - "The striker is from Sweden.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Spain.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -2657,9 +2657,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", - "The winger has won between 3 and 5 league titles." + "The winger plays in LaLiga.", + "The goalkeeper is from Italy.", + "The defender has won at most 2 league titles." ] }, { @@ -2677,10 +2677,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The striker has won league titles in Spain and Italy." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -2697,10 +2697,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Serie A.", - "The winger is from Georgia.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Germany.", + "The midfielder plays for Napoli.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -2718,9 +2718,9 @@ "clues": [ "The defender has more league titles than the midfielder.", "The striker has more league titles than the winger.", - "The defender has won league titles in Germany.", - "The midfielder comes from Europe.", - "The winger plays in Ligue 1." + "The striker plays in LaLiga.", + "The defender is from France.", + "The midfielder has won at most 2 league titles." ] }, { @@ -2738,10 +2738,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", + "The goalkeeper is from Brazil.", "The winger plays in Spain.", - "The striker has won league titles in Germany." + "The striker has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -2758,10 +2758,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The winger plays in LaLiga.", - "The striker is from Norway.", - "The goalkeeper has won 0 league titles." + "The defender is from Netherlands.", + "The winger plays for Real Madrid.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -2779,9 +2779,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in LaLiga." + "The defender plays in LaLiga.", + "The midfielder is from England.", + "The goalkeeper has not won a league title." ] }, { @@ -2799,10 +2799,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in Germany." + "The goalkeeper is from Georgia.", + "The defender plays in Italy.", + "The midfielder has won the Ballon d'Or.", + "The winger has won at most 2 league titles." ] }, { @@ -2819,10 +2819,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won league titles in England.", - "The winger plays in Premier League.", - "The striker is from Canada.", - "The defender has won 2 league titles." + "The midfielder is from Spain.", + "The winger plays for Arsenal.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -2840,9 +2840,9 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Ligue 1.", - "The winger has won between 3 and 5 league titles." + "The winger plays in Premier League.", + "The goalkeeper is from Georgia.", + "The midfielder has won at most 2 league titles." ] }, { @@ -2860,10 +2860,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", + "The defender is from Portugal.", "The winger plays in Germany.", - "The striker has won league titles in Italy." + "The striker has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -2880,10 +2880,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 0 league titles.", - "The midfielder plays in Ligue 1.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -2901,9 +2901,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from Europe.", "The defender plays in Bundesliga.", - "The midfielder has won at most 2 league titles." + "The midfielder is from Spain.", + "The winger has not won a league title." ] }, { @@ -2921,10 +2921,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender and winger were once teammates at Roma.", - "The midfielder comes from Europe.", + "The winger is from Egypt.", "The striker plays in England.", - "The defender has won league titles in Switzerland." + "The defender has won 0 Champions League titles.", + "The midfielder has won more than 5 league titles." ] }, { @@ -2941,10 +2941,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Belgium.", - "The winger plays in LaLiga.", - "The striker is from Italy.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Belgium.", + "The winger plays for Real Madrid.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -2960,10 +2960,10 @@ }, "fixedPosition": "MID", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", - "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", + "The goalkeeper has more league titles than the defender.", + "The winger and striker have won the same number of Champions League titles.", + "The goalkeeper plays in Premier League.", + "The defender is from France.", "The winger has won at most 2 league titles." ] }, @@ -2980,12 +2980,12 @@ }, "fixedPosition": "WING", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The midfielder plays in Italy.", - "The striker has won league titles in France." + "The defender has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -3002,9 +3002,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Serie A.", - "The winger is from Brazil.", + "The defender is from Italy.", + "The midfielder plays for AC Milan.", + "The winger has won the Copa América.", "The goalkeeper has won 2 league titles." ] }, @@ -3023,9 +3023,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender comes from Europe.", "The midfielder plays in LaLiga.", - "The winger has won more than 5 league titles." + "The winger is from France.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -3043,10 +3043,10 @@ "clues": [ "The goalkeeper and midfielder were once teammates at Atletico Madrid.", "The striker has more Champions League titles than the winger.", - "The midfielder has more league titles than the goalkeeper.", - "The winger comes from Europe.", + "The goalkeeper is from Belgium.", "The striker plays in Spain.", - "The goalkeeper has won league titles in Spain and England." + "The midfielder has won the Ballon d'Or.", + "The winger has won at most 2 league titles." ] }, { @@ -3063,10 +3063,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Germany.", - "The winger plays in Ligue 1.", - "The striker is from England.", - "The goalkeeper has won league titles in Spain." + "The defender is from France.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -3084,9 +3084,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1." + "The goalkeeper plays in LaLiga.", + "The striker is from Norway.", + "The defender has won at most 2 league titles." ] }, { @@ -3104,10 +3104,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The winger has more Champions League titles than the midfielder.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The winger has won league titles in Switzerland and England." + "The defender is from Netherlands.", + "The winger plays in England.", + "The goalkeeper has won 0 Champions League titles.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -3124,10 +3124,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in LaLiga.", - "The midfielder has won 2 league titles.", - "The winger plays in Bundesliga.", - "The striker is from Sweden.", - "The defender has won 1 league title." + "The midfielder is from Spain.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -3145,8 +3145,8 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger and striker have won the same number of league titles.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Hungary.", "The winger has won at most 2 league titles." ] }, @@ -3165,10 +3165,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper and striker were once teammates at AC Milan.", - "The defender comes from Europe.", - "The winger plays in England.", - "The goalkeeper has won league titles in France." + "The goalkeeper is from Italy.", + "The defender plays in Italy.", + "The winger has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -3185,9 +3185,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Serie A.", - "The striker is from Argentina.", + "The defender is from Netherlands.", + "The midfielder plays for Napoli.", + "The striker has won the World Cup.", "The goalkeeper has won league titles in Portugal." ] }, @@ -3206,9 +3206,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in Premier League." + "The goalkeeper plays in Premier League.", + "The defender is from Germany.", + "The midfielder has won at most 2 league titles." ] }, { @@ -3225,11 +3225,11 @@ "fixedPosition": "GK", "clues": [ "The midfielder has more Champions League titles than the defender.", - "The winger and striker have won the same number of league titles.", - "The defender has won league titles in Germany.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Germany." + "The winger and striker play for the same club.", + "The midfielder is from Croatia.", + "The striker plays in Germany.", + "The defender has won 1 Champions League title.", + "The winger has won at most 2 league titles." ] }, { @@ -3246,10 +3246,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Croatia.", - "The winger plays in Premier League.", - "The striker is from Norway.", - "The goalkeeper has won league titles in Portugal." + "The midfielder is from Croatia.", + "The winger plays for Arsenal.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -3265,11 +3265,11 @@ }, "fixedPosition": "MID", "clues": [ - "The defender has more league titles than the goalkeeper.", + "The goalkeeper and defender play for the same club.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The winger plays in LaLiga." + "The defender plays in Premier League.", + "The winger is from Brazil.", + "The goalkeeper has not won a league title." ] }, { @@ -3287,10 +3287,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The striker has won league titles in Portugal." + "The defender is from Germany.", + "The goalkeeper plays in England.", + "The midfielder has won the Ballon d'Or.", + "The striker has won at most 2 league titles." ] }, { @@ -3307,10 +3307,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The midfielder plays in Ligue 1.", - "The winger is from Georgia.", - "The goalkeeper has won 0 league titles." + "The defender is from France.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -3328,8 +3328,8 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", + "The defender plays in Bundesliga.", + "The midfielder is from Portugal.", "The winger has won at most 2 league titles." ] }, @@ -3348,10 +3348,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Italy." + "The winger is from Brazil.", + "The goalkeeper plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -3368,10 +3368,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won league titles in Portugal.", - "The winger plays in LaLiga.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The defender is from Portugal.", + "The winger plays for Real Madrid.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -3389,8 +3389,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The striker plays in Bundesliga.", + "The defender is from France.", "The midfielder has won more than 5 league titles." ] }, @@ -3409,10 +3409,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in Italy.", - "The winger has won league titles in France." + "The midfielder is from Belgium.", + "The defender plays in Germany.", + "The winger has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -3429,10 +3429,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Belgium.", - "The winger plays in Premier League.", - "The striker is from Italy.", - "The defender has won 1 league title." + "The midfielder is from Belgium.", + "The winger plays for Arsenal.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -3448,11 +3448,11 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", + "The goalkeeper has more league titles than the midfielder.", "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The midfielder plays in Premier League.", - "The winger has won between 3 and 5 league titles." + "The goalkeeper plays in Premier League.", + "The winger is from Egypt.", + "The midfielder has won at most 2 league titles." ] }, { @@ -3468,12 +3468,12 @@ }, "fixedPosition": "MID", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in France." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The winger has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -3490,9 +3490,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in LaLiga.", - "The striker is from Spain.", + "The defender is from Spain.", + "The midfielder plays for Real Madrid.", + "The striker has won the European Championship.", "The goalkeeper has won 2 league titles." ] }, @@ -3511,9 +3511,9 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The midfielder has won at most 2 league titles." + "The goalkeeper plays in Premier League.", + "The midfielder is from England.", + "The defender has won at most 2 league titles." ] }, { @@ -3529,12 +3529,12 @@ }, "fixedPosition": "GK", "clues": [ - "The defender and midfielder have won the same number of Champions League titles.", - "The striker has more league titles than the winger.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in Switzerland and England.", - "The striker comes from Europe." + "The defender and midfielder play for the same club.", + "The winger and striker have won the same number of Champions League titles.", + "The winger is from Egypt.", + "The striker plays in Spain.", + "The defender has won 1 Champions League title.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -3551,10 +3551,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in LaLiga.", - "The midfielder has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from England.", - "The goalkeeper has won league titles in Spain." + "The midfielder is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -3572,9 +3572,9 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The winger plays in Bundesliga." + "The goalkeeper plays in LaLiga.", + "The striker is from Norway.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -3592,10 +3592,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The striker has won 0 league titles." + "The goalkeeper is from Belgium.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -3612,9 +3612,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Ligue 1.", - "The winger is from Brazil.", + "The defender is from Netherlands.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won the Copa América.", "The goalkeeper has won 2 league titles." ] }, @@ -3633,9 +3633,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in LaLiga." + "The defender plays in LaLiga.", + "The winger is from France.", + "The midfielder has won more than 5 league titles." ] }, { @@ -3653,10 +3653,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in France.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Spain and Italy." + "The midfielder is from Belgium.", + "The goalkeeper plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -3673,9 +3673,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The winger plays in Ligue 1.", - "The striker is from Argentina.", + "The defender is from Italy.", + "The winger plays for Paris Saint-Germain.", + "The striker has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -3694,9 +3694,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the midfielder.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The midfielder has won at most 2 league titles." + "The goalkeeper plays in Premier League.", + "The defender is from Netherlands.", + "The striker has won more than 5 league titles." ] }, { @@ -3714,10 +3714,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in Italy.", - "The winger has won league titles in France and Spain." + "The goalkeeper is from Brazil.", + "The defender plays in Spain.", + "The midfielder has won the Ballon d'Or.", + "The winger has won more than 5 league titles." ] }, { @@ -3734,10 +3734,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Norway.", - "The defender has won league titles in Germany." + "The midfielder is from England.", + "The winger plays for Paris Saint-Germain.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -3753,10 +3753,10 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", + "The goalkeeper and midfielder play for the same club.", "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The midfielder plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Spain.", "The winger has won at most 2 league titles." ] }, @@ -3773,12 +3773,12 @@ }, "fixedPosition": "MID", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", - "The striker has more league titles than the winger.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Portugal." + "The goalkeeper and defender play for the same club.", + "The winger and striker have won the same number of Champions League titles.", + "The defender is from Netherlands.", + "The goalkeeper plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -3795,10 +3795,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Ligue 1.", - "The striker is from Canada.", - "The goalkeeper has won 0 league titles." + "The defender is from Portugal.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -3816,8 +3816,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from France.", "The midfielder has won between 3 and 5 league titles." ] }, @@ -3836,10 +3836,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", + "The defender is from Spain.", "The midfielder plays in France.", - "The winger has won league titles in Germany.", - "The striker comes from South America." + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -3856,10 +3856,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 2 league titles.", - "The winger plays in Premier League.", - "The striker is from Poland.", - "The goalkeeper has won 0 league titles." + "The midfielder is from Spain.", + "The winger plays for Arsenal.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -3877,9 +3877,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The winger plays in Premier League." + "The winger plays in Premier League.", + "The striker is from England.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -3897,10 +3897,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in Italy.", - "The striker has won league titles in Austria and England." + "The midfielder is from Belgium.", + "The striker plays in England.", + "The defender has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -3917,10 +3917,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Premier League.", - "The winger is from Georgia.", - "The goalkeeper has won 2 league titles." + "The defender is from Spain.", + "The midfielder plays for Arsenal.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -3938,8 +3938,8 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", "The midfielder plays in Serie A.", + "The defender is from Italy.", "The winger has won at most 2 league titles." ] }, @@ -3958,10 +3958,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in France." + "The goalkeeper is from Brazil.", + "The midfielder plays in Italy.", + "The winger has won 2 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -3978,9 +3978,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The winger plays in LaLiga.", - "The striker is from Spain.", + "The defender is from France.", + "The winger plays for Real Madrid.", + "The striker has won the European Championship.", "The goalkeeper has won 2 league titles." ] }, @@ -3997,10 +3997,10 @@ }, "fixedPosition": "WING", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The defender has more league titles than the goalkeeper.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in Bundesliga.", + "The goalkeeper plays in Premier League.", + "The defender is from Spain.", "The midfielder has won between 3 and 5 league titles." ] }, @@ -4017,12 +4017,12 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", - "The winger has more league titles than the midfielder.", - "The goalkeeper comes from South America.", + "The goalkeeper and defender have won the same number of league titles.", + "The midfielder and winger play for the same club.", + "The goalkeeper is from Brazil.", "The defender plays in Italy.", - "The midfielder has won league titles in France.", - "The winger comes from Europe." + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -4039,10 +4039,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from England.", - "The defender has won 2 league titles." + "The midfielder is from Portugal.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -4060,9 +4060,9 @@ "clues": [ "The goalkeeper has more league titles than the midfielder.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Ligue 1.", - "The winger has won more than 5 league titles." + "The goalkeeper plays in LaLiga.", + "The winger is from France.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -4080,10 +4080,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The winger has more Champions League titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The winger plays in Germany.", - "The striker has won 0 league titles." + "The goalkeeper is from Belgium.", + "The defender plays in Italy.", + "The winger has won 1 Champions League title.", + "The striker has not won a league title." ] }, { @@ -4100,10 +4100,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 2 league titles.", - "The midfielder plays in Premier League.", - "The striker is from Sweden.", - "The goalkeeper has won league titles in Spain." + "The defender is from Italy.", + "The midfielder plays for Liverpool.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -4121,8 +4121,8 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The defender plays in Premier League.", + "The goalkeeper is from Italy.", "The midfielder has won more than 5 league titles." ] }, @@ -4141,10 +4141,10 @@ "clues": [ "The defender and midfielder were once teammates at Chelsea.", "The striker has more Champions League titles than the winger.", - "The midfielder has more league titles than the defender.", - "The winger comes from Africa.", - "The striker plays outside the top five leagues.", - "The defender has won league titles in Spain." + "The defender is from Germany.", + "The midfielder plays in Italy.", + "The winger has won 3 European Golden Boots.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -4161,9 +4161,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Argentina.", + "The midfielder is from Norway.", + "The winger plays for Bayern Munich.", + "The striker has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -4182,9 +4182,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", - "The winger has won at most 2 league titles." + "The striker plays in LaLiga.", + "The goalkeeper is from Italy.", + "The defender has won at most 2 league titles." ] }, { @@ -4202,10 +4202,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder and striker were once teammates at Tottenham Hotspur.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The striker plays in Germany.", - "The goalkeeper has won league titles in Portugal and England." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The midfielder has won the Ballon d'Or.", + "The striker has won at most 2 league titles." ] }, { @@ -4222,10 +4222,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in LaLiga.", - "The winger is from Egypt.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Germany.", + "The midfielder plays for Real Madrid.", + "The winger has won league titles in Switzerland.", + "The winger plays in Premier League." ] }, { @@ -4243,9 +4243,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won more than 5 league titles." + "The winger plays in LaLiga.", + "The defender is from France.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -4263,10 +4263,10 @@ "clues": [ "The goalkeeper and midfielder were once teammates at Benfica.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper has more league titles than the midfielder.", - "The winger comes from Europe.", - "The striker plays in England.", - "The goalkeeper has won league titles in Portugal and England." + "The goalkeeper is from Brazil.", + "The midfielder plays in France.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -4283,10 +4283,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Canada.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Italy.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -4304,9 +4304,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1." + "The goalkeeper plays in Premier League.", + "The defender is from Portugal.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -4324,10 +4324,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The winger has won league titles in France and Spain." + "The winger is from France.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -4344,10 +4344,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Bundesliga.", - "The midfielder has won league titles in Austria.", - "The winger plays in Ligue 1.", - "The striker is from Poland.", - "The defender has won league titles in Portugal." + "The midfielder is from Hungary.", + "The winger plays for Paris Saint-Germain.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -4365,9 +4365,9 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The midfielder plays in Serie A.", - "The winger has won at most 2 league titles." + "The striker is from England.", + "The goalkeeper has not won a league title." ] }, { @@ -4385,10 +4385,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Austria and England." + "The winger is from Brazil.", + "The striker plays in England.", + "The defender has won 1 Champions League title.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -4405,10 +4405,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 0 league titles.", - "The midfielder plays in Premier League.", - "The striker is from Italy.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for Arsenal.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -4426,9 +4426,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper comes from Europe.", - "The defender plays in Bundesliga.", - "The midfielder has won more than 5 league titles." + "The midfielder plays in Serie A.", + "The defender is from Spain.", + "The winger has won more than 5 league titles." ] }, { @@ -4446,10 +4446,10 @@ "clues": [ "The defender and midfielder have won the same number of league titles.", "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", - "The midfielder plays in Spain.", - "The winger has won league titles in Germany.", - "The striker comes from North America." + "The midfielder is from England.", + "The defender plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -4466,9 +4466,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from Spain.", + "The midfielder is from England.", + "The winger plays for Arsenal.", + "The striker has won the European Championship.", "The goalkeeper has won 2 league titles." ] }, @@ -4485,11 +4485,11 @@ }, "fixedPosition": "MID", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more league titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The winger has won between 3 and 5 league titles." + "The goalkeeper plays in Premier League.", + "The winger is from Egypt.", + "The defender has not won a league title." ] }, { @@ -4505,12 +4505,12 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The striker has won league titles in Poland and Germany." + "The goalkeeper is from Brazil.", + "The striker plays in Spain.", + "The defender has won 1 Champions League title.", + "The midfielder has won at most 2 league titles." ] }, { @@ -4527,10 +4527,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Ligue 1.", - "The winger is from France.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won 1 league title.", + "The winger plays in Bundesliga." ] }, { @@ -4548,9 +4548,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The striker has more league titles than the winger.", - "The defender has won league titles in Scotland.", - "The midfielder comes from Europe.", - "The winger plays in Premier League." + "The defender plays in Premier League.", + "The striker is from Norway.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -4568,10 +4568,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The midfielder comes from Europe.", + "The goalkeeper is from Belgium.", "The winger plays in Spain.", - "The striker has won 0 league titles." + "The midfielder has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -4588,10 +4588,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Germany.", - "The winger plays in LaLiga.", - "The striker is from Sweden.", - "The goalkeeper has won league titles in Spain." + "The defender is from France.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -4609,9 +4609,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The goalkeeper plays in LaLiga.", + "The midfielder is from Belgium.", + "The defender has won at most 2 league titles." ] }, { @@ -4629,10 +4629,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder and winger have won the same number of Champions League titles.", - "The defender has won league titles in Scotland.", - "The goalkeeper comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in France." + "The defender is from Netherlands.", + "The goalkeeper plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -4649,9 +4649,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in LaLiga.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Argentina.", + "The midfielder is from Norway.", + "The winger plays for Real Madrid.", + "The striker has won the World Cup.", "The defender has won 1 league title." ] }, @@ -4670,9 +4670,9 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The midfielder plays in Serie A.", - "The winger has won more than 5 league titles." + "The winger is from France.", + "The striker has won more than 5 league titles." ] }, { @@ -4690,10 +4690,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Italy.", - "The winger has won league titles in Italy and France.", - "The striker comes from Europe." + "The striker is from England.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -4710,10 +4710,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Premier League.", - "The striker is from Norway.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Netherlands.", + "The midfielder plays for Manchester City.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -4731,9 +4731,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in Premier League." + "The goalkeeper plays in Premier League.", + "The defender is from Germany.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -4751,10 +4751,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Portugal." + "The winger is from Egypt.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -4771,10 +4771,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Portugal.", - "The winger plays in Bundesliga.", - "The striker is from Canada.", - "The goalkeeper has won league titles in Portugal." + "The midfielder is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -4792,9 +4792,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The winger plays in Bundesliga." + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", + "The winger has won at most 2 league titles." ] }, { @@ -4812,10 +4812,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder and striker have won the same number of league titles.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The striker has won league titles in Italy." + "The goalkeeper is from Georgia.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -4832,10 +4832,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The midfielder plays in Premier League.", - "The winger is from Egypt.", - "The goalkeeper has won 0 league titles." + "The defender is from France.", + "The midfielder plays for Liverpool.", + "The winger has won league titles in Switzerland.", + "The winger plays in Premier League." ] }, { @@ -4852,10 +4852,10 @@ "fixedPosition": "GK", "clues": [ "The midfielder has more league titles than the defender.", - "The winger has more league titles than the striker.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Bundesliga." + "The winger and striker play for the same club.", + "The midfielder plays in Serie A.", + "The striker is from England.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -4873,10 +4873,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Austria and England." + "The striker is from Norway.", + "The goalkeeper plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -4893,10 +4893,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won league titles in Portugal.", - "The winger plays in Ligue 1.", - "The striker is from Italy.", - "The goalkeeper has won 2 league titles." + "The defender is from Portugal.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -4914,9 +4914,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The midfielder has won more than 5 league titles." + "The midfielder plays in Serie A.", + "The defender is from France.", + "The striker has won at most 2 league titles." ] }, { @@ -4933,11 +4933,11 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", - "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in Spain.", - "The winger has won league titles in France and Spain." + "The midfielder and winger play for the same club.", + "The midfielder is from England.", + "The winger plays in Spain.", + "The defender has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -4954,9 +4954,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in England.", - "The winger plays in Ligue 1.", - "The striker is from Spain.", + "The midfielder is from Spain.", + "The winger plays for Paris Saint-Germain.", + "The striker has won the European Championship.", "The defender has won 1 league title." ] }, @@ -4973,10 +4973,10 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", - "The winger and striker have won the same number of league titles.", - "The goalkeeper comes from South America.", - "The midfielder plays in Ligue 1.", + "The goalkeeper has more league titles than the midfielder.", + "The winger and striker have won the same number of Champions League titles.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Portugal.", "The winger has won at most 2 league titles." ] }, @@ -4995,10 +4995,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The winger has more Champions League titles than the striker.", - "The goalkeeper has more league titles than the defender.", - "The winger comes from South America.", - "The striker plays in Spain.", - "The goalkeeper has won league titles in Brazil and England." + "The goalkeeper is from Brazil.", + "The defender plays in Spain.", + "The winger has won 2 Champions League titles.", + "The striker has won more than 5 league titles." ] }, { @@ -5015,10 +5015,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The midfielder plays in Ligue 1.", - "The striker is from England.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -5034,10 +5034,10 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", - "The midfielder and winger have won the same number of league titles.", - "The goalkeeper comes from South America.", - "The defender plays in Serie A.", + "The goalkeeper and defender have won the same number of league titles.", + "The midfielder and winger were once teammates at Napoli.", + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", "The midfielder has won at most 2 league titles." ] }, @@ -5054,12 +5054,12 @@ }, "fixedPosition": "GK", "clues": [ - "The defender has more Champions League titles than the midfielder.", - "The winger has more league titles than the striker.", - "The defender has won league titles in Scotland.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won 0 league titles." + "The defender and midfielder play for the same club.", + "The winger and striker have won the same number of Champions League titles.", + "The defender is from Netherlands.", + "The midfielder plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -5076,10 +5076,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in LaLiga.", - "The midfielder has won league titles in Austria.", - "The winger plays in Premier League.", - "The striker is from Sweden.", - "The goalkeeper has won league titles in Spain." + "The midfielder is from Hungary.", + "The winger plays for Arsenal.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -5097,9 +5097,9 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The winger has more league titles than the striker.", - "The goalkeeper and winger were once teammates at Chelsea.", - "The defender comes from Europe.", - "The striker plays in Serie A." + "The goalkeeper plays in LaLiga.", + "The winger is from Egypt.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -5117,10 +5117,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder and striker were once teammates at Real Madrid.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The striker plays outside the top five leagues.", - "The goalkeeper has won league titles in Spain and England." + "The goalkeeper is from Belgium.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -5137,10 +5137,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Serie A.", - "The winger is from France.", - "The goalkeeper has won 2 league titles." + "The defender is from Netherlands.", + "The midfielder plays for AC Milan.", + "The winger has won 1 league title.", + "The winger plays in Bundesliga." ] }, { @@ -5158,9 +5158,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The striker has more league titles than the winger.", - "The defender has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in Premier League." + "The defender plays in LaLiga.", + "The midfielder is from Croatia.", + "The striker has won more than 5 league titles." ] }, { @@ -5178,10 +5178,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in France.", - "The midfielder comes from Europe.", + "The midfielder is from England.", "The winger plays in England.", - "The striker has won league titles in Germany." + "The striker has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -5198,10 +5198,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The winger plays in Bundesliga.", - "The striker is from Norway.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The winger plays for Bayern Munich.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -5219,8 +5219,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", "The midfielder has won at most 2 league titles." ] }, @@ -5239,10 +5239,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The goalkeeper has won league titles in Portugal and England." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -5259,10 +5259,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Portugal.", - "The winger plays in LaLiga.", - "The striker is from Canada.", - "The defender has won 0 league titles." + "The midfielder is from Portugal.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -5280,9 +5280,9 @@ "clues": [ "The goalkeeper has more league titles than the midfielder.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in LaLiga." + "The goalkeeper plays in Premier League.", + "The winger is from France.", + "The midfielder has won at most 2 league titles." ] }, { @@ -5300,10 +5300,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The winger and striker have won the same number of league titles.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Italy." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -5320,10 +5320,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Serie A.", - "The striker is from Poland.", - "The goalkeeper has won 0 league titles." + "The defender is from Portugal.", + "The midfielder plays for Napoli.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -5341,9 +5341,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The midfielder has won more than 5 league titles." + "The midfielder plays in Serie A.", + "The winger is from Brazil.", + "The goalkeeper has not won a league title." ] }, { @@ -5361,10 +5361,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Austria and England." + "The winger is from France.", + "The striker plays in England.", + "The defender has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -5381,10 +5381,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Croatia.", - "The winger plays in Bundesliga.", - "The striker is from Italy.", - "The goalkeeper has won 0 league titles." + "The midfielder is from Croatia.", + "The winger plays for Bayern Munich.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -5402,9 +5402,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The defender plays in Premier League.", - "The winger has won at most 2 league titles." + "The winger is from France.", + "The striker has won at most 2 league titles." ] }, { @@ -5422,10 +5422,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder and striker have won the same number of league titles.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in Spain.", - "The striker has won league titles in France." + "The midfielder is from England.", + "The defender plays in England.", + "The striker has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -5442,10 +5442,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Premier League.", - "The winger is from Egypt.", - "The goalkeeper has won 2 league titles." + "The defender is from Spain.", + "The midfielder plays for Manchester City.", + "The winger has won league titles in Switzerland.", + "The winger plays in Premier League." ] }, { @@ -5463,8 +5463,8 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", + "The defender plays in Serie A.", + "The midfielder is from Portugal.", "The winger has won more than 5 league titles." ] }, @@ -5481,12 +5481,12 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", + "The goalkeeper has more Champions League titles than the midfielder.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Poland and Germany." + "The goalkeeper is from Brazil.", + "The striker plays in Spain.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -5503,10 +5503,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from England.", - "The goalkeeper has won 2 league titles." + "The defender is from Germany.", + "The winger plays for Arsenal.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -5522,11 +5522,11 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more league titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1." + "The goalkeeper plays in Premier League.", + "The striker is from Norway.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -5542,12 +5542,12 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", - "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in France and Spain." + "The goalkeeper and defender have won the same number of league titles.", + "The winger has more Champions League titles than the midfielder.", + "The goalkeeper is from Brazil.", + "The winger plays in Spain.", + "The defender has won 0 Champions League titles.", + "The midfielder has won more than 5 league titles." ] }, { @@ -5564,10 +5564,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Belgium.", - "The winger plays in Ligue 1.", - "The striker is from Sweden.", - "The defender has won 2 league titles." + "The midfielder is from Belgium.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -5585,8 +5585,8 @@ "clues": [ "The goalkeeper has more league titles than the midfielder.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Premier League.", + "The goalkeeper plays in LaLiga.", + "The midfielder is from Norway.", "The winger has won at most 2 league titles." ] }, @@ -5605,10 +5605,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper and striker were once teammates at Atletico Madrid.", - "The defender comes from Europe.", + "The goalkeeper is from Belgium.", "The winger plays in Spain.", - "The goalkeeper has won league titles in Spain and England." + "The defender has won 1 Champions League title.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -5625,9 +5625,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 2 league titles.", - "The midfielder plays in Serie A.", - "The striker is from Argentina.", + "The defender is from Italy.", + "The midfielder plays for AC Milan.", + "The striker has won the World Cup.", "The goalkeeper has won league titles in Spain." ] }, @@ -5646,9 +5646,9 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in LaLiga." + "The defender plays in Premier League.", + "The midfielder is from England.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -5666,10 +5666,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Germany." + "The defender is from Germany.", + "The striker plays in Germany.", + "The midfielder has won the Ballon d'Or.", + "The winger has won at most 2 league titles." ] }, { @@ -5686,10 +5686,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in England.", - "The winger plays in LaLiga.", - "The striker is from Norway.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Spain.", + "The winger plays for Real Madrid.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -5707,9 +5707,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Bundesliga.", - "The winger has won between 3 and 5 league titles." + "The winger plays in Premier League.", + "The goalkeeper is from Italy.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -5727,10 +5727,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", + "The goalkeeper is from Italy.", "The defender plays in England.", - "The midfielder has won league titles in Portugal and France.", - "The striker comes from Europe." + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -5747,10 +5747,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Ligue 1.", - "The winger is from France.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Portugal.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won 1 league title.", + "The winger plays in Bundesliga." ] }, { @@ -5768,8 +5768,8 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", + "The defender plays in Premier League.", + "The midfielder is from Spain.", "The winger has not won a league title." ] }, @@ -5788,10 +5788,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", + "The goalkeeper is from Brazil.", "The winger plays in England.", - "The striker has won league titles in Italy." + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -5808,10 +5808,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Poland.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Italy.", + "The winger plays for Bayern Munich.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -5829,9 +5829,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The midfielder has won at most 2 league titles." + "The striker plays in Bundesliga.", + "The goalkeeper is from Georgia.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -5848,11 +5848,11 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", - "The midfielder has more league titles than the winger.", - "The goalkeeper comes from Europe.", + "The midfielder and winger play for the same club.", + "The goalkeeper is from Georgia.", "The defender plays in England.", - "The midfielder has won league titles in Netherlands.", - "The winger comes from Europe." + "The midfielder has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -5869,10 +5869,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Bundesliga.", - "The midfielder has won league titles in Croatia.", - "The winger plays in LaLiga.", - "The striker is from Italy.", - "The defender has won league titles in Portugal." + "The midfielder is from Croatia.", + "The winger plays for Real Madrid.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -5890,9 +5890,9 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in LaLiga." + "The midfielder plays in LaLiga.", + "The winger is from France.", + "The goalkeeper has not won a league title." ] }, { @@ -5910,10 +5910,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", + "The defender is from Portugal.", "The winger plays in France.", - "The striker has won league titles in France." + "The striker has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -5930,9 +5930,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 1 league title.", - "The midfielder plays in Ligue 1.", - "The striker is from Spain.", + "The defender is from Germany.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won the European Championship.", "The goalkeeper has won 2 league titles." ] }, @@ -5951,9 +5951,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1." + "The winger plays in LaLiga.", + "The defender is from France.", + "The midfielder has won at most 2 league titles." ] }, { @@ -5971,10 +5971,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender has won league titles in Italy.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Poland and Germany." + "The winger is from France.", + "The striker plays in Spain.", + "The defender has won 0 Champions League titles.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -5991,10 +5991,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 2 league titles.", - "The winger plays in Ligue 1.", - "The striker is from England.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Spain.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -6012,9 +6012,9 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The striker has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The defender plays in LaLiga.", - "The winger has won at most 2 league titles." + "The goalkeeper plays in Premier League.", + "The defender is from Germany.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -6030,12 +6030,12 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The striker has won 0 league titles." + "The goalkeeper is from Brazil.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -6052,10 +6052,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Serie A.", - "The winger is from Egypt.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The midfielder plays for Napoli.", + "The winger has won league titles in Switzerland.", + "The winger plays in Premier League." ] }, { @@ -6073,9 +6073,9 @@ "clues": [ "The defender has more league titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Scotland.", - "The midfielder comes from Europe.", - "The winger plays in Bundesliga." + "The defender plays in Premier League.", + "The midfielder is from Norway.", + "The winger has won more than 5 league titles." ] }, { @@ -6093,10 +6093,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Spain and Italy." + "The goalkeeper is from Belgium.", + "The midfielder plays in Italy.", + "The winger has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -6113,9 +6113,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Germany.", - "The winger plays in Premier League.", - "The striker is from Argentina.", + "The defender is from France.", + "The winger plays for Arsenal.", + "The striker has won the World Cup.", "The goalkeeper has won league titles in Spain." ] }, @@ -6134,9 +6134,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder and striker were once teammates at Borussia Dortmund.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", - "The midfielder has won at most 2 league titles." + "The goalkeeper plays in LaLiga.", + "The midfielder is from England.", + "The striker has won more than 5 league titles." ] }, { @@ -6154,10 +6154,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in France and Italy." + "The defender is from Netherlands.", + "The goalkeeper plays in England.", + "The midfielder has won the Ballon d'Or.", + "The winger has won more than 5 league titles." ] }, { @@ -6174,10 +6174,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Norway.", - "The defender has won league titles in Portugal." + "The midfielder is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -6195,8 +6195,8 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Ligue 1.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Portugal.", "The winger has won at most 2 league titles." ] }, @@ -6215,10 +6215,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Portugal." + "The winger is from Brazil.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -6235,10 +6235,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Ligue 1.", - "The striker is from Canada.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -6256,8 +6256,8 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Portugal.", "The midfielder has won more than 5 league titles." ] }, @@ -6276,10 +6276,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The winger and striker have won the same number of league titles.", - "The defender has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Italy." + "The midfielder is from Belgium.", + "The defender plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -6296,10 +6296,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Belgium.", - "The winger plays in LaLiga.", - "The striker is from Poland.", - "The goalkeeper has won league titles in Portugal." + "The midfielder is from Belgium.", + "The winger plays for Real Madrid.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -6317,9 +6317,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The winger plays in LaLiga." + "The goalkeeper plays in Premier League.", + "The winger is from France.", + "The striker has won at most 2 league titles." ] }, { @@ -6337,10 +6337,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in Italy.", - "The striker has won league titles in Austria and England." + "The midfielder is from Croatia.", + "The striker plays in England.", + "The goalkeeper has won 0 Champions League titles.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -6357,10 +6357,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The midfielder plays in LaLiga.", - "The winger is from France.", - "The goalkeeper has won 0 league titles." + "The defender is from France.", + "The midfielder plays for Real Madrid.", + "The winger has won 1 league title.", + "The winger plays in Bundesliga." ] }, { @@ -6377,9 +6377,9 @@ "fixedPosition": "GK", "clues": [ "The defender has more league titles than the midfielder.", - "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", + "The winger and striker play for the same club.", "The midfielder plays in LaLiga.", + "The defender is from Spain.", "The winger has not won a league title." ] }, @@ -6398,10 +6398,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in France." + "The winger is from Egypt.", + "The goalkeeper plays in England.", + "The midfielder has won the Ballon d'Or.", + "The striker has won at most 2 league titles." ] }, { @@ -6418,9 +6418,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 2 league titles.", - "The winger plays in Bundesliga.", - "The striker is from Spain.", + "The defender is from Netherlands.", + "The winger plays for Bayern Munich.", + "The striker has won the European Championship.", "The goalkeeper has won 2 league titles." ] }, @@ -6439,9 +6439,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The defender plays in LaLiga.", - "The midfielder has won between 3 and 5 league titles." + "The midfielder is from Portugal.", + "The striker has won at most 2 league titles." ] }, { @@ -6459,10 +6459,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", + "The defender is from France.", "The midfielder plays in France.", - "The winger has won 0 league titles." + "The winger has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -6479,10 +6479,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won 2 league titles.", - "The winger plays in Premier League.", - "The striker is from England.", - "The defender has won 2 league titles." + "The midfielder is from Spain.", + "The winger plays for Liverpool.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -6498,11 +6498,11 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", + "The goalkeeper and midfielder play for the same club.", "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The midfielder plays in Premier League.", - "The winger has won more than 5 league titles." + "The goalkeeper plays in Premier League.", + "The striker is from Norway.", + "The midfielder has won more than 5 league titles." ] }, { @@ -6520,10 +6520,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper has more league titles than the defender.", - "The winger comes from Europe.", - "The striker plays in Italy.", - "The goalkeeper has won league titles in Brazil and England." + "The goalkeeper is from Brazil.", + "The defender plays in Spain.", + "The winger has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -6540,10 +6540,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The midfielder plays in Premier League.", - "The striker is from Sweden.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for Arsenal.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -6559,11 +6559,11 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper and defender have won the same number of league titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper comes from South America.", - "The defender plays in Serie A.", - "The midfielder has won at most 2 league titles." + "The goalkeeper plays in Premier League.", + "The winger is from Brazil.", + "The defender has won at most 2 league titles." ] }, { @@ -6581,10 +6581,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won league titles in Scotland.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Spain and Italy." + "The defender is from Netherlands.", + "The midfielder plays in Italy.", + "The winger has won 1 Champions League title.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -6601,9 +6601,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in LaLiga.", - "The midfielder has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Argentina.", + "The midfielder is from England.", + "The winger plays for Paris Saint-Germain.", + "The striker has won the World Cup.", "The goalkeeper has won league titles in Spain." ] }, @@ -6622,9 +6622,9 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The winger plays in Ligue 1." + "The goalkeeper plays in LaLiga.", + "The striker is from Poland.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -6642,10 +6642,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The striker has won league titles in Germany." + "The goalkeeper is from Belgium.", + "The striker plays in Germany.", + "The defender has won 0 Champions League titles.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -6662,9 +6662,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 1 league title.", - "The midfielder plays in Ligue 1.", - "The winger is from France.", + "The defender is from Italy.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won the World Cup.", "The goalkeeper has won league titles in Spain." ] }, @@ -6683,9 +6683,9 @@ "clues": [ "The defender has more league titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Bundesliga." + "The defender plays in Premier League.", + "The midfielder is from Portugal.", + "The winger has won more than 5 league titles." ] }, { @@ -6703,10 +6703,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger and striker have won the same number of league titles.", - "The goalkeeper comes from Europe.", + "The goalkeeper is from Italy.", "The midfielder plays in France.", - "The winger has won league titles in Germany.", - "The striker comes from Europe." + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -6723,10 +6723,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The winger plays in Premier League.", - "The striker is from Canada.", - "The goalkeeper has won 2 league titles." + "The defender is from Spain.", + "The winger plays for Arsenal.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -6744,8 +6744,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", "The midfielder has won more than 5 league titles." ] }, @@ -6764,10 +6764,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The goalkeeper has won league titles in Portugal and England." + "The goalkeeper is from Brazil.", + "The midfielder plays in Italy.", + "The defender has won 1 Champions League title.", + "The winger has won more than 5 league titles." ] }, { @@ -6784,10 +6784,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Poland.", - "The defender has won 0 league titles." + "The midfielder is from Norway.", + "The winger plays for Bayern Munich.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -6805,9 +6805,9 @@ "clues": [ "The goalkeeper has more league titles than the midfielder.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from South America.", - "The midfielder plays in Premier League.", - "The winger has not won a league title." + "The goalkeeper plays in Premier League.", + "The striker is from England.", + "The midfielder has won at most 2 league titles." ] }, { @@ -6825,10 +6825,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The winger plays in England.", - "The striker has won league titles in Austria and England." + "The striker has won the European Golden Boot.", + "The defender has won at most 2 league titles." ] }, { @@ -6845,10 +6845,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in LaLiga.", - "The striker is from Italy.", - "The goalkeeper has won 0 league titles." + "The defender is from Portugal.", + "The midfielder plays for Real Madrid.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -6866,8 +6866,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from France.", "The midfielder has won between 3 and 5 league titles." ] }, @@ -6886,10 +6886,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Germany.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in France." + "The defender is from France.", + "The midfielder plays in France.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -6906,9 +6906,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Spain.", + "The midfielder is from Portugal.", + "The winger plays for Real Madrid.", + "The striker has won the European Championship.", "The goalkeeper has won 0 league titles." ] }, @@ -6927,9 +6927,9 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The winger plays in LaLiga." + "The defender plays in Premier League.", + "The winger is from France.", + "The striker has won at most 2 league titles." ] }, { @@ -6947,10 +6947,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The striker has won league titles in Poland and Germany." + "The defender is from Germany.", + "The striker plays in Spain.", + "The midfielder has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -6967,10 +6967,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won league titles in Germany.", - "The midfielder plays in Premier League.", - "The winger is from France.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for Liverpool.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -6988,9 +6988,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won between 3 and 5 league titles." + "The winger plays in LaLiga.", + "The striker is from Norway.", + "The defender has won at most 2 league titles." ] }, { @@ -7006,12 +7006,12 @@ }, "fixedPosition": "DEF", "clues": [ - "The midfielder has more Champions League titles than the goalkeeper.", + "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won 0 league titles." + "The goalkeeper is from Brazil.", + "The midfielder plays in Italy.", + "The winger has won 3 European Golden Boots.", + "The striker has not won a league title." ] }, { @@ -7028,10 +7028,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Sweden.", - "The goalkeeper has won 2 league titles." + "The defender is from Germany.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -7047,11 +7047,11 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more league titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The goalkeeper plays in Premier League.", + "The midfielder is from Croatia.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -7067,12 +7067,12 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", - "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", + "The goalkeeper and defender have won the same number of league titles.", + "The midfielder has more Champions League titles than the winger.", + "The goalkeeper is from Brazil.", "The midfielder plays in Italy.", - "The winger has won 0 league titles." + "The defender has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -7089,9 +7089,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from Argentina.", + "The midfielder is from England.", + "The winger plays for Liverpool.", + "The striker has won the World Cup.", "The defender has won 2 league titles." ] }, @@ -7110,9 +7110,9 @@ "clues": [ "The goalkeeper and midfielder were once teammates at Atletico Madrid.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won more than 5 league titles." + "The goalkeeper plays in LaLiga.", + "The striker is from Poland.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -7129,11 +7129,11 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper has more Champions League titles than the defender.", - "The winger and striker have won the same number of league titles.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Germany." + "The winger and striker play for the same club.", + "The goalkeeper is from Belgium.", + "The striker plays in Germany.", + "The defender has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -7150,10 +7150,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Ligue 1.", - "The striker is from Norway.", - "The goalkeeper has won league titles in Spain." + "The defender is from Spain.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -7171,9 +7171,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder and winger have won the same number of league titles.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1." + "The goalkeeper plays in LaLiga.", + "The winger is from Brazil.", + "The defender has won at most 2 league titles." ] }, { @@ -7191,10 +7191,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Portugal." + "The winger is from France.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -7211,10 +7211,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Austria.", - "The winger plays in Ligue 1.", - "The striker is from Canada.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Hungary.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -7232,8 +7232,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in Bundesliga.", + "The goalkeeper plays in Premier League.", + "The defender is from Spain.", "The winger has won at most 2 league titles." ] }, @@ -7252,10 +7252,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in Italy.", - "The striker has won league titles in Italy." + "The midfielder is from Belgium.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -7272,9 +7272,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Premier League.", - "The winger is from France.", + "The defender is from Portugal.", + "The midfielder plays for Arsenal.", + "The winger has won the World Cup.", "The goalkeeper has won league titles in Portugal." ] }, @@ -7293,9 +7293,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", "The midfielder plays in Serie A.", - "The winger has won at most 2 league titles." + "The striker is from England.", + "The defender has not won a league title." ] }, { @@ -7313,10 +7313,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Austria and England." + "The goalkeeper is from Brazil.", + "The midfielder plays in Spain.", + "The striker has won the European Golden Boot.", + "The winger has won at most 2 league titles." ] }, { @@ -7333,10 +7333,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from Italy.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Italy.", + "The winger plays for Arsenal.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -7354,9 +7354,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in Premier League." + "The goalkeeper plays in Premier League.", + "The defender is from Portugal.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -7374,10 +7374,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The winger has won league titles in France and Italy." + "The defender is from Germany.", + "The goalkeeper plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has won more than 5 league titles." ] }, { @@ -7394,9 +7394,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won league titles in Portugal.", - "The winger plays in Bundesliga.", - "The striker is from Spain.", + "The midfielder is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won the European Championship.", "The defender has won league titles in Germany." ] }, @@ -7415,8 +7415,8 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Ligue 1.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Portugal.", "The winger has not won a league title." ] }, @@ -7435,10 +7435,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", + "The defender is from Netherlands.", "The winger plays in England.", - "The striker has won league titles in Poland and Germany." + "The striker has won 2 European Golden Boots.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -7455,10 +7455,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 1 league title.", - "The midfielder plays in Premier League.", - "The striker is from England.", - "The goalkeeper has won 2 league titles." + "The defender is from Germany.", + "The midfielder plays for Liverpool.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -7476,9 +7476,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The midfielder plays in Serie A.", + "The defender is from France.", + "The winger has won at most 2 league titles." ] }, { @@ -7496,10 +7496,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender comes from Europe.", + "The defender is from Italy.", "The midfielder plays in England.", - "The winger has won league titles in France.", - "The striker comes from Europe." + "The winger has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -7516,10 +7516,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Sweden.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Norway.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -7537,8 +7537,8 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in LaLiga.", + "The goalkeeper plays in Premier League.", + "The defender is from Germany.", "The winger has won more than 5 league titles." ] }, @@ -7555,12 +7555,12 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The midfielder plays in Spain.", - "The striker has won league titles in Spain and Italy." + "The defender has won 1 Champions League title.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -7577,10 +7577,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Premier League.", - "The winger is from France.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The midfielder plays for Manchester City.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -7598,9 +7598,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won between 3 and 5 league titles." + "The defender plays in Premier League.", + "The winger is from Brazil.", + "The striker has won more than 5 league titles." ] }, { @@ -7618,10 +7618,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The midfielder comes from Europe.", + "The goalkeeper is from Belgium.", "The winger plays in Spain.", - "The striker has won league titles in Germany." + "The striker has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -7638,10 +7638,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 0 league titles.", - "The winger plays in Ligue 1.", - "The striker is from Norway.", - "The goalkeeper has won league titles in Spain." + "The defender is from France.", + "The winger plays for Paris Saint-Germain.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -7659,8 +7659,8 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Bundesliga.", + "The goalkeeper plays in LaLiga.", + "The defender is from Spain.", "The midfielder has won at most 2 league titles." ] }, @@ -7679,10 +7679,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The winger has won 0 league titles." + "The goalkeeper is from Belgium.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -7699,10 +7699,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Austria.", - "The winger plays in Premier League.", - "The striker is from Canada.", - "The defender has won league titles in Portugal." + "The midfielder is from Hungary.", + "The winger plays for Liverpool.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -7720,8 +7720,8 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The winger and striker were once teammates at Juventus.", - "The goalkeeper comes from Europe.", "The midfielder plays in Serie A.", + "The goalkeeper is from Italy.", "The winger has won more than 5 league titles." ] }, @@ -7740,10 +7740,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", + "The goalkeeper is from Italy.", "The defender plays in Germany.", - "The winger has won league titles in Germany.", - "The striker comes from South America." + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -7760,10 +7760,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Premier League.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The midfielder plays for Arsenal.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -7781,9 +7781,9 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The midfielder has won more than 5 league titles." + "The goalkeeper plays in Premier League.", + "The midfielder is from Croatia.", + "The winger has won between 3 and 5 league titles." ] }, { @@ -7801,10 +7801,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Austria and England." + "The midfielder is from England.", + "The striker plays in England.", + "The defender has won 0 Champions League titles.", + "The winger has won more than 5 league titles." ] }, { @@ -7821,10 +7821,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in England.", - "The winger plays in Ligue 1.", - "The striker is from Italy.", - "The goalkeeper has won league titles in Portugal." + "The midfielder is from Spain.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -7842,8 +7842,8 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from South America.", - "The defender plays in Serie A.", + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", "The winger has won at most 2 league titles." ] }, @@ -7860,12 +7860,12 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", - "The midfielder and striker have won the same number of league titles.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The striker has won league titles in France." + "The goalkeeper and defender play for the same club.", + "The midfielder and striker have won the same number of Champions League titles.", + "The defender is from Netherlands.", + "The goalkeeper plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -7882,9 +7882,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Ligue 1.", - "The winger is from France.", + "The defender is from Germany.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won the World Cup.", "The goalkeeper has won 0 league titles." ] }, @@ -7903,8 +7903,8 @@ "clues": [ "The defender has more league titles than the midfielder.", "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", + "The defender plays in Serie A.", + "The midfielder is from Spain.", "The winger has won at most 2 league titles." ] }, @@ -7921,12 +7921,12 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", - "The striker has more league titles than the winger.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Poland and Germany." + "The goalkeeper and midfielder play for the same club.", + "The striker has more Champions League titles than the winger.", + "The striker is from Poland.", + "The goalkeeper plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -7943,10 +7943,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 2 league titles.", - "The winger plays in LaLiga.", - "The striker is from England.", - "The goalkeeper has won 2 league titles." + "The defender is from Netherlands.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -7964,9 +7964,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The defender plays in LaLiga.", - "The midfielder has won more than 5 league titles." + "The midfielder is from Belgium.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -7984,10 +7984,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", + "The defender is from France.", "The midfielder plays in England.", - "The winger has won league titles in France and Italy." + "The winger has won 1 Champions League title.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -8004,10 +8004,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won league titles in Croatia.", - "The winger plays in Bundesliga.", - "The striker is from Sweden.", - "The defender has won 2 league titles." + "The midfielder is from Croatia.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -8025,8 +8025,8 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from South America.", - "The midfielder plays in Serie A.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Croatia.", "The winger has not won a league title." ] }, @@ -8045,10 +8045,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The striker has more Champions League titles than the winger.", - "The goalkeeper has more league titles than the defender.", - "The winger comes from Africa.", - "The striker plays outside the top five leagues.", - "The goalkeeper has won league titles in Brazil and England." + "The goalkeeper is from Brazil.", + "The defender plays in Spain.", + "The winger has won 3 European Golden Boots.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -8065,9 +8065,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The midfielder plays in Premier League.", - "The striker is from Argentina.", + "The defender is from France.", + "The midfielder plays for Manchester City.", + "The striker has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -8084,10 +8084,10 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", - "The midfielder and winger have won the same number of league titles.", - "The goalkeeper comes from South America.", - "The defender plays in Bundesliga.", + "The defender has more league titles than the goalkeeper.", + "The midfielder and winger have won the same number of Champions League titles.", + "The goalkeeper plays in Premier League.", + "The defender is from Spain.", "The midfielder has won at most 2 league titles." ] }, @@ -8106,10 +8106,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The winger has won 0 league titles.", - "The striker comes from Europe." + "The striker is from England.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -8126,10 +8126,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in LaLiga.", - "The midfielder has won league titles in Portugal.", - "The winger plays in Premier League.", - "The striker is from Norway.", - "The goalkeeper has won league titles in Spain." + "The midfielder is from Portugal.", + "The winger plays for Liverpool.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -8147,9 +8147,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The winger plays in LaLiga." + "The goalkeeper plays in LaLiga.", + "The winger is from France.", + "The defender has not won a league title." ] }, { @@ -8167,10 +8167,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The striker has won league titles in Portugal." + "The goalkeeper is from Belgium.", + "The defender plays in Germany.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -8187,10 +8187,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 1 league title.", - "The midfielder plays in Serie A.", - "The winger is from France.", - "The goalkeeper has won league titles in Spain." + "The defender is from Italy.", + "The midfielder plays for Napoli.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -8208,9 +8208,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", "The midfielder plays in Serie A.", - "The winger has won between 3 and 5 league titles." + "The winger is from Brazil.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -8228,10 +8228,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper and winger were once teammates at Paris Saint-Germain.", - "The midfielder comes from Europe.", - "The striker plays in Italy.", - "The goalkeeper has won league titles in France." + "The winger is from France.", + "The goalkeeper plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -8248,10 +8248,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The winger plays in Ligue 1.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The defender is from Spain.", + "The winger plays for Paris Saint-Germain.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -8269,9 +8269,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder and striker have won the same number of league titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The midfielder has won at most 2 league titles." + "The midfielder plays in LaLiga.", + "The striker is from England.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -8289,10 +8289,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The winger has more Champions League titles than the midfielder.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The goalkeeper has won league titles in Portugal and England." + "The goalkeeper is from Brazil.", + "The midfielder plays in Spain.", + "The winger has won 2 Champions League titles.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -8309,10 +8309,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in England.", - "The winger plays in Premier League.", - "The striker is from Italy.", - "The defender has won 0 league titles." + "The midfielder is from Spain.", + "The winger plays for Liverpool.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -8330,8 +8330,8 @@ "clues": [ "The goalkeeper and midfielder were once teammates at Benfica.", "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The midfielder plays in Ligue 1.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Portugal.", "The winger has won more than 5 league titles." ] }, @@ -8350,10 +8350,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The winger and striker have won the same number of league titles.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in France." + "The goalkeeper is from Brazil.", + "The defender plays in Italy.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -8370,9 +8370,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Ligue 1.", - "The striker is from Spain.", + "The defender is from Netherlands.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won the European Championship.", "The goalkeeper has won 0 league titles." ] }, @@ -8391,9 +8391,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1." + "The defender plays in LaLiga.", + "The winger is from Egypt.", + "The goalkeeper has not won a league title." ] }, { @@ -8411,10 +8411,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Germany.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Poland and Germany." + "The striker is from Poland.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The winger has won more than 5 league titles." ] }, { @@ -8431,10 +8431,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Belgium.", - "The winger plays in Bundesliga.", - "The striker is from England.", - "The goalkeeper has won 0 league titles." + "The midfielder is from Belgium.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -8452,9 +8452,9 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The striker has more league titles than the winger.", - "The goalkeeper and winger have won the same number of Champions League titles.", - "The defender comes from Europe.", - "The striker plays in Premier League." + "The defender plays in Premier League.", + "The striker is from Norway.", + "The winger has not won a league title." ] }, { @@ -8472,10 +8472,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", + "The defender is from Germany.", "The midfielder plays in England.", - "The striker has won 0 league titles." + "The striker has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -8492,9 +8492,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won league titles in Germany.", - "The midfielder plays in Serie A.", - "The winger is from France.", + "The defender is from France.", + "The midfielder plays for AC Milan.", + "The winger has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -8513,8 +8513,8 @@ "clues": [ "The defender has more league titles than the midfielder.", "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", "The midfielder plays in LaLiga.", + "The defender is from Italy.", "The winger has won at most 2 league titles." ] }, @@ -8531,12 +8531,12 @@ }, "fixedPosition": "DEF", "clues": [ - "The midfielder has more Champions League titles than the goalkeeper.", + "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Spain and Italy." + "The goalkeeper is from Brazil.", + "The midfielder plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -8553,9 +8553,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Argentina.", + "The defender is from Germany.", + "The winger plays for Real Madrid.", + "The striker has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -8572,11 +8572,11 @@ }, "fixedPosition": "WING", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more league titles than the defender.", "The striker has more league titles than the midfielder.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The midfielder has won at most 2 league titles." + "The goalkeeper plays in Premier League.", + "The striker is from Poland.", + "The defender has not won a league title." ] }, { @@ -8592,12 +8592,12 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", - "The midfielder has more league titles than the winger.", - "The goalkeeper comes from South America.", + "The goalkeeper has more Champions League titles than the defender.", + "The midfielder and winger play for the same club.", + "The goalkeeper is from Brazil.", "The defender plays in Germany.", - "The midfielder has won league titles in Portugal and France.", - "The winger comes from Europe." + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -8614,10 +8614,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 2 league titles.", - "The winger plays in Ligue 1.", - "The striker is from Norway.", - "The defender has won 1 league title." + "The midfielder is from Spain.", + "The winger plays for Paris Saint-Germain.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -8635,8 +8635,8 @@ "clues": [ "The goalkeeper has more league titles than the midfielder.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Ligue 1.", + "The goalkeeper plays in LaLiga.", + "The midfielder is from Spain.", "The winger has not won a league title." ] }, @@ -8655,10 +8655,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", + "The goalkeeper is from Belgium.", "The winger plays in England.", - "The striker has won league titles in Portugal." + "The defender has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -8675,10 +8675,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Serie A.", - "The striker is from Canada.", - "The goalkeeper has won league titles in Spain." + "The defender is from Spain.", + "The midfielder plays for Napoli.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -8696,8 +8696,8 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in LaLiga.", + "The defender is from Italy.", "The midfielder has won at most 2 league titles." ] }, @@ -8716,10 +8716,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The striker has more league titles than the winger.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Italy." + "The defender is from Portugal.", + "The midfielder plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -8736,10 +8736,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Croatia.", - "The winger plays in Premier League.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Croatia.", + "The winger plays for Liverpool.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -8757,9 +8757,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Bundesliga.", - "The winger has won more than 5 league titles." + "The striker plays in Bundesliga.", + "The goalkeeper is from Italy.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -8776,11 +8776,11 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", - "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The striker has won league titles in Austria and England." + "The midfielder and striker play for the same club.", + "The striker is from Norway.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -8797,10 +8797,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Ligue 1.", - "The winger is from France.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Netherlands.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -8818,9 +8818,9 @@ "clues": [ "The defender and midfielder have won the same number of league titles.", "The winger has more league titles than the striker.", - "The defender and winger have won the same number of Champions League titles.", - "The midfielder comes from Europe.", - "The striker plays in Premier League." + "The defender plays in LaLiga.", + "The winger is from Brazil.", + "The midfielder has won at most 2 league titles." ] }, { @@ -8838,10 +8838,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", + "The goalkeeper is from Brazil.", "The winger plays in Spain.", - "The striker has won league titles in France." + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -8858,9 +8858,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The winger plays in Ligue 1.", - "The striker is from Spain.", + "The defender is from Italy.", + "The winger plays for Paris Saint-Germain.", + "The striker has won the European Championship.", "The goalkeeper has won league titles in Portugal." ] }, @@ -8877,10 +8877,10 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more league titles than the goalkeeper.", - "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", + "The goalkeeper and defender play for the same club.", + "The midfielder has more league titles than the striker.", "The defender plays in Premier League.", + "The goalkeeper is from Georgia.", "The midfielder has won more than 5 league titles." ] }, @@ -8899,10 +8899,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in Spain." + "The defender is from Germany.", + "The winger plays in Spain.", + "The goalkeeper has won 0 Champions League titles.", + "The midfielder has won more than 5 league titles." ] }, { @@ -8919,10 +8919,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won league titles in Belgium.", - "The winger plays in LaLiga.", - "The striker is from England.", - "The defender has won league titles in Germany." + "The midfielder is from Belgium.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -8940,9 +8940,9 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won at most 2 league titles." + "The striker plays in Premier League.", + "The goalkeeper is from Georgia.", + "The midfielder has won at most 2 league titles." ] }, { @@ -8960,10 +8960,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The winger and striker have won the same number of Champions League titles.", - "The defender has won league titles in Scotland.", - "The goalkeeper comes from Europe.", + "The defender is from Netherlands.", "The winger plays in Germany.", - "The striker has won 0 league titles." + "The striker has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -8980,10 +8980,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 1 league title.", - "The midfielder plays in Serie A.", - "The striker is from Sweden.", - "The goalkeeper has won 2 league titles." + "The defender is from Germany.", + "The midfielder plays for AC Milan.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -9001,9 +9001,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", - "The midfielder has won at most 2 league titles." + "The midfielder plays in LaLiga.", + "The winger is from Egypt.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -9021,10 +9021,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The winger and striker were once teammates at Juventus.", - "The midfielder has more league titles than the defender.", - "The winger comes from Europe.", - "The striker plays outside the top five leagues.", - "The defender has won league titles in Italy." + "The defender is from Italy.", + "The midfielder plays in England.", + "The winger has won 1 Champions League title.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -9041,9 +9041,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The midfielder has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Argentina.", + "The midfielder is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -9060,11 +9060,11 @@ }, "fixedPosition": "MID", "clues": [ - "The defender has more league titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The winger plays in Premier League." + "The goalkeeper plays in Premier League.", + "The striker is from Poland.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -9080,12 +9080,12 @@ }, "fixedPosition": "WING", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in England.", - "The midfielder has won league titles in Portugal and France.", - "The striker comes from Europe." + "The goalkeeper is from Brazil.", + "The striker plays in Germany.", + "The defender has won 0 Champions League titles.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -9102,9 +9102,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Ligue 1.", - "The winger is from France.", + "The defender is from Spain.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -9123,8 +9123,8 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", + "The defender plays in Premier League.", + "The midfielder is from Hungary.", "The winger has won at most 2 league titles." ] }, @@ -9143,10 +9143,10 @@ "clues": [ "The goalkeeper and midfielder were once teammates at Genk.", "The winger and striker have won the same number of Champions League titles.", - "The midfielder has more league titles than the goalkeeper.", - "The winger comes from Europe.", - "The striker plays in England.", - "The goalkeeper has won league titles in Spain and England." + "The goalkeeper is from Belgium.", + "The midfielder plays in Italy.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -9163,10 +9163,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 0 league titles.", - "The winger plays in LaLiga.", - "The striker is from Canada.", - "The goalkeeper has won league titles in Spain." + "The defender is from France.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -9184,8 +9184,8 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and striker were once teammates at Real Madrid.", - "The goalkeeper comes from Europe.", - "The defender plays in Bundesliga.", + "The goalkeeper plays in LaLiga.", + "The defender is from Spain.", "The midfielder has won at most 2 league titles." ] }, @@ -9204,10 +9204,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", + "The goalkeeper is from Belgium.", "The midfielder plays in Italy.", - "The winger has won league titles in Italy and France." + "The defender has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -9224,10 +9224,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Poland.", - "The defender has won league titles in Portugal." + "The midfielder is from England.", + "The winger plays for Paris Saint-Germain.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -9245,9 +9245,9 @@ "clues": [ "The goalkeeper has more league titles than the midfielder.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in France.", - "The midfielder comes from Europe.", - "The winger plays in LaLiga." + "The midfielder plays in LaLiga.", + "The winger is from Brazil.", + "The striker has won at most 2 league titles." ] }, { @@ -9265,10 +9265,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper and winger were once teammates at Paris Saint-Germain.", - "The defender comes from Europe.", + "The winger is from France.", "The striker plays in England.", - "The goalkeeper has won league titles in France." + "The goalkeeper has won 0 Champions League titles.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -9285,10 +9285,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Ligue 1.", - "The striker is from Italy.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -9306,8 +9306,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Netherlands.", "The midfielder has won between 3 and 5 league titles." ] }, @@ -9326,10 +9326,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The striker has more league titles than the winger.", - "The defender has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in France." + "The defender is from Germany.", + "The midfielder plays in France.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -9346,9 +9346,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 2 league titles.", - "The winger plays in Premier League.", - "The striker is from Spain.", + "The midfielder is from Spain.", + "The winger plays for Liverpool.", + "The striker has won the European Championship.", "The goalkeeper has won league titles in Portugal." ] }, @@ -9367,9 +9367,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The winger plays in Bundesliga." + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", + "The winger has won more than 5 league titles." ] }, { @@ -9385,12 +9385,12 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", - "The striker has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", + "The goalkeeper and defender play for the same club.", + "The midfielder and striker have won the same number of Champions League titles.", + "The defender is from Netherlands.", "The midfielder plays in Italy.", - "The striker has won league titles in Poland and Germany." + "The striker has won 2 European Golden Boots.", + "The goalkeeper has not won a league title." ] }, { @@ -9407,10 +9407,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Serie A.", - "The winger is from England.", - "The goalkeeper has won 0 league titles." + "The defender is from Germany.", + "The midfielder plays for Napoli.", + "The winger has won 0 league titles.", + "The winger plays in Premier League." ] }, { @@ -9428,9 +9428,9 @@ "clues": [ "The defender has more league titles than the midfielder.", "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won between 3 and 5 league titles." + "The winger plays in Premier League.", + "The striker is from Norway.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -9448,10 +9448,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", + "The midfielder is from Croatia.", "The winger plays in Spain.", - "The striker has won 0 league titles." + "The goalkeeper has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -9468,10 +9468,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 2 league titles.", - "The winger plays in Ligue 1.", - "The striker is from Sweden.", - "The goalkeeper has won 2 league titles." + "The defender is from Netherlands.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -9489,9 +9489,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in Premier League." + "The defender plays in LaLiga.", + "The midfielder is from Spain.", + "The striker has won at most 2 league titles." ] }, { @@ -9509,10 +9509,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in Spain." + "The winger is from Brazil.", + "The defender plays in Italy.", + "The midfielder has won the Ballon d'Or.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -9529,9 +9529,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Bundesliga.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Argentina.", + "The midfielder is from Portugal.", + "The winger plays for Real Madrid.", + "The striker has won the World Cup.", "The defender has won league titles in Portugal." ] }, @@ -9550,8 +9550,8 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Ligue 1.", + "The striker plays in LaLiga.", + "The midfielder is from Portugal.", "The winger has won at most 2 league titles." ] }, @@ -9568,12 +9568,12 @@ }, "fixedPosition": "MID", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Germany." + "The goalkeeper is from Brazil.", + "The striker plays in Germany.", + "The defender has won 1 Champions League title.", + "The winger has won at most 2 league titles." ] }, { @@ -9590,10 +9590,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The midfielder plays in Ligue 1.", - "The striker is from Norway.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -9609,11 +9609,11 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", - "The midfielder has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The defender plays in Bundesliga.", - "The midfielder has won more than 5 league titles." + "The defender has more league titles than the goalkeeper.", + "The midfielder and winger play for the same club.", + "The goalkeeper plays in Premier League.", + "The winger is from Egypt.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -9631,10 +9631,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won league titles in Switzerland.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Portugal." + "The midfielder is from Belgium.", + "The defender plays in England.", + "The winger has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -9651,10 +9651,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in LaLiga.", - "The midfielder has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Canada.", - "The goalkeeper has won league titles in Spain." + "The midfielder is from Norway.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -9672,9 +9672,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The winger plays in Premier League." + "The goalkeeper plays in LaLiga.", + "The defender is from France.", + "The winger has not won a league title." ] }, { @@ -9692,10 +9692,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", + "The goalkeeper is from Belgium.", "The midfielder plays in Italy.", - "The striker has won league titles in Italy." + "The defender has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -9712,9 +9712,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 1 league title.", - "The midfielder plays in LaLiga.", - "The winger is from France.", + "The defender is from Italy.", + "The midfielder plays for Real Madrid.", + "The winger has won the World Cup.", "The goalkeeper has won league titles in Spain." ] }, @@ -9731,11 +9731,11 @@ }, "fixedPosition": "GK", "clues": [ - "The defender and midfielder have won the same number of Champions League titles.", + "The defender and midfielder play for the same club.", "The winger and striker have won the same number of league titles.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won at most 2 league titles." + "The striker plays in Bundesliga.", + "The defender is from Portugal.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -9751,12 +9751,12 @@ }, "fixedPosition": "DEF", "clues": [ - "The midfielder has more Champions League titles than the goalkeeper.", - "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in France.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Austria and England." + "The goalkeeper and midfielder play for the same club.", + "The striker has more Champions League titles than the winger.", + "The striker is from Norway.", + "The goalkeeper plays in England.", + "The midfielder has won the Ballon d'Or.", + "The winger has not won a league title." ] }, { @@ -9773,10 +9773,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The winger plays in LaLiga.", - "The striker is from Italy.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The winger plays for Real Madrid.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -9794,8 +9794,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", "The midfielder has won between 3 and 5 league titles." ] }, @@ -9814,10 +9814,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder and winger were once teammates at Napoli.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The goalkeeper has won league titles in Portugal and England." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -9834,9 +9834,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in LaLiga.", - "The midfielder has won league titles in Austria.", - "The winger plays in Ligue 1.", - "The striker is from Spain.", + "The midfielder is from Hungary.", + "The winger plays for Paris Saint-Germain.", + "The striker has won the European Championship.", "The defender has won 1 league title." ] }, @@ -9855,9 +9855,9 @@ "clues": [ "The goalkeeper has more league titles than the midfielder.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in LaLiga." + "The goalkeeper plays in Premier League.", + "The winger is from Brazil.", + "The midfielder has won more than 5 league titles." ] }, { @@ -9875,10 +9875,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The winger plays in Spain.", - "The striker has won league titles in Poland and Germany." + "The striker has won 2 European Golden Boots.", + "The defender has won at most 2 league titles." ] }, { @@ -9895,10 +9895,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Premier League.", - "The striker is from England.", - "The goalkeeper has won 0 league titles." + "The defender is from Netherlands.", + "The midfielder plays for Arsenal.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -9916,9 +9916,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The defender plays in LaLiga.", + "The midfielder is from Croatia.", + "The goalkeeper has not won a league title." ] }, { @@ -9936,10 +9936,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The winger and striker have won the same number of league titles.", - "The defender has won league titles in Germany.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won 0 league titles." + "The midfielder is from Croatia.", + "The defender plays in Italy.", + "The winger has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -9956,10 +9956,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from Sweden.", - "The goalkeeper has won 0 league titles." + "The midfielder is from England.", + "The winger plays for Liverpool.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -9977,9 +9977,9 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The winger plays in Bundesliga." + "The defender plays in Premier League.", + "The winger is from France.", + "The striker has won at most 2 league titles." ] }, { @@ -9997,10 +9997,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", + "The defender is from Portugal.", "The midfielder plays in France.", - "The striker has won league titles in Spain and Italy." + "The goalkeeper has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -10017,10 +10017,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 0 league titles.", - "The midfielder plays in Ligue 1.", - "The winger is from England.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won 0 league titles.", + "The winger plays in Premier League." ] }, { @@ -10038,9 +10038,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", - "The winger has won between 3 and 5 league titles." + "The winger plays in Premier League.", + "The striker is from Poland.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -10057,11 +10057,11 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", - "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Germany." + "The winger and striker play for the same club.", + "The striker is from England.", + "The midfielder plays in France.", + "The winger has won 1 Champions League title.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -10078,10 +10078,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The winger plays in Bundesliga.", - "The striker is from Norway.", - "The goalkeeper has won 2 league titles." + "The defender is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -10097,11 +10097,11 @@ }, "fixedPosition": "WING", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more league titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The midfielder has won more than 5 league titles." + "The goalkeeper plays in Premier League.", + "The midfielder is from Belgium.", + "The defender has not won a league title." ] }, { @@ -10117,12 +10117,12 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The midfielder plays in Italy.", - "The winger has won league titles in Spain." + "The winger has won 2 Champions League titles.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -10139,10 +10139,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Canada.", - "The defender has won 1 league title." + "The midfielder is from Norway.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -10160,9 +10160,9 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in Ligue 1." + "The goalkeeper plays in LaLiga.", + "The midfielder is from Croatia.", + "The winger has won at most 2 league titles." ] }, { @@ -10180,10 +10180,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The winger and striker have won the same number of league titles.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Italy." + "The goalkeeper is from Belgium.", + "The defender plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -10200,10 +10200,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Portugal.", - "The midfielder plays in LaLiga.", - "The striker is from Poland.", - "The goalkeeper has won league titles in Spain." + "The defender is from Spain.", + "The midfielder plays for Real Madrid.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -10221,9 +10221,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The midfielder has won between 3 and 5 league titles." + "The goalkeeper plays in LaLiga.", + "The winger is from France.", + "The defender has won at most 2 league titles." ] }, { @@ -10241,10 +10241,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The striker has more league titles than the winger.", - "The defender has won league titles in Scotland.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Austria and England." + "The defender is from Netherlands.", + "The striker plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -10261,10 +10261,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Portugal.", - "The winger plays in Bundesliga.", - "The striker is from Italy.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -10281,9 +10281,9 @@ "fixedPosition": "MID", "clues": [ "The defender has more league titles than the goalkeeper.", - "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", + "The winger and striker play for the same club.", + "The goalkeeper plays in Premier League.", + "The defender is from France.", "The winger has not won a league title." ] }, @@ -10302,10 +10302,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", + "The goalkeeper is from Italy.", "The defender plays in Italy.", - "The midfielder has won league titles in Italy and France.", - "The striker comes from North America." + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -10322,9 +10322,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Premier League.", - "The winger is from France.", + "The defender is from Netherlands.", + "The midfielder plays for Liverpool.", + "The winger has won the World Cup.", "The goalkeeper has won league titles in Portugal." ] }, @@ -10343,8 +10343,8 @@ "clues": [ "The defender and midfielder were once teammates at Chelsea.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", - "The midfielder plays in Serie A.", + "The defender plays in LaLiga.", + "The midfielder is from Belgium.", "The winger has won at most 2 league titles." ] }, @@ -10363,10 +10363,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Poland and Germany." + "The goalkeeper is from Brazil.", + "The midfielder plays in Italy.", + "The striker has won 2 European Golden Boots.", + "The winger has not won a league title." ] }, { @@ -10383,10 +10383,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The winger plays in Premier League.", - "The striker is from England.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Italy.", + "The winger plays for Liverpool.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -10402,11 +10402,11 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more league titles than the goalkeeper.", + "The goalkeeper and defender play for the same club.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The defender plays in Premier League.", + "The midfielder is from Croatia.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -10424,10 +10424,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", + "The defender is from Germany.", "The midfielder plays in Spain.", - "The winger has won league titles in Italy and France." + "The goalkeeper has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -10444,10 +10444,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won league titles in England.", - "The winger plays in Ligue 1.", - "The striker is from Sweden.", - "The defender has won league titles in Germany." + "The midfielder is from Spain.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -10465,9 +10465,9 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in LaLiga." + "The winger plays in LaLiga.", + "The goalkeeper is from Georgia.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -10485,10 +10485,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Spain and Italy." + "The winger is from France.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -10505,9 +10505,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Ligue 1.", - "The striker is from Argentina.", + "The defender is from Portugal.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -10526,9 +10526,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder and winger have won the same number of league titles.", - "The goalkeeper comes from Europe.", "The defender plays in Premier League.", - "The midfielder has won at most 2 league titles." + "The midfielder is from Spain.", + "The winger has won at most 2 league titles." ] }, { @@ -10546,10 +10546,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Germany." + "The winger is from Brazil.", + "The striker plays in Germany.", + "The defender has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -10566,10 +10566,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The midfielder has won league titles in Austria.", - "The winger plays in LaLiga.", - "The striker is from Norway.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Hungary.", + "The winger plays for Real Madrid.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -10585,11 +10585,11 @@ }, "fixedPosition": "MID", "clues": [ - "The defender has more league titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The winger plays in Bundesliga." + "The goalkeeper plays in Premier League.", + "The defender is from Portugal.", + "The winger has won more than 5 league titles." ] }, { @@ -10605,12 +10605,12 @@ }, "fixedPosition": "WING", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", - "The midfielder and striker have won the same number of league titles.", - "The goalkeeper comes from South America.", + "The goalkeeper has more Champions League titles than the defender.", + "The midfielder and striker play for the same club.", + "The goalkeeper is from Brazil.", "The defender plays in England.", - "The midfielder has won league titles in Netherlands.", - "The striker comes from Europe." + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -10627,10 +10627,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Premier League.", - "The winger is from England.", - "The goalkeeper has won 2 league titles." + "The defender is from Spain.", + "The midfielder plays for Arsenal.", + "The winger has won 0 league titles.", + "The winger plays in Premier League." ] }, { @@ -10648,9 +10648,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger and striker were once teammates at Chelsea.", - "The defender comes from Europe.", "The midfielder plays in Serie A.", - "The winger has won between 3 and 5 league titles." + "The winger is from Egypt.", + "The defender has won at most 2 league titles." ] }, { @@ -10666,12 +10666,12 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper has more Champions League titles than the midfielder.", - "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Italy." + "The goalkeeper and midfielder play for the same club.", + "The winger has more Champions League titles than the striker.", + "The goalkeeper is from Belgium.", + "The midfielder plays in Spain.", + "The winger has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -10688,10 +10688,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 0 league titles.", - "The winger plays in Bundesliga.", - "The striker is from Poland.", - "The goalkeeper has won league titles in Spain." + "The defender is from France.", + "The winger plays for Bayern Munich.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -10709,9 +10709,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in Premier League." + "The goalkeeper plays in LaLiga.", + "The striker is from England.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -10729,10 +10729,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The winger has won league titles in Switzerland and England." + "The goalkeeper is from Belgium.", + "The winger plays in England.", + "The defender has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -10749,10 +10749,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Portugal.", - "The winger plays in LaLiga.", - "The striker is from Italy.", - "The defender has won 2 league titles." + "The midfielder is from Portugal.", + "The winger plays for Real Madrid.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -10770,8 +10770,8 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Ligue 1.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Spain.", "The winger has won at most 2 league titles." ] }, @@ -10790,10 +10790,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in France." + "The goalkeeper is from Italy.", + "The defender plays in Italy.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -10810,9 +10810,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Premier League.", - "The striker is from Spain.", + "The defender is from Italy.", + "The midfielder plays for Liverpool.", + "The striker has won the European Championship.", "The goalkeeper has won 2 league titles." ] }, @@ -10831,8 +10831,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder and winger have won the same number of league titles.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Netherlands.", "The midfielder has won more than 5 league titles." ] }, @@ -10851,10 +10851,10 @@ "clues": [ "The defender and midfielder have won the same number of league titles.", "The striker has more Champions League titles than the winger.", - "The defender has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Poland and Germany." + "The defender is from Germany.", + "The striker plays in Spain.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -10871,10 +10871,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Croatia.", - "The winger plays in Ligue 1.", - "The striker is from England.", - "The goalkeeper has won league titles in Portugal." + "The midfielder is from Croatia.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -10892,9 +10892,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The winger plays in LaLiga." + "The goalkeeper plays in Premier League.", + "The winger is from Brazil.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -10910,12 +10910,12 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", - "The midfielder has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", + "The goalkeeper and defender play for the same club.", + "The midfielder has more Champions League titles than the striker.", + "The defender is from Netherlands.", "The midfielder plays in Spain.", - "The striker has won 0 league titles." + "The goalkeeper has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -10932,9 +10932,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Premier League.", - "The winger is from France.", + "The defender is from Germany.", + "The midfielder plays for Manchester City.", + "The winger has won the World Cup.", "The goalkeeper has won 0 league titles." ] }, @@ -10953,8 +10953,8 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger and striker have won the same number of league titles.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", + "The defender plays in Premier League.", + "The midfielder is from Portugal.", "The winger has won at most 2 league titles." ] }, @@ -10973,10 +10973,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Spain and Italy." + "The goalkeeper is from Georgia.", + "The midfielder plays in France.", + "The winger has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -10993,9 +10993,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from Argentina.", + "The defender is from Italy.", + "The winger plays for Liverpool.", + "The striker has won the World Cup.", "The goalkeeper has won 0 league titles." ] }, @@ -11014,9 +11014,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1." + "The striker plays in LaLiga.", + "The defender is from Portugal.", + "The midfielder has won at most 2 league titles." ] }, { @@ -11034,10 +11034,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in England.", - "The midfielder has won league titles in Austria and Germany.", - "The winger comes from Europe." + "The defender is from France.", + "The midfielder plays in England.", + "The winger has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -11054,10 +11054,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Bundesliga.", - "The midfielder has won league titles in Austria.", - "The winger plays in Premier League.", - "The striker is from Norway.", - "The defender has won league titles in Portugal." + "The midfielder is from Hungary.", + "The winger plays for Arsenal.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -11075,9 +11075,9 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The midfielder comes from Europe.", - "The winger plays in LaLiga." + "The midfielder plays in Serie A.", + "The winger is from Brazil.", + "The striker has not won a league title." ] }, { @@ -11093,12 +11093,12 @@ }, "fixedPosition": "MID", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The winger plays in Spain.", - "The striker has won league titles in Portugal." + "The defender has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -11115,10 +11115,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The midfielder plays in Serie A.", - "The striker is from Canada.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for AC Milan.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -11134,11 +11134,11 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The defender has more league titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper comes from South America.", - "The defender plays in Bundesliga.", - "The midfielder has won at most 2 league titles." + "The goalkeeper plays in Premier League.", + "The midfielder is from England.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -11156,10 +11156,10 @@ "clues": [ "The defender and midfielder have won the same number of league titles.", "The winger has more Champions League titles than the striker.", - "The defender has won league titles in Switzerland.", - "The midfielder comes from Europe.", + "The midfielder is from England.", "The winger plays in Spain.", - "The striker has won league titles in Italy." + "The defender has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -11176,10 +11176,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in LaLiga.", - "The midfielder has won league titles in England.", - "The winger plays in LaLiga.", - "The striker is from Poland.", - "The goalkeeper has won league titles in Spain." + "The midfielder is from Spain.", + "The winger plays for Real Madrid.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -11197,9 +11197,9 @@ "clues": [ "The goalkeeper and defender were once teammates at Chelsea.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in LaLiga.", - "The winger has won at most 2 league titles." + "The goalkeeper plays in LaLiga.", + "The defender is from Germany.", + "The striker has won at most 2 league titles." ] }, { @@ -11217,10 +11217,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The striker has more Champions League titles than the midfielder.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The striker has won league titles in Austria and England." + "The goalkeeper is from Belgium.", + "The striker plays in England.", + "The defender has won 1 Champions League title.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -11237,10 +11237,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 2 league titles.", - "The midfielder plays in Ligue 1.", - "The winger is from England.", - "The goalkeeper has won league titles in Spain." + "The defender is from Italy.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won 0 league titles.", + "The winger plays in Premier League." ] }, { @@ -11258,9 +11258,9 @@ "clues": [ "The defender and midfielder have won the same number of league titles.", "The winger has more league titles than the striker.", - "The defender and winger have won the same number of Champions League titles.", - "The midfielder comes from Europe.", - "The striker plays in Premier League." + "The defender plays in Premier League.", + "The winger is from Egypt.", + "The midfielder has won at most 2 league titles." ] }, { @@ -11278,10 +11278,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper and winger were once teammates at Paris Saint-Germain.", - "The midfielder comes from Europe.", - "The striker plays in Italy.", - "The goalkeeper has won league titles in France." + "The goalkeeper is from Italy.", + "The midfielder plays in England.", + "The winger has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -11298,9 +11298,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The winger plays in Bundesliga.", - "The striker is from Spain.", + "The defender is from France.", + "The winger plays for Bayern Munich.", + "The striker has won the European Championship.", "The goalkeeper has won 2 league titles." ] }, @@ -11319,9 +11319,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", - "The midfielder has won more than 5 league titles." + "The midfielder plays in Serie A.", + "The goalkeeper is from Italy.", + "The defender has won at most 2 league titles." ] }, { @@ -11339,10 +11339,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in Switzerland and England." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The winger has won 3 European Golden Boots.", + "The midfielder has won at most 2 league titles." ] }, { @@ -11359,10 +11359,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in LaLiga.", - "The midfielder has won league titles in Croatia.", - "The winger plays in Bundesliga.", - "The striker is from England.", - "The defender has won 1 league title." + "The midfielder is from Croatia.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -11380,9 +11380,9 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The midfielder plays in LaLiga.", - "The winger has won at most 2 league titles." + "The goalkeeper plays in Premier League.", + "The midfielder is from England.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -11400,10 +11400,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The winger plays in France.", - "The striker has won 0 league titles." + "The goalkeeper is from Brazil.", + "The defender plays in Italy.", + "The winger has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -11420,10 +11420,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Premier League.", - "The striker is from Sweden.", - "The goalkeeper has won 0 league titles." + "The defender is from Netherlands.", + "The midfielder plays for Manchester City.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -11441,9 +11441,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1." + "The winger plays in LaLiga.", + "The goalkeeper is from Georgia.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -11461,10 +11461,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Spain and Italy." + "The defender is from France.", + "The midfielder plays in France.", + "The winger has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -11481,9 +11481,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 2 league titles.", - "The winger plays in Ligue 1.", - "The striker is from Argentina.", + "The midfielder is from Spain.", + "The winger plays for Paris Saint-Germain.", + "The striker has won the World Cup.", "The goalkeeper has won 0 league titles." ] }, @@ -11502,9 +11502,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The winger has won between 3 and 5 league titles." + "The winger plays in LaLiga.", + "The striker is from Poland.", + "The goalkeeper has not won a league title." ] }, { @@ -11522,10 +11522,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The striker has won league titles in Germany." + "The striker is from England.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -11542,10 +11542,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 0 league titles.", - "The midfielder plays in Serie A.", - "The winger is from Georgia.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for Napoli.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -11563,8 +11563,8 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", + "The defender plays in Bundesliga.", + "The midfielder is from Norway.", "The winger has won at most 2 league titles." ] }, @@ -11582,11 +11582,11 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", - "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The midfielder plays in England.", - "The winger has won 0 league titles.", - "The striker comes from Europe." + "The winger and striker play for the same club.", + "The midfielder is from Norway.", + "The winger plays in England.", + "The striker has won the European Golden Boot.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -11603,10 +11603,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The winger plays in Premier League.", - "The striker is from Canada.", - "The goalkeeper has won 2 league titles." + "The defender is from Portugal.", + "The winger plays for Liverpool.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -11622,11 +11622,11 @@ }, "fixedPosition": "WING", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more league titles than the defender.", "The striker has more league titles than the midfielder.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The midfielder has won at most 2 league titles." + "The goalkeeper plays in Premier League.", + "The midfielder is from England.", + "The defender has not won a league title." ] }, { @@ -11642,12 +11642,12 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in Germany." + "The goalkeeper is from Brazil.", + "The defender plays in Germany.", + "The midfielder has won the Ballon d'Or.", + "The winger has won at most 2 league titles." ] }, { @@ -11664,10 +11664,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in England.", - "The winger plays in Premier League.", - "The striker is from Poland.", - "The defender has won 1 league title." + "The midfielder is from Spain.", + "The winger plays for Arsenal.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -11685,9 +11685,9 @@ "clues": [ "The goalkeeper has more league titles than the midfielder.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in Premier League." + "The goalkeeper plays in LaLiga.", + "The winger is from Egypt.", + "The striker has won at most 2 league titles." ] }, { @@ -11705,10 +11705,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Chelsea.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper has more league titles than the defender.", - "The winger comes from Europe.", - "The striker plays in England.", - "The goalkeeper has won league titles in Spain and England." + "The goalkeeper is from Belgium.", + "The defender plays in Spain.", + "The striker has won the European Golden Boot.", + "The winger has won more than 5 league titles." ] }, { @@ -11725,10 +11725,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Germany.", - "The midfielder plays in Ligue 1.", - "The striker is from Italy.", - "The goalkeeper has won league titles in Spain." + "The defender is from France.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -11746,8 +11746,8 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", + "The goalkeeper plays in LaLiga.", + "The defender is from Italy.", "The midfielder has won more than 5 league titles." ] }, @@ -11764,12 +11764,12 @@ }, "fixedPosition": "GK", "clues": [ - "The defender has more Champions League titles than the midfielder.", - "The winger has more league titles than the striker.", - "The defender has won league titles in Scotland.", - "The midfielder comes from Europe.", + "The defender and midfielder play for the same club.", + "The winger has more Champions League titles than the striker.", + "The defender is from Netherlands.", "The winger plays in Spain.", - "The striker has won league titles in France." + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -11786,9 +11786,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Belgium.", - "The winger plays in LaLiga.", - "The striker is from Spain.", + "The midfielder is from Belgium.", + "The winger plays for Real Madrid.", + "The striker has won the European Championship.", "The goalkeeper has won 2 league titles." ] }, @@ -11807,8 +11807,8 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", + "The goalkeeper plays in Premier League.", + "The defender is from France.", "The winger has won at most 2 league titles." ] }, @@ -11827,10 +11827,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in Italy.", - "The striker has won league titles in Poland and Germany." + "The midfielder is from Croatia.", + "The striker plays in Spain.", + "The goalkeeper has won 0 Champions League titles.", + "The defender has won at most 2 league titles." ] }, { @@ -11847,9 +11847,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Serie A.", - "The winger is from Brazil.", + "The defender is from Netherlands.", + "The midfielder plays for AC Milan.", + "The winger has won the Copa América.", "The goalkeeper has won league titles in Portugal." ] }, @@ -11866,10 +11866,10 @@ }, "fixedPosition": "GK", "clues": [ - "The defender and midfielder have won the same number of league titles.", - "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", - "The midfielder plays in LaLiga.", + "The defender and midfielder play for the same club.", + "The winger has more league titles than the striker.", + "The defender plays in LaLiga.", + "The midfielder is from England.", "The winger has won more than 5 league titles." ] }, @@ -11886,12 +11886,12 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", - "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won 0 league titles." + "The goalkeeper and midfielder play for the same club.", + "The winger has more Champions League titles than the striker.", + "The goalkeeper is from Brazil.", + "The midfielder plays in England.", + "The winger has won 1 Champions League title.", + "The striker has not won a league title." ] }, { @@ -11908,10 +11908,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The winger plays in Bundesliga.", - "The striker is from Sweden.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Spain.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -11929,8 +11929,8 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", "The midfielder has won at most 2 league titles." ] }, @@ -11949,10 +11949,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder and winger have won the same number of league titles.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The winger has won league titles in Switzerland and England." + "The winger is from Egypt.", + "The goalkeeper plays in England.", + "The defender has won 1 Champions League title.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -11969,9 +11969,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 2 league titles.", - "The winger plays in Bundesliga.", - "The striker is from Argentina.", + "The midfielder is from Spain.", + "The winger plays for Bayern Munich.", + "The striker has won the World Cup.", "The defender has won 0 league titles." ] }, @@ -11988,11 +11988,11 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", + "The goalkeeper and midfielder play for the same club.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won at most 2 league titles." + "The striker plays in LaLiga.", + "The goalkeeper is from Georgia.", + "The midfielder has won more than 5 league titles." ] }, { @@ -12010,10 +12010,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in England.", - "The winger has won 0 league titles.", - "The striker comes from Europe." + "The striker is from England.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -12030,10 +12030,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Serie A.", - "The striker is from Norway.", - "The goalkeeper has won 2 league titles." + "The defender is from Portugal.", + "The midfielder plays for Napoli.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -12051,8 +12051,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The winger plays in LaLiga.", + "The defender is from France.", "The midfielder has won at most 2 league titles." ] }, @@ -12071,10 +12071,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Portugal." + "The midfielder is from Croatia.", + "The defender plays in Germany.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -12091,10 +12091,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The midfielder has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Canada.", - "The goalkeeper has won 2 league titles." + "The midfielder is from England.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -12110,11 +12110,11 @@ }, "fixedPosition": "MID", "clues": [ - "The defender has more league titles than the goalkeeper.", - "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The winger has won between 3 and 5 league titles." + "The goalkeeper and defender have won the same number of Champions League titles.", + "The striker has more league titles than the winger.", + "The goalkeeper plays in Premier League.", + "The winger is from Brazil.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -12130,12 +12130,12 @@ }, "fixedPosition": "WING", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The striker has won league titles in Italy." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The midfielder has won the Ballon d'Or.", + "The striker has won at most 2 league titles." ] }, { @@ -12152,10 +12152,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The midfielder plays in Ligue 1.", - "The winger is from Georgia.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -12173,9 +12173,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", - "The winger has won at most 2 league titles." + "The striker plays in Bundesliga.", + "The defender is from Italy.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -12193,10 +12193,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the midfielder.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The midfielder comes from Europe.", + "The goalkeeper is from Belgium.", "The winger plays in Spain.", - "The striker has won league titles in Austria and England." + "The striker has won the European Golden Boot.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -12213,10 +12213,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from Italy.", - "The goalkeeper has won league titles in Spain." + "The defender is from Germany.", + "The winger plays for Liverpool.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -12234,8 +12234,8 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", + "The goalkeeper plays in LaLiga.", + "The defender is from France.", "The midfielder has won more than 5 league titles." ] }, @@ -12254,10 +12254,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", + "The goalkeeper is from Belgium.", "The midfielder plays in Italy.", - "The winger has won league titles in Germany." + "The defender has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -12274,9 +12274,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Belgium.", - "The winger plays in Premier League.", - "The striker is from Spain.", + "The midfielder is from Belgium.", + "The winger plays for Arsenal.", + "The striker has won the European Championship.", "The defender has won 2 league titles." ] }, @@ -12295,9 +12295,9 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won between 3 and 5 league titles." + "The winger plays in Premier League.", + "The goalkeeper is from Italy.", + "The midfielder has won at most 2 league titles." ] }, { @@ -12315,10 +12315,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Poland and Germany." + "The striker is from Poland.", + "The goalkeeper plays in England.", + "The defender has won 1 Champions League title.", + "The winger has won more than 5 league titles." ] }, { @@ -12335,10 +12335,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in LaLiga.", - "The striker is from England.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The midfielder plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -12356,8 +12356,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Netherlands.", "The midfielder has won at most 2 league titles." ] }, @@ -12376,10 +12376,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Spain.", - "The midfielder comes from Europe.", + "The defender is from Germany.", "The winger plays in Spain.", - "The striker has won 0 league titles." + "The midfielder has won the Ballon d'Or.", + "The striker has not won a league title." ] }, { @@ -12396,10 +12396,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Sweden.", - "The goalkeeper has won league titles in Portugal." + "The midfielder is from Portugal.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -12417,8 +12417,8 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in Bundesliga.", + "The goalkeeper plays in Premier League.", + "The defender is from Spain.", "The winger has won at most 2 league titles." ] }, @@ -12437,10 +12437,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The striker has won league titles in Spain and Italy." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -12457,9 +12457,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Ligue 1.", - "The winger is from Brazil.", + "The defender is from Portugal.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won the Copa América.", "The goalkeeper has won 0 league titles." ] }, @@ -12478,9 +12478,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won more than 5 league titles." + "The winger plays in LaLiga.", + "The striker is from Poland.", + "The defender has not won a league title." ] }, { @@ -12498,10 +12498,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Germany." + "The midfielder is from Belgium.", + "The striker plays in Germany.", + "The goalkeeper has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -12518,10 +12518,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Norway.", - "The goalkeeper has won 0 league titles." + "The defender is from Italy.", + "The winger plays for Paris Saint-Germain.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -12539,9 +12539,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The defender plays in Premier League.", - "The midfielder has won at most 2 league titles." + "The midfielder is from Norway.", + "The striker has not won a league title." ] }, { @@ -12559,10 +12559,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in Italy.", - "The winger has won league titles in Switzerland and England." + "The midfielder is from Croatia.", + "The winger plays in England.", + "The defender has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -12579,10 +12579,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Bundesliga.", - "The midfielder has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Canada.", - "The defender has won league titles in Portugal." + "The midfielder is from England.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -12600,9 +12600,9 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The midfielder comes from Europe.", - "The winger plays in Bundesliga." + "The midfielder plays in Premier League.", + "The winger is from France.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -12618,12 +12618,12 @@ }, "fixedPosition": "MID", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Italy." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -12640,10 +12640,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Ligue 1.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The defender is from Germany.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -12659,11 +12659,11 @@ }, "fixedPosition": "ST", "clues": [ - "The defender has more league titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1." + "The goalkeeper plays in Premier League.", + "The defender is from France.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -12681,10 +12681,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender has won league titles in Italy.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Austria and England." + "The striker is from Norway.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -12701,10 +12701,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in LaLiga.", - "The midfielder has won league titles in Austria.", - "The winger plays in Ligue 1.", - "The striker is from Italy.", - "The goalkeeper has won league titles in Spain." + "The midfielder is from Hungary.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -12722,8 +12722,8 @@ "clues": [ "The goalkeeper and defender were once teammates at Chelsea.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in LaLiga.", + "The goalkeeper plays in LaLiga.", + "The defender is from Germany.", "The winger has won between 3 and 5 league titles." ] }, @@ -12742,10 +12742,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder has more Champions League titles than the striker.", - "The goalkeeper and midfielder were once teammates at Genk.", - "The defender comes from Europe.", - "The striker plays in Italy.", - "The goalkeeper has won league titles in Spain and England." + "The goalkeeper is from Belgium.", + "The midfielder plays in Italy.", + "The defender has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -12762,10 +12762,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 2 league titles.", - "The midfielder plays in Premier League.", - "The winger is from Georgia.", - "The goalkeeper has won league titles in Spain." + "The defender is from Italy.", + "The midfielder plays for Arsenal.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -12783,8 +12783,8 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", - "The midfielder plays in Serie A.", + "The defender plays in Premier League.", + "The midfielder is from Croatia.", "The winger has won at most 2 league titles." ] }, @@ -12803,10 +12803,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in France.", - "The midfielder comes from Europe.", + "The midfielder is from Croatia.", "The winger plays in Spain.", - "The striker has won league titles in Poland and Germany." + "The striker has won 2 European Golden Boots.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -12823,10 +12823,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The winger plays in LaLiga.", - "The striker is from England.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -12844,9 +12844,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", - "The midfielder has won between 3 and 5 league titles." + "The striker plays in Premier League.", + "The goalkeeper is from Italy.", + "The defender has won at most 2 league titles." ] }, { @@ -12864,10 +12864,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder and winger have won the same number of league titles.", - "The goalkeeper comes from Europe.", + "The goalkeeper is from Italy.", "The defender plays in England.", - "The midfielder has won league titles in France.", - "The winger comes from Europe." + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -12884,10 +12884,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from Sweden.", - "The defender has won league titles in Portugal." + "The midfielder is from Portugal.", + "The winger plays for Arsenal.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -12905,9 +12905,9 @@ "clues": [ "The goalkeeper has more league titles than the midfielder.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Premier League." + "The goalkeeper plays in Premier League.", + "The winger is from Egypt.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -12925,10 +12925,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The striker has more Champions League titles than the winger.", - "The goalkeeper has more league titles than the defender.", - "The winger comes from Europe.", - "The striker plays outside the top five leagues.", - "The goalkeeper has won league titles in Portugal and England." + "The goalkeeper is from Brazil.", + "The defender plays in Germany.", + "The winger has won 1 Champions League title.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -12945,9 +12945,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Premier League.", - "The striker is from Argentina.", + "The defender is from Italy.", + "The midfielder plays for Liverpool.", + "The striker has won the World Cup.", "The goalkeeper has won league titles in Portugal." ] }, @@ -12966,8 +12966,8 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Portugal.", "The midfielder has won more than 5 league titles." ] }, @@ -12986,10 +12986,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won 0 league titles.", - "The midfielder comes from Europe.", + "The midfielder is from Belgium.", "The winger plays in England.", - "The striker has won league titles in Germany." + "The striker has won 0 Champions League titles.", + "The defender has not won a league title." ] }, { @@ -13006,10 +13006,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Norway.", - "The goalkeeper has won 0 league titles." + "The midfielder is from Norway.", + "The winger plays for Bayern Munich.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -13027,8 +13027,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", "The winger has won at most 2 league titles." ] }, @@ -13047,10 +13047,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder and striker have won the same number of league titles.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in Spain.", - "The striker has won league titles in Portugal." + "The midfielder is from England.", + "The defender plays in England.", + "The striker has won the European Golden Boot.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -13067,9 +13067,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 0 league titles.", - "The midfielder plays in LaLiga.", - "The winger is from Brazil.", + "The defender is from France.", + "The midfielder plays for Real Madrid.", + "The winger has won the Copa América.", "The goalkeeper has won 2 league titles." ] }, @@ -13088,9 +13088,9 @@ "clues": [ "The defender and midfielder have won the same number of league titles.", "The winger has more league titles than the striker.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in LaLiga." + "The winger plays in LaLiga.", + "The defender is from Spain.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -13108,10 +13108,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger and striker have won the same number of league titles.", - "The goalkeeper comes from Europe.", - "The midfielder plays in France.", - "The winger has won league titles in Italy and France.", - "The striker comes from South America." + "The midfielder is from Portugal.", + "The winger plays in France.", + "The striker has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -13128,10 +13128,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The winger plays in Ligue 1.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The defender is from Netherlands.", + "The winger plays for Paris Saint-Germain.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -13149,9 +13149,9 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in LaLiga.", - "The midfielder has won between 3 and 5 league titles." + "The goalkeeper plays in Premier League.", + "The defender is from Germany.", + "The striker has won at most 2 league titles." ] }, { @@ -13167,12 +13167,12 @@ }, "fixedPosition": "ST", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The winger has won league titles in France and Spain." + "The goalkeeper is from Brazil.", + "The winger plays in Spain.", + "The defender has won 1 Champions League title.", + "The midfielder has won at most 2 league titles." ] }, { @@ -13189,10 +13189,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won league titles in Austria.", - "The winger plays in Bundesliga.", - "The striker is from Italy.", - "The defender has won 2 league titles." + "The midfielder is from Hungary.", + "The winger plays for Bayern Munich.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -13210,8 +13210,8 @@ "clues": [ "The goalkeeper and midfielder were once teammates at Genk.", "The winger and striker have won the same number of league titles.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Serie A.", + "The goalkeeper plays in LaLiga.", + "The midfielder is from Belgium.", "The winger has won at most 2 league titles." ] }, @@ -13230,10 +13230,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Chelsea.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper has more league titles than the defender.", - "The winger comes from Europe.", - "The striker plays in Italy.", - "The goalkeeper has won league titles in Spain and England." + "The goalkeeper is from Belgium.", + "The defender plays in Spain.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -13250,9 +13250,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Germany.", - "The midfielder plays in Premier League.", - "The striker is from Spain.", + "The defender is from France.", + "The midfielder plays for Arsenal.", + "The striker has won the European Championship.", "The goalkeeper has won league titles in Spain." ] }, @@ -13271,9 +13271,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The goalkeeper plays in LaLiga.", + "The midfielder is from Croatia.", + "The defender has won at most 2 league titles." ] }, { @@ -13291,10 +13291,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender has won league titles in Scotland.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Poland and Germany." + "The defender is from Netherlands.", + "The midfielder plays in Spain.", + "The striker has won 2 European Golden Boots.", + "The winger has won at most 2 league titles." ] }, { @@ -13311,10 +13311,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from England.", - "The goalkeeper has won 2 league titles." + "The midfielder is from England.", + "The winger plays for Arsenal.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -13332,9 +13332,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", - "The winger has won between 3 and 5 league titles." + "The winger plays in Premier League.", + "The striker is from Norway.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -13352,10 +13352,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The defender and midfielder were once teammates at Benfica.", - "The goalkeeper comes from Europe.", - "The striker plays in Italy.", - "The goalkeeper has won league titles in France." + "The goalkeeper is from Italy.", + "The defender plays in Germany.", + "The midfielder has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -13372,10 +13372,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Ligue 1.", - "The winger is from Georgia.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -13393,8 +13393,8 @@ "clues": [ "The defender has more league titles than the midfielder.", "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", + "The defender plays in Premier League.", + "The midfielder is from Spain.", "The winger has won at most 2 league titles." ] }, @@ -13413,10 +13413,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the midfielder.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", + "The goalkeeper is from Brazil.", "The winger plays in Spain.", - "The striker has won league titles in Spain and Italy." + "The midfielder has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -13433,9 +13433,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The winger plays in LaLiga.", - "The striker is from Argentina.", + "The defender is from Spain.", + "The winger plays for Real Madrid.", + "The striker has won the World Cup.", "The goalkeeper has won league titles in Portugal." ] }, @@ -13454,9 +13454,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The midfielder has won more than 5 league titles." + "The goalkeeper plays in Premier League.", + "The midfielder is from Belgium.", + "The striker has won more than 5 league titles." ] }, { @@ -13474,10 +13474,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in France." + "The goalkeeper is from Georgia.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -13494,10 +13494,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Norway.", - "The defender has won 0 league titles." + "The midfielder is from Norway.", + "The winger plays for Real Madrid.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -13515,9 +13515,9 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in Premier League." + "The midfielder plays in Serie A.", + "The winger is from Egypt.", + "The goalkeeper has not won a league title." ] }, { @@ -13535,10 +13535,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Portugal." + "The goalkeeper is from Georgia.", + "The defender plays in England.", + "The winger has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -13555,10 +13555,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Premier League.", - "The striker is from Canada.", - "The goalkeeper has won 2 league titles." + "The defender is from Portugal.", + "The midfielder plays for Manchester City.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -13576,9 +13576,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from Europe.", "The defender plays in Premier League.", - "The midfielder has won between 3 and 5 league titles." + "The midfielder is from Spain.", + "The winger has not won a league title." ] }, { @@ -13596,10 +13596,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Germany.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Italy." + "The winger is from Egypt.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -13616,10 +13616,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The midfielder has won league titles in Portugal.", - "The winger plays in Bundesliga.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -13635,11 +13635,11 @@ }, "fixedPosition": "MID", "clues": [ - "The goalkeeper and defender have won the same number of league titles.", - "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The winger has won at most 2 league titles." + "The goalkeeper and defender play for the same club.", + "The winger and striker have won the same number of league titles.", + "The goalkeeper plays in Premier League.", + "The defender is from Netherlands.", + "The striker has won at most 2 league titles." ] }, { @@ -13657,10 +13657,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The striker has more Champions League titles than the midfielder.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The striker plays in England.", - "The goalkeeper has won league titles in Brazil and England." + "The goalkeeper is from Brazil.", + "The defender plays in Spain.", + "The striker has won the European Golden Boot.", + "The midfielder has won at most 2 league titles." ] }, { @@ -13677,9 +13677,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The midfielder plays in Premier League.", - "The winger is from Brazil.", + "The defender is from France.", + "The midfielder plays for Liverpool.", + "The winger has won the Copa América.", "The goalkeeper has won 2 league titles." ] }, @@ -13698,9 +13698,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won league titles in Italy.", - "The midfielder comes from Europe.", - "The winger plays in LaLiga." + "The midfielder plays in Serie A.", + "The winger is from France.", + "The defender has won at most 2 league titles." ] }, { @@ -13718,10 +13718,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in France." + "The goalkeeper is from Belgium.", + "The midfielder plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -13738,9 +13738,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Spain.", + "The defender is from Germany.", + "The winger plays for Paris Saint-Germain.", + "The striker has won the European Championship.", "The goalkeeper has won league titles in Spain." ] }, @@ -13759,9 +13759,9 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The goalkeeper plays in LaLiga.", + "The midfielder is from Croatia.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -13778,11 +13778,11 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper has more Champions League titles than the defender.", - "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", + "The midfielder and winger play for the same club.", + "The goalkeeper is from Belgium.", "The midfielder plays in Spain.", - "The winger has won league titles in France and Spain." + "The winger has won 1 Champions League title.", + "The defender has won at most 2 league titles." ] }, { @@ -13799,10 +13799,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in England.", - "The winger plays in Ligue 1.", - "The striker is from England.", - "The defender has won 2 league titles." + "The midfielder is from Spain.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -13820,9 +13820,9 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Ligue 1.", - "The winger has won at most 2 league titles." + "The striker plays in Premier League.", + "The goalkeeper is from Italy.", + "The midfielder has won at most 2 league titles." ] }, { @@ -13840,10 +13840,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger and striker have won the same number of league titles.", - "The goalkeeper comes from Europe.", + "The goalkeeper is from Italy.", "The defender plays in England.", - "The winger has won 0 league titles.", - "The striker comes from Europe." + "The winger has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -13860,10 +13860,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Ligue 1.", - "The striker is from Sweden.", - "The goalkeeper has won 2 league titles." + "The defender is from Spain.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -13881,8 +13881,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", "The midfielder has won at most 2 league titles." ] }, @@ -13901,10 +13901,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The striker has more league titles than the winger.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Spain and Italy." + "The defender is from Portugal.", + "The midfielder plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -13921,9 +13921,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Austria.", - "The winger plays in Premier League.", - "The striker is from Argentina.", + "The midfielder is from Hungary.", + "The winger plays for Arsenal.", + "The striker has won the World Cup.", "The goalkeeper has won league titles in Portugal." ] }, @@ -13942,9 +13942,9 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The striker has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The defender plays in Bundesliga.", - "The winger has won between 3 and 5 league titles." + "The goalkeeper plays in Premier League.", + "The winger is from Egypt.", + "The striker has won more than 5 league titles." ] }, { @@ -13962,10 +13962,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder and striker have won the same number of league titles.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The striker has won league titles in Germany." + "The goalkeeper is from Brazil.", + "The striker plays in Germany.", + "The defender has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -13982,10 +13982,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Serie A.", - "The winger is from France.", - "The goalkeeper has won 0 league titles." + "The defender is from Portugal.", + "The midfielder plays for AC Milan.", + "The winger has won 1 league title.", + "The winger plays in Bundesliga." ] }, { @@ -14003,8 +14003,8 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", "The midfielder plays in LaLiga.", + "The defender is from France.", "The winger has won at most 2 league titles." ] }, @@ -14023,10 +14023,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", + "The midfielder is from England.", "The winger plays in Spain.", - "The striker has won league titles in Portugal." + "The goalkeeper has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -14043,10 +14043,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Canada.", - "The goalkeeper has won 0 league titles." + "The defender is from Italy.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -14064,9 +14064,9 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The striker has more league titles than the midfielder.", - "The goalkeeper and midfielder have won the same number of Champions League titles.", - "The defender comes from Europe.", - "The striker plays in Super Lig." + "The defender plays in Premier League.", + "The midfielder is from Portugal.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -14083,11 +14083,11 @@ "fixedPosition": "ST", "clues": [ "The defender has more Champions League titles than the goalkeeper.", - "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", + "The midfielder and winger play for the same club.", + "The defender is from Germany.", "The midfielder plays in France.", - "The winger has won league titles in France." + "The winger has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -14104,10 +14104,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won league titles in Portugal.", - "The winger plays in LaLiga.", - "The striker is from Poland.", - "The defender has won league titles in Germany." + "The midfielder is from Portugal.", + "The winger plays for Real Madrid.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -14125,9 +14125,9 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Ligue 1.", - "The winger has won more than 5 league titles." + "The winger plays in LaLiga.", + "The striker is from England.", + "The midfielder has won at most 2 league titles." ] }, { @@ -14143,12 +14143,12 @@ }, "fixedPosition": "MID", "clues": [ - "The goalkeeper and defender have won the same number of league titles.", + "The goalkeeper and defender play for the same club.", "The striker has more Champions League titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Austria and England." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The striker has won the European Golden Boot.", + "The winger has won at most 2 league titles." ] }, { @@ -14165,10 +14165,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Serie A.", - "The striker is from Italy.", - "The goalkeeper has won 2 league titles." + "The defender is from Germany.", + "The midfielder plays for Napoli.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -14184,11 +14184,11 @@ }, "fixedPosition": "ST", "clues": [ - "The defender has more league titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The goalkeeper plays in Premier League.", + "The midfielder is from Belgium.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -14206,10 +14206,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender has won league titles in Italy.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in France." + "The winger is from Egypt.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -14226,9 +14226,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in LaLiga.", - "The midfielder has won league titles in Croatia.", - "The winger plays in Bundesliga.", - "The striker is from Spain.", + "The midfielder is from Croatia.", + "The winger plays for Bayern Munich.", + "The striker has won the European Championship.", "The goalkeeper has won league titles in Spain." ] }, @@ -14247,8 +14247,8 @@ "clues": [ "The goalkeeper and defender were once teammates at Chelsea.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in LaLiga.", + "The goalkeeper plays in LaLiga.", + "The defender is from Germany.", "The winger has won at most 2 league titles." ] }, @@ -14267,10 +14267,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder and striker were once teammates at Borussia Dortmund.", - "The goalkeeper has more Champions League titles than the defender.", - "The midfielder comes from Europe.", - "The striker plays in Spain.", - "The goalkeeper has won league titles in Spain and England." + "The goalkeeper is from Belgium.", + "The midfielder plays in Spain.", + "The striker has won 2 European Golden Boots.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -14287,10 +14287,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 2 league titles.", - "The midfielder plays in Premier League.", - "The winger is from Egypt.", - "The goalkeeper has won league titles in Spain." + "The defender is from Italy.", + "The midfielder plays for Manchester City.", + "The winger has won league titles in Switzerland.", + "The winger plays in Premier League." ] }, { @@ -14308,9 +14308,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", - "The winger has won more than 5 league titles." + "The striker plays in Premier League.", + "The defender is from Italy.", + "The midfielder has won at most 2 league titles." ] }, { @@ -14328,10 +14328,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", + "The goalkeeper is from Italy.", "The midfielder plays in France.", - "The winger has won league titles in Italy and France.", - "The striker comes from Europe." + "The winger has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -14348,10 +14348,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The winger plays in Ligue 1.", - "The striker is from Sweden.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -14369,8 +14369,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Bundesliga.", + "The goalkeeper plays in Premier League.", + "The defender is from Spain.", "The midfielder has won at most 2 league titles." ] }, @@ -14389,10 +14389,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper and winger were once teammates at Paris Saint-Germain.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The goalkeeper has won league titles in France." + "The winger is from France.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The midfielder has won more than 5 league titles." ] }, { @@ -14409,9 +14409,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Belgium.", - "The winger plays in Ligue 1.", - "The striker is from Argentina.", + "The midfielder is from Belgium.", + "The winger plays for Paris Saint-Germain.", + "The striker has won the World Cup.", "The defender has won league titles in Portugal." ] }, @@ -14430,9 +14430,9 @@ "clues": [ "The goalkeeper has more league titles than the midfielder.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Ligue 1." + "The goalkeeper plays in Premier League.", + "The striker is from Poland.", + "The midfielder has won at most 2 league titles." ] }, { @@ -14450,10 +14450,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The winger has more Champions League titles than the striker.", - "The goalkeeper has more league titles than the defender.", - "The winger comes from South America.", - "The striker plays in Germany.", - "The goalkeeper has won league titles in Portugal and England." + "The goalkeeper is from Brazil.", + "The winger plays in Spain.", + "The striker has won 0 Champions League titles.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -14470,10 +14470,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Serie A.", - "The striker is from Norway.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Italy.", + "The midfielder plays for AC Milan.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -14491,9 +14491,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The midfielder has won at most 2 league titles." + "The midfielder plays in LaLiga.", + "The goalkeeper is from Georgia.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -14511,10 +14511,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The winger and striker have won the same number of league titles.", - "The defender has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Portugal." + "The defender is from France.", + "The midfielder plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -14531,10 +14531,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in England.", - "The winger plays in Premier League.", - "The striker is from Canada.", - "The goalkeeper has won 0 league titles." + "The midfielder is from Spain.", + "The winger plays for Arsenal.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -14552,9 +14552,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", - "The winger has won between 3 and 5 league titles." + "The winger plays in Premier League.", + "The goalkeeper is from Georgia.", + "The defender has won at most 2 league titles." ] }, { @@ -14572,10 +14572,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder and striker have won the same number of Champions League titles.", - "The defender has won league titles in Scotland.", - "The goalkeeper comes from Europe.", + "The defender is from Netherlands.", "The midfielder plays in France.", - "The striker has won league titles in Italy." + "The striker has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -14592,10 +14592,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 1 league title.", - "The midfielder plays in Ligue 1.", - "The winger is from France.", - "The goalkeeper has won 2 league titles." + "The defender is from Germany.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won 1 league title.", + "The winger plays in Bundesliga." ] }, { @@ -14613,9 +14613,9 @@ "clues": [ "The defender has more league titles than the midfielder.", "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", - "The winger has not won a league title." + "The striker plays in Bundesliga.", + "The defender is from France.", + "The midfielder has won at most 2 league titles." ] }, { @@ -14633,10 +14633,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Austria and England." + "The winger is from Egypt.", + "The striker plays in England.", + "The midfielder has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -14653,10 +14653,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The winger plays in LaLiga.", - "The striker is from Italy.", - "The goalkeeper has won 2 league titles." + "The defender is from Netherlands.", + "The winger plays for Real Madrid.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -14674,8 +14674,8 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The midfielder and striker have won the same number of league titles.", - "The goalkeeper comes from South America.", - "The defender plays in LaLiga.", + "The goalkeeper plays in Premier League.", + "The defender is from Germany.", "The midfielder has won at most 2 league titles." ] }, @@ -14692,12 +14692,12 @@ }, "fixedPosition": "ST", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The midfielder plays in Italy.", - "The winger has won league titles in France." + "The defender has won 1 Champions League title.", + "The winger has won at most 2 league titles." ] }, { @@ -14714,9 +14714,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won league titles in Croatia.", - "The winger plays in LaLiga.", - "The striker is from Spain.", + "The midfielder is from Croatia.", + "The winger plays for Real Madrid.", + "The striker has won the European Championship.", "The defender has won 2 league titles." ] }, @@ -14733,11 +14733,11 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper has more league titles than the midfielder.", + "The goalkeeper and midfielder play for the same club.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in LaLiga." + "The goalkeeper plays in LaLiga.", + "The midfielder is from England.", + "The winger has won more than 5 league titles." ] }, { @@ -14755,10 +14755,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Chelsea.", "The striker has more Champions League titles than the winger.", - "The goalkeeper has more league titles than the defender.", - "The winger comes from Europe.", - "The striker plays in Spain.", - "The goalkeeper has won league titles in Spain and England." + "The goalkeeper is from Belgium.", + "The defender plays in Spain.", + "The striker has won 2 European Golden Boots.", + "The winger has won at most 2 league titles." ] }, { @@ -14775,10 +14775,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 0 league titles.", - "The midfielder plays in Ligue 1.", - "The striker is from England.", - "The goalkeeper has won league titles in Spain." + "The defender is from France.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -14796,9 +14796,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1." + "The goalkeeper plays in LaLiga.", + "The winger is from Brazil.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -14816,10 +14816,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender and winger were once teammates at Roma.", - "The midfielder comes from Europe.", - "The striker plays in Italy.", - "The defender has won league titles in Switzerland." + "The winger is from Egypt.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -14836,10 +14836,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 2 league titles.", - "The winger plays in Bundesliga.", - "The striker is from Sweden.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Spain.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -14857,8 +14857,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger and striker have won the same number of league titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from France.", "The winger has won at most 2 league titles." ] }, @@ -14877,10 +14877,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper and striker were once teammates at AC Milan.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The goalkeeper has won league titles in France." + "The goalkeeper is from Italy.", + "The defender plays in Germany.", + "The midfielder has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -14897,10 +14897,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Serie A.", - "The winger is from Egypt.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The midfielder plays for Napoli.", + "The winger has won league titles in Switzerland.", + "The winger plays in Premier League." ] }, { @@ -14918,9 +14918,9 @@ "clues": [ "The defender has more league titles than the midfielder.", "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won more than 5 league titles." + "The striker plays in LaLiga.", + "The defender is from Portugal.", + "The midfielder has won at most 2 league titles." ] }, { @@ -14937,11 +14937,11 @@ "fixedPosition": "DEF", "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", - "The winger and striker have won the same number of league titles.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Germany." + "The winger and striker play for the same club.", + "The goalkeeper is from Brazil.", + "The midfielder plays in Italy.", + "The striker has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -14958,10 +14958,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The winger plays in Premier League.", - "The striker is from Norway.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Spain.", + "The winger plays for Arsenal.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -14979,9 +14979,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in LaLiga." + "The goalkeeper plays in Premier League.", + "The midfielder is from England.", + "The defender has won at most 2 league titles." ] }, { @@ -14999,10 +14999,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in France and Spain." + "The winger is from France.", + "The goalkeeper plays in England.", + "The defender has won 1 Champions League title.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -15019,10 +15019,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in LaLiga.", - "The midfielder has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Canada.", - "The defender has won 1 league title." + "The midfielder is from Portugal.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -15040,8 +15040,8 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Ligue 1.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Portugal.", "The winger has won at most 2 league titles." ] }, @@ -15060,10 +15060,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Italy." + "The winger is from Brazil.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -15080,10 +15080,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 2 league titles.", - "The midfielder plays in Ligue 1.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The defender is from Netherlands.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -15101,9 +15101,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The defender plays in LaLiga.", - "The midfielder has won more than 5 league titles." + "The midfielder is from Hungary.", + "The winger has won at most 2 league titles." ] }, { @@ -15121,10 +15121,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender has won league titles in Germany.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Austria and England." + "The midfielder is from Belgium.", + "The striker plays in England.", + "The defender has won 1 Champions League title.", + "The winger has won at most 2 league titles." ] }, { @@ -15141,10 +15141,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The midfielder has won league titles in Belgium.", - "The winger plays in Premier League.", - "The striker is from Italy.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Belgium.", + "The winger plays for Arsenal.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -15160,11 +15160,11 @@ }, "fixedPosition": "MID", "clues": [ - "The goalkeeper and defender have won the same number of league titles.", + "The goalkeeper and defender play for the same club.", "The winger has more league titles than the striker.", - "The goalkeeper and winger were once teammates at Roma.", - "The defender comes from Europe.", - "The striker plays in Premier League." + "The goalkeeper plays in Premier League.", + "The defender is from Netherlands.", + "The winger has won between 3 and 5 league titles." ] }, { @@ -15182,10 +15182,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The midfielder has more Champions League titles than the striker.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The striker plays in Italy.", - "The goalkeeper has won league titles in Brazil and England." + "The goalkeeper is from Brazil.", + "The defender plays in Spain.", + "The midfielder has won the Ballon d'Or.", + "The striker has won at most 2 league titles." ] }, { @@ -15202,10 +15202,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The midfielder plays in LaLiga.", - "The winger is from France.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for Real Madrid.", + "The winger has won 1 league title.", + "The winger plays in Bundesliga." ] }, { @@ -15223,8 +15223,8 @@ "clues": [ "The defender has more league titles than the midfielder.", "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", "The midfielder plays in LaLiga.", + "The defender is from Italy.", "The winger has not won a league title." ] }, @@ -15243,10 +15243,10 @@ "clues": [ "The goalkeeper and midfielder were once teammates at Atletico Madrid.", "The winger and striker have won the same number of Champions League titles.", - "The midfielder has more league titles than the goalkeeper.", - "The winger comes from Africa.", - "The striker plays in Spain.", - "The goalkeeper has won league titles in Spain and England." + "The goalkeeper is from Belgium.", + "The winger plays in England.", + "The striker has won 2 European Golden Boots.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -15263,10 +15263,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Portugal.", - "The winger plays in Bundesliga.", - "The striker is from England.", - "The goalkeeper has won league titles in Spain." + "The defender is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -15284,9 +15284,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1." + "The goalkeeper plays in LaLiga.", + "The striker is from Norway.", + "The defender has not won a league title." ] }, { @@ -15303,11 +15303,11 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper has more Champions League titles than the defender.", - "The midfielder and winger have won the same number of league titles.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The winger has won league titles in France." + "The midfielder and winger play for the same club.", + "The goalkeeper is from Belgium.", + "The defender plays in Germany.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -15324,10 +15324,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 2 league titles.", - "The winger plays in LaLiga.", - "The striker is from Sweden.", - "The defender has won 1 league title." + "The midfielder is from Spain.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -15345,9 +15345,9 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won more than 5 league titles." + "The winger plays in LaLiga.", + "The goalkeeper is from Italy.", + "The midfielder has won more than 5 league titles." ] }, { @@ -15365,10 +15365,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper and striker were once teammates at AC Milan.", - "The defender comes from Europe.", - "The winger plays in France.", - "The goalkeeper has won league titles in France." + "The goalkeeper is from Italy.", + "The defender plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -15385,9 +15385,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Premier League.", - "The striker is from Argentina.", + "The defender is from Spain.", + "The midfielder plays for Arsenal.", + "The striker has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -15406,9 +15406,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The midfielder has won at most 2 league titles." + "The winger plays in LaLiga.", + "The goalkeeper is from Italy.", + "The defender has won at most 2 league titles." ] }, { @@ -15426,10 +15426,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", + "The midfielder is from Croatia.", "The winger plays in Spain.", - "The striker has won league titles in Germany." + "The striker has won 0 Champions League titles.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -15446,10 +15446,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Norway.", - "The goalkeeper has won league titles in Portugal." + "The midfielder is from England.", + "The winger plays for Paris Saint-Germain.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -15467,8 +15467,8 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in Bundesliga.", + "The goalkeeper plays in Premier League.", + "The defender is from Spain.", "The winger has won at most 2 league titles." ] }, @@ -15487,10 +15487,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The striker has won league titles in Portugal." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The midfielder has won the Ballon d'Or.", + "The striker has won at most 2 league titles." ] }, { @@ -15507,10 +15507,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Ligue 1.", - "The winger is from Egypt.", - "The goalkeeper has won 0 league titles." + "The defender is from Netherlands.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won league titles in Switzerland.", + "The winger plays in Premier League." ] }, { @@ -15528,8 +15528,8 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger and striker were once teammates at Juventus.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", + "The defender plays in LaLiga.", + "The midfielder is from Portugal.", "The winger has won more than 5 league titles." ] }, @@ -15548,10 +15548,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", + "The goalkeeper is from Georgia.", "The midfielder plays in France.", - "The winger has won league titles in Germany.", - "The striker comes from South America." + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -15568,10 +15568,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The winger plays in Premier League.", - "The striker is from Poland.", - "The goalkeeper has won 0 league titles." + "The defender is from Italy.", + "The winger plays for Arsenal.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -15589,8 +15589,8 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The defender plays in Premier League.", + "The striker is from England.", "The midfielder has won more than 5 league titles." ] }, @@ -15609,10 +15609,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", + "The defender is from Germany.", "The midfielder plays in Italy.", - "The winger has won league titles in France and Italy." + "The winger has won 1 Champions League title.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -15629,10 +15629,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Italy.", - "The defender has won league titles in Germany." + "The midfielder is from Norway.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -15650,9 +15650,9 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The midfielder plays in Serie A.", - "The winger has won at most 2 league titles." + "The winger is from France.", + "The striker has won at most 2 league titles." ] }, { @@ -15668,12 +15668,12 @@ }, "fixedPosition": "MID", "clues": [ - "The goalkeeper and defender have won the same number of league titles.", + "The goalkeeper and defender play for the same club.", "The winger has more Champions League titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in France." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The winger has won 2 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -15690,9 +15690,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in LaLiga.", - "The striker is from Spain.", + "The defender is from Germany.", + "The midfielder plays for Real Madrid.", + "The striker has won the European Championship.", "The goalkeeper has won 2 league titles." ] }, @@ -15709,11 +15709,11 @@ }, "fixedPosition": "ST", "clues": [ - "The defender has more league titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in Premier League." + "The goalkeeper plays in Premier League.", + "The defender is from France.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -15731,10 +15731,10 @@ "clues": [ "The defender and midfielder were once teammates at Benfica.", "The striker has more Champions League titles than the winger.", - "The defender has more league titles than the midfielder.", - "The winger comes from Europe.", - "The striker plays in Spain.", - "The defender has won league titles in Portugal and Germany." + "The striker is from Poland.", + "The defender plays in Germany.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -15751,10 +15751,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from England.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Portugal.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -15772,9 +15772,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The winger has won more than 5 league titles." + "The goalkeeper plays in LaLiga.", + "The winger is from France.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -15792,10 +15792,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The striker has won 0 league titles." + "The goalkeeper is from Belgium.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -15812,10 +15812,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Premier League.", - "The winger is from France.", - "The goalkeeper has won league titles in Spain." + "The defender is from Spain.", + "The midfielder plays for Liverpool.", + "The winger has won 1 league title.", + "The winger plays in Bundesliga." ] }, { @@ -15833,8 +15833,8 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", + "The defender plays in Premier League.", + "The midfielder is from Hungary.", "The winger has not won a league title." ] }, @@ -15853,10 +15853,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The winger and striker were once teammates at Chelsea.", - "The midfielder has more league titles than the goalkeeper.", - "The winger comes from Africa.", - "The striker plays outside the top five leagues.", - "The goalkeeper has won league titles in France." + "The midfielder is from Belgium.", + "The winger plays in England.", + "The goalkeeper has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -15873,9 +15873,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The winger plays in Bundesliga.", - "The striker is from Argentina.", + "The defender is from France.", + "The winger plays for Bayern Munich.", + "The striker has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -15894,9 +15894,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the midfielder.", - "The goalkeeper comes from Europe.", - "The defender plays in Bundesliga.", - "The midfielder has won more than 5 league titles." + "The midfielder plays in Serie A.", + "The striker is from Poland.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -15914,10 +15914,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in Italy.", - "The winger has won 0 league titles." + "The midfielder is from Croatia.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -15934,10 +15934,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from Norway.", - "The defender has won league titles in Portugal." + "The midfielder is from England.", + "The winger plays for Liverpool.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -15953,11 +15953,11 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", + "The goalkeeper and midfielder play for the same club.", "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The midfielder plays in Premier League.", - "The winger has won more than 5 league titles." + "The goalkeeper plays in Premier League.", + "The winger is from France.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -15975,10 +15975,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Portugal." + "The goalkeeper is from Brazil.", + "The defender plays in Italy.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -15995,10 +15995,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Ligue 1.", - "The striker is from Canada.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Italy.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -16014,11 +16014,11 @@ }, "fixedPosition": "ST", "clues": [ - "The defender has more league titles than the goalkeeper.", + "The goalkeeper and defender play for the same club.", "The midfielder and winger have won the same number of league titles.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1." + "The defender plays in Premier League.", + "The winger is from Brazil.", + "The goalkeeper has not won a league title." ] }, { @@ -16036,10 +16036,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Spain.", - "The midfielder comes from Europe.", + "The defender is from Germany.", "The winger plays in Spain.", - "The striker has won league titles in Italy." + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -16056,10 +16056,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Austria.", - "The winger plays in Ligue 1.", - "The striker is from Poland.", - "The goalkeeper has won 0 league titles." + "The midfielder is from Hungary.", + "The winger plays for Paris Saint-Germain.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -16077,9 +16077,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", - "The winger has won at most 2 league titles." + "The striker plays in Bundesliga.", + "The goalkeeper is from Georgia.", + "The defender has won at most 2 league titles." ] }, { @@ -16097,10 +16097,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", + "The defender is from Netherlands.", "The midfielder plays in Italy.", - "The striker has won league titles in Austria and England." + "The striker has won the European Golden Boot.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -16117,10 +16117,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 1 league title.", - "The midfielder plays in Premier League.", - "The winger is from Egypt.", - "The goalkeeper has won 2 league titles." + "The defender is from Germany.", + "The midfielder plays for Arsenal.", + "The winger has won league titles in Switzerland.", + "The winger plays in Premier League." ] }, { @@ -16138,9 +16138,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won league titles in Germany.", - "The midfielder comes from Europe.", - "The winger plays in Bundesliga." + "The midfielder plays in Serie A.", + "The defender is from France.", + "The winger has won more than 5 league titles." ] }, { @@ -16158,10 +16158,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The winger and striker have won the same number of league titles.", - "The goalkeeper has won league titles in Ukraine.", - "The midfielder comes from Europe.", + "The midfielder is from England.", "The winger plays in Germany.", - "The striker has won league titles in France." + "The striker has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -16178,9 +16178,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The winger plays in Premier League.", - "The striker is from Spain.", + "The defender is from Netherlands.", + "The winger plays for Arsenal.", + "The striker has won the European Championship.", "The goalkeeper has won 2 league titles." ] }, @@ -16199,8 +16199,8 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in LaLiga.", + "The goalkeeper plays in Premier League.", + "The defender is from Germany.", "The midfielder has won between 3 and 5 league titles." ] }, @@ -16217,12 +16217,12 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more Champions League titles than the defender.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The winger has won league titles in France and Italy." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has won more than 5 league titles." ] }, { @@ -16239,10 +16239,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Bundesliga.", - "The midfielder has won league titles in Portugal.", - "The winger plays in Bundesliga.", - "The striker is from England.", - "The defender has won league titles in Portugal." + "The midfielder is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -16258,11 +16258,11 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", + "The midfielder has more league titles than the goalkeeper.", "The striker has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The midfielder plays in Ligue 1.", - "The winger has not won a league title." + "The goalkeeper plays in Premier League.", + "The striker is from Norway.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -16280,10 +16280,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", + "The goalkeeper is from Belgium.", "The winger plays in Spain.", - "The striker has won 0 league titles." + "The defender has won 1 Champions League title.", + "The striker has not won a league title." ] }, { @@ -16300,10 +16300,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 0 league titles.", - "The midfielder plays in Premier League.", - "The striker is from Sweden.", - "The goalkeeper has won league titles in Spain." + "The defender is from France.", + "The midfielder plays for Liverpool.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -16321,9 +16321,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The goalkeeper plays in LaLiga.", + "The midfielder is from Belgium.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -16339,12 +16339,12 @@ }, "fixedPosition": "GK", "clues": [ - "The defender and midfielder have won the same number of Champions League titles.", - "The striker has more league titles than the winger.", - "The defender has won league titles in Switzerland.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Spain and Italy." + "The defender and midfielder play for the same club.", + "The striker has more Champions League titles than the winger.", + "The defender is from Italy.", + "The midfielder plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -16361,9 +16361,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Argentina.", + "The midfielder is from Norway.", + "The winger plays for Real Madrid.", + "The striker has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -16382,9 +16382,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The winger has won more than 5 league titles." + "The winger plays in LaLiga.", + "The striker is from Poland.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -16402,10 +16402,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder and striker have won the same number of league titles.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in Spain.", - "The striker has won league titles in Germany." + "The midfielder is from England.", + "The striker plays in Germany.", + "The goalkeeper has won 0 Champions League titles.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -16422,10 +16422,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Premier League.", - "The winger is from France.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The midfielder plays for Manchester City.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -16441,10 +16441,10 @@ }, "fixedPosition": "GK", "clues": [ - "The defender and midfielder have won the same number of Champions League titles.", + "The defender and midfielder play for the same club.", "The winger and striker have won the same number of league titles.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", + "The defender plays in Premier League.", + "The midfielder is from Spain.", "The winger has not won a league title." ] }, @@ -16463,10 +16463,10 @@ "clues": [ "The goalkeeper and midfielder were once teammates at Benfica.", "The winger has more Champions League titles than the striker.", - "The goalkeeper has more league titles than the midfielder.", - "The winger comes from Africa.", - "The striker plays in England.", - "The goalkeeper has won league titles in Portugal and England." + "The goalkeeper is from Brazil.", + "The winger plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -16483,10 +16483,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The winger plays in Bundesliga.", - "The striker is from Canada.", - "The goalkeeper has won league titles in Portugal." + "The defender is from France.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -16504,9 +16504,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1." + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", + "The midfielder has won at most 2 league titles." ] }, { @@ -16522,12 +16522,12 @@ }, "fixedPosition": "ST", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", - "The midfielder has more league titles than the winger.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The winger has won 0 league titles." + "The goalkeeper and defender play for the same club.", + "The midfielder and winger have won the same number of Champions League titles.", + "The defender is from Netherlands.", + "The goalkeeper plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -16544,10 +16544,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in LaLiga.", - "The midfielder has won league titles in Austria.", - "The winger plays in Premier League.", - "The striker is from Poland.", - "The defender has won 1 league title." + "The midfielder is from Hungary.", + "The winger plays for Liverpool.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -16564,10 +16564,10 @@ "fixedPosition": "DEF", "clues": [ "The midfielder has more league titles than the goalkeeper.", - "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in Bundesliga." + "The winger and striker play for the same club.", + "The midfielder plays in Serie A.", + "The striker is from England.", + "The goalkeeper has not won a league title." ] }, { @@ -16585,10 +16585,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Austria and England." + "The striker is from Norway.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -16605,10 +16605,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 2 league titles.", - "The midfielder plays in Serie A.", - "The striker is from Italy.", - "The goalkeeper has won 2 league titles." + "The defender is from Netherlands.", + "The midfielder plays for AC Milan.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -16626,9 +16626,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The defender plays in LaLiga.", + "The midfielder is from Croatia.", + "The winger has won between 3 and 5 league titles." ] }, { @@ -16646,10 +16646,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender and striker were once teammates at Lille.", - "The midfielder comes from Europe.", + "The midfielder is from England.", "The winger plays in Spain.", - "The defender has won league titles in Germany and Italy." + "The defender has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -16666,9 +16666,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The midfielder has won league titles in England.", - "The winger plays in Ligue 1.", - "The striker is from Spain.", + "The midfielder is from Spain.", + "The winger plays for Paris Saint-Germain.", + "The striker has won the European Championship.", "The goalkeeper has won 2 league titles." ] }, @@ -16687,9 +16687,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger and striker have won the same number of league titles.", - "The goalkeeper comes from Europe.", "The defender plays in Premier League.", - "The winger has won at most 2 league titles." + "The winger is from France.", + "The striker has won at most 2 league titles." ] }, { @@ -16705,12 +16705,12 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The striker has won league titles in Poland and Germany." + "The goalkeeper is from Brazil.", + "The striker plays in Spain.", + "The defender has won 1 Champions League title.", + "The midfielder has won at most 2 league titles." ] }, { @@ -16727,9 +16727,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The midfielder plays in Ligue 1.", - "The winger is from France.", + "The defender is from France.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -16748,9 +16748,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", - "The winger has won at most 2 league titles." + "The striker plays in Premier League.", + "The defender is from Spain.", + "The midfielder has won at most 2 league titles." ] }, { @@ -16766,12 +16766,12 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", - "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", + "The goalkeeper and midfielder play for the same club.", + "The winger and striker have won the same number of Champions League titles.", + "The goalkeeper is from Brazil.", "The midfielder plays in England.", - "The winger has won league titles in Germany.", - "The striker comes from Europe." + "The winger has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -16788,10 +16788,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Portugal.", - "The winger plays in Premier League.", - "The striker is from Sweden.", - "The goalkeeper has won league titles in Spain." + "The defender is from Portugal.", + "The winger plays for Arsenal.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -16809,9 +16809,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The goalkeeper plays in LaLiga.", + "The midfielder is from Belgium.", + "The defender has not won a league title." ] }, { @@ -16829,10 +16829,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in France and Italy." + "The goalkeeper is from Belgium.", + "The defender plays in Germany.", + "The midfielder has won 0 Champions League titles.", + "The winger has won more than 5 league titles." ] }, { @@ -16849,9 +16849,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Croatia.", - "The winger plays in Bundesliga.", - "The striker is from Argentina.", + "The midfielder is from Croatia.", + "The winger plays for Bayern Munich.", + "The striker has won the World Cup.", "The defender has won 1 league title." ] }, @@ -16870,9 +16870,9 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in France.", - "The midfielder comes from Europe.", - "The winger plays in Premier League." + "The midfielder plays in Serie A.", + "The striker is from Poland.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -16890,10 +16890,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Germany." + "The winger is from Egypt.", + "The striker plays in Germany.", + "The goalkeeper has won 0 Champions League titles.", + "The defender has not won a league title." ] }, { @@ -16910,10 +16910,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Premier League.", - "The striker is from Norway.", - "The goalkeeper has won 2 league titles." + "The defender is from Spain.", + "The midfielder plays for Manchester City.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -16931,8 +16931,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", "The midfielder has won at most 2 league titles." ] }, @@ -16951,10 +16951,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Scotland.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Portugal." + "The defender is from Netherlands.", + "The midfielder plays in France.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -16971,10 +16971,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Portugal.", - "The winger plays in LaLiga.", - "The striker is from Canada.", - "The goalkeeper has won league titles in Portugal." + "The midfielder is from Portugal.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -16992,9 +16992,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in Serie A.", - "The winger has won more than 5 league titles." + "The goalkeeper plays in Premier League.", + "The winger is from France.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -17012,10 +17012,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The striker has won league titles in Italy." + "The goalkeeper is from Brazil.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -17032,10 +17032,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Serie A.", - "The winger is from France.", - "The goalkeeper has won 0 league titles." + "The defender is from Netherlands.", + "The midfielder plays for Napoli.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -17053,8 +17053,8 @@ "clues": [ "The defender and midfielder were once teammates at Chelsea.", "The winger has more league titles than the striker.", - "The defender comes from Europe.", - "The midfielder plays in Serie A.", + "The defender plays in LaLiga.", + "The midfielder is from Belgium.", "The winger has won between 3 and 5 league titles." ] }, @@ -17073,10 +17073,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Austria and England." + "The winger is from France.", + "The striker plays in England.", + "The goalkeeper has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -17093,10 +17093,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The winger plays in Bundesliga.", - "The striker is from Italy.", - "The goalkeeper has won 0 league titles." + "The defender is from Italy.", + "The winger plays for Bayern Munich.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -17114,9 +17114,9 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder and striker have won the same number of league titles.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in LaLiga." + "The defender plays in Premier League.", + "The midfielder is from England.", + "The striker has won at most 2 league titles." ] }, { @@ -17134,10 +17134,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", + "The defender is from Germany.", "The midfielder plays in Spain.", - "The winger has won 0 league titles." + "The winger has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -17154,9 +17154,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won league titles in England.", - "The winger plays in Premier League.", - "The striker is from Spain.", + "The midfielder is from Spain.", + "The winger plays for Liverpool.", + "The striker has won the European Championship.", "The defender has won league titles in Germany." ] }, @@ -17175,9 +17175,9 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", "The midfielder plays in Ligue 1.", - "The winger has won more than 5 league titles." + "The winger is from France.", + "The striker has won at most 2 league titles." ] }, { @@ -17195,10 +17195,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Poland and Germany." + "The striker is from Poland.", + "The defender plays in England.", + "The winger has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -17215,10 +17215,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Ligue 1.", - "The striker is from England.", - "The goalkeeper has won 2 league titles." + "The defender is from Portugal.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -17234,11 +17234,11 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more league titles than the defender.", "The winger has more league titles than the midfielder.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The midfielder has won at most 2 league titles." + "The goalkeeper plays in Premier League.", + "The winger is from Egypt.", + "The defender has not won a league title." ] }, { @@ -17256,10 +17256,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won 0 league titles." + "The winger is from France.", + "The defender plays in Germany.", + "The midfielder has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -17276,10 +17276,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Belgium.", - "The winger plays in Ligue 1.", - "The striker is from Sweden.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Belgium.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -17297,8 +17297,8 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in LaLiga.", + "The defender is from Portugal.", "The winger has won at most 2 league titles." ] }, @@ -17317,10 +17317,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder and striker were once teammates at Real Madrid.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The striker plays outside the top five leagues.", - "The goalkeeper has won league titles in Spain and England." + "The goalkeeper is from Belgium.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -17337,9 +17337,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Serie A.", - "The winger is from France.", + "The defender is from Spain.", + "The midfielder plays for AC Milan.", + "The winger has won the World Cup.", "The goalkeeper has won league titles in Spain." ] }, @@ -17358,9 +17358,9 @@ "clues": [ "The defender and midfielder have won the same number of league titles.", "The striker has more league titles than the winger.", - "The defender and winger have won the same number of Champions League titles.", - "The midfielder comes from Europe.", - "The striker plays in LaLiga." + "The midfielder plays in LaLiga.", + "The striker is from Poland.", + "The defender has won at most 2 league titles." ] }, { @@ -17376,12 +17376,12 @@ }, "fixedPosition": "DEF", "clues": [ - "The midfielder has more Champions League titles than the goalkeeper.", - "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in France.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Germany." + "The goalkeeper and midfielder play for the same club.", + "The winger and striker have won the same number of Champions League titles.", + "The striker is from England.", + "The goalkeeper plays in England.", + "The midfielder has won the Ballon d'Or.", + "The winger has won at most 2 league titles." ] }, { @@ -17398,10 +17398,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The winger plays in LaLiga.", - "The striker is from Norway.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The winger plays for Real Madrid.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -17419,8 +17419,8 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", + "The goalkeeper plays in Premier League.", + "The defender is from France.", "The midfielder has won at most 2 league titles." ] }, @@ -17439,10 +17439,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper and winger were once teammates at Paris Saint-Germain.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The goalkeeper has won league titles in France." + "The goalkeeper is from Italy.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The winger has won more than 5 league titles." ] }, { @@ -17459,10 +17459,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 2 league titles.", - "The winger plays in Bundesliga.", - "The striker is from Canada.", - "The defender has won 2 league titles." + "The midfielder is from Spain.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -17480,9 +17480,9 @@ "clues": [ "The goalkeeper has more league titles than the midfielder.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Premier League." + "The goalkeeper plays in Premier League.", + "The midfielder is from Spain.", + "The winger has not won a league title." ] }, { @@ -17500,10 +17500,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The winger plays in England.", - "The striker has won league titles in Italy." + "The defender has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -17520,10 +17520,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Serie A.", - "The striker is from Poland.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Italy.", + "The midfielder plays for Napoli.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -17539,10 +17539,10 @@ }, "fixedPosition": "ST", "clues": [ - "The defender has more league titles than the goalkeeper.", - "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", + "The goalkeeper and defender play for the same club.", + "The midfielder and winger have won the same number of league titles.", "The defender plays in Premier League.", + "The goalkeeper is from Georgia.", "The midfielder has won at most 2 league titles." ] }, @@ -17561,10 +17561,10 @@ "clues": [ "The defender and midfielder have won the same number of league titles.", "The striker has more Champions League titles than the winger.", - "The defender has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Austria and England." + "The defender is from Germany.", + "The striker plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -17581,10 +17581,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Croatia.", - "The winger plays in LaLiga.", - "The striker is from Italy.", - "The goalkeeper has won 0 league titles." + "The midfielder is from Croatia.", + "The winger plays for Real Madrid.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -17602,9 +17602,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", - "The winger has won more than 5 league titles." + "The winger plays in LaLiga.", + "The goalkeeper is from Georgia.", + "The defender has won at most 2 league titles." ] }, { @@ -17622,10 +17622,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder has more Champions League titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", + "The defender is from Netherlands.", "The midfielder plays in England.", - "The striker has won league titles in France." + "The striker has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -17642,10 +17642,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Ligue 1.", - "The winger is from France.", - "The goalkeeper has won 2 league titles." + "The defender is from Portugal.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -17663,9 +17663,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", - "The winger has won between 3 and 5 league titles." + "The winger plays in LaLiga.", + "The defender is from France.", + "The midfielder has won at most 2 league titles." ] }, { @@ -17683,10 +17683,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Poland and Germany." + "The winger is from France.", + "The striker plays in Spain.", + "The midfielder has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -17703,10 +17703,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from England.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -17722,11 +17722,11 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more league titles than the goalkeeper.", - "The midfielder and striker were once teammates at Red Bull Salzburg.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The midfielder has won more than 5 league titles." + "The goalkeeper and defender have won the same number of Champions League titles.", + "The midfielder has more league titles than the striker.", + "The goalkeeper plays in Premier League.", + "The striker is from Norway.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -17742,12 +17742,12 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from South America.", + "The goalkeeper is from Brazil.", "The defender plays in England.", - "The midfielder has won league titles in Austria and Germany.", - "The winger comes from Europe." + "The midfielder has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -17764,10 +17764,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Bundesliga.", - "The midfielder has won league titles in Belgium.", - "The winger plays in Premier League.", - "The striker is from Sweden.", - "The defender has won league titles in Portugal." + "The midfielder is from Belgium.", + "The winger plays for Liverpool.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -17783,10 +17783,10 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", + "The goalkeeper has more league titles than the midfielder.", "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The midfielder plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Norway.", "The winger has won more than 5 league titles." ] }, @@ -17805,10 +17805,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Spain and Italy." + "The goalkeeper is from Belgium.", + "The defender plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -17825,9 +17825,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 0 league titles.", - "The midfielder plays in Serie A.", - "The striker is from Argentina.", + "The defender is from France.", + "The midfielder plays for AC Milan.", + "The striker has won the World Cup.", "The goalkeeper has won league titles in Spain." ] }, @@ -17846,9 +17846,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Bundesliga.", - "The midfielder has won at most 2 league titles." + "The goalkeeper plays in LaLiga.", + "The midfielder is from England.", + "The winger has won between 3 and 5 league titles." ] }, { @@ -17865,11 +17865,11 @@ "fixedPosition": "GK", "clues": [ "The midfielder has more Champions League titles than the defender.", - "The winger has more league titles than the striker.", - "The defender has won league titles in Switzerland.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Germany." + "The winger and striker play for the same club.", + "The striker is from England.", + "The defender plays in England.", + "The midfielder has won the Ballon d'Or.", + "The winger has won more than 5 league titles." ] }, { @@ -17886,10 +17886,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Norway.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -17907,8 +17907,8 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The defender plays in LaLiga.", + "The goalkeeper is from Italy.", "The winger has won at most 2 league titles." ] }, @@ -17927,10 +17927,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The striker has won league titles in Portugal." + "The goalkeeper is from Italy.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -17947,9 +17947,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Ligue 1.", - "The winger is from France.", + "The defender is from Italy.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -17966,11 +17966,11 @@ }, "fixedPosition": "GK", "clues": [ - "The midfielder has more league titles than the defender.", + "The defender and midfielder play for the same club.", "The striker has more league titles than the winger.", - "The defender has won league titles in Scotland.", - "The midfielder comes from Europe.", - "The winger plays in Ligue 1." + "The defender plays in Premier League.", + "The midfielder is from Hungary.", + "The winger has won at most 2 league titles." ] }, { @@ -17988,10 +17988,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger and striker have won the same number of league titles.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Italy." + "The goalkeeper is from Brazil.", + "The midfielder plays in Italy.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -18008,10 +18008,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The winger plays in LaLiga.", - "The striker is from Poland.", - "The goalkeeper has won league titles in Portugal." + "The defender is from France.", + "The winger plays for Real Madrid.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -18029,9 +18029,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from South America.", - "The defender plays in Serie A.", - "The midfielder has won at most 2 league titles." + "The goalkeeper plays in Premier League.", + "The striker is from England.", + "The defender has won at most 2 league titles." ] }, { @@ -18047,12 +18047,12 @@ }, "fixedPosition": "ST", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", - "The midfielder has more league titles than the winger.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", + "The goalkeeper and defender play for the same club.", + "The midfielder has more Champions League titles than the winger.", + "The defender is from Netherlands.", "The midfielder plays in Italy.", - "The winger has won league titles in Italy and France." + "The goalkeeper has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -18069,10 +18069,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in LaLiga.", - "The midfielder has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Italy.", - "The defender has won 1 league title." + "The midfielder is from England.", + "The winger plays for Bayern Munich.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -18089,9 +18089,9 @@ "fixedPosition": "DEF", "clues": [ "The midfielder has more league titles than the goalkeeper.", - "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", + "The winger and striker play for the same club.", "The midfielder plays in LaLiga.", + "The goalkeeper is from Georgia.", "The winger has not won a league title." ] }, @@ -18110,10 +18110,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in France." + "The winger is from Egypt.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -18130,9 +18130,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Ligue 1.", - "The striker is from Spain.", + "The defender is from Italy.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won the European Championship.", "The goalkeeper has won 0 league titles." ] }, @@ -18151,9 +18151,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The defender plays in Premier League.", - "The midfielder has won between 3 and 5 league titles." + "The midfielder is from Portugal.", + "The winger has won at most 2 league titles." ] }, { @@ -18171,10 +18171,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Poland and Germany." + "The striker is from Poland.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -18191,10 +18191,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The midfielder has won 2 league titles.", - "The winger plays in Premier League.", - "The striker is from England.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Spain.", + "The winger plays for Liverpool.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -18212,8 +18212,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The striker plays in Premier League.", + "The defender is from Italy.", "The winger has won more than 5 league titles." ] }, @@ -18230,12 +18230,12 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The midfielder plays in Italy.", - "The striker has won 0 league titles." + "The defender has won 1 Champions League title.", + "The striker has not won a league title." ] }, { @@ -18252,10 +18252,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The midfielder plays in Premier League.", - "The winger is from France.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for Arsenal.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -18273,9 +18273,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won between 3 and 5 league titles." + "The winger plays in LaLiga.", + "The defender is from Spain.", + "The midfielder has won at most 2 league titles." ] }, { @@ -18293,10 +18293,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Spain and Italy." + "The goalkeeper is from Brazil.", + "The midfielder plays in Italy.", + "The winger has won 1 Champions League title.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -18313,9 +18313,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Portugal.", - "The winger plays in Ligue 1.", - "The striker is from Argentina.", + "The defender is from Portugal.", + "The winger plays for Paris Saint-Germain.", + "The striker has won the World Cup.", "The goalkeeper has won league titles in Spain." ] }, @@ -18334,9 +18334,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The midfielder has won between 3 and 5 league titles." + "The goalkeeper plays in LaLiga.", + "The striker is from Poland.", + "The defender has not won a league title." ] }, { @@ -18354,10 +18354,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in Spain." + "The goalkeeper is from Belgium.", + "The winger plays in Spain.", + "The defender has won 0 Champions League titles.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -18374,10 +18374,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Norway.", - "The defender has won 2 league titles." + "The midfielder is from Portugal.", + "The winger plays for Real Madrid.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -18395,8 +18395,8 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Ligue 1.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Portugal.", "The winger has won more than 5 league titles." ] }, @@ -18415,10 +18415,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger and striker have won the same number of league titles.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Portugal." + "The defender is from Germany.", + "The goalkeeper plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -18435,10 +18435,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The midfielder plays in Ligue 1.", - "The striker is from Canada.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -18456,9 +18456,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", - "The midfielder has won more than 5 league titles." + "The winger plays in Premier League.", + "The goalkeeper is from Italy.", + "The defender has won at most 2 league titles." ] }, { @@ -18476,10 +18476,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The midfielder has won league titles in Belgium.", - "The defender comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Italy." + "The defender is from Netherlands.", + "The midfielder plays in Italy.", + "The winger has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -18496,10 +18496,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Poland.", - "The goalkeeper has won league titles in Portugal." + "The midfielder is from Norway.", + "The winger plays for Bayern Munich.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -18517,9 +18517,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The defender plays in Serie A.", - "The winger has not won a league title." + "The goalkeeper plays in Premier League.", + "The striker is from England.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -18537,10 +18537,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The midfielder plays in Italy.", - "The striker has won league titles in Austria and England." + "The striker has won the European Golden Boot.", + "The defender has won at most 2 league titles." ] }, { @@ -18557,9 +18557,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in LaLiga.", - "The winger is from France.", + "The defender is from Netherlands.", + "The midfielder plays for Real Madrid.", + "The winger has won the World Cup.", "The goalkeeper has won 0 league titles." ] }, @@ -18578,8 +18578,8 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger and striker have won the same number of Champions League titles.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", + "The defender plays in LaLiga.", + "The midfielder is from Spain.", "The winger has won at most 2 league titles." ] }, @@ -18598,10 +18598,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", + "The goalkeeper is from Georgia.", "The midfielder plays in France.", - "The winger has won league titles in France.", - "The striker comes from North America." + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -18618,9 +18618,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The winger plays in LaLiga.", - "The striker is from Spain.", + "The defender is from Spain.", + "The winger plays for Real Madrid.", + "The striker has won the European Championship.", "The goalkeeper has won 0 league titles." ] }, @@ -18639,8 +18639,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", "The midfielder has won between 3 and 5 league titles." ] }, @@ -18659,10 +18659,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The midfielder and winger were once teammates at Napoli.", - "The defender has more league titles than the goalkeeper.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The goalkeeper has won league titles in Ukraine and Portugal." + "The defender is from Portugal.", + "The midfielder plays in France.", + "The winger has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -18679,10 +18679,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Austria.", - "The winger plays in Ligue 1.", - "The striker is from England.", - "The defender has won 0 league titles." + "The midfielder is from Hungary.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -18700,9 +18700,9 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won between 3 and 5 league titles." + "The winger plays in LaLiga.", + "The striker is from Norway.", + "The midfielder has won more than 5 league titles." ] }, { @@ -18720,10 +18720,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The winger plays in England.", - "The striker has won 0 league titles." + "The winger is from Egypt.", + "The defender plays in England.", + "The striker has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -18740,10 +18740,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Premier League.", - "The striker is from Sweden.", - "The goalkeeper has won 2 league titles." + "The defender is from Portugal.", + "The midfielder plays for Arsenal.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -18759,11 +18759,11 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more league titles than the defender.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", - "The midfielder has won more than 5 league titles." + "The goalkeeper plays in Premier League.", + "The midfielder is from Croatia.", + "The defender has not won a league title." ] }, { @@ -18781,10 +18781,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The striker has more league titles than the winger.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Spain and Italy." + "The midfielder is from Croatia.", + "The defender plays in Germany.", + "The winger has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -18801,9 +18801,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from Argentina.", + "The midfielder is from England.", + "The winger plays for Liverpool.", + "The striker has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -18822,9 +18822,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The winger has won more than 5 league titles." + "The goalkeeper plays in LaLiga.", + "The striker is from Poland.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -18842,10 +18842,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Chelsea.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The striker plays in Germany.", - "The goalkeeper has won league titles in Spain and England." + "The goalkeeper is from Belgium.", + "The defender plays in Spain.", + "The striker has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -18862,10 +18862,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Germany.", - "The midfielder plays in Ligue 1.", - "The winger is from England.", - "The goalkeeper has won league titles in Spain." + "The defender is from France.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won 0 league titles.", + "The winger plays in Premier League." ] }, { @@ -18883,9 +18883,9 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", - "The winger has won between 3 and 5 league titles." + "The winger plays in LaLiga.", + "The defender is from Italy.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -18903,10 +18903,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper and winger were once teammates at Paris Saint-Germain.", - "The midfielder comes from Europe.", - "The striker plays in England.", - "The goalkeeper has won league titles in France." + "The winger is from France.", + "The goalkeeper plays in England.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -18923,10 +18923,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Canada.", - "The goalkeeper has won 2 league titles." + "The defender is from Germany.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -18944,9 +18944,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and striker were once teammates at Chelsea.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", - "The midfielder has won more than 5 league titles." + "The midfielder plays in Serie A.", + "The goalkeeper is from Italy.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -18964,10 +18964,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in Italy.", - "The winger has won league titles in Spain." + "The midfielder is from Belgium.", + "The winger plays in Spain.", + "The goalkeeper has won 0 Champions League titles.", + "The defender has won at most 2 league titles." ] }, { @@ -18984,10 +18984,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Poland.", - "The defender has won 2 league titles." + "The midfielder is from Norway.", + "The winger plays for Real Madrid.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -19005,9 +19005,9 @@ "clues": [ "The goalkeeper has more league titles than the midfielder.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from South America.", - "The midfielder plays in Serie A.", - "The winger has won at most 2 league titles." + "The goalkeeper plays in Premier League.", + "The midfielder is from Croatia.", + "The striker has won at most 2 league titles." ] }, { @@ -19025,10 +19025,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Austria and England." + "The goalkeeper is from Brazil.", + "The striker plays in England.", + "The defender has won 1 Champions League title.", + "The winger has won at most 2 league titles." ] }, { @@ -19045,10 +19045,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in LaLiga.", - "The striker is from Italy.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Italy.", + "The midfielder plays for Real Madrid.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -19064,11 +19064,11 @@ }, "fixedPosition": "ST", "clues": [ - "The defender has more league titles than the goalkeeper.", - "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", + "The goalkeeper and defender play for the same club.", + "The midfielder has more league titles than the winger.", "The defender plays in Premier League.", - "The midfielder has won between 3 and 5 league titles." + "The winger is from Egypt.", + "The goalkeeper has not won a league title." ] }, { @@ -19086,10 +19086,10 @@ "clues": [ "The defender and midfielder were once teammates at Benfica.", "The winger has more Champions League titles than the striker.", - "The defender has more league titles than the midfielder.", - "The winger comes from Europe.", - "The striker plays in Italy.", - "The defender has won league titles in Portugal and England." + "The defender is from Portugal.", + "The midfielder plays in France.", + "The winger has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -19106,9 +19106,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Portugal.", - "The winger plays in Bundesliga.", - "The striker is from Spain.", + "The midfielder is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won the European Championship.", "The goalkeeper has won 0 league titles." ] }, @@ -19127,8 +19127,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in Bundesliga.", + "The goalkeeper plays in Premier League.", + "The defender is from Spain.", "The winger has not won a league title." ] }, @@ -19147,10 +19147,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The striker has won league titles in Poland and Germany." + "The striker is from Poland.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -19167,9 +19167,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Premier League.", - "The winger is from France.", + "The defender is from Portugal.", + "The midfielder plays for Liverpool.", + "The winger has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -19188,9 +19188,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The striker has more league titles than the winger.", - "The defender has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in Bundesliga." + "The midfielder plays in Serie A.", + "The striker is from Norway.", + "The defender has not won a league title." ] }, { @@ -19208,10 +19208,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in France.", - "The striker comes from Europe." + "The midfielder is from Norway.", + "The winger plays in France.", + "The striker has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -19228,10 +19228,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Sweden.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -19247,11 +19247,11 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more league titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The goalkeeper plays in Premier League.", + "The midfielder is from Croatia.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -19267,12 +19267,12 @@ }, "fixedPosition": "ST", "clues": [ - "The goalkeeper and defender have won the same number of Champions League titles.", + "The goalkeeper has more Champions League titles than the defender.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The midfielder plays in Spain.", - "The winger has won league titles in Italy and France." + "The defender has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -19289,9 +19289,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Bundesliga.", - "The midfielder has won league titles in England.", - "The winger plays in Ligue 1.", - "The striker is from Argentina.", + "The midfielder is from Spain.", + "The winger plays for Paris Saint-Germain.", + "The striker has won the World Cup.", "The defender has won league titles in Portugal." ] }, @@ -19308,11 +19308,11 @@ }, "fixedPosition": "DEF", "clues": [ - "The midfielder has more league titles than the goalkeeper.", + "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Brazil.", - "The midfielder comes from Europe.", - "The winger plays in LaLiga." + "The goalkeeper plays in Premier League.", + "The winger is from Brazil.", + "The striker has won more than 5 league titles." ] }, { @@ -19330,10 +19330,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Germany." + "The goalkeeper is from Belgium.", + "The defender plays in England.", + "The winger has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -19350,10 +19350,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 1 league title.", - "The midfielder plays in Ligue 1.", - "The striker is from Norway.", - "The goalkeeper has won league titles in Spain." + "The defender is from Germany.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -19371,8 +19371,8 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", + "The goalkeeper plays in LaLiga.", + "The defender is from France.", "The midfielder has won at most 2 league titles." ] }, @@ -19390,11 +19390,11 @@ "fixedPosition": "GK", "clues": [ "The defender and midfielder have won the same number of Champions League titles.", - "The striker has more league titles than the winger.", - "The defender comes from Europe.", + "The winger and striker play for the same club.", + "The defender is from Italy.", "The midfielder plays in France.", - "The winger has won 0 league titles.", - "The striker comes from Europe." + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -19411,10 +19411,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Austria.", - "The winger plays in Premier League.", - "The striker is from Canada.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Hungary.", + "The winger plays for Liverpool.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -19432,8 +19432,8 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The winger and striker were once teammates at Juventus.", - "The goalkeeper comes from Europe.", "The defender plays in LaLiga.", + "The goalkeeper is from Italy.", "The winger has won more than 5 league titles." ] }, @@ -19452,10 +19452,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The striker has won league titles in Italy." + "The goalkeeper is from Italy.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -19472,10 +19472,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Premier League.", - "The winger is from England.", - "The goalkeeper has won 2 league titles." + "The defender is from Italy.", + "The midfielder plays for Arsenal.", + "The winger has won 0 league titles.", + "The winger plays in Premier League." ] }, { @@ -19493,9 +19493,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won league titles in Scotland.", - "The midfielder comes from Europe.", - "The winger plays in Premier League." + "The defender plays in Premier League.", + "The midfielder is from Croatia.", + "The winger has won between 3 and 5 league titles." ] }, { @@ -19513,10 +19513,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The midfielder and striker were once teammates at Borussia Dortmund.", - "The goalkeeper comes from South America.", - "The winger plays in Germany.", - "The goalkeeper has won league titles in Portugal and England." + "The goalkeeper is from Brazil.", + "The midfielder plays in Spain.", + "The striker has won the European Golden Boot.", + "The winger has won more than 5 league titles." ] }, { @@ -19533,10 +19533,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The winger plays in Ligue 1.", - "The striker is from Italy.", - "The goalkeeper has won league titles in Portugal." + "The defender is from France.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -19554,8 +19554,8 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The midfielder and striker have won the same number of league titles.", - "The goalkeeper comes from South America.", - "The defender plays in Bundesliga.", + "The goalkeeper plays in Premier League.", + "The defender is from Spain.", "The midfielder has won at most 2 league titles." ] }, @@ -19574,10 +19574,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The winger has won league titles in Spain." + "The goalkeeper is from Brazil.", + "The winger plays in Spain.", + "The defender has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -19594,9 +19594,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Portugal.", - "The winger plays in LaLiga.", - "The striker is from Spain.", + "The midfielder is from Portugal.", + "The winger plays for Real Madrid.", + "The striker has won the European Championship.", "The defender has won league titles in Portugal." ] }, @@ -19615,8 +19615,8 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger and striker have won the same number of league titles.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Ligue 1.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Spain.", "The winger has won at most 2 league titles." ] }, @@ -19635,10 +19635,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Poland and Germany." + "The striker is from Poland.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -19655,10 +19655,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Premier League.", - "The striker is from England.", - "The goalkeeper has won 0 league titles." + "The defender is from Italy.", + "The midfielder plays for Liverpool.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -19676,9 +19676,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The midfielder has won more than 5 league titles." + "The midfielder plays in Serie A.", + "The winger is from France.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -19694,12 +19694,12 @@ }, "fixedPosition": "GK", "clues": [ - "The defender and midfielder have won the same number of Champions League titles.", - "The winger has more league titles than the striker.", - "The defender has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won 0 league titles." + "The defender and midfielder play for the same club.", + "The winger has more Champions League titles than the striker.", + "The defender is from France.", + "The midfielder plays in England.", + "The winger has won 1 Champions League title.", + "The striker has not won a league title." ] }, { @@ -19716,10 +19716,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The midfielder has won league titles in Croatia.", - "The winger plays in Bundesliga.", - "The striker is from Sweden.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Croatia.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -19737,9 +19737,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", "The defender plays in Premier League.", - "The winger has not won a league title." + "The winger is from England.", + "The striker has won at most 2 league titles." ] }, { @@ -19755,12 +19755,12 @@ }, "fixedPosition": "WING", "clues": [ - "The defender has more Champions League titles than the goalkeeper.", + "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won league titles in Brazil.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The midfielder plays in Spain.", - "The striker has won league titles in Spain and Italy." + "The defender has won 1 Champions League title.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -19777,9 +19777,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The midfielder plays in Premier League.", - "The winger is from France.", + "The defender is from France.", + "The midfielder plays for Manchester City.", + "The winger has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -19798,9 +19798,9 @@ "clues": [ "The defender has more league titles than the midfielder.", "The striker has more league titles than the winger.", - "The defender has won league titles in Germany.", - "The midfielder comes from Europe.", - "The winger plays in Bundesliga." + "The striker plays in LaLiga.", + "The defender is from France.", + "The midfielder has won at most 2 league titles." ] }, { @@ -19816,12 +19816,12 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", + "The goalkeeper has more Champions League titles than the midfielder.", "The striker has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The midfielder plays in France.", - "The winger has won 0 league titles.", - "The striker comes from Europe." + "The goalkeeper is from Brazil.", + "The striker plays in Germany.", + "The midfielder has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -19838,10 +19838,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 2 league titles.", - "The winger plays in Premier League.", - "The striker is from Norway.", - "The goalkeeper has won league titles in Spain." + "The defender is from Netherlands.", + "The winger plays for Liverpool.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -19859,8 +19859,8 @@ "clues": [ "The goalkeeper and defender were once teammates at Chelsea.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in LaLiga.", + "The goalkeeper plays in LaLiga.", + "The defender is from Germany.", "The midfielder has won at most 2 league titles." ] }, @@ -19879,10 +19879,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in Italy and France." + "The goalkeeper is from Belgium.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -19899,10 +19899,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won league titles in Belgium.", - "The winger plays in Ligue 1.", - "The striker is from Canada.", - "The defender has won 2 league titles." + "The midfielder is from Belgium.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -19920,9 +19920,9 @@ "clues": [ "The midfielder has more league titles than the goalkeeper.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The midfielder plays in Serie A.", - "The winger has won between 3 and 5 league titles." + "The winger is from Brazil.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -19940,10 +19940,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", + "The defender is from Germany.", "The winger plays in Spain.", - "The striker has won league titles in Italy." + "The goalkeeper has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -19960,10 +19960,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Germany.", - "The midfielder plays in Serie A.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for AC Milan.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -19981,9 +19981,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", - "The midfielder has won at most 2 league titles." + "The midfielder plays in LaLiga.", + "The goalkeeper is from Italy.", + "The defender has won at most 2 league titles." ] }, { @@ -20001,10 +20001,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender has won league titles in Scotland.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Austria and England." + "The defender is from Netherlands.", + "The midfielder plays in Spain.", + "The winger has won 2 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -20021,10 +20021,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in England.", - "The winger plays in Premier League.", - "The striker is from Italy.", - "The goalkeeper has won league titles in Portugal." + "The midfielder is from Spain.", + "The winger plays for Liverpool.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -20042,9 +20042,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The winger plays in Bundesliga." + "The goalkeeper plays in Premier League.", + "The defender is from France.", + "The winger has won more than 5 league titles." ] }, { @@ -20062,10 +20062,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The striker plays in Italy.", - "The goalkeeper has won league titles in Portugal and England." + "The goalkeeper is from Brazil.", + "The defender plays in Germany.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -20082,10 +20082,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Ligue 1.", - "The winger is from England.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Italy.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won 0 league titles.", + "The winger plays in Premier League." ] }, { @@ -20103,9 +20103,9 @@ "clues": [ "The defender has more league titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Premier League." + "The winger plays in Premier League.", + "The defender is from Portugal.", + "The midfielder has won at most 2 league titles." ] }, { @@ -20121,12 +20121,12 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", - "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Poland and Germany." + "The goalkeeper and midfielder play for the same club.", + "The winger and striker have won the same number of Champions League titles.", + "The striker is from Poland.", + "The goalkeeper plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has won more than 5 league titles." ] }, { @@ -20143,10 +20143,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The winger plays in Bundesliga.", - "The striker is from England.", - "The goalkeeper has won 0 league titles." + "The defender is from Spain.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -20164,9 +20164,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", - "The midfielder has won more than 5 league titles." + "The midfielder plays in Serie A.", + "The striker is from Norway.", + "The goalkeeper has not won a league title." ] }, { @@ -20184,10 +20184,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in Spain." + "The winger is from Brazil.", + "The defender plays in England.", + "The midfielder has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -20204,10 +20204,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Croatia.", - "The winger plays in LaLiga.", - "The striker is from Sweden.", - "The defender has won 0 league titles." + "The midfielder is from Croatia.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -20225,9 +20225,9 @@ "clues": [ "The goalkeeper has more league titles than the midfielder.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", "The midfielder plays in LaLiga.", - "The winger has won at most 2 league titles." + "The winger is from Georgia.", + "The striker has won at most 2 league titles." ] }, { @@ -20245,10 +20245,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", + "The defender is from Italy.", "The winger plays in France.", - "The striker has won league titles in Spain and Italy." + "The goalkeeper has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -20265,9 +20265,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Premier League.", - "The striker is from Argentina.", + "The defender is from Portugal.", + "The midfielder plays for Manchester City.", + "The striker has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -20286,9 +20286,9 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The winger has more league titles than the midfielder.", - "The goalkeeper comes from South America.", - "The defender plays in LaLiga.", - "The midfielder has won at most 2 league titles." + "The goalkeeper plays in Premier League.", + "The defender is from Germany.", + "The winger has won more than 5 league titles." ] }, { @@ -20306,10 +20306,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The winger has more league titles than the striker.", - "The defender has won league titles in Germany.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Germany." + "The striker is from England.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -20326,10 +20326,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 2 league titles.", - "The winger plays in Ligue 1.", - "The striker is from Norway.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Spain.", + "The winger plays for Paris Saint-Germain.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -20347,8 +20347,8 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in LaLiga.", + "The defender is from Netherlands.", "The winger has not won a league title." ] }, @@ -20367,10 +20367,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Chelsea.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The striker plays in England.", - "The goalkeeper has won league titles in Spain and England." + "The goalkeeper is from Belgium.", + "The defender plays in Spain.", + "The midfielder has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -20387,9 +20387,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Germany.", - "The midfielder plays in Serie A.", - "The winger is from France.", + "The defender is from France.", + "The midfielder plays for Napoli.", + "The winger has won the World Cup.", "The goalkeeper has won league titles in Spain." ] }, @@ -20408,8 +20408,8 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The defender comes from Europe.", - "The midfielder plays in Premier League.", + "The defender plays in Serie A.", + "The midfielder is from Norway.", "The winger has won at most 2 league titles." ] }, @@ -20428,10 +20428,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", + "The goalkeeper is from Italy.", "The midfielder plays in England.", - "The winger has won 0 league titles.", - "The striker comes from South America." + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -20448,10 +20448,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The defender is from Germany.", + "The winger plays for Liverpool.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -20469,9 +20469,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder and striker have won the same number of league titles.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in LaLiga." + "The midfielder plays in LaLiga.", + "The striker is from England.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -20489,10 +20489,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The winger has won league titles in Germany." + "The goalkeeper is from Italy.", + "The defender plays in Italy.", + "The midfielder has won the Ballon d'Or.", + "The winger has won at most 2 league titles." ] }, { @@ -20509,10 +20509,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Italy.", - "The defender has won 1 league title." + "The midfielder is from Portugal.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -20530,9 +20530,9 @@ "clues": [ "The goalkeeper and midfielder were once teammates at Benfica.", "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The midfielder plays in Ligue 1.", - "The winger has won between 3 and 5 league titles." + "The goalkeeper plays in Premier League.", + "The winger is from Brazil.", + "The midfielder has won at most 2 league titles." ] }, { @@ -20550,10 +20550,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The winger plays in Spain.", - "The striker has won league titles in France." + "The defender has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -20570,9 +20570,9 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Ligue 1.", - "The striker is from Spain.", + "The defender is from Spain.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won the European Championship.", "The goalkeeper has won league titles in Portugal." ] }, @@ -20591,8 +20591,8 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The midfielder and winger have won the same number of Champions League titles.", - "The goalkeeper comes from South America.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", "The midfielder has won more than 5 league titles." ] }, @@ -20611,10 +20611,10 @@ "clues": [ "The defender has more Champions League titles than the midfielder.", "The striker has more league titles than the winger.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Poland and Germany." + "The winger is from Brazil.", + "The striker plays in Spain.", + "The defender has won 1 Champions League title.", + "The midfielder has won more than 5 league titles." ] }, { @@ -20631,10 +20631,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Belgium.", - "The winger plays in LaLiga.", - "The striker is from England.", - "The goalkeeper has won 0 league titles." + "The midfielder is from Belgium.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -20652,9 +20652,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in Bundesliga.", - "The winger has won at most 2 league titles." + "The striker plays in Premier League.", + "The goalkeeper is from Georgia.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -20672,10 +20672,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in Italy.", - "The striker has won 0 league titles." + "The midfielder is from Croatia.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -20692,10 +20692,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Serie A.", - "The winger is from England.", - "The goalkeeper has won 2 league titles." + "The defender is from Portugal.", + "The midfielder plays for AC Milan.", + "The winger has won 0 league titles.", + "The winger plays in Premier League." ] }, { @@ -20713,9 +20713,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in Premier League." + "The midfielder plays in LaLiga.", + "The winger is from Egypt.", + "The defender has not won a league title." ] }, { @@ -20733,10 +20733,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The winger and striker were once teammates at Juventus.", - "The midfielder has more league titles than the goalkeeper.", - "The winger comes from Europe.", - "The striker plays outside the top five leagues.", - "The goalkeeper has won league titles in Ukraine and Portugal." + "The midfielder is from Spain.", + "The winger plays in Germany.", + "The goalkeeper has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -20753,9 +20753,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 2 league titles.", - "The winger plays in Bundesliga.", - "The striker is from Argentina.", + "The defender is from Italy.", + "The winger plays for Bayern Munich.", + "The striker has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -20772,11 +20772,11 @@ }, "fixedPosition": "WING", "clues": [ - "The goalkeeper and defender have won the same number of league titles.", + "The goalkeeper and defender play for the same club.", "The striker has more league titles than the midfielder.", - "The goalkeeper and midfielder have won the same number of Champions League titles.", - "The defender comes from Europe.", - "The striker plays in LaLiga." + "The goalkeeper plays in Premier League.", + "The defender is from Netherlands.", + "The striker has won more than 5 league titles." ] }, { @@ -20794,10 +20794,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The midfielder and winger have won the same number of league titles.", - "The defender has more Champions League titles than the goalkeeper.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The goalkeeper has won league titles in Brazil and England." + "The goalkeeper is from Brazil.", + "The defender plays in Spain.", + "The winger has won 3 European Golden Boots.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -20814,10 +20814,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won 2 league titles.", - "The winger plays in Bundesliga.", - "The striker is from Norway.", - "The defender has won league titles in Germany." + "The midfielder is from Spain.", + "The winger plays for Bayern Munich.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -20833,10 +20833,10 @@ }, "fixedPosition": "DEF", "clues": [ - "The goalkeeper and midfielder have won the same number of Champions League titles.", + "The goalkeeper and midfielder play for the same club.", "The winger has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The midfielder plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Hungary.", "The winger has won at most 2 league titles." ] }, @@ -20855,10 +20855,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Portugal." + "The goalkeeper is from Belgium.", + "The defender plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -20875,10 +20875,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 1 league title.", - "The midfielder plays in Serie A.", - "The striker is from Canada.", - "The goalkeeper has won league titles in Spain." + "The defender is from Germany.", + "The midfielder plays for Napoli.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -20896,9 +20896,9 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The midfielder plays in Premier League." + "The goalkeeper plays in LaLiga.", + "The winger is from France.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -20916,10 +20916,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The winger and striker have won the same number of league titles.", - "The defender has won league titles in Italy.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Italy." + "The midfielder is from Croatia.", + "The defender plays in Italy.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -20936,10 +20936,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in Ligue 1.", - "The striker is from Poland.", - "The goalkeeper has won 2 league titles." + "The midfielder is from England.", + "The winger plays for Paris Saint-Germain.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -20957,9 +20957,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The winger plays in LaLiga." + "The defender plays in LaLiga.", + "The winger is from Brazil.", + "The striker has won at most 2 league titles." ] }, { @@ -20976,11 +20976,11 @@ "fixedPosition": "WING", "clues": [ "The defender has more Champions League titles than the goalkeeper.", - "The midfielder has more league titles than the striker.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in England.", - "The striker has won league titles in Austria and England." + "The midfielder and striker play for the same club.", + "The striker is from Norway.", + "The goalkeeper plays in England.", + "The defender has won 1 Champions League title.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -20997,9 +20997,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Ligue 1.", - "The winger is from France.", + "The defender is from Spain.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -21018,8 +21018,8 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger and striker have won the same number of league titles.", - "The defender comes from Europe.", - "The midfielder plays in Ligue 1.", + "The defender plays in Premier League.", + "The midfielder is from Portugal.", "The winger has won at most 2 league titles." ] }, @@ -21038,10 +21038,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the midfielder.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in France." + "The goalkeeper is from Brazil.", + "The midfielder plays in France.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -21058,9 +21058,9 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The winger plays in Premier League.", - "The striker is from Spain.", + "The defender is from France.", + "The winger plays for Liverpool.", + "The striker has won the European Championship.", "The goalkeeper has won league titles in Portugal." ] }, @@ -21079,8 +21079,8 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from South America.", - "The defender plays in Bundesliga.", + "The goalkeeper plays in Premier League.", + "The defender is from Spain.", "The midfielder has won more than 5 league titles." ] }, @@ -21099,10 +21099,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", + "The goalkeeper is from Brazil.", "The midfielder plays in Italy.", - "The winger has won league titles in Germany." + "The defender has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -21119,10 +21119,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Belgium.", - "The winger plays in Premier League.", - "The striker is from England.", - "The defender has won league titles in Portugal." + "The midfielder is from Belgium.", + "The winger plays for Arsenal.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -21140,9 +21140,9 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won between 3 and 5 league titles." + "The winger plays in Premier League.", + "The striker is from Norway.", + "The goalkeeper has not won a league title." ] }, { @@ -21160,10 +21160,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The winger plays in Spain.", - "The striker has won 0 league titles." + "The winger is from France.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -21180,10 +21180,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in LaLiga.", - "The striker is from Sweden.", - "The goalkeeper has won 0 league titles." + "The defender is from Italy.", + "The midfielder plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -21201,9 +21201,9 @@ "clues": [ "The defender has more league titles than the goalkeeper.", "The midfielder has more league titles than the winger.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The midfielder plays in Premier League." + "The defender plays in Premier League.", + "The midfielder is from Spain.", + "The winger has won at most 2 league titles." ] }, { @@ -21221,10 +21221,10 @@ "clues": [ "The midfielder has more Champions League titles than the defender.", "The striker has more league titles than the winger.", - "The defender has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Spain and Italy." + "The winger is from Brazil.", + "The defender plays in England.", + "The midfielder has won the Ballon d'Or.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -21241,9 +21241,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Argentina.", + "The midfielder is from Portugal.", + "The winger plays for Real Madrid.", + "The striker has won the World Cup.", "The goalkeeper has won 2 league titles." ] }, @@ -21262,8 +21262,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The defender plays in Serie A.", + "The striker plays in LaLiga.", + "The defender is from Italy.", "The winger has won at most 2 league titles." ] }, @@ -21280,12 +21280,12 @@ }, "fixedPosition": "WING", "clues": [ - "The goalkeeper and defender have won the same number of league titles.", + "The goalkeeper and defender play for the same club.", "The midfielder and striker have won the same number of Champions League titles.", - "The defender has won league titles in Scotland.", - "The goalkeeper comes from South America.", - "The midfielder plays in France.", - "The striker has won league titles in Germany." + "The goalkeeper is from Brazil.", + "The defender plays in England.", + "The striker has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -21302,9 +21302,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Ligue 1.", - "The winger is from Brazil.", + "The defender is from Germany.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won the Copa América.", "The goalkeeper has won 2 league titles." ] }, @@ -21323,9 +21323,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won league titles in Germany.", - "The midfielder comes from Europe.", - "The winger plays in Premier League." + "The winger plays in Premier League.", + "The defender is from France.", + "The midfielder has won more than 5 league titles." ] }, { @@ -21341,12 +21341,12 @@ }, "fixedPosition": "DEF", "clues": [ - "The midfielder has more Champions League titles than the goalkeeper.", + "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Brazil.", - "The midfielder comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Portugal." + "The goalkeeper is from Brazil.", + "The midfielder plays in Italy.", + "The winger has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -21363,10 +21363,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won 2 league titles.", - "The winger plays in Bundesliga.", - "The striker is from Canada.", - "The goalkeeper has won league titles in Spain." + "The defender is from Netherlands.", + "The winger plays for Bayern Munich.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -21384,8 +21384,8 @@ "clues": [ "The goalkeeper and defender were once teammates at Chelsea.", "The striker has more league titles than the midfielder.", - "The goalkeeper comes from Europe.", - "The defender plays in LaLiga.", + "The goalkeeper plays in LaLiga.", + "The defender is from Germany.", "The midfielder has won at most 2 league titles." ] }, @@ -21404,10 +21404,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder has more Champions League titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", + "The goalkeeper is from Belgium.", "The midfielder plays in Italy.", - "The winger has won league titles in Switzerland and England." + "The winger has won 3 European Golden Boots.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -21424,10 +21424,10 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Serie A.", - "The midfielder has won 1 league title.", - "The winger plays in Bundesliga.", - "The striker is from Poland.", - "The defender has won 2 league titles." + "The midfielder is from England.", + "The winger plays for Bayern Munich.", + "The striker has won league titles in Poland.", + "The striker plays in LaLiga." ] }, { @@ -21443,11 +21443,11 @@ }, "fixedPosition": "DEF", "clues": [ - "The midfielder has more league titles than the goalkeeper.", - "The winger and striker have won the same number of Champions League titles.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Premier League.", - "The winger has won at most 2 league titles." + "The goalkeeper and midfielder play for the same club.", + "The winger and striker have won the same number of league titles.", + "The striker plays in Bundesliga.", + "The goalkeeper is from Italy.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -21465,10 +21465,10 @@ "clues": [ "The defender has more Champions League titles than the goalkeeper.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Austria and England." + "The defender is from Germany.", + "The striker plays in England.", + "The goalkeeper has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -21485,10 +21485,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 0 league titles.", - "The midfielder plays in Ligue 1.", - "The striker is from Italy.", - "The goalkeeper has won 2 league titles." + "The defender is from France.", + "The midfielder plays for Paris Saint-Germain.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -21506,9 +21506,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper comes from Europe.", - "The defender plays in Bundesliga.", - "The midfielder has won between 3 and 5 league titles." + "The winger plays in LaLiga.", + "The goalkeeper is from Italy.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -21526,10 +21526,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The midfielder and winger were once teammates at Napoli.", - "The defender comes from Europe.", - "The striker plays in Italy.", - "The defender has won league titles in Switzerland." + "The defender is from Italy.", + "The midfielder plays in France.", + "The winger has won 0 Champions League titles.", + "The striker has won at most 2 league titles." ] }, { @@ -21546,9 +21546,9 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in Austria.", - "The winger plays in Ligue 1.", - "The striker is from Spain.", + "The midfielder is from Hungary.", + "The winger plays for Paris Saint-Germain.", + "The striker has won the European Championship.", "The goalkeeper has won league titles in Portugal." ] }, @@ -21567,9 +21567,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The winger plays in LaLiga." + "The goalkeeper plays in Premier League.", + "The winger is from Brazil.", + "The defender has not won a league title." ] }, { @@ -21587,10 +21587,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Benfica.", "The midfielder and striker have won the same number of Champions League titles.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The striker plays in Spain.", - "The goalkeeper has won league titles in Portugal and England." + "The goalkeeper is from Brazil.", + "The midfielder plays in Italy.", + "The striker has won 2 European Golden Boots.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -21607,10 +21607,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 1 league title.", - "The midfielder plays in Premier League.", - "The winger is from Georgia.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Italy.", + "The midfielder plays for Arsenal.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -21628,9 +21628,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The striker has more league titles than the winger.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in Ligue 1." + "The midfielder plays in Serie A.", + "The striker is from Norway.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -21648,10 +21648,10 @@ "clues": [ "The midfielder has more Champions League titles than the goalkeeper.", "The winger and striker have won the same number of league titles.", - "The goalkeeper has won 0 league titles.", - "The midfielder comes from Europe.", - "The winger plays in England.", - "The striker has won 0 league titles." + "The midfielder is from Croatia.", + "The goalkeeper plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -21668,10 +21668,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The winger plays in Premier League.", - "The striker is from Sweden.", - "The goalkeeper has won 0 league titles." + "The defender is from Spain.", + "The winger plays for Liverpool.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -21689,8 +21689,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from Italy.", "The midfielder has won between 3 and 5 league titles." ] }, @@ -21709,10 +21709,10 @@ "clues": [ "The goalkeeper and defender have won the same number of league titles.", "The midfielder and winger have won the same number of Champions League titles.", - "The defender has won league titles in Scotland.", - "The goalkeeper comes from Europe.", + "The defender is from Netherlands.", "The midfielder plays in France.", - "The winger has won league titles in Germany." + "The winger has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -21729,9 +21729,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in LaLiga.", - "The midfielder has won 1 league title.", - "The winger plays in Premier League.", - "The striker is from Argentina.", + "The midfielder is from Portugal.", + "The winger plays for Arsenal.", + "The striker has won the World Cup.", "The defender has won 1 league title." ] }, @@ -21750,9 +21750,9 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from Europe.", - "The midfielder plays in Ligue 1.", - "The winger has won between 3 and 5 league titles." + "The winger plays in Premier League.", + "The striker is from Poland.", + "The midfielder has won between 3 and 5 league titles." ] }, { @@ -21769,11 +21769,11 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", - "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The defender comes from Europe.", - "The winger plays in Germany.", - "The striker has won league titles in Germany." + "The winger and striker play for the same club.", + "The striker is from England.", + "The defender plays in Italy.", + "The winger has won 1 Champions League title.", + "The goalkeeper has won at most 2 league titles." ] }, { @@ -21790,10 +21790,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won 2 league titles.", - "The midfielder plays in Premier League.", - "The striker is from Norway.", - "The goalkeeper has won 2 league titles." + "The defender is from Netherlands.", + "The midfielder plays for Liverpool.", + "The striker has won league titles in Austria.", + "The striker plays in Premier League." ] }, { @@ -21811,8 +21811,8 @@ "clues": [ "The goalkeeper and defender were once teammates at Roma.", "The midfielder has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The defender plays in LaLiga.", + "The goalkeeper plays in Premier League.", + "The defender is from Germany.", "The midfielder has won more than 5 league titles." ] }, @@ -21831,10 +21831,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender has won league titles in Germany.", - "The midfielder comes from Europe.", + "The midfielder is from Belgium.", "The winger plays in Spain.", - "The striker has won league titles in Portugal." + "The defender has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -21851,10 +21851,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won 1 league title.", - "The winger plays in LaLiga.", - "The striker is from Canada.", - "The goalkeeper has won 2 league titles." + "The midfielder is from Norway.", + "The winger plays for Real Madrid.", + "The striker has won 1 league title.", + "The striker plays in Serie A." ] }, { @@ -21872,9 +21872,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The defender comes from Europe.", - "The winger plays in Ligue 1." + "The goalkeeper plays in LaLiga.", + "The defender is from Netherlands.", + "The winger has won at most 2 league titles." ] }, { @@ -21892,10 +21892,10 @@ "clues": [ "The goalkeeper and defender were once teammates at Chelsea.", "The midfielder has more Champions League titles than the striker.", - "The goalkeeper has more league titles than the defender.", - "The midfielder comes from Europe.", - "The striker plays in Italy.", - "The goalkeeper has won league titles in Spain and England." + "The goalkeeper is from Belgium.", + "The defender plays in Spain.", + "The midfielder has won 1 Champions League title.", + "The striker has won at most 2 league titles." ] }, { @@ -21912,9 +21912,9 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in LaLiga.", - "The defender has won league titles in Germany.", - "The midfielder plays in LaLiga.", - "The winger is from Brazil.", + "The defender is from France.", + "The midfielder plays for Real Madrid.", + "The winger has won the Copa América.", "The goalkeeper has won league titles in Spain." ] }, @@ -21933,9 +21933,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The winger has more league titles than the striker.", - "The defender has won league titles in Italy.", - "The midfielder comes from Europe.", - "The winger plays in LaLiga." + "The winger plays in LaLiga.", + "The striker is from England.", + "The defender has won at most 2 league titles." ] }, { @@ -21953,10 +21953,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the midfielder.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won league titles in Austria and England." + "The goalkeeper is from Belgium.", + "The striker plays in England.", + "The midfielder has won 0 Champions League titles.", + "The winger has won at most 2 league titles." ] }, { @@ -21973,10 +21973,10 @@ "fixedPosition": "MID", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The winger plays in Bundesliga.", - "The striker is from Italy.", - "The goalkeeper has won 2 league titles." + "The defender is from Portugal.", + "The winger plays for Bayern Munich.", + "The striker has won 0 league titles.", + "The striker plays in Serie A." ] }, { @@ -21994,8 +21994,8 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The midfielder has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Premier League.", + "The goalkeeper plays in Premier League.", + "The defender is from France.", "The midfielder has won between 3 and 5 league titles." ] }, @@ -22014,10 +22014,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in France.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The winger has won league titles in Switzerland and England." + "The winger is from Egypt.", + "The goalkeeper plays in England.", + "The defender has won 0 Champions League titles.", + "The midfielder has won at most 2 league titles." ] }, { @@ -22034,9 +22034,9 @@ "fixedPosition": "GK", "clues": [ "The defender plays in Premier League.", - "The midfielder has won league titles in Austria.", - "The winger plays in Bundesliga.", - "The striker is from Spain.", + "The midfielder is from Hungary.", + "The winger plays for Bayern Munich.", + "The striker has won the European Championship.", "The defender has won 1 league title." ] }, @@ -22055,8 +22055,8 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The striker has more league titles than the winger.", - "The goalkeeper comes from South America.", - "The midfielder plays in Serie A.", + "The goalkeeper plays in Premier League.", + "The midfielder is from Belgium.", "The winger has won at most 2 league titles." ] }, @@ -22075,10 +22075,10 @@ "clues": [ "The goalkeeper has more Champions League titles than the defender.", "The striker has more league titles than the winger.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The winger plays in England.", - "The striker has won league titles in Poland and Germany." + "The goalkeeper is from Brazil.", + "The striker plays in Spain.", + "The defender has won 0 Champions League titles.", + "The winger has not won a league title." ] }, { @@ -22095,10 +22095,10 @@ "fixedPosition": "WING", "clues": [ "The goalkeeper plays in Premier League.", - "The defender has won league titles in Portugal.", - "The midfielder plays in Premier League.", - "The striker is from England.", - "The goalkeeper has won league titles in Portugal." + "The defender is from Spain.", + "The midfielder plays for Arsenal.", + "The striker has won 1 league title.", + "The striker plays in Bundesliga." ] }, { @@ -22116,9 +22116,9 @@ "clues": [ "The goalkeeper has more league titles than the defender.", "The winger has more league titles than the midfielder.", - "The goalkeeper has won league titles in Portugal.", - "The defender comes from Europe.", - "The midfielder plays in Serie A." + "The goalkeeper plays in Premier League.", + "The midfielder is from Croatia.", + "The defender has won at most 2 league titles." ] }, { @@ -22136,10 +22136,10 @@ "clues": [ "The defender and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The defender has won league titles in Portugal.", - "The midfielder comes from Europe.", - "The winger plays in France.", - "The striker has won 0 league titles." + "The midfielder is from England.", + "The defender plays in England.", + "The winger has won 0 Champions League titles.", + "The striker has not won a league title." ] }, { @@ -22156,10 +22156,10 @@ "fixedPosition": "DEF", "clues": [ "The goalkeeper plays in Premier League.", - "The midfielder has won league titles in England.", - "The winger plays in Ligue 1.", - "The striker is from Sweden.", - "The goalkeeper has won 0 league titles." + "The midfielder is from Spain.", + "The winger plays for Paris Saint-Germain.", + "The striker has won 1 league title.", + "The striker plays in Premier League." ] }, { @@ -22177,9 +22177,9 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper comes from Europe.", - "The defender plays in Bundesliga.", - "The winger has won between 3 and 5 league titles." + "The winger plays in LaLiga.", + "The goalkeeper is from Georgia.", + "The defender has won between 3 and 5 league titles." ] }, { @@ -22197,10 +22197,10 @@ "clues": [ "The goalkeeper and defender have won the same number of Champions League titles.", "The striker has more league titles than the midfielder.", - "The goalkeeper has won 0 league titles.", - "The defender comes from Europe.", - "The midfielder plays in France.", - "The striker has won league titles in Spain and Italy." + "The goalkeeper is from Georgia.", + "The defender plays in Italy.", + "The midfielder has won 0 Champions League titles.", + "The striker has won between 3 and 5 league titles." ] }, { @@ -22217,10 +22217,10 @@ "fixedPosition": "ST", "clues": [ "The goalkeeper plays in Primeira Liga.", - "The defender has won 2 league titles.", - "The midfielder plays in Ligue 1.", - "The winger is from Georgia.", - "The goalkeeper has won 2 league titles." + "The defender is from Netherlands.", + "The midfielder plays for Paris Saint-Germain.", + "The winger has won 2 league titles.", + "The winger plays in Ligue 1." ] }, { @@ -22238,9 +22238,9 @@ "clues": [ "The midfielder has more league titles than the defender.", "The striker has more league titles than the winger.", - "The defender has won league titles in Spain.", - "The midfielder comes from Europe.", - "The winger plays in Ligue 1." + "The defender plays in LaLiga.", + "The striker is from Poland.", + "The midfielder has won at most 2 league titles." ] }, { @@ -22258,10 +22258,10 @@ "clues": [ "The goalkeeper and midfielder have won the same number of Champions League titles.", "The winger has more league titles than the striker.", - "The goalkeeper has won league titles in Ukraine.", - "The midfielder comes from Europe.", - "The winger plays in Spain.", - "The striker has won league titles in Germany." + "The winger is from Brazil.", + "The striker plays in Germany.", + "The midfielder has won 0 Champions League titles.", + "The goalkeeper has won at most 2 league titles." ] } ] diff --git a/lib/i18n.ts b/lib/i18n.ts index 192d25d..902d7ed 100644 --- a/lib/i18n.ts +++ b/lib/i18n.ts @@ -191,7 +191,7 @@ const dictionaries: Record = { allCompleted: "Todos los puzzles completados.", available: "disponible", browsePlayers: (position) => `Ver todos los jugadores ${position}`, - close: "Cerrar", + close: "Cerca", closeModal: "Cerrar lista de jugadores", copied: "Copiado", copy: "Copiar", @@ -277,13 +277,13 @@ const dictionaries: Record = { "Four players play in England.": "Cuatro jugadores juegan en Inglaterra.", "The striker is Norwegian.": "El delantero es noruego.", "The winger is English.": "El extremo es inglés.", - "The goalkeeper and striker have both won league titles in Spain.": "El portero y el delantero han ganado ligas en España.", - "The defender and winger have both won league titles in Germany.": "El defensa y el extremo han ganado ligas en Alemania.", + "The goalkeeper and striker have both won league titles in Spain.": "El portero y el delantero han ganado campeonatos en España.", + "The defender and winger have both won league titles in Germany.": "El defensa y el extremo han ganado campeonatos en Alemania.", "The winger and striker were once teammates at Juventus.": "El extremo y el delantero coincidieron en la Juventus.", - "The midfielder has played league football in Austria, Germany and England.": "El centrocampista ha jugado liga en Austria, Alemania e Inglaterra.", - "The goalkeeper and defender have both won league titles in Portugal.": "El portero y el defensa han ganado ligas en Portugal.", - "The defender has won league titles in Portugal and Germany.": "El defensa ha ganado ligas en Portugal y Alemania.", - "The midfielder has won league titles in Italy and France.": "El centrocampista ha ganado ligas en Italia y Francia.", + "The midfielder has played league football in Austria, Germany and England.": "El centrocampista ha jugado en liga en Austria, Alemania e Inglaterra.", + "The goalkeeper and defender have both won league titles in Portugal.": "El portero y el defensa han ganado campeonatos en Portugal.", + "The defender has won league titles in Portugal and Germany.": "El defensa ha ganado campeonatos en Portugal y Alemania.", + "The midfielder has won league titles in Italy and France.": "El centrocampista ha ganado campeonatos en Italia y Francia.", "The winger and midfielder both moved to France after starring in Italy.": "El extremo y el centrocampista llegaron a Francia después de destacar en Italia.", "The striker was the top scorer in France before moving to Italy.": "El delantero fue máximo goleador en Francia antes de irse a Italia.", }, @@ -292,7 +292,7 @@ const dictionaries: Record = { allCompleted: "Tous les puzzles sont terminés.", available: "disponible", browsePlayers: (position) => `Voir tous les joueurs ${position}`, - close: "Fermer", + close: "Proche", closeModal: "Fermer la liste des joueurs", copied: "Copié", copy: "Copier", @@ -379,7 +379,7 @@ const dictionaries: Record = { allCompleted: "Alle Rätsel abgeschlossen.", available: "verfügbar", browsePlayers: (position) => `Alle ${position}-Spieler anzeigen`, - close: "Schliessen", + close: "Nah", closeModal: "Spielerliste schließen", copied: "Kopiert", copy: "Kopieren", @@ -466,7 +466,7 @@ const dictionaries: Record = { allCompleted: "Tutti i puzzle completati.", available: "disponibile", browsePlayers: (position) => `Vedi tutti i giocatori ${position}`, - close: "Chiudi", + close: "Vicino", closeModal: "Chiudi lista giocatori", copied: "Copiato", copy: "Copia", @@ -553,7 +553,7 @@ const dictionaries: Record = { allCompleted: "Todos os puzzles concluídos.", available: "disponível", browsePlayers: (position) => `Ver todos os jogadores ${position}`, - close: "Fechar", + close: "Perto", closeModal: "Fechar lista de jogadores", copied: "Copiado", copy: "Copiar", @@ -674,6 +674,46 @@ function translateGeneratedClue(clue: string, locale: Locale): string { return clue; } + const playsFor = clue.match(/^The (.+) plays for (.+)\.$/); + if (playsFor) { + return tPlaysFor(locale, playsFor[1], playsFor[2]); + } + + const wonWorldCup = clue.match(/^The (.+) has won the World Cup\.$/); + if (wonWorldCup) { + return tWonWorldCup(locale, wonWorldCup[1]); + } + + const wonEuro = clue.match(/^The (.+) has won the European Championship\.$/); + if (wonEuro) { + return tWonEuro(locale, wonEuro[1]); + } + + const wonCopa = clue.match(/^The (.+) has won the Copa América\.$/); + if (wonCopa) { + return tWonCopaAmerica(locale, wonCopa[1]); + } + + const wonBallonDOr = clue.match(/^The (.+) has won the Ballon d'Or\.$/); + if (wonBallonDOr) { + return tWonBallonDOr(locale, wonBallonDOr[1]); + } + + const wonGoldenBootMultiple = clue.match(/^The (.+) has won (\d+) European Golden Boots\.$/); + if (wonGoldenBootMultiple) { + return tWonGoldenBoots(locale, wonGoldenBootMultiple[1], Number(wonGoldenBootMultiple[2])); + } + + const wonGoldenBoot = clue.match(/^The (.+) has won the European Golden Boot\.$/); + if (wonGoldenBoot) { + return tWonGoldenBoots(locale, wonGoldenBoot[1], 1); + } + + const playForSameClub = clue.match(/^The (.+) and (.+) play for the same club\.$/); + if (playForSameClub) { + return tPlayForSameClub(locale, playForSameClub[1], playForSameClub[2]); + } + const sharedClub = clue.match(/^(\d+|Two) players share the same club\.$/); if (sharedClub) { const count = sharedClub[1] === "Two" ? 2 : Number(sharedClub[1]); @@ -994,7 +1034,7 @@ function tSameChampions(locale: Locale, left: string, right: string): string { } function tWonLeagueTitles(locale: Locale, position: string, count: number): string { - if (locale === "es") return `El ${pos(locale, position)} ha ganado ${count} ${count === 1 ? "liga" : "ligas"}.`; + if (locale === "es") return `El ${pos(locale, position)} ha ganado ${count} ${count === 1 ? "campeonato" : "campeonatos"}.`; if (locale === "fr") return `Le ${pos(locale, position)} a gagné ${count} ${count === 1 ? "championnat" : "championnats"}.`; if (locale === "de") return `Der ${pos(locale, position)} hat ${count} Ligatitel gewonnen.`; if (locale === "it") return `Il ${pos(locale, position)} ha vinto ${count} ${count === 1 ? "campionato" : "campionati"}.`; @@ -1002,7 +1042,7 @@ function tWonLeagueTitles(locale: Locale, position: string, count: number): stri } function tNoLeagueTitle(locale: Locale, position: string): string { - if (locale === "es") return `El ${pos(locale, position)} no ha ganado ninguna liga.`; + if (locale === "es") return `El ${pos(locale, position)} no ha ganado ningún campeonato.`; if (locale === "fr") return `Le ${pos(locale, position)} n'a gagné aucun championnat.`; if (locale === "de") return `Der ${pos(locale, position)} hat keinen Ligatitel gewonnen.`; if (locale === "it") return `Il ${pos(locale, position)} non ha vinto alcun campionato.`; @@ -1010,7 +1050,7 @@ function tNoLeagueTitle(locale: Locale, position: string): string { } function tAtMostLeagueTitles(locale: Locale, position: string, count: number): string { - if (locale === "es") return `El ${pos(locale, position)} ha ganado como máximo ${count} ligas.`; + if (locale === "es") return `El ${pos(locale, position)} ha ganado como máximo ${count} campeonatos.`; if (locale === "fr") return `Le ${pos(locale, position)} a gagné au maximum ${count} championnats.`; if (locale === "de") return `Der ${pos(locale, position)} hat höchstens ${count} Ligatitel gewonnen.`; if (locale === "it") return `Il ${pos(locale, position)} ha vinto al massimo ${count} campionati.`; @@ -1018,7 +1058,7 @@ function tAtMostLeagueTitles(locale: Locale, position: string, count: number): s } function tBetweenLeagueTitles(locale: Locale, position: string, min: number, max: number): string { - if (locale === "es") return `El ${pos(locale, position)} ha ganado entre ${min} y ${max} ligas.`; + if (locale === "es") return `El ${pos(locale, position)} ha ganado entre ${min} y ${max} campeonatos.`; if (locale === "fr") return `Le ${pos(locale, position)} a gagné entre ${min} et ${max} championnats.`; if (locale === "de") return `Der ${pos(locale, position)} hat zwischen ${min} und ${max} Ligatitel gewonnen.`; if (locale === "it") return `Il ${pos(locale, position)} ha vinto tra ${min} e ${max} campionati.`; @@ -1026,7 +1066,7 @@ function tBetweenLeagueTitles(locale: Locale, position: string, min: number, max } function tMoreThanLeagueTitles(locale: Locale, position: string, count: number): string { - if (locale === "es") return `El ${pos(locale, position)} ha ganado más de ${count} ligas.`; + if (locale === "es") return `El ${pos(locale, position)} ha ganado más de ${count} campeonatos.`; if (locale === "fr") return `Le ${pos(locale, position)} a gagné plus de ${count} championnats.`; if (locale === "de") return `Der ${pos(locale, position)} hat mehr als ${count} Ligatitel gewonnen.`; if (locale === "it") return `Il ${pos(locale, position)} ha vinto più di ${count} campionati.`; @@ -1042,7 +1082,7 @@ function tWonChampionsTitles(locale: Locale, position: string, count: number): s } function tWonCountries(locale: Locale, position: string, value: string): string { - if (locale === "es") return `El ${pos(locale, position)} ha ganado ligas en ${countries(locale, value)}.`; + if (locale === "es") return `El ${pos(locale, position)} ha ganado campeonatos en ${countries(locale, value)}.`; if (locale === "fr") return `Le ${pos(locale, position)} a gagné des championnats en ${countries(locale, value)}.`; if (locale === "de") return `Der ${pos(locale, position)} hat Ligatitel in ${countries(locale, value)} gewonnen.`; if (locale === "it") return `Il ${pos(locale, position)} ha vinto campionati in ${countries(locale, value)}.`; @@ -1066,7 +1106,7 @@ function tTeammates(locale: Locale, left: string, right: string, club: string): } function tSameLeagueTitles(locale: Locale, left: string, right: string): string { - if (locale === "es") return `El ${pos(locale, left)} y el ${pos(locale, right)} han ganado el mismo número de ligas.`; + if (locale === "es") return `El ${pos(locale, left)} y el ${pos(locale, right)} han ganado el mismo número de campeonatos.`; if (locale === "fr") return `Le ${pos(locale, left)} et le ${pos(locale, right)} ont gagné le même nombre de championnats.`; if (locale === "de") return `Der ${pos(locale, left)} und der ${pos(locale, right)} haben gleich viele Ligatitel gewonnen.`; if (locale === "it") return `Il ${pos(locale, left)} e il ${pos(locale, right)} hanno vinto lo stesso numero di campionati.`; @@ -1074,7 +1114,7 @@ function tSameLeagueTitles(locale: Locale, left: string, right: string): string } function tMoreLeagueTitles(locale: Locale, left: string, right: string): string { - if (locale === "es") return `El ${pos(locale, left)} tiene más ligas que el ${pos(locale, right)}.`; + if (locale === "es") return `El ${pos(locale, left)} tiene más campeonatos que el ${pos(locale, right)}.`; if (locale === "fr") return `Le ${pos(locale, left)} a plus de championnats que le ${pos(locale, right)}.`; if (locale === "de") return `Der ${pos(locale, left)} hat mehr Ligatitel als der ${pos(locale, right)}.`; if (locale === "it") return `Il ${pos(locale, left)} ha più campionati del ${pos(locale, right)}.`; @@ -1088,3 +1128,66 @@ function tNationality(locale: Locale, position: string, country: string): string if (locale === "it") return `Il ${pos(locale, position)} viene da ${countries(locale, country)}.`; return `O ${pos(locale, position)} é de ${countries(locale, country)}.`; } + +function tPlaysFor(locale: Locale, position: string, club: string): string { + if (locale === "es") return `El ${pos(locale, position)} juega en el ${club}.`; + if (locale === "fr") return `Le ${pos(locale, position)} joue au ${club}.`; + if (locale === "de") return `Der ${pos(locale, position)} spielt für den ${club}.`; + if (locale === "it") return `Il ${pos(locale, position)} gioca nell'${club}.`; + return `O ${pos(locale, position)} joga no ${club}.`; +} + +function tWonWorldCup(locale: Locale, position: string): string { + if (locale === "es") return `El ${pos(locale, position)} es campeón del mundo.`; + if (locale === "fr") return `Le ${pos(locale, position)} est champion du monde.`; + if (locale === "de") return `Der ${pos(locale, position)} ist Weltmeister.`; + if (locale === "it") return `Il ${pos(locale, position)} è campione del mondo.`; + return `O ${pos(locale, position)} é campeão do mundo.`; +} + +function tWonEuro(locale: Locale, position: string): string { + if (locale === "es") return `El ${pos(locale, position)} ha ganado la Eurocopa.`; + if (locale === "fr") return `Le ${pos(locale, position)} a remporté le Championnat d'Europe.`; + if (locale === "de") return `Der ${pos(locale, position)} hat die Europameisterschaft gewonnen.`; + if (locale === "it") return `Il ${pos(locale, position)} ha vinto il Campionato Europeo.`; + return `O ${pos(locale, position)} ganhou o Campeonato da Europa.`; +} + +function tWonCopaAmerica(locale: Locale, position: string): string { + if (locale === "es") return `El ${pos(locale, position)} ha ganado la Copa América.`; + if (locale === "fr") return `Le ${pos(locale, position)} a remporté la Copa América.`; + if (locale === "de") return `Der ${pos(locale, position)} hat die Copa América gewonnen.`; + if (locale === "it") return `Il ${pos(locale, position)} ha vinto la Copa América.`; + return `O ${pos(locale, position)} ganhou a Copa América.`; +} + +function tWonBallonDOr(locale: Locale, position: string): string { + if (locale === "es") return `El ${pos(locale, position)} ha ganado el Balón de Oro.`; + if (locale === "fr") return `Le ${pos(locale, position)} a remporté le Ballon d'Or.`; + if (locale === "de") return `Der ${pos(locale, position)} hat den Ballon d'Or gewonnen.`; + if (locale === "it") return `Il ${pos(locale, position)} ha vinto il Pallone d'Oro.`; + return `O ${pos(locale, position)} ganhou a Bola de Ouro.`; +} + +function tWonGoldenBoots(locale: Locale, position: string, count: number): string { + if (count === 1) { + if (locale === "es") return `El ${pos(locale, position)} ha ganado la Bota de Oro europea.`; + if (locale === "fr") return `Le ${pos(locale, position)} a remporté le Soulier d'Or européen.`; + if (locale === "de") return `Der ${pos(locale, position)} hat den Europäischen Goldenen Schuh gewonnen.`; + if (locale === "it") return `Il ${pos(locale, position)} ha vinto la Scarpa d'Oro europea.`; + return `O ${pos(locale, position)} ganhou a Chuteira de Ouro europeia.`; + } + if (locale === "es") return `El ${pos(locale, position)} ha ganado ${count} Botas de Oro europeas.`; + if (locale === "fr") return `Le ${pos(locale, position)} a remporté ${count} Souliers d'Or européens.`; + if (locale === "de") return `Der ${pos(locale, position)} hat ${count} Europäische Goldene Schuhe gewonnen.`; + if (locale === "it") return `Il ${pos(locale, position)} ha vinto ${count} Scarpe d'Oro europee.`; + return `O ${pos(locale, position)} ganhou ${count} Chuteiras de Ouro europeias.`; +} + +function tPlayForSameClub(locale: Locale, left: string, right: string): string { + if (locale === "es") return `El ${pos(locale, left)} y el ${pos(locale, right)} juegan en el mismo club.`; + if (locale === "fr") return `Le ${pos(locale, left)} et le ${pos(locale, right)} jouent dans le même club.`; + if (locale === "de") return `Der ${pos(locale, left)} und der ${pos(locale, right)} spielen beim selben Klub.`; + if (locale === "it") return `Il ${pos(locale, left)} e il ${pos(locale, right)} giocano nello stesso club.`; + return `O ${pos(locale, left)} e o ${pos(locale, right)} jogam no mesmo clube.`; +} diff --git a/scripts/generate-puzzles.mjs b/scripts/generate-puzzles.mjs index 5f237dc..7a18025 100644 --- a/scripts/generate-puzzles.mjs +++ b/scripts/generate-puzzles.mjs @@ -15,11 +15,13 @@ const nationalityRegions = { Belgium: "Europe", Brazil: "South America", Canada: "North America", + Croatia: "Europe", Egypt: "Africa", England: "Europe", France: "Europe", Georgia: "Europe", Germany: "Europe", + Hungary: "Europe", Italy: "Europe", Netherlands: "Europe", Norway: "Europe", @@ -27,8 +29,24 @@ const nationalityRegions = { Portugal: "Europe", Spain: "Europe", Sweden: "Europe", + Switzerland: "Europe", Ukraine: "Europe", }; + +// La Liga players and top globally-famous players are "easy" (0). +// Premier League and other well-known players are "medium" (1). +// Everyone else is "hard" (2). +const EASY_PLAYER_IDS = new Set([ + "courtois", "vinicius", "mbappe", "bellingham", "rudiger", "lewandowski", + "haaland", "salah", "de-bruyne", "van-dijk", "modric", "alisson", "ederson", "kane", +]); + +function playerDifficulty(player) { + if (EASY_PLAYER_IDS.has(player.id) || player.league === "LaLiga") return 0; + if (["Premier League", "Bundesliga", "Serie A", "Ligue 1"].includes(player.league)) return 1; + return 2; +} + const START_DATE_KEY = process.env.PUZZLE_START_DATE ?? "2026-05-05"; const DAYS = 365; const byPosition = POSITIONS.map((position) => players.filter((player) => player.position === position)); @@ -91,47 +109,107 @@ function lineupFromIndex(index) { } function buildClues(lineup, difficulty, fixedPosition) { - const hiddenPositions = POSITIONS.filter((position) => position !== fixedPosition); + const hiddenPositions = POSITIONS.filter((p) => p !== fixedPosition); - if (difficulty === "easy") { - return limitClues( - ensureCoverage( - hiddenPositions.flatMap((position, index) => [ - clue(index % 2 === 0 ? buildCurrentLeagueClue(position, lineup[position]) : buildNationalityClue(position, lineup[position]), "identity"), - clue(buildTitleCountOrCountryClue(lineup[position], subjectFor(position)), "titles"), - ]), - hiddenPositions, - ), - 5, - ); - } + if (difficulty === "easy") return buildEasyClues(lineup, hiddenPositions); + if (difficulty === "medium") return buildMediumClues(lineup, hiddenPositions); + return buildHardClues(lineup, hiddenPositions); +} - if (difficulty === "medium") { - return limitClues( - ensureCoverage( - [ - ...buildMediumPairClues(lineup, hiddenPositions), - ...hiddenPositions.map((position) => clue(buildNationalityRegionClue(position, lineup[position]), "nationality")), - ...hiddenPositions.map((position) => clue(buildCurrentLeagueClue(position, lineup[position]), "league")), - ...hiddenPositions.map((position) => clue(buildLeagueTitleBucketClue(lineup[position], subjectFor(position)), "titles")), - ], - hiddenPositions, - ), - 5, - ); - } +// Easy: all 4 clues are specific and direct. Rotate through 4 distinct easy types. +// Each position gets a different type so no repetition. A 5th title count clue is added. +function buildEasyClues(lineup, hiddenPositions) { + // Type rotation per position index — ensures diversity + const typeBuilders = [ + (pos, player) => clue(buildCurrentLeagueClue(pos, player), "league"), + (pos, player) => clue(buildNationalityClue(pos, player), "nationality"), + (pos, player) => clue(buildClubClue(pos, player), "club"), + (pos, player) => clue(buildTournamentWinnerClue(player, subjectFor(pos)) ?? buildCurrentLeagueClue(pos, player), "trophy"), + ]; + + const primaryClues = hiddenPositions.map((pos, i) => typeBuilders[i % typeBuilders.length](pos, lineup[pos])); + + // Add title count and extra league/nationality clues as fill and backup coverage + const fillClues = hiddenPositions.flatMap((pos) => { + const player = lineup[pos]; + const subject = subjectFor(pos); + return [ + clue(buildTitleCountOrCountryClue(player, subject), "titles"), + clue(buildCurrentLeagueClue(pos, player), "league"), + clue(buildNationalityClue(pos, player), "nationality"), + ]; + }); + + return limitClues(ensureCoverage(dedupeClues([...primaryClues, ...fillClues]), hiddenPositions), 5); +} + +// Medium: 2 positions get easy/direct clues, 2 get medium clues. +// Sort positions by player difficulty — easiest players get direct clues. +function buildMediumClues(lineup, hiddenPositions) { + const sorted = [...hiddenPositions].sort((a, b) => playerDifficulty(lineup[a]) - playerDifficulty(lineup[b])); + const easyPositions = sorted.slice(0, 2); + const harderPositions = sorted.slice(2); + + const easyClues = easyPositions.flatMap((pos) => { + const player = lineup[pos]; + const subject = subjectFor(pos); + return [ + clue(buildCurrentLeagueClue(pos, player), "league"), + clue(buildNationalityClue(pos, player), "nationality"), + clue(buildClubClue(pos, player), "club"), + ]; + }); + + const mediumClues = harderPositions.flatMap((pos) => { + const player = lineup[pos]; + const subject = subjectFor(pos); + return [ + clue(buildNationalityRegionClue(pos, player), "nationality"), + clue(buildLeagueTitleBucketClue(player, subject), "titles"), + clue(buildAwardClue(player, subject), "award"), + clue(buildChampionsLeagueCountClue(player, subject), "champions"), + clue(buildCurrentLeagueClue(pos, player), "league"), + ]; + }); + + // Pair clues add cross-position info + const pairClues = buildMediumPairClues(lineup, hiddenPositions); + + return limitClues(ensureCoverage(dedupeClues([...easyClues, ...mediumClues, ...pairClues]), hiddenPositions), 5); +} + +// Hard: 1 easy clue for the easiest player, 2 medium clues for the middle, hard comparisons for the rest. +function buildHardClues(lineup, hiddenPositions) { + const sorted = [...hiddenPositions].sort((a, b) => playerDifficulty(lineup[a]) - playerDifficulty(lineup[b])); + const easiest = sorted[0]; + const middle = sorted.slice(1, 3); + const hardest = sorted[sorted.length - 1]; + + const easyClueLine = [ + clue(buildNationalityClue(easiest, lineup[easiest]), "nationality"), + ]; + + const mediumLines = middle.flatMap((pos) => { + const player = lineup[pos]; + const subject = subjectFor(pos); + return [ + clue(buildNationalityRegionClue(pos, player), "nationality"), + clue(buildLeagueFamilyClue(pos, player), "league"), + clue(buildAwardClue(player, subject), "award"), + clue(buildLeagueTitleBucketClue(player, subject), "titles"), + ]; + }); + + // Hardest player only gets comparisons — must piece together from context + const hardLines = [ + clue(buildLeagueTitleBucketClue(lineup[hardest], subjectFor(hardest)), "titles"), + clue(buildChampionsLeagueCountClue(lineup[hardest], subjectFor(hardest)), "champions"), + ]; + + const pairClues = buildHardPairClues(lineup, hiddenPositions); return limitClues( - ensureCoverage( - [ - ...buildHardPairClues(lineup, hiddenPositions), - ...hiddenPositions.map((position) => clue(buildNationalityRegionClue(position, lineup[position]), "nationality")), - ...hiddenPositions.map((position) => clue(buildLeagueFamilyClue(position, lineup[position]), "league")), - ...hiddenPositions.map((position) => clue(buildTitleCountryPairClue(lineup[position], subjectFor(position)), "titles")), - ...hiddenPositions.map((position) => clue(buildChampionsLeagueCountClue(lineup[position], subjectFor(position)), "champions")), - ], - hiddenPositions, - ), + ensureCoverage(dedupeClues([...easyClueLine, ...mediumLines, ...hardLines, ...pairClues]), hiddenPositions), 6, ); } @@ -140,6 +218,10 @@ function subjectFor(position) { return `The ${positionLabels[position]}`; } +function buildClubClue(position, player) { + return `${subjectFor(position)} plays for ${player.club}.`; +} + function buildNationalityClue(position, player) { return `${subjectFor(position)} is from ${player.nationality}.`; } @@ -161,12 +243,24 @@ function buildLeagueFamilyClue(position, player) { return `${subjectFor(position)} plays outside the top five leagues.`; } -function buildTitleCountryClue(player, subject) { - const country = player.leagueTitleCountries?.[0]; - if (country) { - return `${subject} has won league titles in ${country}.`; - } - return `${subject} has won ${player.leagueTitles} league titles.`; +// Returns a specific tournament win clue, or null if the player has no major win. +function buildTournamentWinnerClue(player, subject) { + if (player.worldCupWinner) return `${subject} has won the World Cup.`; + if (player.eurocupWinner) return `${subject} has won the European Championship.`; + if (player.copaAmericaWinner) return `${subject} has won the Copa América.`; + return null; +} + +// Award clue: Ballon d'Or or Golden Boot count, or Champions League count as fallback. +function buildAwardClue(player, subject) { + if (player.ballonDOr > 0) return `${subject} has won the Ballon d'Or.`; + if (player.goldenBoot > 1) return `${subject} has won ${player.goldenBoot} European Golden Boots.`; + if (player.goldenBoot === 1) return `${subject} has won the European Golden Boot.`; + return buildChampionsLeagueCountClue(player, subject); +} + +function buildChampionsLeagueCountClue(player, subject) { + return `${subject} has won ${player.championsLeagueTitles} Champions League title${player.championsLeagueTitles === 1 ? "" : "s"}.`; } function buildTitleCountOrCountryClue(player, subject) { @@ -176,81 +270,9 @@ function buildTitleCountOrCountryClue(player, subject) { return buildLeagueTitleCountClue(player, subject); } -function buildChampionsLeagueCountClue(player, subject) { - return `${subject} has won ${player.championsLeagueTitles} Champions League title${player.championsLeagueTitles === 1 ? "" : "s"}.`; -} - -function buildNumericLeagueClue(player, subject) { - return buildLeagueTitleCountClue(player, subject); -} - -function buildFormerClubClue(playerA, playerB, subject) { - const common = (playerA.formerClubs ?? []).find((club) => (playerB.formerClubs ?? []).includes(club)); - if (common) { - return `${subject} were once teammates at ${common}.`; - } - if ((playerA.championsLeagueTitles ?? 0) === (playerB.championsLeagueTitles ?? 0)) { - return `${subject} have won the same number of Champions League titles.`; - } - if ((playerA.leagueTitles ?? 0) === (playerB.leagueTitles ?? 0)) { - return `${subject} have won the same number of league titles.`; - } - const firstCountry = playerA.leagueTitleCountries?.[0] ?? null; - if (firstCountry) { - return `${subject.split(" and ")[0]} has won league titles in ${firstCountry}.`; - } - return buildLeagueTitleCountClue(playerA, subject.split(" and ")[0]); -} - -function buildHiddenPairClues(lineup, hiddenPositions) { - const clues = []; - for (let leftIndex = 0; leftIndex < hiddenPositions.length; leftIndex += 1) { - for (let rightIndex = leftIndex + 1; rightIndex < hiddenPositions.length; rightIndex += 1) { - const left = hiddenPositions[leftIndex]; - const right = hiddenPositions[rightIndex]; - clues.push(clue(buildFormerClubClue(lineup[left], lineup[right], `${subjectFor(left)} and ${positionLabels[right]}`), "history")); - clues.push(clue(buildLeagueTitleComparisonClue(left, lineup[left], right, lineup[right]), "comparison")); - clues.push(clue(buildChampionsLeagueComparisonClue(left, lineup[left], right, lineup[right]), "champions")); - } - } - return dedupeClues(clues); -} - -function buildMediumPairClues(lineup, hiddenPositions) { - const pairs = []; - for (let leftIndex = 0; leftIndex < hiddenPositions.length; leftIndex += 1) { - for (let rightIndex = leftIndex + 1; rightIndex < hiddenPositions.length; rightIndex += 1) { - const left = hiddenPositions[leftIndex]; - const right = hiddenPositions[rightIndex]; - pairs.push(clue(buildFormerClubClue(lineup[left], lineup[right], `${subjectFor(left)} and ${positionLabels[right]}`), "history")); - pairs.push(clue(buildLeagueTitleComparisonClue(left, lineup[left], right, lineup[right]), "comparison")); - } - } - return dedupeClues(pairs); -} - -function buildHardPairClues(lineup, hiddenPositions) { - const pairs = []; - for (let leftIndex = 0; leftIndex < hiddenPositions.length; leftIndex += 1) { - for (let rightIndex = leftIndex + 1; rightIndex < hiddenPositions.length; rightIndex += 1) { - const left = hiddenPositions[leftIndex]; - const right = hiddenPositions[rightIndex]; - pairs.push(clue(buildFormerClubClue(lineup[left], lineup[right], `${subjectFor(left)} and ${positionLabels[right]}`), "history")); - pairs.push(clue(buildChampionsLeagueComparisonClue(left, lineup[left], right, lineup[right]), "champions")); - pairs.push(clue(buildLeagueTitleComparisonClue(left, lineup[left], right, lineup[right]), "comparison")); - } - } - return dedupeClues(pairs); -} - -function buildTitleCountryPairClue(player, subject) { - const countries = player.leagueTitleCountries ?? []; - if (countries.length >= 2) { - return `${subject} has won league titles in ${countries.slice(0, 2).join(" and ")}.`; - } - if (countries.length === 1) { - return `${subject} has won league titles in ${countries[0]}.`; - } +function buildTitleCountryClue(player, subject) { + const country = player.leagueTitleCountries?.[0]; + if (country) return `${subject} has won league titles in ${country}.`; return buildLeagueTitleCountClue(player, subject); } @@ -265,12 +287,32 @@ function buildLeagueTitleBucketClue(player, subject) { return `${subject} has won more than 5 league titles.`; } +function buildTitleCountryPairClue(player, subject) { + const countries = player.leagueTitleCountries ?? []; + if (countries.length >= 2) return `${subject} has won league titles in ${countries.slice(0, 2).join(" and ")}.`; + if (countries.length === 1) return `${subject} has won league titles in ${countries[0]}.`; + return buildLeagueTitleCountClue(player, subject); +} + +function buildFormerClubClue(playerA, playerB, subject) { + const common = (playerA.formerClubs ?? []).find((club) => (playerB.formerClubs ?? []).includes(club)); + if (common) return `${subject} were once teammates at ${common}.`; + if (playerA.club === playerB.club) return `${subject} play for the same club.`; + if ((playerA.championsLeagueTitles ?? 0) === (playerB.championsLeagueTitles ?? 0)) { + return `${subject} have won the same number of Champions League titles.`; + } + if ((playerA.leagueTitles ?? 0) === (playerB.leagueTitles ?? 0)) { + return `${subject} have won the same number of league titles.`; + } + const firstCountry = playerA.leagueTitleCountries?.[0] ?? null; + if (firstCountry) return `${subject.split(" and ")[0]} has won league titles in ${firstCountry}.`; + return buildLeagueTitleCountClue(playerA, subject.split(" and ")[0]); +} + function buildLeagueTitleComparisonClue(positionA, playerA, positionB, playerB) { const subjectA = subjectFor(positionA); const subjectB = `the ${positionLabels[positionB]}`; - if (playerA.leagueTitles > playerB.leagueTitles) { - return `${subjectA} has more league titles than ${subjectB}.`; - } + if (playerA.leagueTitles > playerB.leagueTitles) return `${subjectA} has more league titles than ${subjectB}.`; if (playerB.leagueTitles > playerA.leagueTitles) { return `${subjectFor(positionB)} has more league titles than the ${positionLabels[positionA]}.`; } @@ -289,6 +331,35 @@ function buildChampionsLeagueComparisonClue(positionA, playerA, positionB, playe return `${subjectA} and ${positionLabels[positionB]} have won the same number of Champions League titles.`; } +function buildMediumPairClues(lineup, hiddenPositions) { + const pairs = []; + for (let l = 0; l < hiddenPositions.length; l += 1) { + for (let r = l + 1; r < hiddenPositions.length; r += 1) { + const left = hiddenPositions[l]; + const right = hiddenPositions[r]; + const subject = `${subjectFor(left)} and ${positionLabels[right]}`; + pairs.push(clue(buildFormerClubClue(lineup[left], lineup[right], subject), "history")); + pairs.push(clue(buildLeagueTitleComparisonClue(left, lineup[left], right, lineup[right]), "comparison")); + } + } + return dedupeClues(pairs); +} + +function buildHardPairClues(lineup, hiddenPositions) { + const pairs = []; + for (let l = 0; l < hiddenPositions.length; l += 1) { + for (let r = l + 1; r < hiddenPositions.length; r += 1) { + const left = hiddenPositions[l]; + const right = hiddenPositions[r]; + const subject = `${subjectFor(left)} and ${positionLabels[right]}`; + pairs.push(clue(buildFormerClubClue(lineup[left], lineup[right], subject), "history")); + pairs.push(clue(buildChampionsLeagueComparisonClue(left, lineup[left], right, lineup[right]), "champions")); + pairs.push(clue(buildLeagueTitleComparisonClue(left, lineup[left], right, lineup[right]), "comparison")); + } + } + return dedupeClues(pairs); +} + function dedupeClues(clues) { return [...new Map(clues.map((item) => [item.text, item])).values()]; } @@ -297,65 +368,62 @@ function ensureCoverage(clues, hiddenPositions) { const selected = []; const covered = new Set(); const usedTypes = new Set(); - const positionCounts = Object.fromEntries(hiddenPositions.map((position) => [position, 0])); + const positionCounts = Object.fromEntries(hiddenPositions.map((p) => [p, 0])); const normalizedClues = clues.map((item) => (typeof item === "string" ? clue(item, "general") : item)); while (covered.size < hiddenPositions.length) { const nextClue = normalizedClues - .filter((candidate) => !selected.includes(candidate)) - .map((candidate) => ({ - clue: candidate, - positions: mentionedPositions(candidate.text, hiddenPositions), - })) - .filter((candidate) => candidate.positions.some((position) => !covered.has(position))) - .sort((left, right) => { - const leftNew = left.positions.filter((position) => !covered.has(position)).length; - const rightNew = right.positions.filter((position) => !covered.has(position)).length; - const leftTypeBonus = usedTypes.has(left.clue.type) ? 0 : 1; - const rightTypeBonus = usedTypes.has(right.clue.type) ? 0 : 1; - return rightNew - leftNew || rightTypeBonus - leftTypeBonus || left.positions.length - right.positions.length; + .filter((c) => !selected.includes(c)) + .map((c) => ({ clue: c, positions: mentionedPositions(c.text, hiddenPositions) })) + .filter((c) => c.positions.some((p) => !covered.has(p))) + .sort((l, r) => { + const lNew = l.positions.filter((p) => !covered.has(p)).length; + const rNew = r.positions.filter((p) => !covered.has(p)).length; + const lTypeBonus = usedTypes.has(l.clue.type) ? 0 : 1; + const rTypeBonus = usedTypes.has(r.clue.type) ? 0 : 1; + return rNew - lNew || rTypeBonus - lTypeBonus || l.positions.length - r.positions.length; })[0]?.clue; if (!nextClue) break; selected.push(nextClue); usedTypes.add(nextClue.type); - for (const position of mentionedPositions(nextClue.text, hiddenPositions)) { - covered.add(position); - positionCounts[position] += 1; + for (const p of mentionedPositions(nextClue.text, hiddenPositions)) { + covered.add(p); + positionCounts[p] += 1; } } while (selected.length < normalizedClues.length) { const nextClue = normalizedClues - .filter((candidate) => !selected.includes(candidate)) - .sort((left, right) => { - const leftTypeBonus = usedTypes.has(left.type) ? 0 : 1; - const rightTypeBonus = usedTypes.has(right.type) ? 0 : 1; - const leftBalance = clueBalanceScore(left.text, hiddenPositions, positionCounts); - const rightBalance = clueBalanceScore(right.text, hiddenPositions, positionCounts); - return rightTypeBonus - leftTypeBonus || rightBalance - leftBalance; + .filter((c) => !selected.includes(c)) + .sort((l, r) => { + const lTypeBonus = usedTypes.has(l.type) ? 0 : 1; + const rTypeBonus = usedTypes.has(r.type) ? 0 : 1; + const lBalance = clueBalanceScore(l.text, hiddenPositions, positionCounts); + const rBalance = clueBalanceScore(r.text, hiddenPositions, positionCounts); + return rTypeBonus - lTypeBonus || rBalance - lBalance; })[0]; if (!nextClue) break; selected.push(nextClue); usedTypes.add(nextClue.type); - for (const position of mentionedPositions(nextClue.text, hiddenPositions)) { - positionCounts[position] += 1; + for (const p of mentionedPositions(nextClue.text, hiddenPositions)) { + positionCounts[p] += 1; } } return dedupeClues(selected).map((item) => item.text); } -function mentionedPositions(clue, hiddenPositions) { - const normalized = clue.toLowerCase(); - return hiddenPositions.filter((position) => normalized.includes(positionLabels[position])); +function mentionedPositions(clueText, hiddenPositions) { + const normalized = clueText.toLowerCase(); + return hiddenPositions.filter((p) => normalized.includes(positionLabels[p])); } function clueBalanceScore(clueText, hiddenPositions, positionCounts) { const positions = mentionedPositions(clueText, hiddenPositions); if (positions.length === 0) return -99; - return -positions.reduce((sum, position) => sum + positionCounts[position], 0) / positions.length; + return -positions.reduce((sum, p) => sum + positionCounts[p], 0) / positions.length; } function limitClues(clues, max) { @@ -371,18 +439,3 @@ function addDays(dateKey, daysToAdd) { date.setUTCDate(date.getUTCDate() + daysToAdd); return date.toISOString().slice(0, 10); } - -function getTodayKeyInTimeZone(date, timeZone) { - const formatter = new Intl.DateTimeFormat("en-CA", { - timeZone, - year: "numeric", - month: "2-digit", - day: "2-digit", - }); - - const parts = formatter.formatToParts(date); - const year = parts.find((part) => part.type === "year")?.value; - const month = parts.find((part) => part.type === "month")?.value; - const day = parts.find((part) => part.type === "day")?.value; - return `${year}-${month}-${day}`; -} diff --git a/scripts/validate-puzzles.mjs b/scripts/validate-puzzles.mjs index d1c97e5..fe87fc7 100644 --- a/scripts/validate-puzzles.mjs +++ b/scripts/validate-puzzles.mjs @@ -109,11 +109,14 @@ for (const puzzle of puzzles) { console.log("Puzzle data OK"); function classifyClue(clue) { - if (clue.includes("teammates")) return "history"; + if (clue.includes("teammates") || clue.includes("play for the same club")) return "history"; if (clue.includes("Champions League")) return "champions"; if (clue.includes("league title")) return "titles"; if (clue.includes("plays in") || clue.includes("top five leagues")) return "league"; + if (clue.includes("plays for ")) return "club"; if (clue.includes("is from") || clue.includes("comes from")) return "nationality"; if (clue.includes("same club") || clue.includes("different clubs")) return "club"; + if (clue.includes("World Cup") || clue.includes("European Championship") || clue.includes("Copa América")) return "trophy"; + if (clue.includes("Ballon d'Or") || clue.includes("Golden Boot")) return "award"; return "other"; }