From 9396e51a74b459c32d56b8bdfaa16f11ee299342 Mon Sep 17 00:00:00 2001 From: gfreitash Date: Thu, 5 Jun 2025 15:37:56 +0000 Subject: [PATCH] Add riosodu@qol-bundle mod --- mods/riosodu@qol-bundle/description.md | 23 +++++++++++++++++++++++ mods/riosodu@qol-bundle/meta.json | 14 ++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 mods/riosodu@qol-bundle/description.md create mode 100644 mods/riosodu@qol-bundle/meta.json diff --git a/mods/riosodu@qol-bundle/description.md b/mods/riosodu@qol-bundle/description.md new file mode 100644 index 00000000..f05a6ba5 --- /dev/null +++ b/mods/riosodu@qol-bundle/description.md @@ -0,0 +1,23 @@ +# QOL Bundle + +A collection of quality-of-life improvements for Balatro. + +## How It Works + +This mod provides several small adjustments to gameplay mechanics to enhance the overall experience, particularly when using other mods that add new content. + +## Key Features + +- **Easier Wheel of Fortune**: Configurable ease for the Wheel of Fortune tarot card. Adjust the chance of hitting the desired outcome (1 = 100% chance, 4 = vanilla 25% chance). Default is 3. +- **Wildcard Fix**: Prevents Wildcard and Smeared Joker from being negatively affected by suit debuffs when they could match a non-debuffed suit. +- **Increased Shop Size**: Increases the base shop size by 1 (default is 2). This helps offset the dilution of the shop pool caused by other mods adding new cards and items. + +## Installation + +1. **Requirements**: Download and install [Steamodded](https://github.com/Steamodded/smods) +2. **Download**: Get the latest version of QOL Bundle from the releases +3. **Install Location**: Extract to `%appdata%\Balatro\Mods` on Windows + +## Support + +For issues, suggestions, or contributions, please visit the [GitHub repository](https://github.com/gfreitash/balatro-mods). diff --git a/mods/riosodu@qol-bundle/meta.json b/mods/riosodu@qol-bundle/meta.json new file mode 100644 index 00000000..d3159088 --- /dev/null +++ b/mods/riosodu@qol-bundle/meta.json @@ -0,0 +1,14 @@ +{ + "title": "QoL Bundle", + "requires-steamodded": true, + "requires-talisman": false, + "categories": [ + "Quality of Life" + ], + "author": "Riosodu", + "repo": "https://github.com/gfreitash/balatro-mods", + "downloadURL": "https://github.com/gfreitash/balatro-mods/releases/download/qol-bundle__latest/qol-bundle.zip", + "folderName": "qol-bundle", + "automatic-version-check": true, + "version": "1.0.0" +}