From 39aff1d69d770c5f6d518334bc4fd210d7b5d7d8 Mon Sep 17 00:00:00 2001 From: Okay <183864149+OOkayOak@users.noreply.github.com> Date: Sun, 16 Mar 2025 23:13:36 +0000 Subject: [PATCH] add ChallengerDeep --- mods/Opal@ChallengerDeep/description.md | 11 +++++++++++ mods/Opal@ChallengerDeep/meta.json | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 mods/Opal@ChallengerDeep/description.md create mode 100644 mods/Opal@ChallengerDeep/meta.json diff --git a/mods/Opal@ChallengerDeep/description.md b/mods/Opal@ChallengerDeep/description.md new file mode 100644 index 00000000..dedec17c --- /dev/null +++ b/mods/Opal@ChallengerDeep/description.md @@ -0,0 +1,11 @@ +# Challenger Deep + +A back-end Balatro mod that adds 100+ Custom Rules to be used in Challenges - for banning Editions, enabling Stickers, and fine-tuning each Challenge to your liking. + +## Rules + +Challenger Deep adds over 100 new Custom Rules. To use them in your Challenge, place them in the Custom part of your rules (challenge={rules={custom={}}}), and check the README file on the GitHub repository for formatting. + +## Cross-mod Functionality + +Challenger Deep contains Rules that can remove Bunco and Cryptid editions, and add Bunco Stickers to your challenge. \ No newline at end of file diff --git a/mods/Opal@ChallengerDeep/meta.json b/mods/Opal@ChallengerDeep/meta.json new file mode 100644 index 00000000..d5fadfdc --- /dev/null +++ b/mods/Opal@ChallengerDeep/meta.json @@ -0,0 +1,10 @@ +{ + "title": "Challenger Deep", + "requires-steamodded": true, + "requires-talisman": false, + "categories": ["API", "Technical"], + "author": "Opal", + "repo": "https://github.com/OOkayOak/Challenger-Deep", + "downloadURL": "https://github.com/OOkayOak/Challenger-Deep/releases/latest", + "automatic-version-check": true +} \ No newline at end of file