/Brainstorm

Primary LanguageLuaMozilla Public License 2.0MPL-2.0

Brainstorm Logo

Note: Brainstorm requires lovely to be installed

How to install:

  1. Install lovely and follow the installation instructions.
  2. Download this repo as a ZIP, and extract it.
  3. Create a directory in %AppData%/Balatro/ and call it "Mods"
  4. Place the newly extracted folder into %AppData%/Balatro/Mods
  5. Done! You can now reload balatro and use this tool.

Use:

  • Hold z + 0-6 to save a state to slot
  • Hold x+ 0-6 to load a state from slot
  • Press ctrl + t to reroll the seed
  • Press ctrl + a to auto-reroll for a certain tag (Default: charm tag)

How to adjust keybinds:

  1. Open up main.lua
  2. Locate the line -- KEYBINDS --
  3. Adjust the keybind variables to change to your desired keybinds -- Make sure to leave in the quotation marks
  4. Save and exit the file, your keybinds will now be aplied when you next reload the mod!

How to change tag to autoreroll for:

  1. Open up main.lua
  2. Locate the line -- AUTOREROLL CONFIG --
  3. Change the searchTag var to your chosen tag, using the correct name as specified in the key below.
  4. Save and exit the file, and reload the game.

Example: searchTag = "tag_charm" -> searchTag = "tag_rare"