#Rofflatro, the Roffle Mod (BETA) - looking for testers!
1 messages · Page 2 of 1
alternative is In Case Of Fire, then the "Fire" part would be able to be stylised like the "In Case Of" part
then the Break Glass can be left at it's thinner proportions
In Case Of Death - Break Joker 
looks good 
what about this
eh?
@supple yew im going to start work on the pivot
oh it just occured to me that this is a 3d view of the In Case Of Emergency box lmao
i like the original idea too much lol the simplicity is quite charming. maybe a merriment of both? the In Case Of needs a little tweaking bc the N seems a bit thick here tho
idk how i feel about mysterious grimbo in the box. feels a little empty without him but i liked the transparency
i should be working lmao
He looks like he's going to touch me in ways I don't want to be 😭
he sees u when ure sleeping
oh no he's watching you !!
way too much for a common
I have it working
oh beautiful
For art I was thinking about basing it off cards like "the tribe”
like this?
perfect
i made the pull request
it has the code
its not localised
idk if you wanted me to handle that
K
aight it's merged, i'll add the sprite and loc now
yk i felt that way to but im glad you figured it out lol
also idk if you want to change the active inactve badge
i think it works for now at least
i can push somthing that makes it twitch like dna
ah go ahread
its incredably buggy, i think ill hold off for now
i made a PR because the reset messages were throwing errors
i fixed them
Dw Abt it, I'll work on Jake next
Hey do you want Jake to scale retroactively?
That's how it reads on the sheet
yea
probably can just do a global var for it
i can work on some art in the meantime
3 high cards and it's yours forever
yea
thats how ive been testing it lol
is done
i can make a pr if you want
i made le pr
i was gonna but i ended up being a bit busy
I'll leave it to you
I'll probably pick up another joker then
I should work on my mod but I really want to see this to completion
This mod is fun and I've been enjoying working on it
ok, finally picking this back up
After hearing him call vampire "Nancy" in recent vids I thought of making that a joker, perhaps it does something like "sucks [amount] of chips from each scored card and turns it into +/x [amount] mult"
Specifics aren't important as long as it says "The GOAT!" when it triggers
i did have the idea to add nancy but didn't know what effect to do for it
that sounds fire tho
ima write it down
also gotta remember to merge jake when i get home in a few
ITS FIXED
ok so after much consultation on the whole file problem, i got a fix that checks only if the files are .lua
-- load all individual cards
local subdir = "cards"
local cards = NFS.getDirectoryItems(SMODS.current_mod.path .. subdir)
for _, filename in pairs(cards) do
if string.sub(filename, string.len(filename) - 3) == '.lua' then
assert(SMODS.load_file(subdir .. "/" .. filename))()
end
end```
Finally, I can debug
What was the issue?
basically i couldnt play the mod cuz i was on mac
mac has a system file when checking a folder and the mod kept trying to load that file and crashing
so i had to add a check to make sure it ends in .lua
but im redoing it for a little bit better reason
It worked first try I'm so fucking good at this shit
alright its all set up
im updating the github repo to have the new file structure & joker assets
now, instead of loading all of the joker files along with the other things in the 'cards' folder, theres one file that holds a table with the jokers in order and then loads all of the files in the 'jokers' folder in the order of that table
now its cleaner, easier to comment out jokers for testing, and the order is changable
i set the order to the list in the google doc
and now the jokers asset looks like this. its a 5 by X grid to match up with the collection view. 0,0 and 0,1 are placeholders/testers, and the actual sprites are 1-5 coords now so its just easier for the pos command
the type a joker sprite is quite possibly the peakest of peaks
that's one page of joker art! just need the in-n-out code and it'll also be one page of jokers ready!
thanks to everyone that's been contributing to this silly mod, couldn't do it without y'all ❤️
looks good
is anyone working on in and out?
looks like ther is
ill start murphy then
yup
awesome to see this mod is coming along well.
glad to see yet another youtuber-dedicated mod
since I'm developing one #1347804207796977665
except it only contains unique decks
the reason behind it is that SauKhongHu's viewers prefer playing multiplayer
and decks are the only consistent item for that (everyone gets the deck effect instantly rather than having to pray for a modded object to appear in a run)
tl;dr: I recommend adding modded decks to Rofflatro
we do have one deck ready, would love to add more!
I have an idea: the misogyny deck, all your queens are replacing with kings
I'm sorry if any I work is slower over the next few days, the laptop I was using, my school laptop, died so I go it replaced and I can't get lovely running on this one
Stupid windows defender
northernlion deck — gain sell value of all jokers every round, 4 joker slots
definitely done more work than i have on this mod thats for sure lmao
But I need to do mooorerreee
infinite money
gonna need a nerf
i imagine gift card would make it just free
feel like there's gotta be a "my deck is rock hard" reference
new fellow enters the ring
hell yeah brether
shouldn't it start at X1 Mult?
Rock hard deck: all cards are stone cards
nah gotta be more creative than that
replaces a certain amount of random cards with stone cards?
that way its not a completely stoned deck
Rock Hard Joker
- Earn $0 at end of round, increase by $1 every time a Stone Card scores
- Resets if hand does not contain a Stone Card
i like that more
what if it was like nancy but it like
deletes all played stone cards and gains 50 chips per stone card deleted
actually thats stupid but i just thought of a better name for it so im stealing that dont take my idea
that's essentially giving Stone Cards a permanent tag to the joker at the cost of no retriggering capability
also contains deck fixing
yea
like, it would be at least a Rare, if not better than Wee
i mean its basically just a worse vampire
it's a lot better than you think
like I said
it contains deck fixing
by destroying Stone Cards in the process
yea i fixed it
i mean if you can reliably turn cards into stone then sure its deck fixing
Tower, Death, Stone in Standard Packs
it's not that hard
5 Stone Cards are all you need for it to be better than Stuntman
so then its as reliable for deck fixing as half a hanged man, death, and standard packs
really not that good compared to like trading card in terms of deck fixing
should be a Rare for its absurd scaling capability
like, very big jumps per Stone Card, compared to Wee
i mean i could just lower the chip amount if it really is that broken, i just went with 50 cuz thats the value of stone cards
but wee can retrigger and it doesnt delete the twos after
so like with a good amount of twos youd be set for a wee run for life, but for this youd have to keep feeding it cards for it to work
according to how SMODS handles destroying cards, played Stone Cards can also be retriggered before destruction
not even if you destroy it in the before context?
cuz like, nancy doesnt let enhancements proc cuz it sucks in the before context
so if you deleted it in the before context it shouldnt score them
that's not how destroying works
:?
when you attempt to delete a card in context.before, an "invisible card" in its place will be used for scoring instead
oh, strange
well, regardless
what i meant by "wee can retrigger" is that it scales per activation of a 2
this scales per destruction of a stone and destroys stones, so itll only scale once per stone card
(even then there isnt any reliable way to retrigger stones, so its different from like wee hack or smth)
ah, you mean that
yeah
but if it really is OP then like, i can just cut it to 25
half a stone card makes sense too
but realistically as i see it, Mineral Muncher is an uncommon
thought that "per scored stone" might be too powerful in the right context so i nerfed it a tiny bit
it's a bit hard to use like that when you don't have that many stone cards
"per scored stone" works alright with 1$
but 1$ per "played hand that contains stone" is definitely underwhelming
it doesn't give money right away, it's money at end of round
I suggest buffing it to 2$
"per stone card in full hand" should be a better balancing attempt
because retriggers
💀
i just think that would be better
just make it get a dollar when a stone card procs, then theres a reason to like red seal a stone card
@supple yew murphy code is done
@supple yew in and out done
Do you want me to look at Murphy art?
yall should pick a color for the credit badges so it's not all pink (unless you want pink :3)
56a786 perkeo green
i have already done this 🫡
imo the hat colors are too dark. I'd lighten them up, cuz they kinda sink into the outline
idea: Big Wee / Look at my Wee / WEEEEEE
something to do with 2s idk i didnt think that far LMAO
Massive wee - each scored 2 gives +2 mult (gotta use your hands to grow your wee)
x2 mult for every two 2s held in hand, obviously
idea: Beans & Eggs
bc Bean and Egg wre jokers that Roffle just goes "bean" or "egg" when they appear in the shop
every $5 adds +1 hand size
that's… a bit hard to code
maybe change it to "each 2 in hand gives X1.414 Mult"
Shouldn't be, can't you just look at how shoot the moon works
wait, it's X2 Mult for every two 2s held in hand, not each two 2s held in hand give X2 Mult
bruh
Make a counter that uses shoot the moon logic but doesnt actually return anything
check first two, set a bool to true, check second two check if bool is true if so give mult set bool to false
set bool to false on context.after
yea, that could work
Yeah should be easy
how is the small flavor text done?
{s:whatever} iirc
i like this but it would need a pretty big nerf
ive got some school stuff to do but when i have time ill problably take a crack at one of the more complex jokers
i just had an idea about a joker since chat so often asks him why he doesn't use swashbuckler-egg on gold stake runs, golden egg: at end of round double the sell value of all jokers and this joker destroys itself
probably would be a rare since it could be quite strong but idk
or maybe even something like, sell this joker to double sell value of adjacent jokers
hmm sounds interesting
Golden egg, adds the sell value of all jokers to itself
1 in 10 chance to die at the end of the round
chat is the bane of all streamers
Streamer Please Play [Mod]
Streamer Please Play More [Mediocre Synergy]
Streamer Please Play More [Gold Stake Deck]
can we scott the woz reference Why Don't You Play Them
STRREAAMERRR
is there a joker referencing Brian, the TTS that he's since disabled? or some form of "weirdo chatter that donated just to use TTS to say weirdo things"?
but I cant picture what the art nor the effects would be 
Raffle — -$1 every hand played, 1 in 5 chance for $10 at end of round
Reffing on a Bet — Gains +2 Chips if played hand is most played hand (Currently X)
Riff Practice — +5 Mult for every playing card with an Edition (Currently X)
ROFL — Create a Tarot Card if on hand left. [Insert randomised bad joke in the description here]
Ruffled Feathers — Gains 0.1x Mult per Uncommon Joker held for a round and sold. 0.3x for Rares, 1.0x for Legendaries (Currently X)
and with Vowel Exodia in all of the joker slots
Ryffindor — Creates a Negative Spectral card if hand contains a Wild Card
(legen dary, obviously. but can't get it from Soul)
That first one is an EV of $1 per round? Seems super underpowered
Even if it was 1 in 2 it would be the same EV as cloud 9 with the only scaling being oops
or basically just a gold joker
maybe something like... pay $1 per hand with a 1 in X chance to receive double the stored amount at end of round
not so much of a raffle since you always win eventually, but you are gambling a bit that it pays out before you're broke
Plus it incentivizes more hands not less. Though that effectively makes it cost $2 per hand so that's actually a bad deal. It might have to pay out 3-4x or work slightly different
I mean maybe it just gains $1 in value for free since hands have an innate cost
that would make it a way to negate the cost of playing extra hands with a slight downside of consistency
I have some time off of school so I'm hoping to get a few jokers done
Looking at the list we're close so being done adding the ones in the doc
Idk if you wanna add more
@supple yew is there anything specific you want me to do or do I just make code go brrrr
ueh
just go brrrr ratatatat with it
theres no specific needs other than just keep chipping away at the list
I got permission to use the bu language mod Murphy art
We just need to credit splatter
.
dude lfg
he's gonna see it and be like wait hold on a second
edited it a lil so it fits right in with the other cards
this is huge
worse than cloud 9(????)
if you're nt playing towards 9s it's a relatively easy 6$ per round so i think it's fine
hm
anotha 1
Is this coded?
i can knock out o7 rq
go for it
i didnt realize how jank the saved by mr bones thing is, i think im going to make a morecustom solution
well met
nvm my soulution was worse
I'm making art for it rn
it might be too dark, you may want to increase the lightness
its the twitch color palletee
yes, that's probably too dark for balatro
this and primes
i would've really liked Sevens Suck in this old run lmao
You didn't listen to enough avenged 7 fold
i love shortcut and thanks for the primes
average 7532A straight
also type A joker is kinda eh
there should be a "baron pivot" spectral card that destroys all your jokers and gives you a baron
Pog Baron Pog
what if it's a joker
so like after playing x high cards in a row it does the thing and self destructs
Voucher
Barron is x more likely to appear
Or smth like that
@supple yew thoughts on this
yea that looks awesome
looking at it again i think thermo is right, might be a bit too dark
keep in mind that the jimbo outline color is the 'black' color that all cards use
so going darker than that can end up looking weird
I'll mess with it
i would try just color picking jimbo and seeing how that looks for the background
and then adjust the brighter tones
That's probably what Ill end up doing
Idk what names to put for chat tho
I figured I'd put some of the people that work on this mod
Maybe a couple bu people or other balatro YouTubers
yee
did a small edit on the money shots sprite
you should just make the idol turn into the pog face he does everytime he sees it
hmm
as long as it's not a darker value it should be fine i think
we'll see how it feels in-game
i like this one more
That's how I feel, it's just darker then vanilla so I'm waiting for Alex to look at it
@supple yew
aight aight
looks good, maybe a bit dark but idm
i'm ready to merge when u send it over
i might adjust the colors a tiny bit if it feels too dark
i had to get a little creative with the lettering
i see you, perkeo and splatter
das it
and doc i think?¿
might also change the pinned message to be kali since that's who always types the pinned messages lul
- me
- perkeo
- you
- Three (three of a band)
- Splater
- C -Dubs (seadubbs)
- doc
- math is fun
o7
lmao i have to fix my assets file cause i added it to a outdated one 😢
oopsies
PR made
schweet
oh this is just better mr bones
you should make it less than 50% that would be funny
Yeah it literally uses the "saved by Mr bones" mechanic
I want to figure how to make display a custom message
you can use localization files
That would change Mr bones too tho
I want to leave that alone
ye
in my mod i have "Saved by Joker Effect"
i should see how the effect is done in the files
@supple yew i made a pr to change the o7 form "saved by mr bones" to "close one chat"
o sweet
I'm now working on voucher clear
keep us updated o7
So I have it working but it's kinda jank
I'll fiddle around with it more later
@supple yew was going for a benus think but idk
wdm
like you see benus right
theres bits of it that are a bit broken
on the edges
like they're worn out
yeah try something like burnt joker
kinda like tis?
I'm working on it, sorry if I'm taking so long. I'm just still learning how to do pixel art and also irl prevents me from just still at my PC all that time lol
for some reason roff has a lot of trouble drawing diamonds, could be something to turn into a card?
or even a deck that is all just diamonds
who wanna code this one
theres a voucher in the pokermon mod that has a simlar effect but only for the energy packs i think
so idk if it would work differently for vanilla booster packs
I'll trade you voucher clear art so I can code this lol
bet
"diamonds give x2 mult, diamonds drawn to bottom of deck"
i could code that
I've seen both boosters and jokers that do the same I think
Croupier from Ortalab
Croupier from ortalab does the same thing, so you can reference that. It's not a bad thing to have duplicate effects, not at all, but that should save time
merged
also this is fire ima write it down
on it boss™️
@autumn swan u got the code ready right?
Damn you're quick
I have the code for magic trick
I'll work on the other one tonight
u mean voucher clear right
send it over when you can :3
@autumn swan uhh i may have accidentally overwritten the o7 sprite with happy birthday 😭
i forgor my photoshop project didn't have it
nvm fixed
Lol it's fine I have it in my computer even if you did
nat negative from a judgement it looks awesome
ship it
done
ill pr birthday now
cant belive the mod has so much done
i love seeing the progress
this is coming along so great thank you all sm for the help hhhhh
can't wait to just slide into roffle's dms like"sir, it's time"
hey is anyone working on thumbnail?
ik the art is done
well
maybe not
the code is done but not the art
ah
also i think its funny that i just have a fork of the mod just for making pull requests even if i should have just made a branch
if it works it works lmao
ill start crashout
Fun idea of a joker would be
Gain 0.5 or 0.25 for each A7X member the band had/has
Current 5.5x
You could change the numbers the band had 11 members by now
hey i submitted a pr fixing somthing on happy birthday
i like the current one better
Oh yeah thats probably cooler
@supple yew looks like vouch clear causes crashing
do they have to both be scoring? if so i think maybe it should gain 5 mult or maybe more, bc the easiest way to have a scoring ace and 7 would probably be two pair, but then at +4 its basically just pants but harder to scale
looks like it is scoring
idk balence is somthing alex would look at
Fixed magic trick, I'll push the fix tommorow
i mean, when i did a test run it was pretty strong for a flat mult scaler
just gotta play towards it is all
used to be +7 but that felt just broken
for reference pants gains +2 per hand so this actually scales twice as fast for the price of being harder to hit
rn im thinking maybe there's too many scaling jokers and not enough jokers triggering on scored cards
only ones i can think of for the second kind rn are draw the diamonds, 4k and hearthstone
maybe it's worth looking into changing some of the jokers in the current pool
another thing is maybe well met could use a buff
i was considering removing the only 1 card limit and making it x1.5
forgot to say i buffed black shirt and nerfed in n out
scaling was off on both of them
like way off
in n out was keeping up with a wee joker for a good while but black shirt struggled to do anything compared to a constellation
brainstorming a few more ideas so we have a backlog to fall back onto if we can't gt something working/for hypothetical future updates
i want the initial release to have a solid roster of 30 balanced & polished jokers but there's always room to expand
I'm assuming they are going to be the original 30
spec oops should be ((((((1 in 2) in 2) in 2) in 2) in 2) in 2) to gain 10 dollars at end of round
so the doubling would cancel it out to be "1 in 1 chance"
LOL
depends on if we can get them all working, if we have issues with say main channel we can sneak in one of the easier ones instead
i mean... it's 1/64 for 10 dollars. it would be incredible gambling
i wish there was a less scuffed way of writing it though lmao
maybe just chuck one off for 1/32
i do love the idea
we can like alternate between background and no background
so no need for the brackets
it's still scuffed but it is really funny
also for diamonds i just realised i might need a lovely patch
which i'll attempt to do but that's a bit out of my element
hoo boy patches do be scary
maybe hooks
well it almost works without any patches
uh
it does create the blanks
slightly cursed
i'll fix it later
uoh
oh i thought pants was +4 for some reason
@supple yew i pr the magic trick fix
schweet
gotta save the value in the current round globals i guess
those get saved when you quit out
that was my plan
pr made
got it
wow!
ouf
it's basically almost working but it's being stupid
and drawing phantoms
i didn't even know you could do that
ghost cards usually happen when you destroy a card improperly, but like you're not destroying any cards from what i can tell
this is so weird
maybe the blanks are like the places where the diamonds used to be and the game just places a blank in their place when they move to the back
that's my best guess
nope
okay i have no clue how to do this lmao
maybe we can this one for later
okidoke
when i hear spec oops i imagine a spectral card version of oops, like it permanently increases all probabilities by 1 and gives you -1 hand size lol
code done (ignore art)
"$10 dollars" is redundant
Other than that, very funny and creative joker
i don't think 10$ is redundant
you need to know how much money the joker is gonna give you before you buy it
I don't even know what this means lol
1 in 16 chance to get 10$ at end of round but getting an oops makes it guaranteed
How is that 1 in 16 lol
I might need to look at the code for this lol
Idk I think the description is super confusing
Wait
It's because he has the oops
So it's 1/2⁴
yeah
and with oops it's (2(2(2(2 in 2) in 2) in 2) in 2) in 2) which just simplifies to 16 in 2 in 2 in 2 in 2 or just 1 in 1
great stuff
@supple yew crashout done
Pr opened, its not localized or anything
And it needs art
I was thinking of making the art look like a BSOD
Oh I discovered more crashes with magic trick
So I'll have to fix that lol
Because it crashes with voucher tags
Also the way it works now it makes it so when you kill a voucher the next level one can appear
Ill try to fix the crashes but idk about the upgrade vouchers
I think I know how to fix it but if you don't want me too I won't
you can give it a shot, i imagine it would be nice if the second tier of the deleted voucher also gets nuked
It could be use for things like blank
But i think it makes more sense that it kills both
i mean might as well buy it at that point
it does nothing that hurts your run other than cost 10 bucks
Yeah
If I change it so that it works with voucher tags I'll have to change the wording of the joker
Because right now it says just the shop voucher
Not voucher in the shop
is this the final sprite or are u working on it
Still working
I'm trying to get a QR that links to Roffels twitch on it
wait that's kinda fire LOL
Pain in my ass LMAO
i wanted to try maybe a subtle gradfient for the blue background
I got you
I'll just steal from icecream
genius
just need the sprite and we gucci
speaking of sprites we still need one for the thumbnail
@nocturne hare i can't remember if you said you were gonna have a crack at it?
if not i can try to do it
i'm gonna knock out never skip rq in the meantime
should be easy enough
done!
I love drawing qrs by hand just to draw the wrong one
thia seems incredibly strong, maybe make that and into an or?
Instead of tag and tag it's tag or tag
yeas
It's 25 dollars and a voucher iirc
But the 25 kicks in after a boss blind and the voucher tag is terrible early game
Plus you're sacrificing a joker slot until you hit another shop
So its okay early and late game but it rewards good gameplay because of you set it up right it's a voucher and 15 dollars
But that's only if you set it up right
Otherwise it is essentially an or
just keep it to the boss blind, sell it, and get the voucher??
basically
but then youre missing a joker for the boss
not really enough of a downside imo
@supple yew
i mean skipping as it is is already quite a downside since you miss out on shops and interest
maybe you could have the tag you get change based on the blind
if you skip the big blind you get investment, if you skip the small blind you get voucher
qr works btw
im not on my computer but if you make a pr with the updated atlases i can just merge it
let me add the gradient youwanted and ican do that
pr made
okidoke
the thumbail art?
lol fair
actually maybe the background of the thumbnail itself could be different from the background of the whole card
for contrast
i could try twitch card black
could also use soulpos to make it pop that could be fun
thought about it
what kind of main bg we thinkin?
somthing like this?
no way
Dint know roffle liked peak music
spec oops pulled
idk if its been mentioned here but i really think there should be an enchancement that that gives money when discarded instead of played or held in hand
because gold cards synergize with blue seal and red seal well but purple seals dont get any syndergy besides jokers that encourage discarding and theres nothing like that in any of the mods ive checked out
like a copper card or something that gives money equal to the number of cards discarded with it
Anything on this mod must relate to roffle, if you can think of anything to link this to like a reference or something we'd be happy to look into it
the search begins 07
they mean having the word "dollar" even though you have the $ sign already. It'd be like saying '16" in' or '12cm centimeters'
yeah i already changed it
greed card
awesome
"this joker gives x2 mult if obs is running"
Did you want the purple bag or nah
oh no yeah it looks nice
PR made
i just made anohter pr that fixes 7s suck not triggering dvd
@supple yew
25 jimbos
im giving kalis ban hammer a try
awesomesauce
is done
I just stole dagger code :p
gonna give spec oops some art i think
Noice
When I get the chance I'll do art for kalis
hey where are you putting that btw
on the sheet
love it
idk why you letme do art lol @supple yew
i like it just needs mo detail
what kind?
idk how to explain
i was thinking maybe an outline and giving the swirly thing around the hammer a bit more thickness and some particle thingies
oh eah i was figuring that out
im going for a simplifed dagger look
the bottom right tiny J missing one pixel is bothering me so muchjj
ooo
is there anything i should add/change
the hammer itself is fine, the background could use like a spotlight type thing
like the hammer has an aura or smn
ourple
ripple
beautiful
im doing what would doc do
okidoki
can always up the scaling on it
we should probs start working on the challenges since we've almost filled out the second page of jokers
this is my favourite part
sweet
im gonna do a similar system to what maxx did for jokers so we can keep it all modular and stuff
I guess challenges are a feature in hit indie game Balatro(2024)... I wouldn't know
balatro has challenges?! 
i already have that
i can port
oh perf
less work for me
ima re-read the smods challenge docs to refresh my memory in the meantime
Is this mod up on github?
yea check op
Maybe you or I could summon egg to pin it, either from here or the top post
That's how he gains value after all

And thank you :3
npnp
alright it should be set up
i'll try to make one challenge per joker
just like my own mods lmao
loc text gaming
this is ridiculous by the way
can we get a nerf
Tbh in normal play not much more powerful than using hologram well
And that's uncommon
it's actively easier
using hologram well is not free
this one is just "buy stuff in the shop"
I wouldn't want to use it if it was only .1
Well... I guess it might be fine
But would feel like an uncommon
Maybe .15?
it's way too easy to increase for a rare
comparatively speaking it outscales half of the rare cards in like 3 shops
I mean... idk man there's not really a model for a good rare xmult scaling joker in vamillia
All the good ones are uncommons
Like Lucky Cat and Holo
christ
but like
it's really fast i don't think this is on par with the rares
there's like 0 downside
Idk I guess I'm just used to big numbers on Lucky Cat, Hologram, and Throwbsck
throwback is awful and lucky cat is really only good for long runs with dna
hologram is hologram
To reach their own. I love skipping
i only skip if it's worth it, which is almost never
but the investment tag is very enticing
I think it's a pksysyle thing which makes it unremarkable to me. I'm always broke so couldn't even nessacarily afford to optimize this one
i'm always rolling in money
most of my losses is me not buying enough
how i play basically makes crashout the best xmult joker by a mile
should at most be x0.2
nonetheless don't forget about 8 ball seance and sixth sense
this + astronomer / cartomancer
fastest xmult in the west
maybe make it work like madness
it always gains .25 but it destroys one or all consumables when blind selected
Uhhhhh
No
Iirc it only gains xmult when consumables are destroyed
key word MAKE
yes im aware im saying for a rework of the joker
I think it's fine the way it is
people were talking about a nerf to it so i was just throwing my idea in there
Understandable
Maybe you tie the sell value to the mult gained
We'll probably pass a bunch of balenced changes when we do all the jokers we want
Because rn what would doc do is kinda weak
Plus I need to fix voucher clear
okay so there was a power outage in my whole country and the power just came back but my internet is still kind of unstable
this is a challenge of all time
we need a blind that debuffs photochad baron mime jist to really mess with roffle
call it "The sleeper" or smth
Maybe Ask and shall receive
Referring to
“Come on. Give me the king of diamonds” “Not that one!”
please add a reference to this amazing moment
https://youtube.com/clip/UgkxngbWDqwb3ZRCgobpa2ldHVmVR6xsqQWd?si=g7wymQ5V5ek-nZtQ
15 seconds · Clipped by Squidguset · Original video "The ULTIMATE Flush Five Build" by Roffle Lite
Standardized (Uncommon)
- Standard Packs always contain a copy of the most common card in your deck (Default Queen of Clubs if deck contains no duplicates)
"Copy" also includes any modifications too
maybe if it's a voucher lvl1 could be random card and lvl 2 could be most common
Are there any more roffle standard pack shenanigans to go off of for a potential voucher set
We could tie this to the favorite sticker mechanic
Standard packs always contain a craf with the favorite sticker
craf
Cut me a break I'm typing on my phone lol
also if there are no favorite cards default to queen of clubs obv
By the time you hit a shop there should be a favorite card
Because you have to play a hand to win in normal gameplay
Also this should be a voucher
I'm assuming that there's going to be testing and balancing once we decide we have enough jokers
We're close to having a decent amount
i'd say 30 is a nice round number
looking at this again yeah it needs a nerf
being unable to bring consumables into a blind isn't as huge of a downside as i imagined
esp if you have purples
also imagine crashout + perkeo with copies
actual insanity
also i didn't mention it but i do love the idea of having this as a voucher
and having it tie into the favorite sticker mechanic like food said cos rn it's just used for well met
so it's good to have it do more than just an interaction with 1 joker
we could def do more stuff with it
Boss blind: playing a favorite card sets your money to 0
Or something like that
ooo okay i like that
@supple yew did you want me to rework doc or just pr it as is
yea just pr it for now, we can mess around with the scaling
let me localise it then i can pr
Can I get a forward to the top of this page so I can download it for some reason mobile likes taking me all the way down
yeah mobile discord hate threds lol
Shanks
Le epic and based pr made
do you want to handle the art?
k
lemme hit up grimbo rq
schweet
shouldnt take long
p much
grimbo?
Also I think I have a way to do main channel
- have it select a joker
- check the
card.ability.extravalue
- if it exists check if it's a table or an int
- if an int act on it accordingly
- if a table check for specific keys in that table then act on those according
the true grimbo
@supple yew do you want me to to attempt main channel
aite
@supple yew grimbo pr ping
oah
holy W
wait i just realised
gotta replace the joker text with roffle
i can take care of that
is he lookin sexy or what? :3
I love it
But you gotta use the doc Normal color palette
normal palette? is that not his usual color scheme
also the eyes are too small hold on
thres a version of him they use in the bu language mod sos that he appears in his normal colors when negative
it begins
i just wanted you to know thats what they do in his cimmunity, but its ur mod and art lol
might be funny if the negative version of this one looks like the editionless version in the balU mod
idk how the negative shader works tho so it might not be like that
like im pretty sure it doesn't just invert all the colors, maybe it uses a lut or smn
also this is our mod, we love communism in this household
lmao
trans people and communism
name a more iconic duo

being serious tho, you have final say on waht happens on this mod
or at least thats how ive been operating
i guess yeah
i do really appreciate everyone's work and love hearing diff inputs and ideas
he's judging you
just 1 joker left... my god we're doing it
also is it just me or do the colors look a bit burnt now
no idea what's up with that
I'll get working on that when I can, in the meantime do you want to find some people to test it and feedback ot
Once I do main channel I'll fix voucher clear
feels a bit weak with how slow it scales
would be better at X0.2 or X0.25
will go speeeeed on challenges later
Peak
hey just wanted to let you know of a bug with the voucher remover joker, when you sell it after you buy the voucher it crashes the game because it's trying to remove a null item 🙂
I'm aware of the issue I just haven't been able to fix it yet
Let me take care of that before I start on main channel actually
Because ot shouldnt take long
@supple yew i made a pr with what i think is the fix for voucher clear. it also now kills all vouchers in the shop. i also found a way to make the in shop detection less jank
Well it looks like a lot of the jokers are hard coded
Things like dagger
So I'll probably have to do a lot of kidnapping
This game is so jank
For now I'll add support for the non hard coded jokers before I begin to get the specifics done
@shadow ginkgo mods in here if you want to try it
splendid
(i was typing this in the balatro uni discord but i'll move it here lol)
i see the latest commit is a "what would doc do" buff, but honestly for a rare joker I would probably put it even higher, as 0.2x per round is still pretty bad when pitted next to other rares, and some uncommons... even 0.4-0.5x a round would still be balanced imo
(i also think the favorite sticker being added just for one joker is... interesting? but maybe that's for future development)
Yeah what would doc do is kinda hard to get right and is still being tweaked, the favorite thing will be added to other things eventually, right now there's a concept for a blind and a voucher
Oh you might want to go to my fork and use it because it has the fix for one of the jokers that crashed the game
The pr just hasn't been merged yet
i just woke up lul
yea thats fair, also we've been thinking of more uses for the favorite sticker
wom p
aight merged
one of my favorite things about this mod is that pants + black shirt makes for a very strong full house build
and with Cat Ears and Old Slippers i can become the worst fashion statement in the west
LMFAO
imagine. cat ears joker solely for roffle viewers to beg for cat ears
♾️ power
what should it do
dude what if it was literally just like
+1 joker slot
just there for the vibes
cat ears — 100% guaranteed negative
lmfao
i mean technically abstract joker
the one synergy
maybe "gains xmult if at least two cards don't share a rank, suit, enhancement, seal, or edition"
and draw the cat ears as two Completely different sets of cat eats stiched together
oo wait that might be cool
this also fits full house
this would make a really funny challenge
i also lowkey like the filler joker idea, it can actually be useful for stuff like abstract, temperance, verdant leaf or even the banhammer
kind of like a useless negative but without it having to be negative
im thinking grimbo could give a dollar per scored card rather than per hand
since it takes money away per discarded card
It takes away money per discard no?
It should at least
when i tried it it took a dollar away per card
you know negative moral support is probably as strong as blueprint
only if ecto...
Where are my Sevens? • Start with 40 Aces and 12 Sevens, plus Eternal Avenged Sevenfold. Blacklisted hands: High Card, Pair, 3oak, 4oak, 5oak, Flush 5
Trigger Happy • Create Kali's Ban Hammer when blind selected. No reward or interest.
i just realized how wierd balatro is with storing joker values
so i have the basic scaling working
rn it multiplies all nu,bers in a jokers extra table if it exists
next step is to get a way to filter out things like odds
wait @autumn swan are you using the func in globals to multiply stuff
if not you should peep it cos it'll make your life a billion times easier
pushed'
needs to be pulled
Which one is it?
done :3
this one
Oh this will save me so much time lol
shouldve mentioned it earlier lul
I just need to figure out exactly what I need to filter out with it