diff --git a/mods/Eremel@Galdur/description.md b/mods/Eremel@Galdur/description.md new file mode 100644 index 00000000..9afe2099 --- /dev/null +++ b/mods/Eremel@Galdur/description.md @@ -0,0 +1,2 @@ +# Galdur - An Enhanced Run Setup Tool +Galdur sets out to improve the usability of the run setup screen. Once you begin to add decks and stakes, the default selector quickly becomes arduous to navigate. Galdur dramatically improves this experience. diff --git a/mods/Eremel@Galdur/meta.json b/mods/Eremel@Galdur/meta.json new file mode 100644 index 00000000..4e233ad1 --- /dev/null +++ b/mods/Eremel@Galdur/meta.json @@ -0,0 +1,9 @@ +{ + "title": "Galdur", + "requires-steamodded": true, + "requires-talisman": false, + "categories": ["Content"], + "author": "Eremel", + "repo":"https://github.com/Eremel/Galdur", + "downloadURL": "https://github.com/Eremel/Galdur/archive/refs/heads/master.zip" +} diff --git a/mods/Eremel@Galdur/thumbnail.jpg b/mods/Eremel@Galdur/thumbnail.jpg new file mode 100644 index 00000000..09752b0b Binary files /dev/null and b/mods/Eremel@Galdur/thumbnail.jpg differ diff --git a/mods/WilsontheWolf@DebugPlus/description.md b/mods/WilsontheWolf@DebugPlus/description.md new file mode 100644 index 00000000..a9ff2c6d --- /dev/null +++ b/mods/WilsontheWolf@DebugPlus/description.md @@ -0,0 +1,13 @@ +# DebugPlus +DebugPlus is a Balatro mod that adds a bunch of additional debug tools on top of Balatro's built in ones. Below are some of the highlights: + +- Console for logging and commands +- Win blind button +- Support for spawning vouchers, boosters, tags and blinds +- Save states +- A comically oversized spoonful of [new keybinds](https://github.com/WilsontheWolf/DebugPlus/blob/master/keys.txt) + +DebugPlus has a configuration UI which you can access from Mods > DebugPlus if Steamodded is installed, or Options > Settings > DebugPlus otherwise. + +## Development +For more information on the DebugPlus features and apis for mod developers see the [dev docs](https://github.com/WilsontheWolf/DebugPlus/blob/master/docs/dev.md). diff --git a/mods/WilsontheWolf@DebugPlus/meta.json b/mods/WilsontheWolf@DebugPlus/meta.json new file mode 100644 index 00000000..d2a43ca7 --- /dev/null +++ b/mods/WilsontheWolf@DebugPlus/meta.json @@ -0,0 +1,9 @@ +{ + "title": "DebugPlus", + "requires-steamodded": false, + "requires-talisman": false, + "categories": ["Technical"], + "author": "WilsontheWolf", + "repo":"https://github.com/Eremel/Galdur", + "downloadURL": "https://github.com/Eremel/Galdur/archive/refs/heads/master.zip" + }