From 58234cff8ca4824f55be29dc34ce0676a2354e00 Mon Sep 17 00:00:00 2001 From: Robert0309 Date: Sun, 13 Jul 2025 01:24:56 +0200 Subject: [PATCH] Add LazyTurtle33@TurtlesChallenges mod --- .../LazyTurtle33@TurtlesChallenges/description.md | 15 +++++++++++++++ mods/LazyTurtle33@TurtlesChallenges/meta.json | 12 ++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 mods/LazyTurtle33@TurtlesChallenges/description.md create mode 100644 mods/LazyTurtle33@TurtlesChallenges/meta.json diff --git a/mods/LazyTurtle33@TurtlesChallenges/description.md b/mods/LazyTurtle33@TurtlesChallenges/description.md new file mode 100644 index 00000000..6c8234da --- /dev/null +++ b/mods/LazyTurtle33@TurtlesChallenges/description.md @@ -0,0 +1,15 @@ +Adds some Challenges made by LazyTurtle33 + +Challenges include: +AAAA - deck has only 4 aces. you cant change the deck +AAAA (but fuck you) - same as AAAA but harder +Empty Orbit - no leveling up hands +NOPE - 1 in 4 chance for any action to NOT HAPPEN + +All challenges has been beaten by ether me or a play tester + +I hope to add many more challenges and if you have an idea for a challenge make a suggestion on the [github](https://github.com/TheLazyTurtle33/TurtlesChallenges) and if I like it I might add it (with proper crediting of course) :3 + +plz note: +NOPE is just out of beta and can be quite buggy. +if you run into any problems please create a issue on the [github](https://github.com/TheLazyTurtle33/TurtlesChallenges) diff --git a/mods/LazyTurtle33@TurtlesChallenges/meta.json b/mods/LazyTurtle33@TurtlesChallenges/meta.json new file mode 100644 index 00000000..43057903 --- /dev/null +++ b/mods/LazyTurtle33@TurtlesChallenges/meta.json @@ -0,0 +1,12 @@ +{ + "title": "TurtlesChallenges", + "requires-steamodded": true, + "requires-talisman": false, + "categories": ["Content"], + "author": "LazyTurtle33", + "repo": "https://github.com/TheLazyTurtle33/TurtlesChallenges", + "downloadURL": "https://github.com/TheLazyTurtle33/TurtlesChallenges/releases/latest/download/TurtlesChallenges.zip", + "folderName": "TurtlesChallenges", + "version": "release", + "automatic-version-check": true +}