-
Notifications
You must be signed in to change notification settings - Fork 0
Home
mewcodex edited this page Sep 3, 2026
·
6 revisions
Auto-Anthonyology generates a new structured card pool for every Slay the Spire 2 run. This Wiki documents both player-facing setup and Component API v3 for custom-character authors.
Start with Component API Overview, then follow Authoring a Component Package. The shortest complete integration path is:
- Define reviewed native recipes and structured component atoms.
- Register one generation profile and its stable localization/value/keyword metadata.
- Register runtime routes for custom opcodes.
- Register the external character and concrete generated-card slots.
- Generate or restore definitions at run start and synchronize the same definitions to every peer.
The API is framework-neutral. It works with direct CharacterModel/CardPoolModel implementations and does not
require BaseLib or RitsuLib.
Current package API version: 3. Current documented mod line: 0.3.10, targeting STS2 0.111.x.
Source · Steam Workshop · AutoAnthony 0.3.32 · API v3