#⚙・modding-general
1 messages · Page 149 of 1
local end_round_ref is like a copy of the original end_round function
hmm alr
local card_is_suit_ref = Card.is_suit
function Card:is_suit(suit, bypass_debuff, flush_calc)
if flush_calc then
if next(find_joker('your joker')) then
return true
end
end
return card_is_suit_ref(self, suit, bypass_debuff, flush_calc)
end```
i think smth like this should work
so the first line stores the original function
then we define our own
if its a flush calculation and we have your joker
then just return true
if it doesnt return true from that
then itll call the copy of the original function
hey, have you got the seed you used for this? gonna do some testing
which deck?
i'll give it a go
alright
hooks are super useful so its important to try understand them too
someone else might be able to explain it better than me
but its essentially just running your own code whenever a specific function is called
so something close to his?
alrighto's
what ya fellas think of the NLM main github art?
is the "find_joker" the key or the name, i am guessing the key tho
next(find_joker()) is name
you should use SMODS.find_card(key, count_debuffed)
why not discuss coding stuff in #💻・modding-dev
damn, gotta add the balatro comunity in creddits of the mod readme, cause you fellas are realy helpful

Are those not the latest versions? I redownloaded both last night to make sure
i would assume not if theyre crashing
my cryptid had the same issue
until i redownloaded it
which was earlier
im not 100% sure when the update came out tho
if that doesnt work then sorry for making you redo that lol
gold stake sprite is one pixel offset to the right, 
moment
It makes the stack look more natural /j
heya does anyone know a fix for the Collab cards
my mods overrode them
Nah I appreciate the help regardless
I could've had a run with a miku idol and amoungus kings
I think it’s unlikely mods won’t overwrite the collab cards but idk
well they do
the thing is that my mods only focus the joker cards
none of the suit cards
which is weird
Last night I implemented a joker, Raised Sickle, with the text
Earn $ equal to the rank of the lowest rank card held in hand at end of round
which is busted
I was thinking of adjusting the effect to be
Earn $ equal to double the rank of the lowest rank card held in hand minus the rank of the highest rank card at end of round
which has a more interesting playstyle, but is a mouthful
I could pair it down to
Earn $ equal to double the lowest rank card held in hand minus the highest rank card held at end of round
essentially making "the rank" implied
Do you guys think I should just do something simpler? Like halving it? Or is the complex effect worth the text box
waiter! more holographic please
my anti virus keeps getting rid of my version.dll. anyway to fix this?
https://github.com/Steamopollys/Steamodded/wiki/01.-Getting-started
Under the anti-virus header
It says how to turn off Windows Defender/make an exception
my game crashes when I try to look at my blinds, other than that it's fine I think
okay now it crashes anytime I try to play, any help on this?
Without a crash log there’s not a lot we can suggest
uhh can someone tell me whats wrong
how do i fix it
does anyone know how i can fix it
looks like your talisman installation might be faulty
should i install it again then?
Oops! The game crashed:
main.lua:1355: attempt to call a nil value
Additional Context:
Balatro Version: 1.0.1g-FULL
Modded Version: 1.0.0~ALPHA-0820c-STEAMODDED
Love2D Version: 11.5.0
Lovely Version: 0.5.0-beta6
Stack Traceback
(3) main chunk of file 'main.lua' at line 1355
(4) global C function 'require'
(5) Love2D function at file 'boot.lua:323' (best guess)
Local variables:
c = table: 0x12eaa168 {identity:false, version:11.5, accelerometerjoystick:true, modules:table: 0x12ea4e30 (more...)}
openedconsole = boolean: false
confok = boolean: true
conferr = nil
(6) global C function 'xpcall'
(7) Love2D function at file 'boot.lua:362' (best guess)
Local variables:
result = boolean: true
(8) global C function 'xpcall'
(9) Love2D function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '(Love2D Function)' (defined at line 355 of chunk [love "boot.lua"])
inerror = boolean: true
deferErrhand = Lua function '(Love2D Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(Love2D Function)' (defined at line 355 of chunk [love "boot.lua"])
this happens now
Is there a way to make Wee Joker have a different texture than Jimbo without affecting Jimbo?
tried to reinstall talisman its back to the previous problem
@lean dune what.. do i do?
can you send a screenshot of your mod folder
take ownership and change pos (and atlas too if you want a custom texture)
steamodded folder name doesn't matter
cryptid's does though
what do i change then
maybe it happens to you because of some outdated mod
which ones may be outdated?
Cryptid folder should be named exactly Cryptid too
cryptid is not outdated neither talisman
i have this ones and works fine
It’s the cryptid folder most likely
did that still crashes
this is how it is now
Could probably do with updating smods too
just delete and download everything again, you should find the error
pain
guess ill delete everything
not lovely
Update Steamodded first
not erase lovely
Probably latest
the newest version
yea.. how do i find it
it says the latest one is 0.98 tho
download the zip source code
try to run it
You don’t need to change the name
Try run it first
You can do it should be fine
The same?
nope
That’s a stake loc txt crash
aand how do i fix it
Update cryptid
Do the same as this
and? works now?
Also I believe jen's almanac, aurinko and incantation all have newer versions
mod 1 folder have what?
You don’t have the right cryptid
Not release
is it this one..?
Do it like this one
try deleting SDM_0-s-Stuff, i installed and get crashes on deck select screen
already did it
now this happens
That looks like nothing to do with SDM0's?
i gonna record what happens
And after removing SDM0's Stuff the crash's gone?
That’s a cryptid/jens crash
🤔
ah nvm
yes, i see now
im dumb
its not sdm0's stuff, its cryptid/jens
update talisman and incatation
It’s literally telling you which mods to update
In the end you still need to redownload everything
can you send the links for those 2
do i download this?
yes
Do you have the wee edition in collection?
Try asking in cryptid or jens threads
Rename talisman folder again
aite its just called talisman now
ayy
it works
what is all this
Everything is fine now
i deleted and update all again
sorry for asking a stupid question but - do you need to use some commands app in order to install 1.0.0 version?
this is so confusing
Ye mean Steamodded?
Yes
10/10 mod
You can do it without
Like this
okay, downloaded
nice, i am trying to do this according to this and now it doesn't even show mod menu in the game
did you install lovely?
oh, didn't install that
cool
scroll up on the getting started page
also, if you had old steamodded 0.9.8, you need to remove it by verifying integrity of game files
on steam
^ for antivirus
like this
i think i got a wr of fastest crash
crashed the game after the first blind
im better
i crashed before the theme started playing
i don't know, maybe it was old version of mod
what mod are you trying to play?
i got to play the hand aswell
do you have link to it?
This mod are very old
roulette not have an update on five months
heckin chonker
not works anymore on newest versions
Crash
its time for play
oh, so it's time to check some new ones
yamper wiiiiiiiiil it crash?
(thats x3)
plus 2 boredoms
what kind of nubmer is that
😂
but i need to find something that doesn't require any other things to install
repeated repeated repeated exponents
finally, mods are working 
How much rating do you give to this gros michael texture that I just edited?
i think the gros michel texture should be someone bored of the banana, and this should be cavendish
cavendish already has a different texture, and I'm not going to change it.
this is absolutely magical
Why... That?
I love these mods
her last name are cavendish, that is the joke
Ohhh
I did watch that anime for some time
In Japanese
So.. I didn't get the joke
hecking CHONKER
you are cooking boy
(the joker) 
Chad
Boredom
Canvas
If you have cryptid
speculo x chonker behemoth
i got everything
i also got some jokers who retriggered it 300+ times
which got retriggered 30 times
😟
How does it not crash
How to complete cryptid final stake?
games better
On very fair deck
What?..
get crust win game
just pray
its a joker which creates a copy of a random joker in ur possession every time blind is selected
What about rental deck?..
A, mirror exotic joker?
ask for a loan from a bank
Ahahahahaah
get crust win game
How to complete balatro with no cards in deck?
I got Archibald in speculo run and the game crashed 😔
every deck can be boiled down to get crustulum
New exotic joker always crush my game at some point
What is that
all rerolls are free
Btw code deck almost autowin
also do not reply ping me
Oh that cake joker?
Got it
You can gain infinite code cards very fast
Stupid me used the glitched analog card which gave 24 copies of a joker
And
Used a glitched bonus blind to get to 54 ante
antimatter deck on cryptid has been removed??
It did?
Hmm when you said that...
I think it was...
I didn't notice it
I couldn't find it and I was scared but there it is
I think you should get a mod for organising all of those decks
I... Forgot the mod name but..
I think there is one
It works with stakes too..
I'm blinder than a mole
I'm playing on dimserenes modpack but that only has 8 pages
12 pages of decks...
You should update your mods if you haven't
XDDDDDDD
That deck is op
this joker made me the day
i have just made a heckin chonker
uhhh
i think i may have gone a bit too overboard
its still counting up (jokers)
never again
get rid of 1 of them
2 is probably too much
ill just let it count up

this was a horrible idea
pathetic
i love the mass-use planets button
same
Temperance and swashbuckler value
NEW RELEASE!
bad mod idea:
the Hiker card upgrade makes the card a bit longer verticaly
bad mod idea:
whenever wee joker increases in value, it gets slightly larger
thats actualy pretty cool
and when it gets bigger than the normal jokers, it's renamed to "beeg Joker"
if wee joker gets too large it just turns into a regular joker
combine this with cryptid and you will end up with the wee joker covering the whole screen
was this a horrible idea? yes
is it beatable? yes
that would be like perfect as a aprill fools joke 💀
Bit cheap but i dont mind
dollar dollar
what is this? money run?
bruh
where do I paste crash logs?
i mean, he does reset once round ended
at all?
it does for me, went from 7 > 21 > 19
but it may be because i had the hand size -0 after round ended xd
just found that out
i am stupid
i fixed it so it changes to 0 after round ends, i had a negative at the white arrow
so it would -0 hand size at end of round
yeah... blueprint doesent work on big earner
it isn't on golden joker either
question: is the crimson mod updated or is it a problem?
i personally don't know the mod but maybe ask in their forum
how do I send a whole crash error without it being to much of a problem? by problem I mean text limit.
copy/paste
how the hell isnt my number bigger?
For some reason we getting this error? Happens whenever we try and use a Powerchip card from Jens almanac. Checked where the file is and there isn't anything there so... Should we just, slap a random sound in there?
i mean, in terms of sound, rarley does it hold readable data, it's just to play
you can probably just slap a meme there
That's located in the base games files though so,cant really put anything there
We think
use this!
i mean... since you can open it with winrar...
it wouldn't be impossible to put stuff in there
seems like an issue with jens, maybe check there?
There's nothing in jens that specifies xmult_mod? Maybe its cryptid
Common X1.5
Uncommon X2
Rare X3
Legendary X4
"Common"
common?
"I don't like unbalanced cards"
that's not it's rarity
i sent it here cause i finished the text, and about the concept
absolutley a rare joker
happy?
"I don't like unbalanced cards"
I'd say that is still absurdly powerful
the numbers can be tewaked
wdym by clown jokers only?
this is just a better baseball
that's what testing is for
if old yorick was good enough to be a legendary, this has to be something like epic
I mean by itself this is just a X3 Mult
no, obv it doesent do itself, cause infinite loop of scoring
wait a second
and like, balance play testing exists for a reason
you mean to tell me that wrathful gives X1.5 every single time a spades scores?
yeah... now that i think about it, yeah, it goes to legend...
this is better than legendaries
well, numbers be tweaked
then tweak them
any individual-scoring common joker gets X7.6 mult
1.25 1.5 1.75 2 ?
i mean, unless you are playing an unbalanced mod that provides easy legends, it will be hard to get it
it blows every other vanilla card out of the water though
maybe not count commons?
okay rarity can't always justify power
OR! OR!
since is the clown phobia
why not make it activate on only non-cowns?
cause it's afraid of clowns
there is very few of those
It's the fear of clowns but go on
so like the suit stones, popcorn, icecream, other foods, dusk, 8-ball, dagger, loyality card, ect.
(and stencil, cause there is no clown there)
runner, hiker
well no, they have the clown paint
who tf is paper white, and has red eyeholes naturaly?
i cna maybe give you Luchador
huh
not much clowny, the face is fully covered
Your point is that he's too white
this just spirals out of control with retrigger jokers (take seltzer or dusk for non-clowns) and some individual scorer like onyx agate
callig them clown jokers isn't very clear
i can adjust it a bunch, but the idea is to have a joker that activates on other joekrs activating
then make it +chips or something
non-Object didnt fit in the frame
this is just the info sheet, the mod can have anythign
why not just have effect if joker activated this hand
mini did say he wants more chip based jokers...
+15 common
+50 uncommon
+150 rare
X2 Legendary
?
(X2 chip that is)
how do you get godsmos
can i do it
oohhh... idk...
seems pretty hard to me...
i mean, it is 1 hand...
Might have to get a three of a kind oh man..
damn...
jokes aside how is it that low
Jokers aside*
but like, opinions?
mmm...
M
poptart
M
M
yes
goated
this texture is broken
Anyone have any idea how to fix the game crashing on startup? As far as I can tell every mod is up to date so idk what could be causing this
https://i.imgur.com/IeoNtiT.png
download cryptid from source
The lovely injector is causing other software to fail. Is there a fix?
When I run this, it gives this error and obviously this has nothing at all to do with Balatro
have you left the lovely injector in your downloads?
Why is the file on c/users/downloads?
If you run a exe file with the lovely dll in the same folder cause this
That's my downloads folder
and where is the program you try to run...
I don't have the lovely dll in my folder
ah it was dwmapi
I was under the impression that the exe itself had to load dlls
Thank you!

That would probably make windows a lot more secure lol
You're telling me exes in windows just autoload DLLs in the same directory without being requested?
That's fucking scary
I don't have any knowledge but it sure seems so from this happening
ive gone through like 5 iterations of this card's design
Ooh I like though
also y'all sounds make threads for all your WIP mods. There's so many to keep track of in the main thread
yes
at least as far as I know
take this jimbo
what is the problem 😭😭😭
its a txt or a error message?
screenshot of your mods folder
why two steamodded and talisman folders??
move them to another place
just one steamodded folder and just one talisman folder
that did not work
send the new error message
when did you download lovely?
today
and what version of steammoded you download
you need download the zip of the source code not the release
At this point I think it is better to delete and download everything again
Fuck it
Pokémon Jokers
tower
6 done, 145 to go
1019 to go /j
This
i'm not a maniac, right?
i believe in you!
∞ to go /j
Lobotomy
Some mods with controller just crashes or works bad
And steam link lag do not help
dclearly you should put missingno in as #152
I was messing around with the files a tiny bit and now suddenly, the only tags I can get on the first ante are handy and discard tag, any ideas how to reset this but keep my profile unlocks. I uninstalled and reinstalled the game
Like is there a way to full reset, but keep the profile progress??
what are they even going to do (the pokemons)
what files were you messing with and in what way
if you were editing code directly within balatro.exe (bad practice but yeah) then you just need to verify files on steam and steam will fix up your game w/o removing your save
Figured it out
Messing with old version of balatro and it bugged the tutorial thing
Do you get a final boss blind on ante -8
no
how does modded stakes affect save? i installed bunco and had a run on cyan stake (above orange) and after i removed bunco all gold stickers on jokers become orange, and all deck records on gold stakes are gone (like this image where it says i haven't beaten gold stake) 🤔
This build went so hard!
Someone needs to make a scaling difficulty mod, where the stake goes up for every (n)th ante you beat, wouldn’t know if it’d be possible to do tho, at least not without major game changes
The amount it scales/how often it scales would be customizable
Is there a mod that works with cryptid that allows for me to spawn in Jokers? I want to test some interactions, and don't want to put in the effort.
The mod name could be “Up The Ante!” Or something
I would make it myself but I can’t code
Does using galdur fix it?
no😔 and what's this
heyo, just wondering but which mod loader should i use out of the three?
Galdur
Steamodded
i mean double gold stakes
it wont
the way monochrome is programmed doesnt make the cards count as wild cards, it makes them count as any suit
its a subtle but very important distinction here
unless the trigger condition for the wild west is checking if the card counts for all suits instead of doing a much simpler if card.ability.name == 'Wild Card'
"all cards count as one suit"
double gold stakes is bunco's thing, it happens because take_ownership dupes the stake for some reason
but I told that to aure already so I think it's gonna be okay
alright, will do that later
JOKER IDEA!!
"Get Lucky"
Whenever a chance event triggers, trigger the effect of a random owned Joker
I think it’s from some remnant of bunco perhaps?
hey guys, I am trying to load cryptid mod into my balatro, it's there without talisman, but as soon as I extract the talisman folder this error comes up on launch
Oops! The game crashed:
main.lua:1370: attempt to call a nil value
Additional Context:
Balatro Version: 1.0.1g-FULL
Modded Version: 1.0.0~ALPHA-0830b-STEAMODDED
Love2D Version: 11.5.0
Lovely Version: 0.5.0-beta6
Stack Traceback
(3) main chunk of file 'main.lua' at line 1370
(4) global C function 'require'
(5) Love2D function at file 'boot.lua:323' (best guess)
Local variables:
c = table: 0x2b85efa0 {identity:false, version:11.5, accelerometerjoystick:true, modules:table: 0x2b85eff0 (more...)}
openedconsole = boolean: false
confok = boolean: true
conferr = nil
(6) global C function 'xpcall'
(7) Love2D function at file 'boot.lua:362' (best guess)
Local variables:
result = boolean: true
(8) global C function 'xpcall'
(9) Love2D function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '(Love2D Function)' (defined at line 355 of chunk [love "boot.lua"])
inerror = boolean: true
deferErrhand = Lua function '(Love2D Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(Love2D Function)' (defined at line 355 of chunk [love "boot.lua"])
any ideas?
nws
i installed the mod, but its not working
Where are you placing your mod files?
your anitvirus mightve destroyed the version.dll
i made mod folder
check where its downloaded w steam to see if its still there
go to windows security and create an exclusion for the folder
it's still there
the version.dll is still in the game directory?
You want to make sure you have Love injector version.dll
could you send a screenshot of your mod folder too
i have the file
so you want to place the file in the balatro directory from steam, then to run Run on Windows and go to C:\Users####\AppData\Roaming\balatro\Mods, and put the folder for Steammodded, and whatever other mods you want
thanks
holler if you need more help 🙂
i need help
What step are you up to?
al good, can you send a screenshot of your mods foldewr
rename cryptid to Cryptid
hmmm ok
probaly cryptid is my guess
yers it works when cryptid isnt in the folder thanks
it seems to be the mod itself
most recent steamodded version changed stake loc txt to be more in lime with all the other loc txt
so any old loc txt for stakes doesnt work
although saying that
thats the correct key for a new stake
so im not entirely sure
its worth trying to update both anyway i think
yer i have tried that. but looking at the additional context bit both of em seem right. but could be a mac thing idk
nah its fine, i hate doing stuff on mac like this its annoying
how to jokerinatarot
Joker idea!
"Milestone"
gain X0.1 at the end of round
generating 4.1k jokerinatarots per round
im gonna sell maybe half of my gourmands
too much
Edition joker effect idea:
"Flipped"
the joker appears upside down, it's mult effects are now chip effects, and vice versa
so it wouldnt effect jokers like Burnt or Chicot
it wouldnt be as good for mult effects changing, cause +4 chips is not too good
but cards that gave chip now do crazy mult
so i think it needs more changes
chip = mult/2```?
sounds neat
I've got a bunch of mods installed and my game keeps getting pretty laggy. The lag goes away when I exit the game and resume, does anyone know what might be causing this?
so happy i was able to get this screenshit
crashed due to lack of memor right after!
screenshit
yeah
Also I really need to try out mods, I've been thinking about doing so for like months but haven't gotten around to it
like 200 below my record
and the mods have gotten insane so
yes
ive gotten that crash like
5 times already
wait no thats not a crash
wait i cant find the crash dam
From left to right:
- Negative Chaos the Clown
- Greed (X0.25 mult per $15, currently X7.25)
- Show-Off (X0.25 mult when a blind is beaten by 2X score requirement, X10.8) [Mika's Mod]
- Aurora Borealis (Blue seals give a negative planet in addition to their base effect) [Mika's Mod]
- Harp Seal (Doubles the effect of all seals) [Mika's Mod]
- Mime
The deck is eleven copies of a steel blue seal 2 of spades
Also one of my mods lets planet cards be foil, holo or polychrome which applies +50 chips, +10 mult or X1.5 mult to the hand value after its base effect
I generate 12 copies of Eris a round, 8 of which are negative. I'm only being limited by my inventory size unfortunately
why not both?
Very true
the jokers are based on the aperance of the joker from the photograph, and are the top layer
this is neat
Cool idea
me likey
maybe change 10 to 15 ?
probably scary, ye?
well, alike to green joker, it doesent go to negative
ah
it gains, not gives
dam
So like runner
should have "[currently X]"
I'd say +10 is fair then
yeah
Because some decent deck manipulation and this would outscale runner by a mile, which is also common
haha sockmybuskin + jumpingjacks go brrrrrr
Omfg it would too
yeah, +10 -5
this is the original i did 5 months ago, befroe i knew it would become an actual mod
Shadows are too dark and make "Joker" hard to read. Localthunk said the darkest colour he tends to use is a dark greyish blue
But still cool
i changed the lower joker cause here it looks like he just standing
thats why i changed it to a side-text
well, joker textures are blander than jokers in the game
honestly i like the diff colored legs and arms better
Yeah, he's wearing the spare trousers lol
ahh
Blue/orange is good I think
Could have one as orange blue and the other as blue orange
Like on the arms and legs#
amazing
What about the alternating colours to resemble spare trousers?
Like you posted earlier?
and if you put lines of movement in the one who jumps
But without the egregious shadow
well, i want at least the top one to be like the photo guy, but i can try the swappy on the botom one, in in regards to jump lines, it's a 2 layer joker, so it will probably look more jumpy when actualy moving
2 layer like hologram or the legendaries?
i’d say make it +15 when jack scores. For balancing. If you disagree tho, that’s fine
any mods that add new suits?
60 suits
Yeah a few. Six suits or something like that
Where, cant find it (also that’s a lot)
i’ve been trying to find it but cant find the name
ok, all combos at once
def #1
agree
the author
me
What's their effects
its in the image
bananensplit sounds like a fucking nightmare to gold sticker
Oh yeah 💀
the joke was also that it's unlocked by breaking the X3 banana
4h,5h,6s,7s,Qs,Ks is a valid strush
💀
h is hearts s is spades
it intriduces the problem of like 20 new hands,
but it could be weakened, to add the text "allows to select 6 cards at once, discard only"
well no
you dont need to add hands
just like
allow Kh,Kh,Ks,Qh,Qh,6s to be a fvalid flushhouse
and Thunk said the wont be adding any jokers that increase the card select count anyways
eh
Yeah, if you can play 6 cards it just means you can play a flush and have space to be able to get rid of an additional card too
same thing that cryptid did
i dont think i shared this one
you did
Like a stone card or something you just want to get rid of for the purpose of blackboard or something
and i fucking loved it
oh,
Thats nutty
insane for plasma
absolutley plasma
playing 5 stones (1 foil) is enough to kill ante 8 boss
5oak stone cards (aka high card) would give +1500 chips
isnt that enough to 1 tap VV?
would make people actualy use stone cards XD
it beats orange vv
dang
but gold doesnt buff blid ammounts
u mean red?
the one bellow
Green
the one that adds perish
thts orange
Green and purple buff the blind reqs
maybe i messed up in terms of memory
ok, i have like a list of jokers to art before i let myself come up wiht more
I have a list of like 30 if you want to do art for mine too 💀
"Bucket"/"Toilet" - gain chip on all hands, on flush give X4 the collected chip and reset
"Jumping Jacks" - when 2 Jacks score in a row, X2 the chips
"Skipping Stone" - stone cards retrigger as much as the amount of stones in played hand
"NEO" - X2 money, always perishable
"Battery Acid Cake" - X2 the chips when a chance event triggers
"Glutton" - destroy cards, give as many cards when sold
"Boy Scout" - whenever a round is skipped, give the double tag
what of these do i art next?
I'm joking btw, I'll never do art, I'll just make cards until I have a list of hundreds
"Mystery Mod" aka "MM"
all the new jokers have the same art
Just a big question mark
dont call it that
strush
reminded me
y
shitten
see image above
How does that work?
straight house
house with no gay people inside it 😔
Thats called a frat
homophobihousež
GOD FUCKING DAMNIT
I KEEP DOING Ž
fuckit, 5k jimbos
Whats the effect of Legendary Jimbo?
transcendant
but uhhh
+444m mult, *44m mult, ^4m mult, ^^444k mult, ^^^44kmult and ^^^^4k mult
well
444,444,444
rly good
cryptid?
its a 0.1% chance from joker-in-a-tarot
That oneshots the Ante 39 w/ level 1 high card
i made the 5k
a single one probs 1shots ante 50 with lvl 1 highcard
No wonder your memory said fuck you
said the same thing with 5k AP jokers and 5k jollies
Joker idea:
"Jack In The Box"
for every 3-10 (changes each time) Jack scoring, add an enhanced jack to the hand
kool
dont have a screenshot of the AP jokers but i do of the jollies
i like to come up with jokers, based on saying/known stuff/ect. instead of coming up with effects, and then finding a name for it, tho that does happen
i had enough for 10 APs but game said FUCK YOU, NO MEMORY
youre not gonna believe this
i literally just finished making this
ik it doesnt do the same thing
but the name
jackfactory
0.1% chance to make a queen
"guess we doin queens now"
im 96% sure thsi is a damn JoJo stand
"Blue Joker" fits perfectly the naming convention, and the armor colar is very odd
now that you mention it maybe
I hada few cool Joker ideas. I've posted a few on the Reddit.
Spaghetti Code (Rare) - When last hand of round is played, joker to the left becomes eternal and polychrome
Wire Fraud (Uncommon) - At end of round, gives $ equal to the round number
Fool's Gold (Common) - When Gold card is scored, remove enhancement and gain +$1 at end of round
Lucretia (Legendary) - Gains X0.1 per $1 spent
Jane Foole (Legendary) - Retrigger all cards twice
there is
"Scarlet Magician", "Hierophant Green", "Silver Chariot"
Blue Joker fits perfectly
it is
blue moon
im constantly confused on this one stand
dark blue moon*
however, i prefer the season 4+ stand names. cuae REFERENCES
Killer Queen, Hevens Door, Purple Haze, Areosmith, Highway To Hell, Highway Demon
these are dope names
not a big fan of the "The X" names
The Hand
The World
The Sun
these are bad
guys, i have a doozy for y'all
Lets hear
Isn't the Atlas the map for the joker appearances?
some of them are cool
but i really like tarot cards
so maybe im biased towards those
Almost certainly
exactly, which is why i'm confused
i heard there is a mod in the making that replaces the tarots with the JoJo tarots
well yeah, i know, i word badly, I meant if it wa affecting steamodded or the mod itself
yeah there iss
Has it accidentally been deleted, or is a mod trying to fetch the wrong atlas?
when i delete all mods, it works
so it has to do with mods
I meant is the mod trying to fetch a deleted atlas or trying to fetch the atlas at the wrong file address?
idk i didnt delete anything
my Death 13 is better
Go through your mods and remove one at a time until it works again
Then you'll know which mod is throwing the error
i mean youres is more accurate to the card
i'm doing just that, thanks though
but the artist for the jojo ones has done an incredible job blending them w the balatro tarot style
No problem. The error message doesn't seem to mention the Atlas other than the initial mention and a state table, so its just a bit weird
found out which one it was
Which one?
changed the Big Shot function
It'd have to have a better payoff to be rare for me tbh
x money is kinda busted
it acumulates
I like the idea but it feels like it doesn't do much
thats a complement mini
im not saying thats a bad thing
yeah dw
it can just be quite strong
so probably good its a rare
there is also a Legendary that X2 the money, but alwyas comes as perishable
what kind of hats to boy scouts wear?
no clue lol
idea: x0.9 to x1.105
isnt that an avg profit of 1.0025x?
yes, but the median decreases over time
ok, so it barely profits?
if you want we can do x0 to x3
you can only lose, 100%, but oyu can win 300%
actually x0 to x3 has an above average median. x0 to x2.5 instead
the boundary is at x0 to xe by the way
gotta fix the head, but other than that, thats a godd buy scout
x0 can help with the tooth
give him a gun and make him red
i been thinking, and i cant get what you are referencing
Scout?
hmm thats not bad
fun fact, all of the big enough to have a color, have actual tags
left-to-right
Voucher Tag
Negative Tag
Poly Tag
Double Tag
Cash Tag
Spectral Tag
Negative again
thats demonic
best flush 5 build
Checkered?
yeah sorry.
Onlu flush fives
as you can see by round and "most played hand"
Hey; so, I've got a slight problem; my Talisman mode looks like this, and I don't have the option to disable the score animation anymore...any idea what causes that?
Also, I should have Omeganum installed, but that doesnt seem to show up at all for some reason
Check your options menu
? Wdym, that's where I am
Options, Mods?
This is how I'd want that menu to look like
no, regular options
Ooooh, right right, just found it, thanks!!
np
I wonder why it doesn't have a mirror page in the smods menu
is this too strong?
It is
do you think having it legendary rarity would be better then?
does anyone know if modding works on macos? I'm on a macbook and really want to try cryptid mod
it's possible