The real-data era: token live, stubs retired, editions on demand

BGG application approved. The migration the stub markers guarded for
weeks: both synthetic caches deleted; tests/fixtures/bgg_cache
re-recorded from the live API (recording list extended to every
scenario the suite exercises — Civilization truncation, the Sorcerer
SPI tiebreak, StarForce, Flat Top's thematic year, Alice Is Missing's
rpgitem fallback); resolve --force re-matched all 133 titles for real
(109 auto, 6 ambiguous, 18 unmatched, 30 edition ballots);
data/STUB_DATA.marker deleted with its exit condition met — the guard
mechanism stays armed should stubs ever regenerate.

Reality fixed one bug and taught one lesson. The bug: a multi-type
search lists an expansion twice (once per matched type) and the parser
kept the generic boardgame entry — parse_search now dedupes by id
preferring the specific type, which is what keeps expansion tagging
(the base-vs-expansion review guard) alive on real data. The lesson:
hand-built ambiguity is tidier than the real thing — Wingspan has 46
versions with three plausible English Stonemaier printings, so the
suite's synthetic version ids and version_auto expectations became
real ballots (assertions updated to recorded reality; the cue-plumbing
test keeps its crafted two-version scenario via an injected
transport).

New: pick edition. A cue-less matched row is version_unknown by design
(never guess) — but the owner knows which printing the box is.
open_version_ballot() fetches the game's complete version list,
cue-scores it when cues exist, and marks the row version_ambiguous so
the normal Review edition pass presents it; the Titles page grows the
button (Eric's three Wiz-Wars: two cue-less copies can now each claim
their edition).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016jXZFSTZQKzAC8fqpWSz9g
This commit is contained in:
Eric Wagoner
2026-08-05 18:50:17 -04:00
co-authored by Claude Fable 5
parent 15d3120029
commit 59f4b8c43c
135 changed files with 15851 additions and 266 deletions
+108 -38
View File
@@ -1,40 +1,110 @@
[
{
"title_raw": "Catan",
"confidence": "high",
"source_photos": ["hand-typed-test-list"]
},
{
"title_raw": "Wingspan",
"confidence": "high",
"publisher_hint": "Stonemaier Games",
"year_hint": 2019,
"language_hint": "English",
"source_photos": ["hand-typed-test-list"]
},
{
"title_raw": "Wingspan: European Expansion",
"confidence": "high",
"source_photos": ["hand-typed-test-list"]
},
{
"title_raw": "Wingspan Europe",
"confidence": "medium",
"source_photos": ["hand-typed-test-list"]
},
{
"title_raw": "Café International",
"confidence": "high",
"source_photos": ["hand-typed-test-list"]
},
{
"title_raw": "Citadels",
"confidence": "high",
"source_photos": ["hand-typed-test-list"]
},
{
"title_raw": "Blorvath: Quest of the Zzyzx",
"confidence": "low",
"source_photos": ["hand-typed-test-list"]
}
{
"title_raw": "Catan",
"confidence": "high",
"source_photos": [
"hand-typed-test-list"
]
},
{
"title_raw": "Wingspan",
"confidence": "high",
"publisher_hint": "Stonemaier Games",
"year_hint": 2019,
"language_hint": "English",
"source_photos": [
"hand-typed-test-list"
]
},
{
"title_raw": "Wingspan: European Expansion",
"confidence": "high",
"source_photos": [
"hand-typed-test-list"
]
},
{
"title_raw": "Wingspan Europe",
"confidence": "medium",
"source_photos": [
"hand-typed-test-list"
]
},
{
"title_raw": "Café International",
"confidence": "high",
"source_photos": [
"hand-typed-test-list"
]
},
{
"title_raw": "Citadels",
"confidence": "high",
"source_photos": [
"hand-typed-test-list"
]
},
{
"title_raw": "Blorvath: Quest of the Zzyzx",
"confidence": "low",
"source_photos": [
"hand-typed-test-list"
]
},
{
"title_raw": "CIVILIZATION Game of the Heroic Age - The Dawn of History 8000 BC to 250 BC",
"confidence": "high",
"publisher_hint": "The Avalon Hill Game Company, Baltimore, Maryland",
"edition_hint": "Bookcase Game",
"language_hint": "English",
"source_photos": [
"hand-typed-test-list"
]
},
{
"title_raw": "ADVANCED CIVILIZATION Game Expansion of the Heroic Age - Featuring New Civilization, Commodity, and Calamity Cards",
"confidence": "high",
"publisher_hint": "The Avalon Hill Game Company, Baltimore, Maryland",
"edition_hint": "Bookcase Game",
"language_hint": "English",
"source_photos": [
"hand-typed-test-list"
]
},
{
"title_raw": "SORCERER The Game of Magical Conflict",
"confidence": "high",
"publisher_hint": "Simulations Publications Incorporated (SPI)",
"edition_hint": "Designer's Edition",
"language_hint": "English",
"source_photos": [
"hand-typed-test-list"
]
},
{
"title_raw": "STARFORCE ALPHA CENTAURI Interstellar Conflict in the 25th Century",
"confidence": "high",
"publisher_hint": "Simulations Publications Incorporated (SPI)",
"edition_hint": "Designer's Edition",
"language_hint": "English",
"source_photos": [
"hand-typed-test-list"
]
},
{
"title_raw": "FLAT TOP",
"confidence": "high",
"year_hint": 1942,
"language_hint": "English",
"source_photos": [
"hand-typed-test-list"
]
},
{
"title_raw": "ALICE IS MISSING: A SILENT ROLE PLAYING GAME",
"confidence": "high",
"source_photos": [
"hand-typed-test-list"
]
}
]
-1
View File
@@ -1 +0,0 @@
This cache contains hand-written stub XML, not real BGG responses. Data resolved from it must not be uploaded.
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="207830"><name type="primary" value="5-Minute Dungeon"/><yearpublished value="2017"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +1 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="0" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> </items>
@@ -1 +1 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="0" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> </items>
@@ -1 +1,9 @@
<items total="1"><item type="boardgameexpansion" id="177"><name type="primary" value="Advanced Civilization"/><yearpublished value="1991"/></item></items>
<?xml version="1.0" encoding="utf-8"?><items total="2" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> <item type="boardgame" id="177">
<name type="primary" value="Advanced Civilization"/>
<yearpublished value="1991" />
</item>
<item type="boardgameexpansion" id="177">
<name type="primary" value="Advanced Civilization"/>
<yearpublished value="1991" />
</item>
</items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +1 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="0" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> </items>
@@ -1 +1 @@
<items total="1"><item type="rpgitem" id="400001"><name type="primary" value="Alice Is Missing: A Silent Role Playing Game"/><yearpublished value="2020"/></item></items>
<?xml version="1.0" encoding="utf-8"?><items total="0" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> </items>
@@ -1 +1 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="0" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> </items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="rpgitem" id="400002"><name type="primary" value="Alice Is Missing: Silent Falls Expansion"/><yearpublished value="2023"/></item></items>
@@ -1 +1 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="0" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> </items>
@@ -1 +1,9 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="2" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> <item type="rpgitem" id="311654">
<name type="primary" value="Alice is Missing"/>
<yearpublished value="2020" />
</item>
<item type="rpgitem" id="380459">
<name type="primary" value="Alice is Missing: Silent Falls"/>
<yearpublished value="2023" />
</item>
</items>
@@ -1 +1 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="0" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> </items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="26"><name type="primary" value="Age of Renaissance"/><yearpublished value="1996"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +1 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="0" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> </items>
@@ -1 +1 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="0" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> </items>
@@ -1 +1 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="0" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> </items>
@@ -1 +1 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="0" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> </items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="240"><name type="primary" value="Britannia"/><yearpublished value="1986"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="235096"><name type="primary" value="Cat Crimes"/><yearpublished value="2017"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +1 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="0" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> </items>
@@ -1 +1 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="0" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> </items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +1,562 @@
<items total="3"><item type="boardgame" id="71"><name type="primary" value="Civilization"/><yearpublished value="1980"/></item><item type="boardgame" id="170416"><name type="primary" value="Sid Meier's Civilization: The Board Game"/><yearpublished value="2002"/></item><item type="boardgame" id="233247"><name type="primary" value="Civilization: A New Dawn"/><yearpublished value="2017"/></item></items>
<?xml version="1.0" encoding="utf-8"?><items total="144" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> <item type="boardgame" id="365449">
<name type="primary" value="15 Dice of Civilization"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="155766">
<name type="primary" value="7 Dice Wonders: Civilization"/>
<yearpublished value="2014" />
</item>
<item type="boardgame" id="177">
<name type="primary" value="Advanced Civilization"/>
<yearpublished value="1991" />
</item>
<item type="boardgame" id="264647">
<name type="primary" value="Age of Civilization"/>
<yearpublished value="2019" />
</item>
<item type="boardgame" id="334537">
<name type="primary" value="Altay: Dawn of Civilization"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="426573">
<name type="primary" value="Altay: Dawn of Civilization Seafarers Promo Set"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="440498">
<name type="primary" value="Altay: Dawn of Civilization The Dice Tower Promo Card"/>
<yearpublished value="2025" />
</item>
<item type="boardgame" id="182788">
<name type="primary" value="Ancient Aliens: Creators of Civilizations"/>
</item>
<item type="boardgame" id="230188">
<name type="primary" value="Ancient Civilizations"/>
<yearpublished value="2016" />
</item>
<item type="boardgame" id="456856">
<name type="primary" value="Ancient Civilizations of East Asia"/>
</item>
<item type="boardgame" id="220558">
<name type="primary" value="Ancient Civilizations of the Inner Sea"/>
<yearpublished value="2019" />
</item>
<item type="boardgame" id="289937">
<name type="primary" value="Ancient Civilizations of the Middle East"/>
<yearpublished value="2023" />
</item>
<item type="boardgame" id="115944">
<name type="primary" value="another damn Civilization game"/>
<yearpublished value="2011" />
</item>
<item type="boardgame" id="10971">
<name type="primary" value="Board and Table Games from Many Civilizations"/>
<yearpublished value="1960" />
</item>
<item type="boardgame" id="431566">
<name type="primary" value="Chronicles of Civilization"/>
<yearpublished value="2025" />
</item>
<item type="boardgame" id="71">
<name type="primary" value="Civilization"/>
<yearpublished value="1980" />
</item>
<item type="boardgame" id="91003">
<name type="primary" value="Die Civilization"/>
<yearpublished value="2011" />
</item>
<item type="boardgame" id="143347">
<name type="primary" value="Civilization Central America"/>
<yearpublished value="2011" />
</item>
<item type="boardgame" id="30333">
<name type="primary" value="Civilization CHR"/>
<yearpublished value="2008" />
</item>
<item type="boardgame" id="16109">
<name type="primary" value="Civilization Eastern Expansion Map"/>
<yearpublished value="1995" />
</item>
<item type="boardgame" id="233247">
<name type="primary" value="Civilization: A New Dawn"/>
<yearpublished value="2017" />
</item>
<item type="boardgame" id="319462">
<name type="primary" value="Civilization: A New Dawn Automatic Civilization"/>
<yearpublished value="2020" />
</item>
<item type="boardgame" id="314014">
<name type="primary" value="Civilization: A New Dawn Terra Incognita"/>
<yearpublished value="2020" />
</item>
<item type="boardgame" id="11568">
<name type="primary" value="Civilization: Expansion Trade Cards Set"/>
<yearpublished value="1982" />
</item>
<item type="boardgame" id="79843">
<name type="primary" value="Civilization: The Expansion Project"/>
<yearpublished value="2004" />
</item>
<item type="boardgame" id="131240">
<name type="primary" value="Civilization: The New World"/>
<yearpublished value="2012" />
</item>
<item type="boardgame" id="2058">
<name type="primary" value="Civilization: West Extension Map"/>
<yearpublished value="1986" />
</item>
<item type="boardgame" id="324120">
<name type="primary" value="Civilizations Collide: The Wars of the Aztecs, the Inca, the Maya, and the Conquistadores A Supplement for Feudal Patrol"/>
<yearpublished value="2020" />
</item>
<item type="boardgame" id="146244">
<name type="primary" value="Clash of Cultures: Civilizations"/>
<yearpublished value="2014" />
</item>
<item type="boardgame" id="167825">
<name type="primary" value="Clash of Cultures: Civilizations Aztecs"/>
<yearpublished value="2014" />
</item>
<item type="boardgame" id="4546">
<name type="primary" value="Cradle of Civilization"/>
<yearpublished value="1981" />
</item>
<item type="boardgame" id="266937">
<name type="primary" value="Cradle of Civilization"/>
<yearpublished value="2021" />
</item>
<item type="boardgame" id="284323">
<name type="primary" value="Cro-Magnon: First Steps of Civilization"/>
<yearpublished value="2019" />
</item>
<item type="boardgame" id="437772">
<name type="primary" value="The Dawn of the Civilization"/>
<yearpublished value="2025" />
</item>
<item type="boardgame" id="198378">
<name type="primary" value="Diminutives Opposing Civilization"/>
<yearpublished value="2016" />
</item>
<item type="boardgame" id="250881">
<name type="primary" value="Dominations: Road to Civilization"/>
<yearpublished value="2019" />
</item>
<item type="boardgame" id="36062">
<name type="primary" value="Galactic Civilizations"/>
<yearpublished value="2003" />
</item>
<item type="boardgame" id="450959">
<name type="primary" value="Glory of Civilizations"/>
<yearpublished value="2026" />
</item>
<item type="boardgame" id="38923">
<name type="primary" value="The God Kings: Warfare at the Dawn of Civilization, 1500 1260BC"/>
<yearpublished value="2012" />
</item>
<item type="boardgame" id="211323">
<name type="primary" value="Guns &amp; Steel: A Civilization Card Game"/>
<yearpublished value="2016" />
</item>
<item type="boardgame" id="447940">
<name type="primary" value="HISPANOAMERICA: A Story of Civilization, Discovery and Christianity"/>
</item>
<item type="boardgame" id="161295">
<name type="primary" value="Historia: Civilization Goals"/>
<yearpublished value="2014" />
</item>
<item type="boardgame" id="190761">
<name type="primary" value="History of Civilizations"/>
<yearpublished value="2015" />
</item>
<item type="boardgame" id="418244">
<name type="primary" value="Humanity: A Game of Civilizations"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="465466">
<name type="primary" value="Inceptum: Dawn of Civilizations"/>
<yearpublished value="2026" />
</item>
<item type="boardgame" id="242692">
<name type="primary" value="Magic: The Gathering Archenemy: Trample Civilization Underfoot"/>
<yearpublished value="2010" />
</item>
<item type="boardgame" id="192673">
<name type="primary" value="Martians: A Story of Civilization"/>
<yearpublished value="2016" />
</item>
<item type="boardgame" id="453846">
<name type="primary" value="Mayan Civilization"/>
<yearpublished value="2026" />
</item>
<item type="boardgame" id="184424">
<name type="primary" value="Mega Civilization"/>
<yearpublished value="2015" />
</item>
<item type="boardgame" id="19301">
<name type="primary" value="Mesopotamia: Cradle of Civilization"/>
<yearpublished value="2005" />
</item>
<item type="boardgame" id="231213">
<name type="primary" value="Micro Civilization"/>
<yearpublished value="2014" />
</item>
<item type="boardgame" id="455972">
<name type="primary" value="Middle Eastern Civilizations"/>
</item>
<item type="boardgame" id="329551">
<name type="primary" value="Mosaic: A Story of Civilization"/>
<yearpublished value="2022" />
</item>
<item type="boardgame" id="471157">
<name type="primary" value="Near: Echoes of Civilizations"/>
<yearpublished value="2026" />
</item>
<item type="boardgame" id="385680">
<name type="primary" value="Path of Civilization"/>
<yearpublished value="2023" />
</item>
<item type="boardgame" id="433319">
<name type="primary" value="Path of Civilization: Alcatraz Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="418433">
<name type="primary" value="Path of Civilization: Bruxelles Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="437326">
<name type="primary" value="Path of Civilization: Cannes Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="403903">
<name type="primary" value="Path of Civilization: Essen Spiel Promo Card"/>
<yearpublished value="2023" />
</item>
<item type="boardgame" id="403901">
<name type="primary" value="Path of Civilization: Fabien Flamel Promo Card"/>
</item>
<item type="boardgame" id="403899">
<name type="primary" value="Path of Civilization: Godfather Promo Card"/>
</item>
<item type="boardgame" id="430900">
<name type="primary" value="Path of Civilization: Gwenesday Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="405062">
<name type="primary" value="Path of Civilization: Mata-Eva Promo Card"/>
<yearpublished value="2023" />
</item>
<item type="boardgame" id="437328">
<name type="primary" value="Path of Civilization: Mont Saint-Michel Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="418431">
<name type="primary" value="Path of Civilization: Queen of Sheba Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="403900">
<name type="primary" value="Path of Civilization: Ragnar Promo Card"/>
</item>
<item type="boardgame" id="415556">
<name type="primary" value="Path of Civilization: Reunion Tower Promo Card"/>
<yearpublished value="2023" />
</item>
<item type="boardgame" id="405078">
<name type="primary" value="Path of Civilization: Robin Promo Card"/>
<yearpublished value="2023" />
</item>
<item type="boardgame" id="405063">
<name type="primary" value="Path of Civilization: Super Spy Promo Card"/>
</item>
<item type="boardgame" id="432284">
<name type="primary" value="Path of Civilization: The Dice Tower Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="426421">
<name type="primary" value="Path of Civilization: Waterloo Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="418456">
<name type="primary" value="Path of Civilization: Woody Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="264503">
<name type="primary" value="Peoples: Civilizations"/>
<yearpublished value="2019" />
</item>
<item type="boardgame" id="23783">
<name type="primary" value="Professor Noggin&#039;s Ancient Civilizations"/>
<yearpublished value="2005" />
</item>
<item type="boardgame" id="466855">
<name type="primary" value="Reverse Civilization"/>
<yearpublished value="2023" />
</item>
<item type="boardgame" id="446911">
<name type="primary" value="Rise of Civilizations"/>
<yearpublished value="2025" />
</item>
<item type="boardgame" id="77130">
<name type="primary" value="Sid Meier&#039;s Civilization: The Board Game"/>
<yearpublished value="2010" />
</item>
<item type="boardgame" id="155127">
<name type="primary" value="Sid Meier&#039;s Civilization: The Board Game die Griechen Promo Card"/>
<yearpublished value="2012" />
</item>
<item type="boardgame" id="108415">
<name type="primary" value="Sid Meier&#039;s Civilization: The Board Game Fame and Fortune"/>
<yearpublished value="2011" />
</item>
<item type="boardgame" id="142708">
<name type="primary" value="Sid Meier&#039;s Civilization: The Board Game Wisdom and Warfare"/>
<yearpublished value="2013" />
</item>
<item type="boardgame" id="3633">
<name type="primary" value="Sid Meier&#039;s Civilization: The Boardgame"/>
<yearpublished value="2002" />
</item>
<item type="boardgame" id="26047">
<name type="primary" value="Sid Meier&#039;s Civilization: The Card Game"/>
<yearpublished value="2006" />
</item>
<item type="boardgame" id="393960">
<name type="primary" value="Simpatico: A Civilization Game"/>
</item>
<item type="boardgame" id="267369">
<name type="primary" value="Small Star Empires: Civilization and Tiles Pack"/>
<yearpublished value="2018" />
</item>
<item type="boardgame" id="42347">
<name type="primary" value="Spoils of Civilization"/>
</item>
<item type="boardgame" id="410207">
<name type="primary" value="Tapestry: Revised, Adjusted, Rebalanced Civilization Pack"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="182028">
<name type="primary" value="Through the Ages: A New Story of Civilization"/>
<yearpublished value="2015" />
</item>
<item type="boardgame" id="25613">
<name type="primary" value="Through the Ages: A Story of Civilization"/>
<yearpublished value="2006" />
</item>
<item type="boardgame" id="98880">
<name type="primary" value="Through the Ages: A Story of Civilization Czech expansion"/>
<yearpublished value="2009" />
</item>
<item type="boardgame" id="98607">
<name type="alternate" value="Through the Ages: A Story of Civilization Polish expansion 1"/>
<yearpublished value="2009" />
</item>
<item type="boardgame" id="98608">
<name type="alternate" value="Through the Ages: A Story of Civilization Polish expansion 2"/>
<yearpublished value="2011" />
</item>
<item type="boardgame" id="426044">
<name type="primary" value="Tinder of Civilization"/>
<yearpublished value="2023" />
</item>
<item type="boardgame" id="351653">
<name type="primary" value="Tooth &amp; Claw: Animals with Civilization"/>
<yearpublished value="2021" />
</item>
<item type="boardgame" id="210663">
<name type="primary" value="Tribes: Early Civilization"/>
<yearpublished value="2017" />
</item>
<item type="boardgame" id="351535">
<name type="alternate" value="War of Civilizations"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="50686">
<name type="primary" value="The Wars of Western Civilization"/>
</item>
<item type="boardgame" id="274181">
<name type="primary" value="Waste Knights: Second Edition Remnants of Civilization"/>
<yearpublished value="2021" />
</item>
<item type="boardgame" id="372733">
<name type="primary" value="Цивилизация. Викинги. Первооткрыватели (Civilization. Vikings. Discoverers)"/>
<yearpublished value="2008" />
</item>
<item type="boardgame" id="380109">
<name type="primary" value="エスペライゼーション (Gibberers: The Word Game of Language Invention and Civilization Development)"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="421955">
<name type="primary" value="ミニシヴィライゼーション (Mini Civilization)"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="440263">
<name type="primary" value="ミニミニシヴィライゼーション (Mini Mini Civilization)"/>
<yearpublished value="2024" />
</item>
<item type="boardgame" id="430039">
<name type="primary" value="文明源记:上古传说 (The Roots of Civilization)"/>
<yearpublished value="2024" />
</item>
<item type="boardgameexpansion" id="155766">
<name type="primary" value="7 Dice Wonders: Civilization"/>
<yearpublished value="2014" />
</item>
<item type="boardgameexpansion" id="177">
<name type="primary" value="Advanced Civilization"/>
<yearpublished value="1991" />
</item>
<item type="boardgameexpansion" id="426573">
<name type="primary" value="Altay: Dawn of Civilization Seafarers Promo Set"/>
<yearpublished value="2024" />
</item>
<item type="boardgameexpansion" id="440498">
<name type="primary" value="Altay: Dawn of Civilization The Dice Tower Promo Card"/>
<yearpublished value="2025" />
</item>
<item type="boardgameexpansion" id="30333">
<name type="primary" value="Civilization CHR"/>
<yearpublished value="2008" />
</item>
<item type="boardgameexpansion" id="16109">
<name type="primary" value="Civilization Eastern Expansion Map"/>
<yearpublished value="1995" />
</item>
<item type="boardgameexpansion" id="319462">
<name type="primary" value="Civilization: A New Dawn Automatic Civilization"/>
<yearpublished value="2020" />
</item>
<item type="boardgameexpansion" id="314014">
<name type="primary" value="Civilization: A New Dawn Terra Incognita"/>
<yearpublished value="2020" />
</item>
<item type="boardgameexpansion" id="11568">
<name type="primary" value="Civilization: Expansion Trade Cards Set"/>
<yearpublished value="1982" />
</item>
<item type="boardgameexpansion" id="79843">
<name type="primary" value="Civilization: The Expansion Project"/>
<yearpublished value="2004" />
</item>
<item type="boardgameexpansion" id="2058">
<name type="primary" value="Civilization: West Extension Map"/>
<yearpublished value="1986" />
</item>
<item type="boardgameexpansion" id="324120">
<name type="primary" value="Civilizations Collide: The Wars of the Aztecs, the Inca, the Maya, and the Conquistadores A Supplement for Feudal Patrol"/>
<yearpublished value="2020" />
</item>
<item type="boardgameexpansion" id="146244">
<name type="primary" value="Clash of Cultures: Civilizations"/>
<yearpublished value="2014" />
</item>
<item type="boardgameexpansion" id="167825">
<name type="primary" value="Clash of Cultures: Civilizations Aztecs"/>
<yearpublished value="2014" />
</item>
<item type="boardgameexpansion" id="161295">
<name type="primary" value="Historia: Civilization Goals"/>
<yearpublished value="2014" />
</item>
<item type="boardgameexpansion" id="433319">
<name type="primary" value="Path of Civilization: Alcatraz Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgameexpansion" id="418433">
<name type="primary" value="Path of Civilization: Bruxelles Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgameexpansion" id="437326">
<name type="primary" value="Path of Civilization: Cannes Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgameexpansion" id="403903">
<name type="primary" value="Path of Civilization: Essen Spiel Promo Card"/>
<yearpublished value="2023" />
</item>
<item type="boardgameexpansion" id="403901">
<name type="primary" value="Path of Civilization: Fabien Flamel Promo Card"/>
</item>
<item type="boardgameexpansion" id="403899">
<name type="primary" value="Path of Civilization: Godfather Promo Card"/>
</item>
<item type="boardgameexpansion" id="430900">
<name type="primary" value="Path of Civilization: Gwenesday Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgameexpansion" id="405062">
<name type="primary" value="Path of Civilization: Mata-Eva Promo Card"/>
<yearpublished value="2023" />
</item>
<item type="boardgameexpansion" id="437328">
<name type="primary" value="Path of Civilization: Mont Saint-Michel Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgameexpansion" id="418431">
<name type="primary" value="Path of Civilization: Queen of Sheba Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgameexpansion" id="403900">
<name type="primary" value="Path of Civilization: Ragnar Promo Card"/>
</item>
<item type="boardgameexpansion" id="415556">
<name type="primary" value="Path of Civilization: Reunion Tower Promo Card"/>
<yearpublished value="2023" />
</item>
<item type="boardgameexpansion" id="405078">
<name type="primary" value="Path of Civilization: Robin Promo Card"/>
<yearpublished value="2023" />
</item>
<item type="boardgameexpansion" id="405063">
<name type="primary" value="Path of Civilization: Super Spy Promo Card"/>
</item>
<item type="boardgameexpansion" id="432284">
<name type="primary" value="Path of Civilization: The Dice Tower Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgameexpansion" id="426421">
<name type="primary" value="Path of Civilization: Waterloo Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgameexpansion" id="418456">
<name type="primary" value="Path of Civilization: Woody Promo Card"/>
<yearpublished value="2024" />
</item>
<item type="boardgameexpansion" id="446911">
<name type="primary" value="Rise of Civilizations"/>
<yearpublished value="2025" />
</item>
<item type="boardgameexpansion" id="155127">
<name type="primary" value="Sid Meier&#039;s Civilization: The Board Game die Griechen Promo Card"/>
<yearpublished value="2012" />
</item>
<item type="boardgameexpansion" id="108415">
<name type="primary" value="Sid Meier&#039;s Civilization: The Board Game Fame and Fortune"/>
<yearpublished value="2011" />
</item>
<item type="boardgameexpansion" id="142708">
<name type="primary" value="Sid Meier&#039;s Civilization: The Board Game Wisdom and Warfare"/>
<yearpublished value="2013" />
</item>
<item type="boardgameexpansion" id="267369">
<name type="primary" value="Small Star Empires: Civilization and Tiles Pack"/>
<yearpublished value="2018" />
</item>
<item type="boardgameexpansion" id="410207">
<name type="primary" value="Tapestry: Revised, Adjusted, Rebalanced Civilization Pack"/>
<yearpublished value="2024" />
</item>
<item type="boardgameexpansion" id="98880">
<name type="primary" value="Through the Ages: A Story of Civilization Czech expansion"/>
<yearpublished value="2009" />
</item>
<item type="boardgameexpansion" id="98607">
<name type="alternate" value="Through the Ages: A Story of Civilization Polish expansion 1"/>
<yearpublished value="2009" />
</item>
<item type="boardgameexpansion" id="98608">
<name type="alternate" value="Through the Ages: A Story of Civilization Polish expansion 2"/>
<yearpublished value="2011" />
</item>
<item type="boardgameexpansion" id="274181">
<name type="primary" value="Waste Knights: Second Edition Remnants of Civilization"/>
<yearpublished value="2021" />
</item>
</items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="2"><item type="boardgame" id="39"><name type="primary" value="Cosmic Encounter"/><yearpublished value="1977"/></item><item type="boardgame" id="40529"><name type="primary" value="Cosmic Encounter"/><yearpublished value="2008"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +1,13 @@
<items total="2"><item type="boardgame" id="373"><name type="primary" value="Café International"/><yearpublished value="1989"/></item><item type="boardgame" id="8103"><name type="primary" value="Café International: Das Kartenspiel"/><yearpublished value="2001"/></item></items>
<?xml version="1.0" encoding="utf-8"?><items total="3" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> <item type="boardgame" id="214">
<name type="primary" value="Café International"/>
<yearpublished value="1989" />
</item>
<item type="boardgame" id="27683">
<name type="primary" value="Café International Junior"/>
<yearpublished value="2007" />
</item>
<item type="boardgame" id="1324">
<name type="primary" value="Café International: Das Kartenspiel"/>
<yearpublished value="2001" />
</item>
</items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="50381"><name type="primary" value="Cards Against Humanity"/><yearpublished value="2009"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
File diff suppressed because it is too large Load Diff
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +1,33 @@
<items total="2"><item type="boardgame" id="478"><name type="primary" value="Citadels"/><yearpublished value="2000"/></item><item type="boardgame" id="205398"><name type="primary" value="Citadels"/><yearpublished value="2016"/></item></items>
<?xml version="1.0" encoding="utf-8"?><items total="8" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> <item type="boardgame" id="478">
<name type="primary" value="Citadels"/>
<yearpublished value="2000" />
</item>
<item type="boardgame" id="205398">
<name type="primary" value="Citadels"/>
<yearpublished value="2016" />
</item>
<item type="boardgame" id="462402">
<name type="primary" value="Citadels Duel"/>
<yearpublished value="2026" />
</item>
<item type="boardgame" id="349062">
<name type="primary" value="Citadels: Scenic Route Mini Expansion"/>
<yearpublished value="2021" />
</item>
<item type="boardgame" id="13291">
<name type="primary" value="Citadels: The Dark City"/>
<yearpublished value="2004" />
</item>
<item type="boardgame" id="448237">
<name type="primary" value="Flails &amp; Citadels"/>
<yearpublished value="2025" />
</item>
<item type="boardgameexpansion" id="349062">
<name type="primary" value="Citadels: Scenic Route Mini Expansion"/>
<yearpublished value="2021" />
</item>
<item type="boardgameexpansion" id="13291">
<name type="primary" value="Citadels: The Dark City"/>
<yearpublished value="2004" />
</item>
</items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="2"><item type="boardgame" id="3090"><name type="primary" value="Doctor Who: The Game of Time &amp; Space"/><yearpublished value="1980"/></item><item type="boardgame" id="125675"><name type="primary" value="Doctor Who: The Card Game"/><yearpublished value="2012"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="1339"><name type="primary" value="Dungeon!"/><yearpublished value="1975"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="483"><name type="primary" value="Diplomacy"/><yearpublished value="1959"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="1339"><name type="primary" value="Dungeon!"/><yearpublished value="1975"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="2"><item type="boardgame" id="172225"><name type="primary" value="Exploding Kittens"/><yearpublished value="2015"/></item><item type="boardgame" id="172242"><name type="primary" value="Exploding Kittens: NSFW Edition"/><yearpublished value="2015"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +1,25 @@
<items total="1"><item type="boardgame" id="2529"><name type="primary" value="Flat Top"/><yearpublished value="1977"/></item></items>
<?xml version="1.0" encoding="utf-8"?><items total="6" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> <item type="boardgame" id="300154">
<name type="primary" value="Above the Clouds!: Flat Top"/>
<yearpublished value="2017" />
</item>
<item type="boardgame" id="2529">
<name type="primary" value="Flat Top"/>
<yearpublished value="1977" />
</item>
<item type="boardgame" id="4016">
<name type="primary" value="&quot;Scratch One Flat Top!&quot;"/>
<yearpublished value="1995" />
</item>
<item type="boardgame" id="5570">
<name type="alternate" value="ZRCV: Flying Flat-Top"/>
<yearpublished value="2001" />
</item>
<item type="boardgameexpansion" id="300154">
<name type="primary" value="Above the Clouds!: Flat Top"/>
<yearpublished value="2017" />
</item>
<item type="boardgameexpansion" id="5570">
<name type="alternate" value="ZRCV: Flying Flat-Top"/>
<yearpublished value="2001" />
</item>
</items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="195314"><name type="primary" value="Herbaceous"/><yearpublished value="2017"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="224"><name type="primary" value="History of the World"/><yearpublished value="1991"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="193621"><name type="primary" value="Joking Hazard"/><yearpublished value="2016"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="163412"><name type="primary" value="Patchwork"/><yearpublished value="2014"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="165986"><name type="primary" value="Royals"/><yearpublished value="2014"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="2"><item type="boardgame" id="194655"><name type="primary" value="Santorini"/><yearpublished value="2016"/></item><item type="boardgame" id="255563"><name type="primary" value="Santorini: New York"/><yearpublished value="2020"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="218866"><name type="primary" value="Scrawl"/><yearpublished value="2017"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="2"><item type="boardgame" id="157969"><name type="primary" value="Sheriff of Nottingham"/><yearpublished value="2014"/></item><item type="boardgame" id="289411"><name type="primary" value="Sheriff of Nottingham (2nd Edition)"/><yearpublished value="2020"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="1078"><name type="primary" value="Skip-Bo"/><yearpublished value="1967"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +1,5 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="1" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> <item type="boardgame" id="3585">
<name type="primary" value="Sorcerer: The Game of Magical Conflict"/>
<yearpublished value="1975" />
</item>
</items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="2"><item type="boardgame" id="3585"><name type="primary" value="Sorcerer"/><yearpublished value="1975"/></item><item type="boardgame" id="244115"><name type="primary" value="Sorcerer"/><yearpublished value="2019"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +1,5 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="1" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> <item type="boardgame" id="2524">
<name type="primary" value="StarForce &#039;Alpha Centauri&#039;: Interstellar Conflict in the 25th Century"/>
<yearpublished value="1974" />
</item>
</items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="2524"><name type="primary" value="StarForce 'Alpha Centauri': Interstellar Conflict in the 25th Century"/><yearpublished value="1974"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="181254"><name type="primary" value="Utter Nonsense"/><yearpublished value="2015"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +1,9 @@
<items total="4"><item type="boardgame" id="266192"><name type="primary" value="Wingspan"/><yearpublished value="2019"/></item><item type="boardgameexpansion" id="290448"><name type="primary" value="Wingspan: European Expansion"/><yearpublished value="2019"/></item><item type="boardgameexpansion" id="300580"><name type="primary" value="Wingspan: Oceania Expansion"/><yearpublished value="2020"/></item><item type="boardgame" id="366161"><name type="primary" value="Wingspan Asia"/><yearpublished value="2022"/></item></items>
<?xml version="1.0" encoding="utf-8"?><items total="2" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> <item type="boardgame" id="290448">
<name type="primary" value="Wingspan: European Expansion"/>
<yearpublished value="2019" />
</item>
<item type="boardgameexpansion" id="290448">
<name type="primary" value="Wingspan: European Expansion"/>
<yearpublished value="2019" />
</item>
</items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +1,17 @@
<items total="4"><item type="boardgame" id="266192"><name type="primary" value="Wingspan"/><yearpublished value="2019"/></item><item type="boardgameexpansion" id="290448"><name type="primary" value="Wingspan: European Expansion"/><yearpublished value="2019"/></item><item type="boardgameexpansion" id="300580"><name type="primary" value="Wingspan: Oceania Expansion"/><yearpublished value="2020"/></item><item type="boardgame" id="366161"><name type="primary" value="Wingspan Asia"/><yearpublished value="2022"/></item></items>
<?xml version="1.0" encoding="utf-8"?><items total="4" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> <item type="boardgame" id="290448">
<name type="primary" value="Wingspan: European Expansion"/>
<yearpublished value="2019" />
</item>
<item type="boardgame" id="455576">
<name type="primary" value="Wingspan: Fan-Designed Bird Promo Pack Birds of Continental Europe"/>
<yearpublished value="2025" />
</item>
<item type="boardgameexpansion" id="290448">
<name type="primary" value="Wingspan: European Expansion"/>
<yearpublished value="2019" />
</item>
<item type="boardgameexpansion" id="455576">
<name type="primary" value="Wingspan: Fan-Designed Bird Promo Pack Birds of Continental Europe"/>
<yearpublished value="2025" />
</item>
</items>
@@ -1 +1 @@
<items total="0"></items>
<?xml version="1.0" encoding="utf-8"?><items total="0" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> </items>
@@ -1 +1,117 @@
<items total="4"><item type="boardgame" id="266192"><name type="primary" value="Wingspan"/><yearpublished value="2019"/></item><item type="boardgameexpansion" id="290448"><name type="primary" value="Wingspan: European Expansion"/><yearpublished value="2019"/></item><item type="boardgameexpansion" id="300580"><name type="primary" value="Wingspan: Oceania Expansion"/><yearpublished value="2020"/></item><item type="boardgame" id="366161"><name type="primary" value="Wingspan Asia"/><yearpublished value="2022"/></item></items>
<?xml version="1.0" encoding="utf-8"?><items total="29" termsofuse="https://boardgamegeek.com/xmlapi/termsofuse"> <item type="boardgame" id="339017">
<name type="primary" value="Frogmouth Fan Pack (fan expansion for Wingspan)"/>
<yearpublished value="2020" />
</item>
<item type="boardgame" id="266192">
<name type="primary" value="Wingspan"/>
<yearpublished value="2019" />
</item>
<item type="boardgame" id="366161">
<name type="primary" value="Wingspan Asia"/>
<yearpublished value="2022" />
</item>
<item type="boardgame" id="473508">
<name type="primary" value="Wingspan Pocket"/>
<yearpublished value="2026" />
</item>
<item type="boardgame" id="461932">
<name type="primary" value="Wingspan: Americas Expansion"/>
<yearpublished value="2026" />
</item>
<item type="boardgame" id="290448">
<name type="primary" value="Wingspan: European Expansion"/>
<yearpublished value="2019" />
</item>
<item type="boardgame" id="455581">
<name type="primary" value="Wingspan: Fan-Designed Bird Promo Pack Additional Asian Avians"/>
<yearpublished value="2025" />
</item>
<item type="boardgame" id="455579">
<name type="primary" value="Wingspan: Fan-Designed Bird Promo Pack Birds of Canada"/>
<yearpublished value="2025" />
</item>
<item type="boardgame" id="455576">
<name type="primary" value="Wingspan: Fan-Designed Bird Promo Pack Birds of Continental Europe"/>
<yearpublished value="2025" />
</item>
<item type="boardgame" id="455580">
<name type="primary" value="Wingspan: Fan-Designed Bird Promo Pack Birds of New Zealand"/>
<yearpublished value="2025" />
</item>
<item type="boardgame" id="455577">
<name type="primary" value="Wingspan: Fan-Designed Bird Promo Pack Birds of the U.S.A."/>
<yearpublished value="2025" />
</item>
<item type="boardgame" id="455578">
<name type="primary" value="Wingspan: Fan-Designed Bird Promo Pack British Birds"/>
<yearpublished value="2025" />
</item>
<item type="boardgame" id="471469">
<name type="primary" value="Wingspan: Fan-Designed Card Packs Set 1"/>
<yearpublished value="2026" />
</item>
<item type="boardgame" id="368895">
<name type="primary" value="Wingspan: Grus Japonensis Promo Card"/>
<yearpublished value="2019" />
</item>
<item type="boardgame" id="300580">
<name type="primary" value="Wingspan: Oceania Expansion"/>
<yearpublished value="2020" />
</item>
<item type="boardgame" id="290837">
<name type="primary" value="Wingspan: Swift-Start Promo Pack"/>
<yearpublished value="2019" />
</item>
<item type="boardgameexpansion" id="339017">
<name type="primary" value="Frogmouth Fan Pack (fan expansion for Wingspan)"/>
<yearpublished value="2020" />
</item>
<item type="boardgameexpansion" id="461932">
<name type="primary" value="Wingspan: Americas Expansion"/>
<yearpublished value="2026" />
</item>
<item type="boardgameexpansion" id="290448">
<name type="primary" value="Wingspan: European Expansion"/>
<yearpublished value="2019" />
</item>
<item type="boardgameexpansion" id="455581">
<name type="primary" value="Wingspan: Fan-Designed Bird Promo Pack Additional Asian Avians"/>
<yearpublished value="2025" />
</item>
<item type="boardgameexpansion" id="455579">
<name type="primary" value="Wingspan: Fan-Designed Bird Promo Pack Birds of Canada"/>
<yearpublished value="2025" />
</item>
<item type="boardgameexpansion" id="455576">
<name type="primary" value="Wingspan: Fan-Designed Bird Promo Pack Birds of Continental Europe"/>
<yearpublished value="2025" />
</item>
<item type="boardgameexpansion" id="455580">
<name type="primary" value="Wingspan: Fan-Designed Bird Promo Pack Birds of New Zealand"/>
<yearpublished value="2025" />
</item>
<item type="boardgameexpansion" id="455577">
<name type="primary" value="Wingspan: Fan-Designed Bird Promo Pack Birds of the U.S.A."/>
<yearpublished value="2025" />
</item>
<item type="boardgameexpansion" id="455578">
<name type="primary" value="Wingspan: Fan-Designed Bird Promo Pack British Birds"/>
<yearpublished value="2025" />
</item>
<item type="boardgameexpansion" id="471469">
<name type="primary" value="Wingspan: Fan-Designed Card Packs Set 1"/>
<yearpublished value="2026" />
</item>
<item type="boardgameexpansion" id="368895">
<name type="primary" value="Wingspan: Grus Japonensis Promo Card"/>
<yearpublished value="2019" />
</item>
<item type="boardgameexpansion" id="300580">
<name type="primary" value="Wingspan: Oceania Expansion"/>
<yearpublished value="2020" />
</item>
<item type="boardgameexpansion" id="290837">
<name type="primary" value="Wingspan: Swift-Start Promo Pack"/>
<yearpublished value="2019" />
</item>
</items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="2"><item type="boardgame" id="1218"><name type="primary" value="Wiz-War"/><yearpublished value="1983"/></item><item type="boardgame" id="104710"><name type="alternate" value="Wiz-War"/><yearpublished value="2012"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items total="1"><item type="boardgame" id="268163"><name type="primary" value="A Gentle Rain"/><yearpublished value="2019"/></item></items>
@@ -1 +0,0 @@
<items total="0"></items>
@@ -1 +0,0 @@
<items><item type="boardgame" id="1218"><name type="primary" value="Wiz-War"/><yearpublished value="1983"/><link type="boardgamepublisher" id="1" value="Chessex"/><statistics><ratings><owned value="4000"/><ranks><rank type="subtype" id="1" name="boardgame" value="2500"/></ranks></ratings></statistics></item><item type="boardgame" id="104710"><name type="primary" value="Wiz-War (Eighth Edition)"/><yearpublished value="2012"/><link type="boardgamepublisher" id="1" value="Fantasy Flight Games"/><statistics><ratings><owned value="8000"/><ranks><rank type="subtype" id="1" name="boardgame" value="1200"/></ranks></ratings></statistics></item></items>
File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More