Chrono Core
Chrono Core (slug chrono-core) is an indie sci-fi trading card game imported into CardNexus from a Google Sheet. Players pilot customisable mechs: a Core chassis (Lightweight, Midweight, Heavyweight) progresses through MK stages (MKI–MKIV) and is kitted out with Weapons, Equipment and Pilots across four Realms (Artifice, Castra, Nekris, Umbra), with timing-based abilities such as Overclock driving the turn structure. Cards come in two finishes, Standard and Holographic.
Chrono Core 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 |
|---|---|---|
| Official website | chronocoretcg.com | Published by Chrono Core Studios, LLC |
| Comprehensive Rules | Rules page | V.2.3 (effective 06/24/2026) — deck construction rules drive the list presets |
| Products sheet | Google Sheet | Expansions + Products tabs (ID hardcoded in chrono-core-importer.ts) |
| Card images | Drive folder | Card art (front + back) and set icons |
Documentation
Code Locations
| Component | Location |
|---|---|
| Importer | packages/games/game-importer/src/chrono-core/chrono-core-importer.ts |
| Staging importer | packages/games/game-importer/src/chrono-core/chrono-core-staging-importer.ts |
| Game config & types | packages/games/game-configuration/src/lib/games/chrono-core/ |
| DTO schemas | packages/core/api-dtos/src/lib/product/games/chrono-core.schema.ts |
Last updated on