Merge branch 'main' into main
4
.github/scripts/requirements.lock
vendored
@@ -1,5 +1,5 @@
|
||||
certifi==2025.1.31
|
||||
charset-normalizer==3.4.1
|
||||
certifi==2025.4.26
|
||||
charset-normalizer==3.4.2
|
||||
idna==3.10
|
||||
requests==2.32.3
|
||||
urllib3==2.4.0
|
||||
|
||||
3
.github/scripts/update_mod_versions.py
vendored
@@ -15,6 +15,8 @@ import requests
|
||||
GITHUB_TOKEN = os.environ.get('GITHUB_TOKEN')
|
||||
HEADERS = {'Authorization': f'token {GITHUB_TOKEN}'} if GITHUB_TOKEN else {}
|
||||
|
||||
TIME_NOW = int(time.time())
|
||||
|
||||
def extract_repo_info(repo_url):
|
||||
"""Extract owner and repo name from GitHub repo URL."""
|
||||
match = re.search(r'github\.com/([^/]+)/([^/]+)', repo_url)
|
||||
@@ -233,6 +235,7 @@ def process_mod(start_timestamp, name, meta_file):
|
||||
f"✅ Updating {name} from {current_version} to {new_version} ({source})"
|
||||
)
|
||||
meta['version'] = new_version
|
||||
meta['last-updated'] = TIME_NOW
|
||||
if "/archive/refs/tags/" in download_url:
|
||||
meta['downloadURL'] = f"{repo_url}/archive/refs/tags/{meta['version']}.zip"
|
||||
elif source == VersionSource.SPECIFIC_TAG:
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
"repo": "https://github.com/ABuffZucchini/Greener-Jokers",
|
||||
"downloadURL": "https://github.com/ABuffZucchini/Greener-Jokers/archive/refs/heads/main.zip",
|
||||
"folderName": "Greener-Jokers",
|
||||
"version": "a4bd2bd",
|
||||
"automatic-version-check": true
|
||||
"version": "a4a73ab",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1759209396
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 377 KiB After Width: | Height: | Size: 377 KiB |
@@ -10,5 +10,6 @@
|
||||
"downloadURL": "https://github.com/mikamiamy/AMY-s-Balatro-texturepack/archive/refs/heads/main.zip",
|
||||
"folderName": "AMY's Waifu",
|
||||
"automatic-version-check": true,
|
||||
"version": "36785d5"
|
||||
"version": "d9c283f",
|
||||
"last-updated": 1758410071
|
||||
}
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
"repo": "https://github.com/AbsentAbigail/AbsentDealer",
|
||||
"downloadURL": "https://github.com/AbsentAbigail/AbsentDealer/releases/latest/download/absentdealer.zip",
|
||||
"folderName": "AbsentDealer",
|
||||
"version": "v1.2.0",
|
||||
"version": "v1.3.2",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
"repo": "https://github.com/Agoraaa/FlushHotkeys",
|
||||
"downloadURL": "https://github.com/Agoraaa/FlushHotkeys/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "ac9d035"
|
||||
"version": "2f0a91f",
|
||||
"last-updated": 1757949499
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Basically a content mod where I add whatever I feel like adding.
|
||||
|
||||
The thumbnail is not doing this mod's justice because there are way more than what's there.
|
||||
The thumbnail is still not doing this mod's justice because there are way more than what's there.
|
||||
|
||||
## What does it have?
|
||||
|
||||
@@ -9,12 +9,12 @@ This mod features (as of time writing this)
|
||||
- At least three unique new mechanics never before seen in Balatro!
|
||||
- Literally play Scrabble in Balatro
|
||||
- 11 Planet Cards and at least 25 consumables (I ain't putting the exact numbers)!
|
||||
- Two Balance Mode for either a Balanced experience or Maximum numbers
|
||||
- 30+ Boss Blinds
|
||||
- Two Balance Mode for either a Balanced experience or number go up mode
|
||||
- 40+ Boss Blinds
|
||||
- 10+ Card Enhancements
|
||||
- 4 Decks
|
||||
- 6 Decks
|
||||
- Hardcore Challenge Mode (for those looking to test their mod set)
|
||||
- A lot of cross-mod content! (I am looking for more cross-mod)
|
||||
- A lot of cross-mod content! (I am looking for more cross-mod so if you make a mod please let me know!)
|
||||
- More to come!
|
||||
|
||||
## What, what?
|
||||
@@ -36,7 +36,8 @@ That's for you to find out! Download now!
|
||||
Feel free to ask in [Discord Server](https://discord.gg/JVg8Bynm7k) for the mod or open an issue!
|
||||
|
||||
## Credits
|
||||
`@larantula_l` on Discord for their Maxwell's Notebook contribution
|
||||
`@larantula_l` on Discord for their art contributions
|
||||
`@eggymari` on Discord for their ?????? Joker Art
|
||||
|
||||
@nh_6574 for his Card UI code
|
||||
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
],
|
||||
"author": "Aikoyori",
|
||||
"repo": "https://github.com/Aikoyori/Balatro-Aikoyoris-Shenanigans",
|
||||
"downloadURL": "https://github.com/Aikoyori/Balatro-Aikoyoris-Shenanigans/archive/refs/heads/main.zip",
|
||||
"downloadURL": "https://github.com/Aikoyori/Balatro-Aikoyoris-Shenanigans/archive/refs/heads/stable.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "0d31bd4"
|
||||
"version": "1400027",
|
||||
"last-updated": 1759335671
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 658 KiB After Width: | Height: | Size: 860 KiB |
72
mods/AppleMania@Maniatro/description.md
Normal file
@@ -0,0 +1,72 @@
|
||||
# Maniatro
|
||||
|
||||
## ¿Qué es Maniatro?
|
||||
|
||||
Maniatro es un mod para el juego Balatro que añade nuevos Jokers y más para hacer la experiencia de juego más caótica.
|
||||
|
||||
## Jokers
|
||||
|
||||
De momento, hay 45 Jokers, 2 cartas de Tarot y 2 cartas mejoradas para disfrutar en este momento.
|
||||
|
||||
Cada actualización añadirá de 12 a 17 Jokers, los cuales vendrán en forma de Waves. Varios de estos Jokers han sido creados gracias a las ideas de amigos y más, por lo que esté mod no sería el mismo sin ellos. En el mod estarán las personas que han estado involucradas en esto, con su respectivo agradecimiento.
|
||||
|
||||
El mod depende de Talisman, aqui un link para poder descargarlo: https://github.com/SpectralPack/Talisman
|
||||
|
||||
## Waves
|
||||
### Wave 1 - Maniatro Basics (1.0.0)
|
||||
| # | Joker | Mecánica |
|
||||
|----|----------------------|--------------------------------------------------------------------------|
|
||||
| 1 | Manzana Verde | Si juegas exactamente 5 cartas, ganas +3$ y +5 multi por esa mano.|
|
||||
| 2 | Ushanka | Obtienes +1 espacio de Joker pero tu mano se reduce a -1 carta.|
|
||||
| 3 | Xifox | X2 multi por cada 7 que puntúe.|
|
||||
| 4 | Net | Si la mano jugada tiene exactamente tres palos distintos, NET dará X2 chips.|
|
||||
| 5 | Keep Rollin' | Cualquier carta de picas jugada tiene un 25% de probabilidad de retriggearse. Si acierta, lo vuelve a intentar en la misma carta.|
|
||||
| 6 | Loss | Si la mano usada tiene exactamente 4 cartas en este orden: As, 2, 2, 2, gana X3 multi.|
|
||||
| 7 | Insomnio | X1.5 multi. Al comenzar una ronda, tiene 50% de ganar +0,5X. Si falla, se destruye.|
|
||||
| 8 | Red Dead Redemption II | Si ganas la ronda en tu primer intento, +15 multi Si usas más de un intento, -5 multi al acabar la ronda.|
|
||||
| 9 | Minion Pigs | Por cada Joker de rareza común adquirido, este Joker contiene +15 multi.|
|
||||
| 10 | Ale | Cada vez que juegas una mano, hay una probabilidad del 50% de darte +50 chips o quitarte -50 chips.|
|
||||
| 11 | Nauiyo | +0.2X por cada carta más en tu baraja. -0.2X por cada carta menos en tu baraja.|
|
||||
| 12 | Tablet | Si repites el mismo tipo de mano en dos jugadas seguidas, el multiplicador pasa a X2.5. Aumenta +0.5X por cada repetición adicional.|
|
||||
| 13 | Amongla | X3 multi. 0.125% de probabilidad de cerrar el juego.|
|
||||
| 14 | Fatal | . . . |
|
||||
| 15 | Proto | Por cada ronda, copia la habilidad de un Joker aleatorio. |
|
||||
|
||||
### Wave 2 - Cat Attack (2.0.0)
|
||||
| # | Joker | Mecánica |
|
||||
|----|----------------------|--------------------------------------------------------------------------|
|
||||
| 16 | Rufino | +3 multi por cada consumible usado.|
|
||||
| 17 | Pisu | Por cada gato que tengas comprado, +2X chips.|
|
||||
| 18 | EVIL Pisu | X1 multi. Aumenta +0.01X por cada segundo transcurrido.|
|
||||
| 19 | Sappho | X2 multi si la mano jugada no contiene ninguna figura.|
|
||||
| 20 | Mia | Si ganas la ronda sin hacer ningún descarte, gana +25 chips. Si descartas, perderás todo el progreso.|
|
||||
| 21 | Parabettle | Por cada 10 descartes, gana +25 chips permanentes.|
|
||||
| 22 | Joker tributario | Si tienes menos de 20$, este joker te dará +3$ por cada mano jugada. Si tienes más, no surgirá efecto.|
|
||||
| 23 | Mr. (Ant)Tenna | Todo lo que hay en la tienda tiene un 50% de descuento.|
|
||||
| 24 | BALATRO TOMORROW | Gana +0.25X chips por cada ronda ganada.|
|
||||
| 25 | Weezer | Este Joker se duplica cada 3 rondas. Por cada Weezer repetido, ganará +0.5X multi.|
|
||||
| 26 | Pride | Gana +69 multi por cada carta policromo que poseas.|
|
||||
| 27 | Lata de cerveza | Empieza con +50 multi. Pierde -5 multi por cada mano jugada.|
|
||||
| 28 | Paquete de cigarros | Al final de cada ronda: Si tienes dinero acumulado, pierdes -1$ y este gana +3 multi |
|
||||
| 29 | Caja vacía | . . . |
|
||||
| 30 | Julio | +24 multi. Cada 4 manos jugadas, el multi se eleva al cuadrado. |
|
||||
| 31 | Nuevo comienzo | Al final de cada ronda: Destruye un Joker al azar y gana +0.5X chips |
|
||||
| 32 | Determinación | Este Joker aplica X5 multi Cuántas más manos juegues, más fuerte se vuelve.|
|
||||
|
||||
### Wave 3 - Burned Memories (3.0.0)
|
||||
| # | Joker | Mecánica |
|
||||
|----|----------------------|--------------------------------------------------------------------------|
|
||||
| 33 | Ushanka desgastado | Cada 4 rondas, hay un 25% de probabilidad de conseguir +1 espacio para Jokers.|
|
||||
| 34 | Xifox desgastado | Si juegas un 7, hay un 10% de probabilidad de volverlo policromo.|
|
||||
| 35 | Obituary | Cada As o 2 jugado dará +4 multi.|
|
||||
| 36 | Amongla desgastado | X6 multi. 25% de probabilidad de cerrar el juego.|
|
||||
| 37 | Diédrico | Una mano cuenta como 2 manos. |
|
||||
| 38 | Pendrive | Cada minuto, este dará +5 chips. Alcanza un límite de hasta 100 chips.|
|
||||
| 39 | Gafas de Spamton | Si tienes menos de 20$, este joker te dará +3$ por cada mano jugada. Si tienes más, no surgirá efecto.|
|
||||
| 40 | Euro | +1$ por cada mano jugada.|
|
||||
| 41 | Frutos del bosque |+30 chips o +15 multi.|
|
||||
| 42 | Nira | ^1 multi. Si la mano jugada solo contiene corazones, aumenta en +0.2^ multi.|
|
||||
| 43 | Matkrov | Cada Joker raro que tengas dará X5 chips.|
|
||||
| 44 | Drokstav | Al acabar la mano, crea una carta mejorada aleatoria y la añade directamente a tu mano.|
|
||||
| 45 | Letko | Aplica N! multi basado en el número de cartas en tu primera mano.
|
||||
|
||||
12
mods/AppleMania@Maniatro/meta.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"title": "Maniatro",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": true,
|
||||
"categories": ["Content"],
|
||||
"author": "Applemania",
|
||||
"repo": "https://github.com/AppleMania30/Maniatro",
|
||||
"downloadURL": "https://github.com/AppleMania30/Maniatro/archive/refs/tags/3.0.0.zip",
|
||||
"folderName": "Maniatro",
|
||||
"version": "3.0.0",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
BIN
mods/AppleMania@Maniatro/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 381 KiB |
5
mods/Arashi Fox@Arashicoolstuff/description.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Arashicoolstuff
|
||||
|
||||
Some jokers I made with Joker Forge.
|
||||
|
||||
If you want to add your joker ideas to the mod, just join my Discord server!
|
||||
15
mods/Arashi Fox@Arashicoolstuff/meta.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Arashicoolstuff",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Joker"
|
||||
],
|
||||
"author": "Arashi Fox",
|
||||
"repo": "https://github.com/ArashiFox/Arashicoolstuff",
|
||||
"downloadURL": "https://github.com/ArashiFox/Arashicoolstuff/archive/refs/heads/main.zip",
|
||||
"folderName": "Arashicoolstuff",
|
||||
"version": "228226f",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1757153689
|
||||
}
|
||||
BIN
mods/Arashi Fox@Arashicoolstuff/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 157 KiB |
3
mods/BKM@BalatroCommunityCollegePack/description.md
Normal file
@@ -0,0 +1,3 @@
|
||||
a **vanilla-like** mod with 25+ new jokers intended to maintain the original balance of the base game. Also includes new challenges. Inspired by Rofflatro & Extra Credit consider us the cheaper, worse, but still homely alternative to BalatroU. Follow ow development & updates [@BalatroCC](https://www.youtube.com/@BalatroCC) on YouTube!
|
||||
|
||||
### by BKM (BalatroCC)
|
||||
16
mods/BKM@BalatroCommunityCollegePack/meta.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Balatro Community College",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Joker"
|
||||
],
|
||||
"author": "BKM",
|
||||
"repo": "https://github.com/beckcarver/balatro-cc-pack/",
|
||||
"downloadURL": "https://github.com/beckcarver/balatro-cc-pack/releases/latest/download/balatro-cc-pack.zip",
|
||||
"folderName": "BalatroCC",
|
||||
"version": "1.0.2",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1758158121
|
||||
}
|
||||
BIN
mods/BKM@BalatroCommunityCollegePack/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 189 KiB |
@@ -11,5 +11,6 @@
|
||||
"repo": "https://github.com/BakersDozenBagels/BalatroBakery",
|
||||
"downloadURL": "https://github.com/BakersDozenBagels/BalatroBakery/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "23711a9"
|
||||
"version": "be4264d",
|
||||
"last-updated": 1757472794
|
||||
}
|
||||
|
||||
5
mods/BakersDozenBagels@ValleyOfTheKings/description.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Valley of the Kings
|
||||
|
||||
Adds 20 Egyptian God themed jokers, made for Osiris' birthday.
|
||||
|
||||
Ideas come from Maple Maelstrom and Reaperkun; Coding was done by BakersDozenBagels and Revo
|
||||
11
mods/BakersDozenBagels@ValleyOfTheKings/meta.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "Valley of the Kings",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": ["Content", "Joker"],
|
||||
"author": "BakersDozenBagels",
|
||||
"repo": "https://github.com/BakersDozenBagels/balatroValleyOfTheKings/",
|
||||
"downloadURL": "https://github.com/BakersDozenBagels/balatroValleyOfTheKings/archive/refs/tags/v0.1.0.zip",
|
||||
"version": "0.1.0"
|
||||
}
|
||||
|
||||
@@ -12,5 +12,5 @@
|
||||
"downloadURL": "https://github.com/BarrierTrio/Cardsauce/archive/refs/heads/main.zip",
|
||||
"folderName": "Cardsauce",
|
||||
"automatic-version-check": true,
|
||||
"version": "9604963"
|
||||
"version": "71485d9"
|
||||
}
|
||||
|
||||
11
mods/BestSpark687090@SparkLatro/description.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# SparkLatro
|
||||
|
||||
A mod that kinda made me go insane while making it.
|
||||
|
||||
### Requires Talisman, I guess.
|
||||
|
||||
## uhh credits i guess
|
||||
|
||||
most stuff by me
|
||||
|
||||
unless shown on the joker's tooltip, it was made by me
|
||||
17
mods/BestSpark687090@SparkLatro/meta.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"title": "SparkLatro",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Joker",
|
||||
"Miscellaneous"
|
||||
],
|
||||
"author": "BestSpark687090",
|
||||
"repo": "https://github.com/BestSpark687090/SparkLatro",
|
||||
"downloadURL": "https://github.com/BestSpark687090/SparkLatro/archive/refs/heads/main.zip",
|
||||
"folderName": "SparkLatro",
|
||||
"version": "01603e4",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1758158121
|
||||
}
|
||||
BIN
mods/BestSpark687090@SparkLatro/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 158 KiB |
21
mods/Beverage@FantaJokers/description.md
Normal file
@@ -0,0 +1,21 @@
|
||||
_____ _ _ _ ____ _
|
||||
| ___|_ _ _ __ | |_ __ _ | |_| |__ ___ / ___| | _____ ___ __
|
||||
| |_ / _` | '_ \| __/ _` | | __| '_ \ / _ \ | | | |/ _ \ \ /\ / / '_ \
|
||||
| _| (_| | | | | || (_| | | |_| | | | __/ | |___| | (_) \ V V /| | | |
|
||||
|_| \__,_|_|_|_|\__\__,_| \__|_| |_|\___| \____|_|\___/ \_/\_/ |_| |_|
|
||||
| | ___ | | _____ _ __ ___
|
||||
_ | |/ _ \| |/ / _ \ '__/ __|
|
||||
| |_| | (_) | < __/ | \__ \
|
||||
\___/ \___/|_|\_\___|_| |___/ Resource Pack!
|
||||
|
||||
--- Art by Beverage --- v1.1
|
||||
|
||||
A furry resource pack that changes 96 of the 150 Jokers in the game and a couple other misc textures.
|
||||
Brief list of Retextures:
|
||||
- 2 Vouchers
|
||||
- 4 Seals
|
||||
- 3 Booster Packs
|
||||
- 3 Tags
|
||||
- 2 Spectral Cards
|
||||
- 96 Jokers
|
||||
|
||||
15
mods/Beverage@FantaJokers/meta.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Fanta the Clown Jokers",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Resource Packs"
|
||||
],
|
||||
"author": "Beverage",
|
||||
"repo": "https://github.com/BeverageArt/fanta-jokers",
|
||||
"downloadURL": "https://github.com/BeverageArt/fanta-jokers/archive/refs/heads/main.zip",
|
||||
"folderName": "FantaJokers",
|
||||
"version": "8a40082",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1758784625
|
||||
}
|
||||
BIN
mods/Beverage@FantaJokers/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
@@ -10,5 +10,6 @@
|
||||
"downloadURL": "https://github.com/blazingulag/Prism/archive/refs/heads/main.zip",
|
||||
"folderName": "Prism",
|
||||
"automatic-version-check": true,
|
||||
"version": "55d0533"
|
||||
"version": "034f825",
|
||||
"last-updated": 1757772749
|
||||
}
|
||||
|
||||
39
mods/Blizzow@ThemedJokersRetriggered/description.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Themed Jokers:Retriggered
|
||||
|
||||
A new and updated version of my old mod Themed Jokers.
|
||||
This time the jokers are more in line with vanilla jokers.
|
||||
Feel free to leave feedback and suggestions for more themes.
|
||||
|
||||
## Overview
|
||||
|
||||
### Combat Ace
|
||||
Join the Combat Aces on the battlefield.
|
||||
Recruit Aces to your deck and increase their strenght my promoting them.
|
||||
- 7 Jokers (3 Common, 2 Uncommon, 2 Rare)
|
||||
- 1 Tarot Card
|
||||
- 1 Deck (Back)
|
||||
- 1 Blind
|
||||
|
||||
### Infected
|
||||
A deadly Infection spreads.
|
||||
Use Infected Cards in special pokerhands to unleash their full potential.
|
||||
- 9 Jokers (2 Common, 4 Uncommon, 2 Rare, 1 Legendary)
|
||||
- 1 Spectral Card
|
||||
- 1 Tarot Card
|
||||
- 1 Deck (Back)
|
||||
- 1 Enhancement
|
||||
- 5 Poker Hands
|
||||
|
||||
### Jurassic
|
||||
Dinosaurs rise again!
|
||||
Use Dinosaurs to beat the blinds. Harness their power when they get extinct again!
|
||||
- 13 Jokers (2 Common, 8 Uncommon, 3 Rare)
|
||||
- 1 Spectral Card
|
||||
- 1 Tarot Card
|
||||
- 1 Deck (Back)
|
||||
|
||||
### Mischief
|
||||
???
|
||||
- 6 Jokers (5 Common, 1 Legendary)
|
||||
- 1 Tarot Card
|
||||
- 2 Vouchers
|
||||
16
mods/Blizzow@ThemedJokersRetriggered/meta.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Themed Jokers: Retriggered",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Joker"
|
||||
],
|
||||
"author": "Blizzow",
|
||||
"repo": "https://github.com/BlizzowX/Themed-Joker-Retriggered",
|
||||
"downloadURL": "https://github.com/BlizzowX/Themed-Joker-Retriggered/releases/latest/download/ThemedJokersRetriggered.zip",
|
||||
"folderName": "Themed Jokers Retriggered",
|
||||
"version": "1.2.0",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1757607637
|
||||
}
|
||||
BIN
mods/Blizzow@ThemedJokersRetriggered/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
1
mods/Cybernetic@poopoofart/description.md
Normal file
@@ -0,0 +1 @@
|
||||
I poopoo my pants and this mod came out
|
||||
15
mods/Cybernetic@poopoofart/meta.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "poopoofart",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": true,
|
||||
"categories": [
|
||||
"Content"
|
||||
],
|
||||
"author": "cybernetic",
|
||||
"repo": "https://github.com/Cybernetic2884/PooPooFart",
|
||||
"downloadURL": "https://github.com/Cybernetic2884/PooPooFart/releases/latest/download/poopoofart.zip",
|
||||
"folderName": "poopoofart",
|
||||
"version": "v1.0",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1757553458
|
||||
}
|
||||
BIN
mods/Cybernetic@poopoofart/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
20
mods/Danitskkj@Lost_Edition/description.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Lost Edition
|
||||
|
||||
Lost Edition is a Vanilla+ expansion for Balatro, carefully crafted to keep the original game's spirit while introducing plenty of fresh content to discover!
|
||||
|
||||
## Features
|
||||
- 🃏 70+ new Jokers to shake up your runs
|
||||
- 💀 Challenging new Boss Blinds
|
||||
- ✨ New Enhancements to expand your strategies
|
||||
- ⭐ New Editions to explore
|
||||
- ♠️ Extra Decks for even more playstyles
|
||||
- 🎟️ New Vouchers to change up your game
|
||||
- 🎨 Exciting new themed and collaborative Friend of Jimbo skins
|
||||
- **And much more!**
|
||||
|
||||
This mod requires [Steamodded](https://github.com/Steamopollys/Steamodded) and [Lovely](https://github.com/ethangreen-dev/lovely-injector).
|
||||
|
||||
## Credits
|
||||
Created by **ClickNoPaulo** & **Danitskkj**
|
||||
|
||||
Detailed credits for everyone else who contributed to the mod can be found in-game. Thank you to all collaborators and artists who helped make Lost Edition a reality! ❤️
|
||||
16
mods/Danitskkj@Lost_Edition/meta.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Lost Edition",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Joker",
|
||||
"Quality of Life"
|
||||
],
|
||||
"author": "ClicknoPaulo & Danitskkj",
|
||||
"repo": "https://github.com/Danitskkj/Lost_Edition",
|
||||
"downloadURL": "https://github.com/Danitskkj/Lost_Edition/archive/refs/heads/main.zip",
|
||||
"folderName": "Lost_Edition",
|
||||
"automatic-version-check": true,
|
||||
"version": "58567c7"
|
||||
}
|
||||
BIN
mods/Danitskkj@Lost_Edition/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 226 KiB |
6
mods/Deco@Pokerleven/description.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# What is Pokerleven?
|
||||
Pokerleven is an overhaul mod for Balatro based on Inazuma Eleven series. Currently it is in alpha state, be aware of bugs.
|
||||
|
||||
It adds new small, big and boss blinds, as well as jokers and completely new mechanics.
|
||||
It is intended to play this mod without balatro content for the best experience.
|
||||
> by Deco
|
||||
16
mods/Deco@Pokerleven/meta.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Pokerleven",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Joker"
|
||||
],
|
||||
"author": "Deco",
|
||||
"folderName": "Pokerleven",
|
||||
"repo": "https://github.com/DecoXFE/PokerLeven",
|
||||
"downloadURL": "https://github.com/DecoXFE/PokerLeven/releases/latest/download/PokerLeven.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "v0.1.2a-BETA",
|
||||
"last-updated": 1756592073
|
||||
}
|
||||
BIN
mods/Deco@Pokerleven/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
@@ -9,5 +9,6 @@
|
||||
"repo": "https://github.com/DigitalDetective47/suit-order",
|
||||
"downloadURL": "https://github.com/DigitalDetective47/suit-order/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "0b2f126"
|
||||
"version": "cb74896",
|
||||
"last-updated": 1757369749
|
||||
}
|
||||
|
||||
@@ -9,5 +9,6 @@
|
||||
"repo": "https://github.com/DigitalDetective47/next-ante-preview",
|
||||
"downloadURL": "https://github.com/DigitalDetective47/next-ante-preview/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "eca041d"
|
||||
"version": "86f76df",
|
||||
"last-updated": 1757369749
|
||||
}
|
||||
|
||||
@@ -9,5 +9,6 @@
|
||||
"repo": "https://github.com/DigitalDetective47/strange-library",
|
||||
"downloadURL": "https://github.com/DigitalDetective47/strange-library/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "aa9ef89"
|
||||
"version": "6feae4a",
|
||||
"last-updated": 1757369749
|
||||
}
|
||||
|
||||
@@ -9,5 +9,6 @@
|
||||
"repo": "https://github.com/DigitalDetective47/strange-pencil",
|
||||
"downloadURL": "https://github.com/DigitalDetective47/strange-pencil/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "ea890e9"
|
||||
"version": "7cef560",
|
||||
"last-updated": 1758423919
|
||||
}
|
||||
|
||||
3
mods/DivvyCr@Balatro-Preview/description.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Simulate the score and the dollars that you will get by playing the selected cards!
|
||||
|
||||
This mod simulates **VANILLA JOKERS ONLY**. It is **not compatible with modded jokers** and it likely never will be, sorry!
|
||||
15
mods/DivvyCr@Balatro-Preview/meta.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Divvy's Preview",
|
||||
"requires-steamodded": false,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Quality of Life"
|
||||
],
|
||||
"author": "Divvy C.",
|
||||
"repo": "https://github.com/DivvyCr/Balatro-Preview",
|
||||
"downloadURL": "https://github.com/DivvyCr/Balatro-Preview/releases/latest/download/DVPreview_BMM.zip",
|
||||
"folderName": "DVPreview",
|
||||
"version": "v4.1",
|
||||
"automatic-version-check": true,
|
||||
"fixed-release-tag-updates": false
|
||||
}
|
||||
@@ -1,12 +1,18 @@
|
||||
# Another Stupid Balatro Mod
|
||||
welcome to Another Stupid Balatro Mod in this mod you will find many interesting Jokers and others that look like crap. This mod contains 155 new Jokers, consumables and more content
|
||||
welcome to Another Stupid Balatro Mod in this mod you will find many interesting Jokers and others that look like crap. This mod contains. more than 160 new Jokers, consumables and more content
|
||||
(some other Joker is based on Spanish jokes)
|
||||
|
||||
THIS MOD WAS CREATED THROUGH [JOKER FORGE](https://jokerforge.jaydchw.com/overview)
|
||||
<img width="896" height="822" alt="image" src="https://github.com/user-attachments/assets/cf7521d5-a258-4f86-9251-e6076027e280" />
|
||||
|
||||
<img width="828" height="656" alt="image" src="https://github.com/user-attachments/assets/299e73af-e2a1-41de-8795-5fcadf9b3889" />
|
||||
|
||||
For the creation of jokers, consumables, seals, enchantments, and editions the following was used [JOKER FORGE](https://jokerforge.jaydchw.com/overview)
|
||||
|
||||
# Installation
|
||||
This mod requires [Talisman](https://github.com/SpectralPack/Talisman)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
{
|
||||
"title": "Another Stupid Balatro Mod",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": true,
|
||||
"categories": [
|
||||
"Joker"
|
||||
],
|
||||
"author": "Dogg Fly",
|
||||
"repo": "https://github.com/Dogg-Fly/Another-Stupid-Balatro-Mod",
|
||||
"downloadURL": "https://github.com/Dogg-Fly/Another-Stupid-Balatro-Mod/releases/latest/download/anotherstupidbalatromod.zip",
|
||||
"folderName": "anotherstupidbalatromod",
|
||||
"version": "v2.9",
|
||||
"automatic-version-check": true
|
||||
|
||||
}
|
||||
{
|
||||
"title": "Another Stupid Balatro Mod",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": true,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Joker",
|
||||
"Miscellaneous"
|
||||
],
|
||||
"author": "Dogg Fly",
|
||||
"repo": "https://github.com/Dogg-Fly/Another-Stupid-Balatro-Mod",
|
||||
"downloadURL": "https://github.com/Dogg-Fly/Another-Stupid-Balatro-Mod/releases/latest/download/anotherstupidbalatromod.zip",
|
||||
"folderName": "anotherstupidbalatromod",
|
||||
"version": "v3.9",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1759040592
|
||||
}
|
||||
|
||||
6
mods/Dogg_Fly@Kloun/description.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Kloun
|
||||
Kloun is an alternate universe in which more clowns are added to the game as a replacement for jokers and jesters. In this universe, money is important.
|
||||
Right now, it's like a demo that adds 12 jokers and a set of consumables and a scoring system with money. If you encounter an error or crash, please report it.
|
||||
|
||||
|
||||
<img width="341" height="367" alt="image" src="https://github.com/user-attachments/assets/b1f46204-dda4-4cd2-aba7-7b89368e8cde" />
|
||||
17
mods/Dogg_Fly@Kloun/meta.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"title": "Kloun",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Joker",
|
||||
"Miscellaneous"
|
||||
],
|
||||
"author": "Dogg Fly",
|
||||
"repo": "https://github.com/Dogg-Fly/Kloun",
|
||||
"downloadURL": "https://github.com/Dogg-Fly/Kloun/releases/latest/download/kloun.zip",
|
||||
"folderName": "kloun",
|
||||
"version": "v1.0.1",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1759068768
|
||||
}
|
||||
2
mods/ECLA17@PixelPerfect/description.md
Normal file
@@ -0,0 +1,2 @@
|
||||
A (un)balanced balatro mod made in jokerforge through pain, suffering, and peanut butter.
|
||||
requires steammodded and talisman
|
||||
15
mods/ECLA17@PixelPerfect/meta.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "pixelperfect",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": true,
|
||||
"categories": [
|
||||
"Content"
|
||||
],
|
||||
"author": "ecla17",
|
||||
"repo": "https://github.com/MacPlayz12/Pixel-Perfect",
|
||||
"downloadURL": "https://github.com/MacPlayz12/Pixel-Perfect/releases/latest/download/pixelperfect.zip",
|
||||
"folderName": "pixelperfect",
|
||||
"version": "releasev2",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1757970882
|
||||
}
|
||||
BIN
mods/ECLA17@PixelPerfect/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
@@ -2,10 +2,13 @@
|
||||
"title": "Sticky Fingers",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": ["Quality of Life"],
|
||||
"categories": [
|
||||
"Quality of Life"
|
||||
],
|
||||
"author": "Eramdam",
|
||||
"repo": "https://github.com/eramdam/sticky-fingers/",
|
||||
"downloadURL": "https://github.com/eramdam/sticky-fingers/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "5664de4"
|
||||
"version": "4a73d33",
|
||||
"last-updated": 1758435804
|
||||
}
|
||||
|
||||
@@ -11,5 +11,6 @@
|
||||
"repo": "https://github.com/EricTheToon/Fortlatro",
|
||||
"downloadURL": "https://github.com/EricTheToon/Fortlatro/releases/latest/download/Fortlatro.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "1.1.7"
|
||||
"version": "1.1.9",
|
||||
"last-updated": 1757603769
|
||||
}
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
"repo": "https://github.com/Fantom-Balatro/Fantoms-Preview",
|
||||
"downloadURL": "https://github.com/Fantom-Balatro/Fantoms-Preview/releases/latest/download/Fantoms-Preview.zip",
|
||||
"folderName": "Fantoms-Preview",
|
||||
"version": "v2.4.0",
|
||||
"version": "v2.4.1",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
],
|
||||
"author": "Firch",
|
||||
"repo": "https://github.com/jumbocarrot0/Bunco",
|
||||
"downloadURL": "https://github.com/jumbocarrot0/Bunco/archive/refs/tags/5.4.4-JumboFork.zip",
|
||||
"downloadURL": "https://github.com/jumbocarrot0/Bunco/archive/refs/tags/v5.4.7a-JumboFork.zip",
|
||||
"folderName": "Bunco",
|
||||
"version": "5.4.4-JumboFork",
|
||||
"automatic-version-check": true
|
||||
"version": "v5.4.7a-JumboFork",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1757132345
|
||||
}
|
||||
|
||||
17
mods/Franciscoarr@Espalatro/description.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Espalatro
|
||||
Un mod de Balatro sobre España creado por:
|
||||
- Franciscoarr (X: @PepsiPaco, IG: frxn_arrieta), encargado de la programación.
|
||||
- Pelusa (X: @P__Lusa, IG: p__lusa), encargado del arte.
|
||||
|
||||
# Créditos
|
||||
Queremos dar las gracias tanto al creador del mod BBBalatro que nos sirvió como plantilla para hacer este mod, como a Yahiamice que nos ayudo en algunas dudas que teniamos.
|
||||
|
||||
# Reportar errores
|
||||
Si encuentras un error, puedes reportarlo directamente abriendo un [Issue en GitHub](https://github.com/Franciscoarr/Espalatro/issues), describe qué ocurrió y cómo reproducirlo si es posible.
|
||||
|
||||
# Requisitos
|
||||
Se debe tener [Steamodded](https://github.com/Steamodded/smods/wiki) para poder usar Espalatro, extrayendo el .zip en %AppData%\Roaming\Balatro\Mods
|
||||
|
||||
¡Gracias por descargar nuestro mod!
|
||||
|
||||
|
||||
14
mods/Franciscoarr@Espalatro/meta.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Espalatro",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Joker"
|
||||
],
|
||||
"author": "Franciscoarr",
|
||||
"repo": "https://github.com/Franciscoarr/Espalatro",
|
||||
"downloadURL": "https://github.com/Franciscoarr/Espalatro/archive/refs/heads/main.zip",
|
||||
"folderName": "Espalatro",
|
||||
"version": "f02168e",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
BIN
mods/Franciscoarr@Espalatro/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 726 KiB |
23
mods/Gfsgfs@Punchline/description.md
Normal file
@@ -0,0 +1,23 @@
|
||||
##Welcome to the Puncline mod !!
|
||||
This mod contains 38 jokers and many more on the way (note that "many more on the way" won't be a feature avaible in the future).
|
||||
This mod also contains brand new consumables with mystical powers sure to make you outsmart your foes and blablabla its a Balatro mod its not that deep just enjoy.
|
||||
|
||||
##Why should you play this mod ?
|
||||
Its cool and awsome, actually let me ask YOU a question why should you play anything you can just stay at home in your bed, rotting away and letting the years go by, making no memories no friends and only being remembered in passing by people that could have cared about you.
|
||||
|
||||
##What?
|
||||
Sorry i just dont know how to make a good description because i added jokers and new consumables like that's it.
|
||||
|
||||
##You know what i'll play your mod ok ?
|
||||
Thanks.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Also update coming soon
|
||||
15
mods/Gfsgfs@Punchline/meta.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Punchline",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": true,
|
||||
"categories": [
|
||||
"Content"
|
||||
],
|
||||
"author": "Gfsgfs and EricTheToon",
|
||||
"repo": "https://github.com/gfsgfsPunchlineGuy/Punchline",
|
||||
"downloadURL": "https://github.com/gfsgfsPunchlineGuy/Punchline/archive/refs/heads/main.zip",
|
||||
"folderName": "Punchline",
|
||||
"version": "a963a99",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1756700799
|
||||
}
|
||||
BIN
mods/Gfsgfs@Punchline/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 115 KiB |
4
mods/GhostSalt@BFDI/description.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# BFDI
|
||||
|
||||
A mod pack with a bunch of BFDI-related Jokers! (BFDI was created by Cary Huang and Michael Huang.)
|
||||
https://balatromods.miraheze.org/wiki/BFDI
|
||||
16
mods/GhostSalt@BFDI/meta.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "BFDI",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Joker"
|
||||
],
|
||||
"author": "GhostSalt",
|
||||
"repo": "https://github.com/GhostSalt/BFDI",
|
||||
"downloadURL": "https://github.com/GhostSalt/BFDI/archive/refs/heads/main.zip",
|
||||
"folderName": "BFDI",
|
||||
"version": "0869ac8",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1757970882
|
||||
}
|
||||
4
mods/GhostSalt@Catan/description.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Catan
|
||||
|
||||
Adds Resource cards that can be used to build other consumables! Mechanics are inspired by the board game Catan. This mod used to be a mechanic present in Phanta, but it got large enough to be its own thing.
|
||||
https://balatromods.miraheze.org/wiki/Catan
|
||||
16
mods/GhostSalt@Catan/meta.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Catan",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Joker"
|
||||
],
|
||||
"author": "GhostSalt",
|
||||
"repo": "https://github.com/GhostSalt/Catan",
|
||||
"downloadURL": "https://github.com/GhostSalt/Catan/archive/refs/heads/master.zip",
|
||||
"folderName": "Catan",
|
||||
"version": "d097947",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1757970882
|
||||
}
|
||||
4
mods/GhostSalt@Phanta/description.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Phanta
|
||||
|
||||
A mod pack, containing lots of miscellaneous Jokers, and some decks, enhancements and more! I've tried to keep this pack balanced, so no Cryptidesque shenanigans.
|
||||
https://balatromods.miraheze.org/wiki/Phanta
|
||||
16
mods/GhostSalt@Phanta/meta.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Phanta",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Joker"
|
||||
],
|
||||
"author": "GhostSalt",
|
||||
"repo": "https://github.com/GhostSalt/Phanta",
|
||||
"downloadURL": "https://github.com/GhostSalt/Phanta/archive/refs/heads/main.zip",
|
||||
"folderName": "Phanta",
|
||||
"version": "89a8108",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1759540388
|
||||
}
|
||||
BIN
mods/GhostSalt@Phanta/thumbnail.png
Normal file
|
After Width: | Height: | Size: 53 KiB |
@@ -9,5 +9,6 @@
|
||||
"repo": "https://github.com/GitNether/paperback",
|
||||
"downloadURL": "https://github.com/GitNether/paperback/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "c44d460"
|
||||
"version": "9ff4c65",
|
||||
"last-updated": 1758774031
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
"repo": "https://github.com/kierkat10/Cryptposting",
|
||||
"downloadURL": "https://github.com/kierkat10/Cryptposting/archive/refs/heads/main.zip",
|
||||
"folderName": "Cryptposting",
|
||||
"version": "107df1a",
|
||||
"automatic-version-check": true
|
||||
"version": "9935c64",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1759040592
|
||||
}
|
||||
|
||||
17
mods/GreenKookie@Sholatro/description.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Welcome to Sholatro!
|
||||
|
||||
an EXTREMELY unbalanced and stupid mod made by GreenKookie
|
||||
requires [Steamodded](https://github.com/Steamodded/smods/releases/latest) and [Talisman](https://github.com/SpectralPack/Talisman/releases/latest)
|
||||
|
||||
# What is this mod about?
|
||||
|
||||
this is a btd6 mod about everything I found funny/interesting and decided to add into the game, which includes:
|
||||
|
||||
* extremely unbalanced ideas
|
||||
* inside jokes that are not really funny
|
||||
* towers in btd6 old versions that absolutely peaked/sucked during the period
|
||||
|
||||
|
||||
|
||||
Also check out [Bloonalatro](https://github.com/Amphiapple/Bloonlatro) for vanilla+ playstyle and [Sholium](https://github.com/GreenKookie56/Sholium) for less inside jokes and more interesting gameplay/content!
|
||||
|
||||
16
mods/GreenKookie@Sholatro/meta.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Sholatro",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": true,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Joker"
|
||||
],
|
||||
"author": "GreenKookie",
|
||||
"repo": "https://github.com/GreenKookie56/Sholatro",
|
||||
"downloadURL": "https://github.com/GreenKookie56/Sholatro/archive/refs/tags/1.2.4b.zip",
|
||||
"folderName": "Sholatro",
|
||||
"version": "1.2.4b",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1758544565
|
||||
}
|
||||
20
mods/GreenKookie@Sholium/description.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Welcome to Sholium!
|
||||
|
||||
an unbalanced mod made by GreenKookie
|
||||
requires [Steamodded](https://github.com/Steamodded/smods/releases/latest), [Talisman](https://github.com/SpectralPack/Talisman/releases/latest) is recommended
|
||||
|
||||
# What is this mod about?
|
||||
this is a btd6/plague inc related mod about everything I found funny/interesting and decided to add into the game, which includes:
|
||||
- unbalanced ideas
|
||||
- inside jokes that are not really funny
|
||||
- arts that I drew (Some were made just to be funny, some were just me having nothing to do and deciding to waste 2 hours on a 69x91)
|
||||
- towers in btd6 old versions that absolutely peaked/sucked during the period
|
||||
- plagues that demonstrate their playstyle in the plague inc game
|
||||
- seal jokers that reduce hand size by 1 and have the effect of the original seals
|
||||
|
||||
# I prefer vanilla balance but i still want to see bloons content...
|
||||
Check out [Bloonalatro](https://github.com/Amphiapple/Bloonlatro) for vanilla+ playstyle
|
||||
|
||||
# Special thanks!
|
||||
- 1.2m^2 Fungus Room, iciclez_, i_am_mee and murpgod for playtesting & contributing ideas
|
||||
- jokerforge community and the goat jaydchw, for making the revolutionary balatro mod maker
|
||||
15
mods/GreenKookie@Sholium/meta.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Sholium",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Joker"
|
||||
],
|
||||
"author": "GreenKookie",
|
||||
"repo": "https://github.com/GreenKookie56/Sholium",
|
||||
"downloadURL": "https://github.com/GreenKookie56/Sholium/archive/refs/tags/2.4.8b.zip",
|
||||
"folderName": "Sholium",
|
||||
"version": "2.4.8b",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
BIN
mods/GreenKookie@Sholium/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 112 KiB |
5
mods/Hailfire805@2For1Tarrots/description.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# 2 For 1 Tarots
|
||||

|
||||
Allows Tarot Cards that normally enhance only 1 card to instead enhance 2 cards.
|
||||
|
||||
This way you can scale your deck towards your desired win condition faster and it makes it more appealing to consider using some of the less inticing Tarots!
|
||||
10
mods/Hailfire805@2For1Tarrots/meta.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"title": "2 For 1 Tarots",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": ["Quality of Life", "Miscellaneous"],
|
||||
"author": "Hailfire805",
|
||||
"repo": "https://github.com/Hailfire805/2-for-1-Tarots",
|
||||
"downloadURL": "https://github.com/Hailfire805/2-for-1-Tarots/archive/refs/tags/V1.0.0.zip",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
BIN
mods/Hailfire805@2For1Tarrots/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 419 KiB |
10
mods/Horizon7006@Dumbtro/description.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Dumbtro
|
||||
|
||||
(REQUIRES TALISMAN) Dumbtro is a Balatro mod that adds umm, shitpost jokers! There isnt much things here, but more things will be added!
|
||||
|
||||
# Why?
|
||||
|
||||
Because yes. Why not?
|
||||
|
||||
# HOW TO DOWNLOAD?????
|
||||
big obivious green button. enjoy.
|
||||
16
mods/Horizon7006@Dumbtro/meta.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Dumbtro",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": true,
|
||||
"categories": [
|
||||
"Joker",
|
||||
"Content"
|
||||
],
|
||||
"author": "Horizon7006",
|
||||
"repo": "https://github.com/horizon7006/Dumbtro",
|
||||
"downloadURL": "https://github.com/horizon7006/Dumbtro/releases/latest/download/Dumbtro.zip",
|
||||
"folderName": "Dumbtro",
|
||||
"version": "1.1",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1758481929
|
||||
}
|
||||
BIN
mods/Horizon7006@Dumbtro/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 130 KiB |
@@ -9,5 +9,5 @@
|
||||
"repo": "https://github.com/HuyTheKiller/SauKhongHuDecks",
|
||||
"downloadURL": "https://github.com/HuyTheKiller/SauKhongHuDecks/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "12a6681"
|
||||
"version": "5d7fc48"
|
||||
}
|
||||
|
||||
@@ -9,5 +9,6 @@
|
||||
"repo": "https://github.com/HuyTheKiller/VietnameseBalatro",
|
||||
"downloadURL": "https://github.com/HuyTheKiller/VietnameseBalatro/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "ece6703"
|
||||
"version": "795f114",
|
||||
"last-updated": 1758525469
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"repo": "https://github.com/icyethics/Kino",
|
||||
"downloadURL": "https://github.com/icyethics/Kino/archive/refs/heads/main.zip",
|
||||
"folderName": "Kino",
|
||||
"version": "d2901d5",
|
||||
"automatic-version-check": true
|
||||
"version": "24f4e75",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1759141122
|
||||
}
|
||||
|
||||
@@ -11,5 +11,6 @@
|
||||
"repo": "https://github.com/InertSteak/Pokermon",
|
||||
"downloadURL": "https://github.com/InertSteak/Pokermon/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "9cb66dc"
|
||||
"version": "9ccbadd",
|
||||
"last-updated": 1759616045
|
||||
}
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
"repo": "https://github.com/wingedcatgirl/Fusion-Jokers",
|
||||
"downloadURL": "https://github.com/wingedcatgirl/Fusion-Jokers/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "78a6544"
|
||||
"version": "bd75e4c",
|
||||
"last-updated": 1756954425
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
"repo": "https://github.com/itsgraphax/reddit-bonanza",
|
||||
"downloadURL": "https://github.com/itsgraphax/reddit-bonanza/releases/latest/download/mod.zip",
|
||||
"folderName": "RedditBonanza",
|
||||
"version": "v1.3",
|
||||
"automatic-version-check": true
|
||||
"version": "v1.3.23.1",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1756552340
|
||||
}
|
||||
|
||||
1
mods/Jammbo@Jambatro/description.md
Normal file
@@ -0,0 +1 @@
|
||||
This is the Jambatro Mod! Super easy to install and super easy to understand! Its a bit silly and its a bit funny but its not a "GUUEGGHH BIG NUMBER" ahh mod, yknow?
|
||||
15
mods/Jammbo@Jambatro/meta.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Jambatro",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Content"
|
||||
],
|
||||
"author": "Jammbo",
|
||||
"repo": "https://github.com/the-2nd-olsberg/Jambatro/",
|
||||
"downloadURL": "https://github.com/the-2nd-olsberg/Jambatro/archive/refs/heads/master.zip",
|
||||
"folderName": "Jambatro",
|
||||
"version": "ed92595",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1759353305
|
||||
}
|
||||
BIN
mods/Jammbo@Jambatro/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 306 KiB |
BIN
mods/Jammbo@Jambatro/thumbnail.png
Normal file
|
After Width: | Height: | Size: 1.7 MiB |
4
mods/Jan@GraceBalatro/description.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# GraceBalatro!
|
||||
A mod themed around the roblox game, Grace!
|
||||
Artwork made by other people is credited in their respective Joker descriptions.
|
||||
Over 20 unique Jokers, and many consumables!
|
||||
16
mods/Jan@GraceBalatro/meta.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "GraceBalatro",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": true,
|
||||
"categories": [
|
||||
"Joker",
|
||||
"Content"
|
||||
],
|
||||
"author": "Jan",
|
||||
"repo": "https://github.com/jan-balatro/GraceBalatro",
|
||||
"downloadURL": "https://github.com/jan-balatro/GraceBalatro/archive/refs/heads/main.zip",
|
||||
"folderName": "GraceBalatro",
|
||||
"version": "a25bc2c",
|
||||
"automatic-version-check": true,
|
||||
"last-updated": 1759616045
|
||||
}
|
||||
BIN
mods/Jan@GraceBalatro/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 628 KiB |
BIN
mods/Jaye@JokeyPony/Thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 569 KiB |
3
mods/Jaye@JokeyPony/description.md
Normal file
@@ -0,0 +1,3 @@
|
||||
A vanilla-style mod that adds several new Jokers, decks, and challenges, based on your favourite pony characters!
|
||||
|
||||
Enjoy scoring loads of chips using the power of friendship and magic!!!
|
||||