Static web frontend for browsing Slay the Spire 2 Downfall mod cards and relics.
Browse online: https://mewcodex.github.io/DownfallConpendium/
index.html: page structurestyles.css: UI stylesapp.js: filtering, rendering, i18n, behavior alignment with mod runtimedata/cards.json: generated card dataassets/: card art and icon assetsserve_site.bat: local static server helper
Prerequisite: Python 3
- Open a terminal in this folder.
- Run
serve_site.bat. - Open http://localhost:5173
data/cards.json, data/relics.json, and data/version.json are generated in place by the sibling project pipeline:
../pipeline/run_pipeline.bat
Re-run the pipeline after changing extraction rules or replacing either archive in pipeline/resources/. The site header displays the generated mod and Chinese translation versions.
- This folder is intended to be published independently from the rest of the workspace.
- Runtime-display edge cases (for example upgrade text usage and Afterlife extended text) are aligned to actual mod code behavior via generated flags in
cards.json.