BaseMod
BaseMod copied to clipboard
Slay the Spire mod which provides a modding API and a dev console
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.

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.