From c8ce9a44b91f79e4c3efb483e10dbc960c7720b9 Mon Sep 17 00:00:00 2001 From: gfreitash Date: Mon, 26 May 2025 01:04:35 +0000 Subject: [PATCH 1/3] Add riosodu@black-seal mod --- mods/riosodu@black-seal/description.md | 36 ++++++++++++++++++++++++++ mods/riosodu@black-seal/meta.json | 14 ++++++++++ 2 files changed, 50 insertions(+) create mode 100644 mods/riosodu@black-seal/description.md create mode 100644 mods/riosodu@black-seal/meta.json diff --git a/mods/riosodu@black-seal/description.md b/mods/riosodu@black-seal/description.md new file mode 100644 index 00000000..5cac0617 --- /dev/null +++ b/mods/riosodu@black-seal/description.md @@ -0,0 +1,36 @@ +# Black Seal + +A port of the original Black Seal mod to newer versions of Steamodded. This mod adds a rare black seal to the game that provides powerful negative edition effects. + +## How It Works + +When a card with black seal is used, it will apply **negative edition** to a random eligible joker. + +## Key Features + +- **Automatic Cleanup**: All other black seals in the deck will be removed when triggered (seals on cards in hand are kept) +- **Rare Spawn**: Can be found anywhere a random seal may appear, most commonly in booster packs with a 2% base chance +- **Configurable Spawn Rate**: The spawn chance relative to all other seals can be configured (defaults to 10%) +- **Ectoplasm Override**: Can override the 'Ectoplasm' spectral card to add a black seal instead of its normal effect +- **Hand Reduction Toggle**: When Ectoplasm override is active, you can also disable the hand reduction effect + +## Installation + +1. **Requirements**: Download and install [Steamodded](https://github.com/Steamodded/smods) +2. **Download**: Get the latest version of Black Seal from the releases +3. **Install Location**: Extract to `%appdata%\Balatro\Mods` on Windows +4. **Configuration**: Adjust spawn rates and Ectoplasm behavior through the mod settings + +## Configuration Options + +- **Spawn Rate**: Adjust how frequently black seals appear relative to other seals +- **Ectoplasm Override**: Enable/disable replacing Ectoplasm's effect with black seal application +- **Hand Reduction**: When using Ectoplasm override, toggle whether the hand size reduction still occurs + +## Credits + +Original mod created by **infarctus**. This version has been ported and updated for compatibility with newer Steamodded versions. + +## Support + +For issues, suggestions, or contributions, please visit the [GitHub repository](https://github.com/gfreitash/balatro-mods). diff --git a/mods/riosodu@black-seal/meta.json b/mods/riosodu@black-seal/meta.json new file mode 100644 index 00000000..4d63e6ff --- /dev/null +++ b/mods/riosodu@black-seal/meta.json @@ -0,0 +1,14 @@ +{ + "title": "Black Seal", + "requires-steamodded": true, + "categories": [ + "Seal", + "Balance" + ], + "author": "Riosodu", + "repo": "https://github.com/gfreitash/balatro-mods", + "downloadURL": "https://github.com/gfreitash/balatro-mods/releases/download/black-seal__latest/black-seal.zip", + "folderName": "black-seal", + "automatic-version-check": true, + "version": "3.2.2" +} From c84907978e58a5a403fec2c9552d4536143948c4 Mon Sep 17 00:00:00 2001 From: Gabriel Freitas <42326513+gfreitash@users.noreply.github.com> Date: Mon, 26 May 2025 07:04:46 -0300 Subject: [PATCH 2/3] Update meta.json Add missing "requires-talisman" field and change the categories to a valid one --- mods/riosodu@black-seal/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/riosodu@black-seal/meta.json b/mods/riosodu@black-seal/meta.json index 4d63e6ff..2e41ec01 100644 --- a/mods/riosodu@black-seal/meta.json +++ b/mods/riosodu@black-seal/meta.json @@ -1,8 +1,8 @@ { "title": "Black Seal", "requires-steamodded": true, + "requires-talisman": false, "categories": [ - "Seal", "Balance" ], "author": "Riosodu", From a8a357a9ff8e9f762a1b84eeb0b080512a3ef280 Mon Sep 17 00:00:00 2001 From: Gabriel Freitas <42326513+gfreitash@users.noreply.github.com> Date: Mon, 26 May 2025 07:07:51 -0300 Subject: [PATCH 3/3] Update meta.json Updated category again, correctly this time --- mods/riosodu@black-seal/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/riosodu@black-seal/meta.json b/mods/riosodu@black-seal/meta.json index 2e41ec01..32a69db7 100644 --- a/mods/riosodu@black-seal/meta.json +++ b/mods/riosodu@black-seal/meta.json @@ -3,7 +3,7 @@ "requires-steamodded": true, "requires-talisman": false, "categories": [ - "Balance" + "Content" ], "author": "Riosodu", "repo": "https://github.com/gfreitash/balatro-mods",