diff --git a/mods/WUOTE@MagicSort/description.md b/mods/WUOTE@MagicSort/description.md new file mode 100644 index 00000000..fc2937ac --- /dev/null +++ b/mods/WUOTE@MagicSort/description.md @@ -0,0 +1,25 @@ +# MagicSort + +MagicSort intelligently organizes your hand, saving you countless clicks during mid- to lategame. +The mod adds a new sorting button to the menu. + +https://github.com/user-attachments/assets/04284804-7673-4769-91d5-102c71e7d654 + +## What Is MagicSort? + +MagicSort intelligently organizes your hand, saving you countless clicks during mid- to lategame. +The mod adds a new sorting button to the menu. + +## Motivation + +I love Balatro but hate clicking, that's why I made this mod. + +## The MagicSort Algorithm + +### Cards in your hand get sorted like this: + +1. **Enhancement:** Lucky → Mult → Bonus → Wild → Steel → Glass → Gold → Stone +2. **Edition:** Polychrome → Foil → Holographic → Base +3. **Seal:** Red → Gold → Purple → Blue → None +4. **Suit:** Spades → Hearts → Clubs → Diamonds +5. **Rank:** King → Queen → Jack → Ace → 10 → 9 → 8 → 7 → 6 → 5 → 4 → 3 → 2 \ No newline at end of file diff --git a/mods/WUOTE@MagicSort/meta.json b/mods/WUOTE@MagicSort/meta.json new file mode 100644 index 00000000..7fb5a41c --- /dev/null +++ b/mods/WUOTE@MagicSort/meta.json @@ -0,0 +1,13 @@ +{ + "title": "MagicSort", + "requires-steamodded": true, + "requires-talisman": false, + "categories": [ + "Quality of Life" + ], + "author": "WUOTE", + "repo": "https://github.com/acidflow-balatro/MagicSort", + "downloadURL": "https://github.com/user-attachments/files/20731767/MagicSort.zip", + "automatic-version-check": true, + "version": "0.6.9 NICE" +} diff --git a/mods/WUOTE@MagicSort/thumbnail.jpg b/mods/WUOTE@MagicSort/thumbnail.jpg new file mode 100644 index 00000000..3be98c3d Binary files /dev/null and b/mods/WUOTE@MagicSort/thumbnail.jpg differ