Static web frontend for browsing Downfall mod cards.
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 is generated by the pipeline in the parent project:
DownfallConpendium/pipeline/run_pipeline.bat
Re-run the pipeline after changing extraction rules or source-mod analysis logic.
- 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.