Note: Brainstorm requires lovely to be installed
- Install lovely and follow the installation instructions.
- Download this repo as a ZIP, and extract it.
- Create a directory in
%AppData%/Balatro/and call it "Mods" - Place the newly extracted folder into
%AppData%/Balatro/Mods - Done! You can now reload balatro and use this tool.
- Hold
z+ 0-6 to save a state to slot - Hold
x+ 0-6 to load a state from slot - Press
ctrl+tto reroll the seed - Press
ctrl+ato auto-reroll for a certain tag (Default: charm tag)
- Open up
main.lua - Locate the line
-- KEYBINDS -- - Adjust the keybind variables to change to your desired keybinds -- Make sure to leave in the quotation marks
- Save and exit the file, your keybinds will now be aplied when you next reload the mod!
- Open up
main.lua - Locate the line
-- AUTOREROLL CONFIG -- - Change the
searchTagvar to your chosen tag, using the correct name as specified in the key below. - Save and exit the file, and reload the game.
Example:
searchTag = "tag_charm" -> searchTag = "tag_rare"
