Skip to content

Commit 5cc2bce

Browse files
authored
Update README.md
1 parent 40725ab commit 5cc2bce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ The "BigNum" representation used by Talisman is a modified version of [this](htt
55
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)
66

77
## Installation
8-
Talisman requires [Lovely](https://github.com/ethangreen-dev/lovely-injector) to be installed in order to be loaded by Balatro. The code for Talisman must be installed in `%AppData%/Balatro/Mods/Talisman`.
8+
Talisman requires [Lovely](https://github.com/ethangreen-dev/lovely-injector) to be installed in order to be loaded by Balatro.
99

1010
## Limitations
1111
- 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)
1212
- Savefiles created/opened with Talisman aren't backwards-compatible with unmodified versions of Balatro.
1313
- Depending on the amount of retriggers, there may be lag when computing a score with Talisman.
1414
- The largest ante before the new limit is approximately 1e300 due to BigNumber antes not being supported.
15-
- 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).
15+
- When using Talisman with other mods because of how Talisman works, comparison operations with numbers used by scoring will not work by default, a lot of interactions without explicit support will break with Talisman enabled.
16+
- [Luajit2 (Balatro Discord)](https://discord.com/channels/1116389027176787968/1336473631483760791) can be used to mitigate some of the issues but it will not fix everything.

0 commit comments

Comments
 (0)