https://github.com/wrxinyue/sts2-devmode
Adds a Developer Mode to the main menu for testing with customizable relics, cards, gold, and encounters.
https://github.com/wrxinyue/sts2-devmode
slay-the-spire-2 sts2-mod
Last synced: about 2 months ago
JSON representation
Adds a Developer Mode to the main menu for testing with customizable relics, cards, gold, and encounters.
- Host: GitHub
- URL: https://github.com/wrxinyue/sts2-devmode
- Owner: WRXinYue
- License: mit
- Created: 2026-04-05T19:57:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-21T02:04:41.000Z (3 months ago)
- Last Synced: 2026-04-21T04:22:56.401Z (3 months ago)
- Topics: slay-the-spire-2, sts2-mod
- Language: C#
- Homepage: https://sts2-devmod.wrxinyue.org
- Size: 1.1 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# DevMode
**English** | [中文](./README.zh-CN.md)
A developer mode mod for Slay the Spire 2.

## Features
- 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
## Extending DevMode
Other mods can register custom rail tabs via `DevPanelRegistry`. See **[Developer → Dev panel registry](docs/pages/developer/extending/panel-registry.md)** for the full API reference, code examples, and icon usage.
## Documentation site
The **[docs/](docs/)** folder is a **[Valaxy](https://valaxy.site/)** site. Use **pnpm** (via Corepack):
```bash
cd docs
corepack enable && corepack prepare pnpm@10.24.0 --activate
pnpm install && pnpm dev
```
## Contributing
See **[CONTRIBUTING.md](CONTRIBUTING.md)** for collaboration norms, K&R brace style, formatting commands, and localization.
## Changelog
See [CHANGELOG.md](CHANGELOG.md) for version history.
## Acknowledgments
- [STS2-KaylaMod](https://github.com/mugongzi520/STS2-KaylaMod)
## License
MIT