Echoes of Astra
Echoes of Astra (slug eoa) is an indie trading card game imported into CardNexus from a Google Sheet. Cards come in Standard and Foil finishes, organised by an Affinity colour identity (Solara, Lux, Terra, Caelum, Nox, Neutral) across Unit, Tactic, Territory and Item card types.
Echoes of Astra is not sold on TCGplayer or Cardmarket. The catalogue is fully sheet-driven, there are no marketplace external IDs, and supportedMarketplaces is empty — so no price importer runs for this game.
Useful Resources
| Resource | URL | Notes |
|---|---|---|
| Products sheet | Google Sheet | Expansions + Products tabs (ID hardcoded in eoa-importer.ts) |
| Card images | Drive folder | Card art + expansion logos |
| Official site | echoesofastra.com | Publisher site |
Documentation
Code Locations
| Component | Location |
|---|---|
| Importer | packages/games/game-importer/src/eoa/eoa-importer.ts |
| Staging importer | packages/games/game-importer/src/eoa/eoa-staging-importer.ts |
| Game config & types | packages/games/game-configuration/src/lib/games/eoa/ |
| DTO schemas | packages/core/api-dtos/src/lib/product/games/eoa.schema.ts |
Last updated on