#[SMOD 1.0] (20 Jokers and counting) Spicy Jokers

1 messages · Page 1 of 1 (latest)

slow summit
#

Adds 10 new Jokers with unique art fitting the balatro art style. Each jokers is curated to be balanced and not game breaking so you would still pick them out of the vanilla options. May need to be fine tuned in the future.

I would love some feedback on the art jokers and any bugs that may arise when playing.

You can find the release here: https://github.com/RitchieDimaria/SpicyJokers

Have fun!

GitHub

Adds more Jokers to the game. WIP. Contribute to RitchieDimaria/SpicyJokers development by creating an account on GitHub.

#

Here's a preview of what the art looks like

harsh sparrow
#

Sisyphus joker go brrrrrr

orchid garnet
#

wow this art is very cool

royal plume
#

These functions for add and remove to deck need the originals calling otherwise this majorly breaks things

left delta
#

Yeah, you need to return the ref in the function bodies

upper elk
#

as a matter of fact, 1.0 doesn't need to have you hooking those functions, you can just specify add_to_deck and remove_from_deck functions in the joker def

left delta
#

So this would work?

    blueprint_compat = false,
    eternal_compat = false,
    discovered = true,
    atlas = "spicy_jokers",

    add_to_deck = function(from_debuff)
        if G.jokers then
            G.jokers.config.card_limit = G.jokers.config.card_limit + 2
        end
    end,

    remove_from_deck = function(from_debuff)
        if G.jokers then
            G.jokers.config.card_limit = G.jokers.config.card_limit - 2
        end
    end
slow summit
errant egret
left delta
errant egret
#

sometimes you need to return the output (not the ref) yeah

slow summit
#

Thanks for the help

upper elk
#

they're unused here though

left delta
#

Btw, I implemented JokerDisplay support for this mod. There's a PR on the github if you want to review it

slow summit
#

Hello fellow Gamers. New update adding 2 more jokers. Here are their abilities

#

[SMOD 1.0] (12 Jokers and counting) Spicy Jokers | Beta

sterile vessel
slow summit
# sterile vessel this seems fun

Thats the goal! Feel free to give it a try and let me know of any issues and whatnot. Also if you have any ideas for jokers challenges consumables lmk I would love to implement them and create some art too

sterile vessel
#

alright! ill try it out when i have the chance

lime tapir
#

is the king generated by Suicide King temporary?

slow summit
slow summit
#

[SMOD 1.0] (14 Jokers and counting) Spicy Jokers | Beta

#

Added two new Uncommon Jokers.

#

Obviously double barrel can go crazy infinite

#

Assuming you set up red seals right

slow summit
slow summit
#

[SMOD 1.0] (20 Jokers and counting) Spicy Jokers

#

New jokers now in on new release v0.2.0

#

Hope the lads enjoy!

upbeat cedar
#

Keep up the good work. Really liking these :3

broken socket
#

So cool

upbeat cedar
upbeat cedar
slow summit
tough vapor
#

Oops all sixes + shredded joker = huge amounts of tarots

#

It may take a few tries to get going, but once you have it going, it goes

#

My first encounter with the combo, I cashed in almost $300 from hermit

upbeat cedar
broken socket
#

Isn't it specify a mod started by Mo in name

upbeat cedar
#

MoreFluff is the mod listed in the log, but the imcomp could still be on spicy, saying that t is a spicy-jokers joker. Though you may be right. It might also e morefluff's fault that it makes blackjack crash on startup

broken socket
#

Oh I am dumb

#

No it's "Mods" folder name got cut off.

#

Disregard my remarks please

upbeat cedar
#

but you were coincidentally right if you scroll down

#

lol

broken socket
#

Same crash, same crash

slow summit
#

@broken socket @upbeat cedar I couldnt replicate the error with only my mod installed but I straight up removed the extra field as it is not necessary for that Business Joker to function. This should solve the bug. The new release is out under v0.2.1 Business Fix

#

Thanks for the help lads

upbeat cedar
#

No worries and thank you :3

upbeat cedar
slow summit
#

morefluff is causing it to crash... hmmm

#

Alright I think i may have an idea on how to fix it but to test it I would have to download your modpack

upbeat cedar
#

I was wondering if that's what it was. Though I'm not 100% sure it's the same for dimserene. I don't think any of his mod packs have morefluff, but I also know he doesn't just play with the mods in his modpaxk, unlike me what're that's the whole point of mine. If you do download my mod pack, lemme know if you have any issues. I understand if not too, saying the crash doesn't really seam to be your fault

broken socket
pliant bolt
#

Got a crash today. It has only happened with business joker.

Does anybody know what could be the problem?

frigid swallow
#

you need to install talisman

broken socket
#

Wtf talisman all over the place

#

Really annoying

frigid swallow
#

its basically a compat issue. if you don't account for it you might end up with the compare a table to a number crash

frigid swallow
#

I pushed an experimental change for spicy that should work with or without talisman