diff --git a/mods/MathIsFun0@Talisman/description.md b/mods/MathIsFun0@Talisman/description.md new file mode 100644 index 00000000..50aa1e37 --- /dev/null +++ b/mods/MathIsFun0@Talisman/description.md @@ -0,0 +1,13 @@ +# Talisman +A mod for Balatro that increases the score cap from ~10^308 to ~10{1000}10, allowing for endless runs to go past "naneinf" and Ante 39, and removes the long animations that come with these scores. + +The "BigNum" representation used by Talisman is a modified version of [this](https://github.com/veprogames/lua-big-number) library by veprogames. +The "OmegaNum" representation used by Talisman is a port of [OmegaNum.js](https://github.com/Naruyoko/OmegaNum.js/blob/master/OmegaNum.js) by [Mathguy23](https://github.com/Mathguy23) + + +## Limitations +- High scores will not be saved to your profile (this is to prevent your profile save from being incompatible with an unmodified instance of Balatro) +- Savefiles created/opened with Talisman aren't backwards-compatible with unmodified versions of Balatro. +- Depending on the amount of retriggers, there may be lag when computing a score with Talisman. +- The largest ante before score requirements reach the new limit is approximately 2e153. +- When using Talisman with other mods, comparison operations with numbers used by scoring will not work by default (these must be handled by the mod developer). diff --git a/mods/MathIsFun0@Talisman/meta.json b/mods/MathIsFun0@Talisman/meta.json new file mode 100644 index 00000000..df76595c --- /dev/null +++ b/mods/MathIsFun0@Talisman/meta.json @@ -0,0 +1,8 @@ +{ + "title": "Talisman", + "requires-steamodded": true, + "categories": ["API", "Technical", "Quality of Life"], + "author": "MathIsFun0", + "repo":"https://github.com/MathIsFun0/Talisman", + "downloadURL": "https://github.com/MathIsFun0/Talisman/releases/latest/download/Talisman.zip" +}