#⚙・modding-general
1 messages · Page 1530 of 1
i should add that as a crossmod interaction at some point lol
how do i fix this
do i sell the seocnd ugraded joker
i give up
im starting new run
should i do it
guys
jusging it
Yall what does the 2 dashes mean in cryptid
honestly cryptid is such spaghetti code that i wouldn't be surprised if it had false positives sometimes
A 🟦custom🟦 edition with 🟥unique🟥 effects.
no way it works
Hollow purple
what the hell
what are the unique effects
it's custom
makes you draw your whole deck
spam gives you 13 soul cards
and investment tags too
mods, step on his toes with stilettos
Ok that didn’t sound too op until you mentioned the investment tags
huh
and what about the souls
oh it crahed my game
i mean the extreme i think
im rich
the thing at botto says and 63 more
guys
might need a little nerf
i called it an op mod for a reason ok
willl nerf anfd put in a new mod
atleast don't spam tags 😭
sob
I’m neutral about this silly drawing
yeah?
(Neural positive)
any critisisms?
neural
No :3
Mann my typing on phone has decreased by 75% since 1 month ago
astro is probably going to be my next sticker to draw for my credits page
Can you put starwalker on the credits page too please (I like Starwalker)
⭐ Star Walker
oh wow, I have 5 🧡
uhhh
no
im not wasting my time for shitpost stuff
It's so peak
What if I give you a high five
no
Reasonable
might make Never Punished a fusion of Oops and Chocolate Coin instead of Oops and Big Gamba
though that would require making chocolate coin now instead of next update
Mr beast is giving away a single dollar
omg do i get a dollar
bro i have $5k already
Yes!
I lied
he will give everyone 2222
i an pick 1/69 ccards
guys im a dumbass
i had handy diabled
the whole time
thought it was broken man
FusionJokers crossmod jokers for fusing the suit jokers with the gemstone jokers for my custom suits
me when i finally start hrt
what
get my mod too fr
willl do but will it break a run thats continued
then wont get now
im in aleeb with my modded stuff
will you get my mod
but dont kee it acitve for so long
only use the op super power thing for 1 HAND
ITS TOO OP
if a joker gives mult per hand level and you have a non-integer hand level would you expect it to multiply them directly or floor the level first
id say floor the level but idk
is it possible to change the atlas of the sticker on a card after it being applied (just for this card)
Does it need to be the atlas or would changing the x and y be enough?
honestly either would work
You could probably use set_sprite_pos to change the x and y values given a conditional, it's what I used on my jokers
is it position relative to atlas?
It should also apply only for that instance
or relative to card
Atlas
amazeballs
Hi hello
so i have a function counting if the card already has the sticker key
tempKey = self.key..'_alt'
card.children.center:set_sprite_pos({x = 1 , y = 10})
else
tempKey = self.key
card.children.center:set_sprite_pos({x = 8 , y = 3})
end```
how do i set sprite pos to change the x value to x + (countSigils(card)*4)
Phone doesn't let me edit it properly, but all you would require is the card.children.center:set_sprite_pos
I just swapped between the two values, but you could do x = baseX + that formula
do i just put baseX?
new run tim ig
baseX would be your first sprite
Pretty much
like literally ?
As long as your atlas is a line
@formal orchid
my atlas is a grid
installed yur mod
thats why i said baseX + formula
fire
No, baseX would be your first value
woah why is the text big
formula is counting the grid offset*sigil number
If you first sprite is at X=5, then that's base X
@formal orchid didnt crah my run when i continued
im not so sure tho
Yeah, but that formula would imply each sprite would be in the same row and every 4th grid
wrong
and do i put that in the apply function
@formal orchid didnt crash
thats fire then
the shop opened just fine, and blank voucher are spammin lol
It should work on loc_vars
yeah it was 3 different atlasses, same x same y for the sigil, its just changing its position
do u have the vault button
under reroll
eh it aint that important anyway
if it dont crash u good
something else
aight
i stared new run
aint doing aleeb endless
ayyy
can you uh
send me your modlist
cause the vault button should be there 💔 😔
whope
i forgot that mods from imm get diabked
sorry
but wtf is this
whats a twin sealman
@formal orchid shit was disabled 🥀 💔
LMAO 😭
imm disables by default
@formal orchid
i see the vault
BROOO
I THINK REVOS VAULT BROKE MY GAME
EVERYTHING I SELECT JUST VANISHES
Yeah i have no idea
ok yeah its applying the sticker and changing the card's atlas pos
this changes the card sprite, not the sticker's
You have to change what comes before set_sprite to whatever the equivalent is for the sticker
card.ability[self.key].center ?
I can check it in a bit
i think the problem is that stickers have a shared sprite
G.shared_stickers[v.key]
Ah, that makes sense then
i will never be able to make my perfect sigils
How many variations do you need?
I suppose worst case scenario, you just create 3 separate stickers and swap them out per card
you can make custom drawsteps
i saw multiverse did that
Drawsteps arent as complicated as they look
uh
damn i cant find any yt videos of balatro goes kino that were uploaded after the halloween update 😭 i just wanted to hear my music in a video mann
I don't even know if there are any videos that use the art update, honestly, haha
ugh
hey does anyone have a "guide" on how to make a balatro mod?? I want to create a mod that adds the " JokerFluid " joker, that makes all face cards Kings, Queens and Jacks ( i took inspo from a ig reel made from jhon.balatro )
but your joker idea is not currently possible
at least not until quantum ranks gets merged
may i ask why not?
it's impossible to make a card count as multiple ranks at the same time
oh ok thanks
so unless i try to trick the game into separating ranks and types of face cards i wont be able to create that mod?

I think it is possible, there's been a few mods I've seen that have a joker with something similar in function that work, it's just probably not easy to implement, or as easily implemented as most other features.
good to know, ill do my research. Whats the name of the mod?
GARBSHIT (Garb's Self Indulgent Joker Pack) is a vanilla-like content mod with Jokers based on things Garb wanted to draw and create, with some being references to pop culture as well (with various Jokers being references to the game Luck Be a Landlord). Currently includes 73 Jokers, 6 Decks, 2 Vouchers, 2 New Consumables types and much more !
Thanks!
It's incredibly difficult to implement and even more difficult to make it work in conjunction with other mods
Notably, this effect is a replacement effect, which is easy to set up. It's not a multi-rank effect. This joker makes queens no longer count as a queen
All In Jest has multi-rank joker effects, iirc. But it's such a difficult feature to make work that very few mods have effects like it
Ah, I see, that makes sense. My mistake, I thought I remembered it differently.
well, maybe i could try to make every face card be treated as a king ( so it has the same score too ), but i dont know if it would still be a balanced joker considering Paradeidolia exists
I think All in Jest uses a series of REGEX based lovely patches to make theirs work. REGEX is challenging if you're new to coding, though
That'd be a looot easier to set up, yeah. No clue whether it'd be balanced, but I can't imagine it'd be too broken
at school we take python classes, but we started a few months ago and considering most of my classmates suck at PCs we are still at cycles ( while and for )
okayy so in context.individual when i get hand_chips and mult they do not yet consider the values added by the card, so balancing does Not work correctly and is much worse. uhhhh i have no clue what to do about this
most balatro mods are made on Lua right?
Balatro is made in Lua, yeah
Ok, thanks
Trying to make a mod rn, but the only part I don't have locked down is making the concept ideas for actual joker effects, aka what's usually supposed to be the easiest part for me 😔
Lovely 0.9.0 hates me 😭 🙏
why
Evreytime i restart balatro with any actkkve mod it instantly gets disabled
He's in the files and lovely knows
lovely or the mod youre playing?
The mod cryptid i was playing as soon as i updated to lovely 0.9.0 it wont be enabled and when i click on play balatro crashes
can you post the crash to #⚙・modding-support
Any thoughts on the idea for this so far?
fun but honestly id make this rare
quite strong
like, 3 hanged mans gives 2 spectrals, and if you pull an immolate thats an immediate second spectral
I have now
Fair point. Was considering increasing requirement to 4. I like the idea, but hard to decide how to balance it between how it's hard to use early on and a bit too strong later on.
id even go with 5 frankly
heyooo
might try and start modding this game for fun, started learning how to program recently and i would love to get more out of class programming experience. Any good tips on how to get started?
thank you i will take a look at that very soon (gotta get home first). I have some funny ideas for a mod but, i would just like to get the ropes first
Well, I'm comparing the balancing of it to 6th sense, which is also uncommon and has a similar effect. But that's much easier to use on it's own, and keeps it's balance most of a run. Probably better to make it a rare and aim it more of a later game strong pick.
hope it goes well for you 👍
We will see based on how insane get later tonight lmao
Is there a way I could make a joker replicate splash's effects?
I tried doing the same thing the source code does but its not working
use vanillaremade
whats that?
base code shouldn’t work as well with smods
it's a github repository that recreates vanilla content as if it was modded content
https://github.com/nh6574/VanillaRemade
the wiki in that repo is also a fantastic resource
if you have me blocked why are you message showing
thx
HELP
i like to be helpful
if you have debugplus you can hover over a tag and press ctrl-r to purge it from existence
red card joker goes crazy
is ther a way to get whatever hand was played during this step
#💻・modding-dev
https://github.com/Steamodded/smods/wiki/Calculate-Functions#contextmodify_scoring_hand
ah okay
I LOVE TV
hi tenna
sorry had to increase my xmult rq
that doesnt get updated
lmao???
@plush hound
it was worth a shot
updated
I forgor where to find vanilla reforged
remade?
remade,,,
its called reforged on jokerforge because its joker forge ...
btw, how much mult (time or plus) would you guys considered worth it for a 1/32 chance to hit
we are at 37/45 spots for the smallpox mod
your nickname is lying to me
gottem
anyways i had to get some helpers because i have no idea what im doing githubwise
i think trying to balance around really low probabilities is just a bad idea unless they trigger quite often (like the soul)
1/32 could have +10000 mult and it still wouldn't be worth taking over most other jokers
the whuh, what's goin on
oh, no i have a joker which synergizes with increases probablities for each club played, i want to make a few low probability jokers to justify it
might make it 1/6 though and have each club increase the numerator by 1 instead 🤔
I'm making a collaborative Balatro mod where everyone adds 1 joker
'John: Sell this joker to add all Jokers of a random modpack'
hotspot

This gives me a very, very dumb idea for a collab mod. Collab only happens in the design document, and you only get to add 5 words total.
And then I try to make those jokers actually function
Love doing vsc mitosis
i wonder if i should make like a teaser trailer for it
come to think of it, would putting the effect in an event fix this
hm, but then i wouldnt be able to use the return table
and i doubt itll work without some jank
Maxx C
Each hand played increases all shop prices this Ante by 1
thats cool
i would do each card
ah yeah
because its not hard to get single hand wins
Also Contact C should debuff all Fusion, Synchro, Xyz, & Link cards
i did have some ideas like dimension barrier for that but rn i dont want to incentivize extra deck-less builds
fair
how about this then
Ghost Sister & Spooky Dogwood
Blind requirement increases by scored Mult after scoring
i dont want to add cards that are already in the mod
:3
collect my jokers
n does joyousspring have pot of greed to draw 2 cards
no
damn
synergy with all of high roller 🔥
can anyone help with ideas for abilities this can absorb? i have the entire system working, with test abilities to make sure, but i only have two actual ideas
smol cards
Gains X0.5 Mult when unable to draw cards
(via running out of cards in the deck)
doesnt that just lose
no? only when you have no cards in your hand do you lose
i would say no, but considering this absorbs it, has a choice between 3, yea
ah fair but it would be kinda niche
kinda only for late late game when your deck is thinner than a pancake
feels win more
meh, bootstraps/bull is kinda winmore
Genuinely fucked up
this is true, but also part of why this is pick 1/3
at least its negative eternal
I meant the shop
ill get a ss of the UI
play my mod
thank you rev
I have, quite a few times
i will add girls kissing to my mod
YOOOOOOOO
YURI IN MY BALATRO????
tententengokujigokugoku in my balatro
basedkoyori
Frfr
We got furina too
Hello, does anyone know why my game crashes when I use the Ctrl+A key combination with the Brainstorm mod? I have version 2.0.0.
oh god the regret rock series
i got like
trans pretzels
and fuckin
astro 1 and 2
what in the trans pretzels is a trans pretzel
patriotic red white and blue pretzels
very patriotic
Sigh
i just add whatever i think of to lzh and notepad++ because development on eclipse is on hold until i feel like going serious mode
misspelling tostitos apparently
what are you doing in eclipse
oh god is this a hint to a new joker
its like cryptid's estranged cousin
it was an old concept i had that was once that is my magnum opus of modding
oh lmao
oh btw, i got a sillyidea in my mod, based from your mod with the portals
except mine work as retriggers not xchips and xmult
but it was too complicated for anyone
and it's going to interact weirdly if you have multiple
hyperbolic portal chamber
this is true
but, it DOES work atleast with one pair
actually...
im curious how it will interact with multiple
i shall test
if you do it like A B A B it might take 3 eons to finish scoring according to my hypothesis
Wow! Imagine 2 trading cards!
like, orange blue, (joker), orange blue,
thats fire
but it's too complicated
Hello modding chat
the way mine work is you buy the portal gun -> it takes 2 slots -> it kills itself, makes both portals -> transfers whatever edition the gun had to the portals
this is fair, it took me like, 3 days on this alone
i keep making super complex jokers for some reason
like this
hello astra
Hello lyre
astra
Fancy profile you have today 
indubitably
yo astra
Sup sleepy and aiko
so, blue orange (joker) orange blue
is it you implemented mod autoupdate first right
Corobo
Well I'm about to make own better one
pretty much
Oh hell yeah
Alright, I'll test
A world where I don’t have to use Corobo’s system is good (not that it’s bad, it’s just a lil janky)
anyway should i code pac-man, inf 1up glitch, or trans pretzels
Reminder you won’t have to unzip anymore with lovely 0.9 and next smods
I'll do it anyway
Lmao
you have to unzip smods stuff?
i just yoinked it out of the zip
Well removing unzip part will remove usage of os.execute but whatever
Ope
Main limiting factor for this working is https
It present in windown and with smods
That’s basically synonymous 😭
so linux without smods is missed
i see
Oh yeah sleepy there’s also apparently been some talk of officially supporting IMM + Proton as of recent
Ask Wilson or Eremel abt it
huh, so, technically right, but not in the "oh my god thats a big number" way, more in the way they just DONT work
more in the way that it doesn't work intuitively
i try to avoid something that doesn't make sense or can't be explain simply
nope, my code just, cant handle multiple sets currently
they just dont work period lol
I'll think about it but thanks I'm good
yeah
If they'll add this only with SMODS I'll not use it
yahimod has joker pair thing too but he limited them so only up to 2 can exist at any given time
i could do this
but i also find it funny if it allows multiple
I don’t think it’s like that actually. It’d moreso be for having a proper mod manager system supported by the greater modding community
gotta dig through the smods tomes to find an instant win function so pac-man can eat the blind
yahimod did this with the toasterball joker
and if you try to get a third yahiamice himself appears and tells you "no"
yahi's denial
this is why i just give it simple ability but slightly complicated way of obtaining
This is fair
if only there was a set of resources
https://github.com/nh6574/VanillaRemade/wiki#how-do-i-immediately-winlose-the-run
wrong question damn and i tried to be cool
that one
i also don't want my mod to be plague with long text more than needed
My idea to solve it: tie each orange&blue portal to a set on spawn, each blue portal will search for the corresponding orange, retrigger all between it
I also gave myself a self insert joker that's just a 1/2 for any joker to retrigger once
So basically my self insert is just boredom but minus card retriggers
i don't want my mod to be boring
i want to add a bit of replay value
I'm trying to make mine semi-vanilla balanced (only SEMI balanced cause we don't talk about blender deck)
Considering I did a c++ with your mod, id say it has replay
c++ vanilla stickers?
Yea
I just counted it as gold stake on all decks, and gold stake stickers on all jokers
i added like 16 stakes but I'm not making anyone do C++ on that
That's why I only counted gold lmao
btw new decks might be coming soon
😭
The payment is me stealing ideas/silly
amalgam twitter
Huh
Yay my update function works perfectly
i love maimai?
you don't sound confident
I like this image of eggman
Damn, updating work even without smods
c++?
I'm proud of myself, kinda
oh

guys
aiko your execution in 2 working days
You think I did not seen it?
👀
if only i wasnt being lazy playing the flash tboi
circle
im playing cryptid and i went to shop and came back during blind using run and i did everything possible discards sells for jokers and im still stuck, also im new to cryptid?
curious question is there to make sure an edition only appears on a joker and not a card, i know it's going to be related to in_pool but not sure what to return
that sounds like an event whose func did not return true
what
Just hopin' the execution is public so I can watch
@exotic belfry basically its working. Check this out https://github.com/SleepyG11/HandyBalatro/tree/v2.0/src/updater
You're adding it to Handy?
Aw hell naw bro look like a peepeepoopoo
Of course I do

@spare geyser check this out too!
hm?
????
I made own thing to update mod
I'm here to support you Aiko! :D
I know but you may be interested just check how I implement own one
high joker /j
???????????????
evil larswijn: i'm here to KILL you aiko
so true
you wont be soon
you could try uninstalling cryptid
then playing a better mod
🥱
whats wrong with cryptid?
i dont know i just started playing and i am on my third run and it seems fine
badly designed
the devs don't even care at this point too
i would recommend downgrading to a older version of cryptid.
ok
it also is one of the least replayable expieriences in any game
imo
it makes it worse
people should play my mod instead
and mine
and my mod geode once it comes out
nah
2 mods better than 1
and i have 2 now
play my mods
actually just play whatever you want
alright i’m confident enough to start shilling my mod
❌
no you shouldn't actually self shill
instead shill my mod
no.
we need to be more jolly in the modding community
cryptid the cryptid to cryptid the crpytid to cryptid the cryptid
Into the jollyverse
Featuring
the end is never the end is never the end is never the end is never
the end is never the end is never the end is never the end is never the end is loading the end is never the end is never
Jolly Joker
Glum Joker
Gloomy Rekoj
Funny Clown
Happy fett(?)
And more!
Thoughts on wording and effect?
Jingle balls
It's basically just cavendish with a built in cerulean bell
it's also Cavendish that works with Hanging Chad

When it's up to complete chance that it fucks up your whole flow I'd say it's a good enough payoff
too much imo
my worry is this does absolutely encourage ✨ high card ✨ which isnt great for a mod
Reroll
-# $2

high card builds eating good today
or flush five builds but thats more boring
Play my modsters
I FUCKING HATE THIS ANNOYING RUN
Oh
the game shall taunt you. urk you of what you cannot acquire.
Score some lucky cards real quick and return
can't believe you're missing out on ice cream
such a shame
if i am just starting using balatro mods should i make seprect profiles for like pokermon and cryptid
cryptid automatically makes seperate profiles
pokermon however i have no fucking idea
i would just make a separate account for modded stuff
I have red seals so chad gets killed??
you mean profile
yeah
ok thanks
No
please endmin i need this
I have no mod and I must 'Xchips'
Woah
Woah
Woah
Woah
Woah
how does speculo work?
it's pretty much perkeo but with jokers
but when does it trigger?
it says at the end of shop
when you leave the shop
but mine didn't?
like i just left the shop and it didnt trigger?
I HAVE TO GET A JOKER FIRST?
Guys I’m gonna mod my Balatro
You got any mods that are just either very cool/just silly
What kind of experience are you looking for
Mostly chaos
get as much mods as you want
4 Mimicked joker + stencil
A Joker where the joker art is made using UI code
Joker where just one bug red button on it hmm
have you played stocking stuffer?
There is one in that mod?
almost
<@&1133519078540185692> get ‘im
Knob head
Thank ya plenty
uh congratulations
End the run prolly idk man
Man that's sad
There ain't nun else to do?
😢
I sold a ton of jokers too
I mean
I honestly can't even comprehend why would you even want to continue that run
What's the limit to scoring?
Assuming we're talking talisman bullshittery, you won't reach it
How many e's is enough??
What is a talisman?
The mod that lets you go bignum
that number is meaningless
Which means that you're most definitely using either talisman or amulet
Hold R to unlock more numbers ✨
😔
You're going way past first 8 antes, at which point why even care
Tall is man
Then how do i score the limit??
its impossible
You don't!!!!
like the way talisman is written you need a joker that sets you to the limit to score it
But i want to!!
food for the bugbear
Where is the joker?
food for samson
Not possible!!!!!!
How do i find that!!
what
Nvm
Huh
What's the name of the joker that sets the limit??
there isnt one
limit of what
???
you have to code your own
or that
I've got higher
I can definitely go higher
Before I ultimately left cryptid
But what's the point if i can't break it?
You can try playing the game instead of big number generator but oooookkkk
Remember kids
Crypid bad
I got like eeee3
But am i a different beast and the same animal??
What the fuck does that mean Kobe Bryant?
Reclaim your soul
That's normal in the world of cryptid
Ascensio or death star?
Mad joker
why do you have an old version of cryptid
+10 Mult if hand contains a two pair
.
Jimbo solos
YOU CAN MOD MOBILE ??
🚨 🚨 🚨 🚨 🚨 🚨
RULE 4, RULE 4
No mobile
WAIT YOU CAN MOD THE GAME ON MOBILE ?????
No shut
RULE
4
Hmm
This 
?
Also you can talk about your big number shenanigans in the cryptid discord
Fucks sake
OOOH..
Modding rules 
I just got told off too
"modding"
I would like to know how but will refrain from asking
Spin 3 times, clap your hands and go to bed
i didn't know you can mod the game on.. "small monitors"
Me either
Well we can't talk about it
i though "small monitors" are impossible to mod their games
You guys are still discussing it, yknow
actually
It's not like anyone cares to report but still
i will try later to make my mod WORK.
i really want it to work
a mod that force the game to add stickers to every joker to make it more difficult
What mod?
Ah I wonder when I will complete the development of my mod and finally release it
I need to learn more coding
5 eternal madness 🤑
instead of giving "jokers" and some are not.
i want FULL difficult
harder then GOLD STAKE
Chat is the localthunk guy THE LOCALTHUNK?
Is this THE OFFICIAL BALATRO DISCORD SERVER?
brov ..
I would assume that you want to hook create_card, check if Joker is COMPATIBLE with a sticker and then apply it to it
Nah, that’s just Tim
Aww 😔
Or maybe Just change vanilla sticker rates to 1 lmao
Gemini vs one oil lamp
don't the game give stickers to every joker?
Who's winning?
and legendary can't ?
Most food Jokers can't be eternal, for example
how about we FORCE it.
uh oh
Then ig you DO have to hook create_card after all lol
Why not just give it stickers it can have 😭
Or change the should_apply of a sticker maybe
I’m pretty sure every joker can have rental and perishable
lovely-injector?
just imagine.
and if it get extracted.. it will never gonna work again and just stay there
So no cavendish 😨
but wait.. i have another idea for it.
WHAT IF it has 1 in 5 chance to get disabled for the entire round after every hand is played
and when the round ends.. it comes back to life and work again
WAIT THAT'S ACTUALLY GOOD
i just made a fucking joker
shit mod
shit reply
btw my friend might be back to balatro modding cuz the injector dist is available for linux natively :>
another one fall to the modding hole
scaling jokers cant be perishable at least in vanilla
normal card things
(volume warning)
FORCE it.
oh my god lonslo
yikes
hey i was wondering how do you add the credits thing
from Ortalab
use my copy of Ortalab's code as a fallback if Ortalab is not installed
Anyone have ideas as to what this does?
divides by 5 then adds a 2 at the end
so 10 would go to 2 then to 22
50 would go to 10 then to 102
vagueposting
??
so essentially X2 then +2 unless theres a decimal
yeah
unless its a decimal in which case it sucks
id say we need more jokers that use lua functions but that one pta joker drives me crazy
actually wait if it was like 5e10 wouldnt it go to 1e102
oh shit true
i wonder if i should bother trying to make the art for jade and amethyst or jusy get another artist on em again lol
i dont know how people draw the gemstone jokers honestly
morning, modders and mothers
hi ice
mornin ice
I got done with work in 2 hours today, so rest of the day is balatro modding again
Time to make more boss blinds
nice
Now make a mod where the sound plays whenever a good joker or rare consumable shows up.
i guess this is a good excuse for me to try and learn something about shading but iunno
Really excited to have people try the new ones with Blind Abilities soon. Really hope it's good design rather than just over complicating a mechanic, haha
What do the others look like?
well its bloodsyone, arrowstone, rough gem and onyx agate, but also amber and moonstone which i will see if i can find screenshots of shortly
Oooh, matching the vanilla gemstones, no hodgepodge ones
Gemstones are luckily one of the most tutorialed pixel art concepts, so there's very detailed guides on how to make them look good
found em, amber is mine while moonstone was drawn by someone with actual understanding of shading lol
(effects have since changed)
that is true, ill look into it
Amber's main issue is the duller colours, honestly, but it looks pretty damn nice already. Moonstone looks gorgeous
it does, pumpkin man did a fantastic job on it
so you think if i just upped the saturation/tweaked the colours a bit on amber it would look nicer? ill try that when im home
playset is such a cool thing
I don't know if that'd work with how you've drawn it atm, but it depends on the effect you're going for. If you want it to look like a polished stone, you want to have the hues go through the extremes, where the highlights are fully white or super close to it, yeah. But that might look strange with how it's drawn right now, if you don't adjust the broader shading
balatro fandom wiki is very good and useful and correct
selecting any playsets doesnt work, i think im easily brainwashed
i swear it works before
I'll look into in a sec. What's the issue exactly?
wait this is on the miraheze too
flush is lower than 4oak so the 5th card wouldnt score and it wouldnt be considered as containing a flush right??
Oooh, I know what's going on there. It does work, but the sprite I used for it is a Kino one for the legendary UI, and I forgot to port it over 🥲
btw, do you have any suggestions on additional groupings that I'd need to make for vanilla?
oh, what happens if two content packs have the same item?
If they're both enabled, nothing, it's just enabled. If one of them is neutral, and the other isn't, it'll be included. If one of them is banned, and the other enabled, the item will be banned
makes sense
There'll be awkward edge cases where that's not ideal, but in that case it'll also be about smart content package set up. I'd not include Jolly Joker in a Cryptid M joker package, for example, because it'd ban Jolly Joker if you'd just want to disable M joker stuff
but if you'd wanna play with only M jokers, you'd get a wonky set up, I suspect, haha
can content still spawn if something from another content pack requires it?
It uses the ban list that already exists in vanilla for challenges. So banned content is excluded from pools, but not from specific targeting
mf
aikoyori
So technically, you can't ban Jimbo. Though I think I added a system already that will disable an object set's natural spawn entirely if a pool is empty from the start.
i'll need to check if i ended up making that though, or if i just thought I did, haha
my mod has become not interesting?
additional groupings?
like 'Econ jokers' and such
Turns it it's a bit finnicky to find a % that's balanced for this
it's supposed to be a showdown blind
just in ante 1 because I'm testing whether everything works, haha
ohhhh
is it x0.96 or -4% base
it ends up being like x0.3 if you use all your discards on red deck and the ability once
that's still 3x, tbf
yeah but thats still ~50% bigger than normal
Oh yeah, I mean we're on the same line there, haha
maybe just lock when it can spawn and it can be a Wall sidegrade
Oh, it's a showdown, so it's ante 8 only
ohh okay
I'm also considering setting up the showdowns to only show up if specific precursors have spawned in, so they can be a bit more cruel, because you can prepare for them
But idk if I wanna commit to that, that'd need some more thought through design
Utility Jokers, Econ Jokers, Suit specific Jokers
oh yeah
do you get to keep the abilities?
Enhancement Jokers but for some reason thunk doesnt make Mult/Bonus Joker a real thing
