English | 中文
A developer mode mod for Slay the Spire 2.
- Developer panel accessible from the main menu and during runs
- Configurable relics, cards, gold, and encounters for repeatable test setups
- Enemy encounter system with unified select UI, combat spawning, and idle animation preview
- SpireScratch script runner with live reload, event hooks, and in-game log viewer
- i18n support with English and Simplified Chinese localization
- Extensible panel registry — other mods can add custom tabs to the DevMode rail
Other mods can register custom rail tabs via DevPanelRegistry. See Developer → Dev panel registry for the full API reference, code examples, and icon usage.
The docs/ folder is a Valaxy site. Use pnpm (via Corepack):
cd docs
corepack enable && corepack prepare pnpm@10.24.0 --activate
pnpm install && pnpm devSee CONTRIBUTING.md for collaboration norms, K&R brace style, formatting commands, and localization.
See CHANGELOG.md for version history.
MIT