BaseMod icon indicating copy to clipboard operation
BaseMod copied to clipboard

Slay the Spire mod which provides a modding API and a dev console

Results 76 BaseMod issues
Sort by recently updated
recently updated
newest added

To use: Create a class extending EasyConfigPanel. Add static variables for config things Create UIStrings localization entry using TEXT_DICT with variable names as keys (optional) Pass new instance of class...

The original version may cause a potential issue that the saved custom encounters will get their weights modified each time the patched method normalizeWeights() is called. In vanilla game that...

This PR solves 3 issues: 1. The vanilla code for AbstractCard.initializeDescriptionCN() (used by zhs, kor and jpn etc) uses a flawed logic which would result card strings with double space...

This PR solves: After overwritted getNormalColor in DynamicVariable, it doesn't take effect when the game language is zhs.

![image](https://github.com/user-attachments/assets/e500b627-4755-4526-ae86-b2040c00de69)

Fixed an issue that unwrapped tokens D, B and M would be treated as variables !D!, !B! and !M! instead of normal letters in CN card descriptions.