diff --git a/mods/Aure@SixSuits/description.md b/mods/Aure@SixSuits/description.md new file mode 100644 index 00000000..d211bb21 --- /dev/null +++ b/mods/Aure@SixSuits/description.md @@ -0,0 +1,4 @@ +# Six Suits +This mod adds the Star and Moon suits to the game, along with the Spectrum hand type *(which comes with some hidden hands)* and 7 new jokers. +> Code by Aure +> Art by Crimson Heart \ No newline at end of file diff --git a/mods/Aure@SixSuits/meta.json b/mods/Aure@SixSuits/meta.json new file mode 100644 index 00000000..8ef76184 --- /dev/null +++ b/mods/Aure@SixSuits/meta.json @@ -0,0 +1,8 @@ +{ + "title": "Six Suits", + "requires-steamodded": true, + "category": "Content", + "author": "Aure", + "repo":"https://github.com/Aurelius7309/SixSuits", + "downloadURL": "https://github.com/Aurelius7309/SixSuits/archive/refs/heads/master.zip" + } \ No newline at end of file diff --git a/mods/Aure@SixSuits/thumbnail.jpg b/mods/Aure@SixSuits/thumbnail.jpg new file mode 100644 index 00000000..5bc3cf76 Binary files /dev/null and b/mods/Aure@SixSuits/thumbnail.jpg differ diff --git a/mods/Larswijn@CardSleeves/description.md b/mods/Larswijn@CardSleeves/description.md new file mode 100644 index 00000000..944e66b4 --- /dev/null +++ b/mods/Larswijn@CardSleeves/description.md @@ -0,0 +1,40 @@ +# CardSleeves +A Steamodded+lovely Balatro Mod that adds Sleeves. + +Sleeves are run modifiers similar to decks. Any deck and sleeve can be combined. + +CardSleeves adds 15 Sleeves based on the 15 vanilla decks by default, some of which have an unique and different effect when paired with their corresponding deck. + +## Cross-mod content +Other mods have the ability to add their own Sleeves! +Some of these mods include +[Cryptid](https://github.com/MathIsFun0/Cryptid), +[Familiar](https://github.com/RattlingSnow353/Familiar), +[MoreFluff](https://github.com/notmario/MoreFluff), +and [Pokermon](https://github.com/InertSteak/Pokermon). + +CardSleeves also has support for [Galdur](https://github.com/Eremel/Galdur)'s improved new run menu. + +## Exact descriptions +| Sleeve | Base effect | Unique effect | +|------------------|--------------------------------------------------------|------------------------------------------------------------------------| +| Red Sleeve | +1 discards | none | +| Blue Sleeve | +1 hands | none | +| Yellow Sleeve | +$10 | none | +| Green Sleeve | +$1 per remaining hand/discard | none | +| Black Sleeve | +1 joker slots, -1 hands | +1 joker slots, -1 discards | +| Magic Sleeve | Crystal Ball Voucher, 2 Fools | Omen Globe Voucher | +| Nebula Sleeve | Telescope Voucher, -1 consumable slot | Observatory Voucher | +| Ghost Sleeve | Spectral cards appear in shop, Hex card | Spectrals appear more often in shop, Spectral pack size increases by 2 | +| Abandoned Sleeve | No Face Cards in starting deck | Face Cards never appear | +| Checkered Sleeve | 26 Spades and 26 Hearts in starting deck | Only Spades and Hearts appear | +| Zodiac Sleeve | Tarot Merchant, Planet Merchant and Overstock Vouchers | Arcana/Celestial pack size increases by 2 | +| Painted Sleeve | +2 hand size, -1 joker slots | none | +| Anaglyph Sleeve | Double Tag after each Boss Blind | Double Tag after each Small/Big Blind | +| Plasma Sleeve | Balance chips/mult, X2 base Blind size | Balance prices in shop | +| Erratic Sleeve | All ranks/suits in starting deck are randomized | Starting Hands/Discards/Dollars/Joker slots are randomized between 3-6 | + +## Credits +Big thanks to Sable for the idea and all the art, and the balatro modding community for helping out with the lua code. + +Any suggestions, improvements or bugs are welcome and can be submitted through Github's Issues, or on the Balatro Discord [Thread](https://discord.com/channels/1116389027176787968/1279246553931976714). diff --git a/mods/Larswijn@CardSleeves/meta.json b/mods/Larswijn@CardSleeves/meta.json new file mode 100644 index 00000000..467997bf --- /dev/null +++ b/mods/Larswijn@CardSleeves/meta.json @@ -0,0 +1,8 @@ +{ + "title": "CardSleeves", + "requires-steamodded": true, + "category": "Content", + "author": "Larswijn", + "repo": "https://github.com/larswijn/CardSleeves", + "downloadURL": "https://github.com/larswijn/CardSleeves/archive/refs/heads/master.zip" +} \ No newline at end of file diff --git a/mods/Larswijn@CardSleeves/thumbnail.png b/mods/Larswijn@CardSleeves/thumbnail.png new file mode 100644 index 00000000..47890216 Binary files /dev/null and b/mods/Larswijn@CardSleeves/thumbnail.png differ