#⚙・modding-general
1 messages · Page 1607 of 1
What are you talking about
son 😭😭😭😭😭😭😭😭
bluesky users when they HAVE TO perform a cult sacrifice
mod dev psa: please follow good coding practices so that the next person to work with your code won't have their brain imploded after 2 days
sincerely somone who has brain imploded after 2 days
i follow Coding Practices!
NO!!!!! ONE MILLION MAGIC NUMBERS!!!!!! 💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥
the ego boost i got from refactoring oblivion has been a detriment to my sanity. i dont remember the last time i implemented new content besides bumpscosity
:)
Don't worry :)
im way ahead of you
What if we made monument mythos jokers
please do not look into my mod's code for your sanity
Too late
cutely patches into aikoshen
also too late
I only need to look at where I want to look
the code sucks
never
I will rewrite Kino to include more magic numbers
i will recode bdash to have more ^
return dissolve_mask(lerp(tex, vec4(0.4254901960784314, 0.707843137254902, 0.696078431372549, tex.a), sin(miku.y * 2 + uv.x * 10 + uv.y * 10) * 0.2 + 0.2), texture_coords, uv);
Shaders have so many numbers like that and it scares me tbh
Witness - Is added to your deck when obtained, counts as a random suit and rank. When discarded or still in your hand at the end of a blind, becomes a Joker that gives x0.5 mult for each scoring hand it was part of (High Card excluded).
How is this as an effect? Disregarding the specific balancing.
I've been learning shaders for the last while and my biggest struggle keeps being my ability to parse shader code, haha. Numbers are so hard to translate into visuals for me
return dissolve_mask(// the dissolve shader I think? idk i copied this part
lerp(//linearly interpolate from the given pixel and a cyan one
tex,//given pixel
vec4(0.4254901960784314, 0.707843137254902, 0.696078431372549, tex.a),// blue color, match the transparency of the card
sin(//oscilate between no change and some change
miku.y * 2// change over time, 2 is makes it faster
+ uv.x * 10 + uv.y * 10 // make the have diagonal lines instead of being a solid color
) * 0.2 + 0.2// degree of change limited to [0%, 40%]
), texture_coords, uv);// more dissolve shader code I didn't mess with these
and that gives this
ah fair
I have a lot of experience making graphics with processing so this stuff kind comes easier
its just instead of drawing solid shapes i'm changing individual pixels
My only experience has been shader graphs in unity. I can mess with shaders a bit at this point, but it's a slow and laborious process, haha
fair
ngl I might mess around sith the code later and see what I can figure out
i've only done color manip
and pretty simple so far
just what you see above and changing colors based on a mask
for this
Though it doesn't help that there's some balatro quirks that are difficult to spot for a layperson like me. I'm wanting to make a new dissolve variation for abductions, and that's been annoying due to the way shaders are stacked, haha
oh fair
i ain't touching that code lmao
i'll stick to regular shaders
I've mostly just been bugging Dilly for tips whenever I run into something haha
honestly if I need to make a custom dissolve i'll likely do it via a gif and masking it
since I understand that
Im realizing now I should implement the colour mask improvement he made
A non-Kino test thing I was working on was trying to see if I could make a group of cards that would have a shared sky shader
ooh
I don't think that would be too hard, since you could just not modify the given coordinates to be scaled down to within the card
i think
Made this in shadertoy, with the idea being that the sun position would be absolute (at least in its x-axis) in your screenspace, so that it'd only be present in one card at the time
me when the sun fricking turns around
axes are flipped due to balatro quirks. Didn't get further than this, though, because joker jam took my focus, haha
woah
sick
oh wait
so you wanna have it sacle to fit the number of cards with the shader
sacle?
scale
i should've guessed that, haha
not scale. It'd be an absolute arc based on your screen width. The idea would be to make an enhancement with it, or a series of jokers, that get benefited from being the one with the sun in them. So the default assumption would be 5 cards would contain every possible sun position
ah
It's very doable, but I just need better fundamentals, as far as understanding shaders goes
yeah
messing with the information you send to the shader might be helpful too
since i don't think theres a gaurentee that the play area won't be moved
That's how the sun position would need to work, as well as the timing
Well, the idea would be to at first just make it work by itself. How it'd break by other mods' efforts would be a concern for later 😛
i think the timing can be done via shadername.y
I'm gonna be trying to make some simpler shaders first. Just need to figure out some ideas that'd be fun to work with, haha
and then you can use the timing to get the sun position
Because some of the stuff I'm missing is all the assumptions shaders make that need to be true. Still don't know why balatro needs the shader name to exist and be used in the shader, or what information it's passing through
it needs the shader name to exist because its passing in data to it
and due to how glsl works
that means it has to exist and be used
or else it crashes
haha, i get that, but it's a bit too 'grass is green because that its colour' for me to comfortably internalize
I'm fine with learning over time, btw, though I won't say no to an in-depth explainer 😛 I'll definitely figure it out one day. Just need to sit down with shaders more
The balatro/love2d quirks are ones I've got less knowledge of rn because I've been teaching myself mainly by just working through the book of shaders and making things in shadertoy
all data sent into a GLSL program must be used becuase of GLSL reasons I don't understand
Balatro has decided to send you all this data, most of it is always needed for the shader to actaully work properly
the shader's key variable isn't strictly needed depending on the effect you want, but becuase GLSL it must be used somewhere
like I was just gonna make my cover shaders a static color but it crashed cause I didn't use the shader name variable
so instead they do this
I'll hopefully learn why that is one day, haha. But I'm also just not sure what information actually is in there. It's a bad feeling just forcing a variable into a formula while you don't know what it actually is you're passing through, haha
shader.x is someting based on time
shader.y is the time
oh shader.x is the tilt I think
math.min(self.VT.r*3, 1) + (math.sin(G.TIMERS.REAL/28) + 1) + (self.juice and self.juice.r*20 or 0) + self.tilt_var.am
only shader I'm using currently that I've personally tinkered with is this one, which is just the shine shader that only targets specific colours
though dilly showed me how to clean up the edges. Might look around to see how I can make it look a bit more metallic and less like playing card foiling
yo has any1 reached 5es in cryptid mod? Like the furthest i got was quadruple e's but at some point all my expotential based jokers just stop increasing in numbers :p
I have not because I do not play cryptid 
There's a channel on the cryptid server to show off high scores. I bet someone there has good tips for you
the lyric on the bottom is
your face -> into a blunt weapon
残念!!!!!!!!!
イガク - 重音テト
music,lyrics,video 原口沙輔
(...ボカコレTOP1001位とっても感謝...)
off vocal、stem、映像素材など
https://www.dropbox.com/scl/fo/vp8lj80cz3cjc6wkwhq9j/h?rlkey=5vx4sx3t0ay5uc569levinvbi&dl=0
↓ツイッター
@sasuke_maschine
htt...
I would associate steel more with sharp than blunt, haha. I'd associate stone cards more with bluntness
I think even the stone effect counts as bluntness, honestly, haha
yeah but I already have 2 other cards that make stone 😭
Stone cards count as face cards?
hmm
yeah that could
id lower it to a common then
Or 'face cards no longer count as having a rank or suit, always score, and give +5 mult'
that feels blunt
ooh thats good
I need to figure out a better effect for this. The power boost scales too drastically. The deck functioning like a vampire itself also doesn't actually make vampire jokers more effective 🤔
oh fr? thx for the advice brah
my god theres literally jokers in cryptid that scale based on discord members n i js didnt put the two pieces together that cryptid has a discord
is it multiplicative
Yeah
that makes 20% absurdly strong
I've opted for this instead
Blood Counters can be drained by vampire jokers instead of whatever they'd normally drain
that's definitely better
Yeah, I don't want decks to actually mess with power
synergizes with more common vampire jokers effect
Any power changes that aren't temporary is also just not good design, and this was the only object breaking that rule
unlike the last one, it boosts any joker which is a bit unrelated
Yeah, it actively made it harder to play with vampire jokers, haha
as it'd boost any, but also it would steal the first enhancement before a vampire joker would get the chance to drain
that sucks even more lmao
Idk why I didn't immediately used the blood counters
as they actually make playing with the archetype easier
@full edge got it working
🐶
i did do a security audit of their fork (due diligence, since it was advertised on the regular MP server as well) and didn’t find anything shady at first glance.
but, the entire distribution of .zip files over discord makes it hard to audit, nothing stopping someone from sneaking in something in the future. or even a stray eval that runs code from the server.
needless to say - while i love that people build stuff on top of our work, we provide zero guarantees for that fork 🐰
It's even better than the glowing deck from cryptid-
Hell
please try my mod i will update it promise
Is fork even good? I seen separate file for each network action
so the other day, I made a great suggestion for the Paperback mod
a Food Joker
Joker Jacks
(I initially called it Cracker Jokes)
Rarity: Common
Effect: Each scored Jack gives $2. Consumed and gives a free "prize" in 3 rounds [Currently 0/3]. (Must have an open Consumable slot)
Cost: $5
Copyable?: Partially
Perishable?: No
Eternal?: No
References the Cracker Jack snack brand (contains molasses-flavored, caramel-coated popcorn balls and peanuts), commonly sold in baseball games and packaged with a trivial prize inside.
"...buy me some peanuts and Cracker Jacks..."
Each time this Joker's round counter goes up, it'll say "Strike One," "Strike Two," and finally "Strike Three!" when it's destroyed.
"...for it's one, two, three strikes and you're out at the old ball game!"
Prize Odds (Listed in Info Button):
- 30% Tarot Card
- 30% Planet Card
- 30% Minor Arcana Card (special consumables from Paperback)
- 10% Spectral Card
If Prize is a Spectral Card (hidden):
- 95% Normal Spectral Card
- 2% The Soul
- 2% Black Hole
- 0.25% Apostle of Cups (Selected playing card becomes Negative; -1 Joker Slot)
- 0.25% Apostle of Wands (Create a non-Legendary Joker of your choice; No duplicates)
- 0.25% Apostle of Swords (Destroy selected Joker; -2 antes)
- 0.25% Apostle of Pentacles (Add a Platinum Clip to 1 selected card)
The odds are extremely low, but it is possible to get a special hidden consumable from this Joker
The creator/artist, PaperMoon, said she wanted to do cracker jacks for a while, and yesterday, posted this
Face Cards have a chance one-pump you, the player
How much cooldown is the Post in #1209506514763522108 ?
I deleted a post because i didnt add the image and now i cant post it again rn
Couldn't you just edit the message to add the image
Not that it matter now but yeah
Oh you can't do that
I'm coming up with bullshit, apparently
I guess it's more than 17 minutes then
My best bet is either 30 minutes or a hour but like idk
I will post it again in like 10:30 in my local hour
like the third one
I do not see
you do not see what
differences
Want to do a joker of this
and
the left is more rounded the right is less and the middle is the middle
Is the middle one thinner than the others or am I hallucinating
.
Ah
Btw, for what are those card for?
my mod?
Btw, I want a better reference for Hanging chad in My repainted mod, i need meme ideas
they are for community cards
Yep
What they do?
the sayori scene
(eg mayor, citizen, townsfolk...)
havent decided
I dont want to put a joke that hard, ngl
ok then that danny devito screencap form its always sunny
Like, the "You should Kyssss now" already i concider it enought to add it to the disclaimer
same joke but lighter vibe
added S to evade the discord automod
plus he is a chad
I dont know that meme, i can see it?
If you cant post it here, probably i will not add it.
Okay
Noe thinking, i already added a Hanged joke
The hanged wojak for "Hangedman" Tarot card
Is kinda the same
Maybe I will use these one for Hanged man instead
is more funny
what level of artist are you looking for
I dont want to change the names in the cards for anything outside CHAOS MODE
I can paint
ok
Examples of how i paint normally
I dont have actual examples for anything not-meme related TwT
poll to chat what rarity would this be, assuming vanilla scaled mod
im thinking rare but i could be overestimating it
I know dittering and so, i can draw with reduced palletes
it technically allows an economy + vagabond build which typically wouldn't work
Kinda a lil more hard but i can
cause then you could temprance before the blind
and then skyrocket the mult
(only if the sell value is the mult)
I know balatro doesnt use almost no diterring and more gradients for i like it more, is looks kinda cool-
no the sell value does not change, for reason that make sense if you consider what the joker is
yea but arcana does use dithering
it's only when you sell that you get your money back
i have elected not to show the name and sprite for now but just trust that it make sense why sell value doesnt change
Yep, because there is like 2 freaking colours there.
So yeh, i can paint with reduced palletes
no its 5 or 6 colors
It was a joke
ok
thats why i put "Like"
tarot are hard to colour cheat
you can get away with it a little with spectrals and planet
like you can go a little outside the pallete as lons as it's close enough
Tarot are just 6 colours and nothing more
Hey y'all got any ideas for an x chip thing? Like idk sealed? Graded? Idk I'm throwing ideas at the wall
And the drawings are kinda complex for the canva space too
my brother in christ have you read what i said
Me or them?
it would help if you understand my point before replying with something unrelated
xChips are hard to make, because xMult is already very much the same thing.
You should put it in interesting jokers that are not just "X xmult Joker but with chips"
And have in concideration that Plasma deck exist
So dont put something bigger than x1,5 in something that isnt a Rare or directly legendary
tarot are pretty fixed in scope as they are based on real actual existing cards
planet are based on mostly real celestial bodies but the card art is arbitrary
Why are you saying sorry 😭
and spectral you just have no limit
there are like 200 different tarot decks
Idk I'm just weird
there's a lot to pull from
guys what happened to reading comprehension
?
yes there are many different variant of the tarot deck
i think you just dont know what tarot cards are
lowk idc about xchips
I mean minor arcana is like 56 cards
😭 ????
as in i will just use xchips and xmult interchangeably
do you understand the concept of the major arcana and minor arcana
and how does that relate to what you replied to me earlier
???????
that you can pull from different tarot decks?????
how does "yeah there are multiple arcana sets" relate to "tarots are a real thing but planet cards and spectrals are made up"
THAT IS THE POINT I WAS MAKING
IF YOU READ MORE THAN ONE SENTENCE
.
READ THE OTHER TWO SENTENCE
they're posted together for a reason
what happened to reading comprehension
this is why i just don't make tarots if i don't have to
how do those correlate to what im saying ???
???
WHAT YOU SAID HAS NOTHING TO DO WITH WHAT I SAID
argument: tarots are pretty fixed in scope because they are based on real cards
counter-argument: there are a lot of cards to base them off of
no need to be a dick about it dude
and why do you feel it needed to be countered
we are talking about two different things
because thats how conversations work?? lol???
im talking about how planets and spectrals allowes more freedrom
and you just want to nitpick me for what???
there are 200 tarots deck, but spectrals doesnt exists which make it easier to come up with a new one
without having to adhere to the existing sets
is that clearer now?
all consumables are themed actually, even if it seems easier to come up with spectrals they're all based on occult concepts
and planets are based on
well
planets
yes there are 200 tarot decks, but comparing to planet and spectral, tarot is still significantly more constrainted than the other two
because it is based on real existing cards
whereas with the other two you can get a bit more creative and exotic, like going to fictional or hypothetical celestial bodies
You can stretch that a lot too, as tarot deck makers add their own arcana all the time
I based the ones in my mod on existing ones but that's no constriction
like you can make them up
What the fuck is happening to #⚙・modding-general today why are we particularly unchill😭
idfk
im just that disagreeable
funny enough i just finished the le chiffre contract
i'd count that
ring shaped habitat?
Blomkamp trilogy reference?
it's an object in outer space
again planet's theme is significantly more loose so it would certainly count in my opinion
but who knows experts says im objectively wrong
i did make the big ear observatory (it's been scrapped and moved to typ0's mod) as a planet card
what do i put at the top where there are usually roman numerals
Idk
roman numerals
bru
what??
Is there a mod that assigns modlists to profiles? (So that when u switch profiles, it automatically disables and enables mods)
Stupid idea: Put like a piramid point for the higher class, Middle of the piramid (Or a square) for mid class, And the bottom of the piramic for the low class
Because you said are community cards
And the hierarchy / Status of the class
Like, the farmer or something would be in the low class
while a office man would be at the middle
I FINALLY CAN POST MY MOD IN #1209506514763522108 LETS GOOOOO
Peak
I would use that one font where the letters are very lanky but idk
thx-
Is in The resources thread in #1209506514763522108 , Search "Resources" and the second one will have a lot of placeholders, fonts, templates and so
theres a whole ass thread in modding resources
Yep
Why am I just fucking around
Make him say "A science made this game"
important the "A" at the start
Probably will do exactly that when I stop fucking around and make the dialogue thing actually work
That will be peak.
ui 
how many discards are you willing to get in exchange for trading away a joker
You should be able to pin messages in your own posts in the forums
depends on how accessible that trade is. If I know it's coming up, even just 1 is fair
how rare?
fuck idk theres like
5 unconditionnal cards
1 conditionnal
1 rare
it mighgt be unconditionnal
like the others
You can ping a modding mod (singular) for that
if you ping the role you'll ping the only modding mod anyway
That's why (singular)
Mod^2
Balatro Mewgenics?
The mewgenics pack for J&! on which I slowly work on
Baltro
i wish i could help
Shenanigan deficiency
Damn..
I've had to resort to making a github wiki cuz I have no idea how to do anything on the modded balatro wiki lol
https://github.com/the-2nd-olsberg/BalatroSpringfield/wiki/
Wikis are annoying to work on
Hey, if you need help on the modded Balatro wiki, we got a server you can ask on; you can also ask me here
I can add my own mod in balatro modded wiki? (Jk)
More than a mod is a Texture pack that changes the sounds and lenguage
Btw, is balatro repainted (The first one) in the wiki?-
Im pretty sure theres even a texture pack section
I highly doubt but just asking
Search up the exact title of the page you want to make; you'll be brought to the results page, where you will be prompted to create a page with that title ("Create the page X on this wiki!")
I am asking for adding the mod because i can give all the art cropped and in high quality
Ah okay! Thanks very much!
And i can say the references so there is no too much speculation&
If you need an idea on how to format pages, you can refer to https://balatromods.miraheze.org/wiki/Modded_Balatro_Wiki:Style_Guide - you won't be punished for not following it, but it's useful for others, and can be useful for you
This is the wiki's style guide, the standard of quality that articles and other matters on the wiki should strive to develop towards. While pages do not have to immediately meet these standards (such pages should be marked as stubs), effort should still be made to follow the style guide, to reduce the overall amount of work needed to meet the st...
Swag
Just searched, kinda weird but i can understand isnt a full overhaul texture pack category or so, there is almost none for what i know
Even, the unique overhaul mods I know are other repainteds
Damn
Note that your mod needs to be published before you can put it on the wiki - GitHub, Google Drive, #1209506514763522108 (not recommended), etc
There isn't one
Oh, nevermind, you can add it just to Resource pack
Now realizing, my mod will be the first in the alphabetical list because starts with "Another"
Yeah dont worry it is im not that stoopid
Its even in the balatro mod manager
Yea, I was also mentioning that to Ginger
Oh yeah durh
I will realese it in gamebanana, in a drive, modding and i will se if i can put it in Github
That works too
As long as it's like easy to access
How do I get the most gacha experience from this game
Like nonstop gacha
Gacha for jokers, gacha for cards, gacha for blinds and tags if even possible
Gachatro
Can't say I've heard a mod that introduces gacha mechanics (yet)
Might be interesting unironically
hello, its been a while
Theres a couple
The holotro kinda adds a gacha mechanic but since its not the focus of the mod it isnt its full potential
I just wonder what the modding community would reccomend since they know mods more than me

Yep, wont be like "You have go to X website", i will put the links in various websites-
do you want gacha deck
hi.
yes.
i saw roffle and bean playing a turn based multiplayer mod and ts was fun
i wish there was a way to play that like
solo
i wish i have time rn
its ok 
also i wanted to lyk
the busted ass misprint deck is bugged
mainly the tarot cards
no matter what number it shows it still only lets you change the normal tarot amounts
yeah i don't wanna change much about vanilla stuff
but its misprint deck 
i don't want to be too invasive to the code 😭
that deck already caused me a headache and a half 😭
i would change the visual numbers of the tarots then
play my mod
bc some of them say like
change 300 cards into spades
and you can only change 3 still
😭
still!! it was fun
i assumed the misprint deck wasnt the main focus so
i want gacha everything
Is it like you want to roll to unlock content and be able to upgrade them or smth
i want gacha everything
like jokers decided by gacha, stamps, blinds, cards, everything decided by gacha
like the holotro mod has a really interesting way of doing it where you dont really get to see or use the jokers added by the mod until you unlock them via the mods gacha
i love collecting, rarities, and gacha
and balatro is the closest thing to scratching that itch that doesnt require me going into debt
erm, f2p exists?
Nothing is free in life
I tried f2p-ing two gacha games; I paid with my soul
Soul
i hope you still like my mod after allat
PUT SOME LINKING PARK MUSIC
I chose Endfield to be my first and only gacha game I've ever played
I stayed f2p as well, no monthly pass, no protocol customized
i do!
i like the wood cards
they look really cool
canopy?
bro this is fire
im ngl
isnt it a rlly cool idea???
I would 100% support a gachified Balatro mod if only to help people with the gacha impulse - unfortunately I dont actually remember how the gacha experience goes
i wanna gamble in my gambling game
/j, busy with stuff will try to get to it whenever
those cards are awesome
im ngl though
some of these seals you added
im trying to find every mod that includes gacha mechanics and it SORTA is going to provide the idea of like gatekept info and stuff from the game only unlockable through gacha but its not the FULL experience im thinking of.
like imagine how satisfying it will be to tear through balatro in a nearly fully randomized lucky run after multiple runs of just pure ass

idk what that is
im willing to provide art for this idea im so deadass it would be SO FUN
rare?
an umbral card
oh
uh
wtf are replicant
cards
yeah ive only found abt 10 umbral cards tho
also i love that
one of the blinds is literally just
a complete chicot counter
😭
they are powerful but rare
think spectral but with 100% more yuri
HUH
why?
what happened 😭
oh lmao
oh god high constrast makes it worse
i needed the design to be distinct from base game cards and also make it so that you can still see the enhancements
I'm going to rework bosses
ive only seen 2 so far
look closely, it's just +2 Mult
some of the later bosses are evil
(i have 17 dollah 🥀 )
😭
just use the other deck that gives exotic
+2 mult per card you played and held
i think so
mb i gonna
light reading
its equilibrium
ok enhancements are a little hard to see
youre going to see it again
"can you see it... right there... one wild card.."
yes
yes
inb4 mod with personality
I'm trying to optimize the game so it can handle having like 3000 jokers
I made so if the card rank is more than 20 it doesn't draw unless the mouse is near it
but that doesn't seem to be the problem
what causes so much lagging on jokers?
i used analog on common joker and now i have 3 jokers🥀
the answer is simple
don't have 3000 jokers
Do you know what causes so much lagging on jokers though?
loading the shaders usually im pretty sure
yes
having to render 3000 jokers
It's not being rendered though
who are all your characters on these jokers :3
I think so
and also updating the joker
i need ONE dollar to buy sum
as in the game running update function
many of them are references to existing media
i see
to reiterate
SO FAR I HAVE 3 MODS THAT GET CLOSE TO THIS BUT ARE STILL FOCUSED ON JOKERS ONLY FOR NOW
Holotro: adds a shit ton of hololive themed jokers that can only be unlocked via a new consumable called "Relic gacha". Allows very specific build based around different vtubers from Hololive. Like builds focused on a purple marker which treats your cards and jokers as if theyre part of a cult, layering repeats. Or entire glass builds where your entire deck ends up as glass cards and you get rewarded when they break.
Payas Terrible Additions: Adds a Gacha Deck. The gacha deck adds a ton of joker slots but jokers CANNOT be bought normally, only obtained through gacha packs that pull jokers face down so you don't know what your getting. Forcing you to make a build as you go.
Reverie: You obtain "Exchange Coupons" which will turn into "Cine Cards" upon completing the side quest the exchange coupon asks of you. Cine cards are in their own seperate consumable section from the base game. Cine cards DRASTICALLY change the shops to a randomized gimick based output. Basically balatro but side quests.
replicant cards are spectral cards but 100% more yuri
i see
theres so much more then rendering
from update cycle, joker updates (Card.update), movable updates (Moveable.move), cardarea alignments (CardArea.align_cards), card collision tests (Controller stuffs), etc
should i make a thread for this? is that allowed?
don't believe me?
yes
check the colour scheme
bc i wanna play them all
next up I'll make planet card adjacent cards
DESTROYYYYY
and it will have the 🏳️⚧️ colours
🔥
lowk i wanna add unique bets to my mod so I'll keep this in mind
-# as if my mod isn't unique enough
also if you have like 3k jokers, calculate might take a quite a time
actually I'll steal from Sagatro and add my own take on story mode
no code stealing tho
I'll add something a bit coherent
what tags should i use

Sagatro has a very specific mechanic that can be considered gacha: starting with Saga Deck in story mode
- 0.3% chance of creating negative The Soul, increases by a random amount between 1% and 5% (smallest increment gap of 0.1%) every restart, resets to 0.3% on a successful roll
- it is guaranteed to hit on the second restart, once every profile
- if The Soul wiggles, you hit the 0.3% chance and therefore can save the run's seed for later use
actually
uhm
i don't play that much gacha games
you know what I'll hack things together
i have reccomendations
idk if im allowed to send them here because it might be too off topic so lmk, i'll dm them
nobody cares you can send it here
(im new to balatro modding community so idek wth im doing ngl)
if it's still kinda related
kk pog
holocure: vampire survivors but lowk better with SO many unlockable characters with very specific builds based on cute anime girl streamers
Uma Musume: if you like character building and stat managing it can be really fun and rewarding, the gameplay loop just rlly starts eating itself alive after a bit
Cookie Run Kingdom: if your ok being scum of the earth its a lot of fun but the game has horrible management and the competitive scene WILL make you lose faith in gacha games
holocure is the one i reccomend most since it doesnt have in game transactions
truth be told i dont play a lot of gacha games because its rlly fucking bad for practicing self control
asteroglyph js saved my run
woa
that color palette makes me want laffy taffy and nowandlaters
whats this palette again
i will base it off hsr...
ive heard good things abt hsr ngl
akef
idfk
ive been like getting rlly close to trying it but i rlly rlly rlly hate hoyo
gennshin makes me want to rip my hair out with all the wasted potential and ur not allowed to have fun in zzz until you sell your soul
i don't play zzz so idk
what did u say abt kingpin?
i just got it
seems
eh
yeah it's kinda eh so i made deals that are a bit more powerful
deals?
im so fucking green
I'm green
ima do planets now
me when im green
what color should it be
green aikoyori
dark cyan
blue, purple, gold
like galaxy
or that
PINK
no actually make it unpleasent gradient
😭
cause spectral is purple and red instead of blue and yellow arecana is green
wait what is this
experimental content for my mod
i see
i haven't finished any of them yet except one
make a reskin out of this mr color theory
ah
if you want to try it then you can turn on experimental content in the settings and restart your game
oiled up men deck mod when?
you should check out my mod for what it has right now
LMAO CONSIDER ME INTRIGUED
i wanna make a release but i wanna write changelog
if its got oiled up men youve got a cuistomer
yeah I'll nerf them when i actually added villager trading
oops
i meant to say the mod in general
also omg i love this modding community sm. i play muse dash and omfg that modding server is filled with shock bait edgy redditors and assholes
like what a welcoming and fun community dawg
zlawg
just dont say anything about cryptid mod
or people will have your head
apparently
the person who complained about it left
theres been many others
no idea what that is and idk if i wanna know
a very popular unbalanced mod that gets sent here a lot and people absolutely hate it
bc it comes through so often
real
why is this joker in japanese
i cannot read ts
😭
im trying out my gacha based mod collection rn for the first time i'll let u guys know how it goes
ill try it out too after i finish this run
adachi rei
ADACHI REI MENTIONED
why do people not use high contrast
TETO?
ur rlly good at colors, do u think you could make a reskin with this gradient and make it work
itd be REALLY funny
rlly fun mod, the selfie neru joker is so busted and fun
update soon-ish
i love it
i want it
wait im thinking about miku and friends
i thought vocalotro wasnt out yet? i thought it was a wip still
vocalatro (the card skin mod that i made) was out for like almost a year
wait i never thought of jokers that change the rank
i modeled it after the centrifuge from my uni chemistry lab
not exact copy
select any of two cards on your screen
adachi rei
what the blind hat- WGHAT
😭
cause I like the regular skins better
OH CMON
adachi rei
YOUR ENTIRE MOD IS
JUST
YOU CANT HAVE NICE THINGS WITHOUT HAVING A BIT OF THE BAD
its good
dont take that in a bad way
BUT FUCK
what mod?
me when balance
no

+2 joker slot is very good
but .5x feels ASS
adachi rei
yo
vanilla ahh run
hmm I should add some more rei songs
I only got one rn
😭
Ado
Miku and friends
ah
EZ SHOWDOWH BOSS
gamble 
im now realizing that I know like 4 rei songs
;-;
same 😭
which ones?
Gameble...
actually no there was a fan adachi rei album
mine are
gimmick girl
heat abnormal
my bread was burnt to a crisp
OUFOI
also KLY but thats like fricking everybody
Adachi rei lowk overated. Every song with her HAS to be next level to makeup for the voicebanl
wait I should add this for the massive info queue box it would have lmao
can't find it
you can't find the beauty in completely sysnthised songs ):
I just hate how limited rei is
Theres so many better options for the same sound but with more flexibility
Zundamon, otomachi una, kafu, IA
the eye of rah
The eye of gamba
rei's free
⚙️ PRESAVE NOW: ffm.to/machina-mori
⚙️ PRE-ORDERS OPEN ON 2/15/25 ~ COMING SOON!
⚙️ VIDEO & EDITING ~ @keyesgen
⚙️ ALBUM DIRECTION AND ORGANIZATION ~ @0TSXL
⚙️ ALBUM MASTERING ~ @JamiePaigeIRL
⚙️ DISTRIBUTION MANAGER ~ @keyesgen
⚙️ ART & ART DIRECTION ~ @LucielEllis
⚙️ VIDEO BACKG...
you might wanna nerf droplet cards
I dont believe any of those are
YELLOW
it's fineeeee
nobody talks about my goat otomachi una like that
sick
it was a compliment
shes my fav vb
true
idk why but same
how have I never seen this what
gimmick girl is in there i should've known about it 😭
speed of spice is still the best synthv una ive heard
what r u lookin at blueprint👀
😭
『おいしい!』
「秋の未確認生物」long ver
子牛と申します。何作目?
うた:音街ウナさん
音楽:子牛さん
https://twitter.com/COWshi504
ギター:一筆かもめさん
https://twitter.com/ippitsukamome
イラスト:鮭味さん
https://twitter.com/11Meronpan
動画:Λkiranuさん
https://twit...
its not a question on how to play it
its a question on how it was done
cardarea jank
also why
counterpoint: why not
true
who sould be next?
i was gonna make it a boss blind
#000
MissigNo?
ye
crash the game?
nah not crash it
"??????????"
then what would he do?
make three negative copies of a random consumable in tray when added to joker tray, otherwise is a xmult/xchips misprint
my pokemons are consumables
can you add ??????????
in that case, level up all hands but a random amount per hand
(for example: 2 for flush, 5 for high card)
decamark? isnt that like the R/S/E/FR/LG missingno
the types are jokers
thats basically MissigNO
Voltors (Hisui)
Adds 3 Lucky Clubs to your deck
yeah, english isnt my first language
noclip past the starter town without triggering the starter pick
what is gojo and fuguna even doing here bro
YEAAAAAHHHH
@hard plank what deck should i play on(in your shananigens)
normally in R/B you'd get a 'M (0x00) but in R/S/G/FR/LG you get a Decamark with no moves (it won't use struggle either)
gojo dies and save you from death and thukuna does this:
letter deck
ah yes, but that "?" mark its a MissigNo too
its a different kind of missingno
one thats an intended failsafe
i like to think my mod is unique
i like to think mine's too
yeah, but i would make this
decamark != MissingNo
and i have a Lean cup in mine
be carefoul with the volume
LoL
yeah, but i dont like to repeat like concepts
you can make decamark a nothingdoer
nothingdoer?
consumable with trans palette the world is healing...
basically a consumable that does absolutely nothing
anyways this is what ive been up to
Odd todd (Todd howard)
i am confident i beat aiko to it regarding one thing
i don't have gd reference
Blueprint ahh
no, i implied a custom suit
how can i make new suits?
Glass Girl
cards held in hand become steel cards
when 2 adjacent glass cards shatter
also
pure rank / suit are technically a rank and a suit of its own
but not really
wuh
they dont show up in my deck builder
yeah
it's NOT defined as a rank or suit
ah
but you could say it is kind of a rank and suit on its own
well i did cuz i kinda wanna stand out among the ranks of entropy and... paperback?
they both add suits
nice
We need to add the cryptid suit to the game where if you play a cryptid suit card it deletes all the folders on your computer
altho aiko you have to admit
a custom suit is a great idea on paper
its just that implementation can feel a bit jank
-# but i got code you can modify
Sprite updates looking nice
as in
ok so
adding to the game
i dont really like custom suits
i don't find custom ranks and suits fitting the vision for my mod
you could say im adding lots of fluff
lowkey 0NE feels like a vbs song lol
Guys what if we added circles to minecraft
the only thing about suits that i dont know how to do its the texture part
LoL
already done in vanilla


aikoyori what is score
its just an atlas at the end of the day
I've been playing around with ideas on how to handle new suits
How
i lowk js don't bother lol
command blocks
I was considering 'prestige' suits that also count as a base suit
do you have an example or something? i want to add one for a deck
That's not the same brah
when i release 0.0.3a-rc2 you can peek my suit code (itll be in misc.lua)
Who knows how to make basic edition shaders 
thanks
like diamonds+(??)
more fluff
aikoyori
Yeah, basically. And potentially something else to make that actually matter, haha
That sounds like a good name for a balatro mod
hi
enhancement 2
oh wait you're planning on making suits that have special uses?

Yeah, that's what I'd wanna avoid, haha
what do u need to know
If a suit has a specific scoring element, itd be too similar to an enhancement
I think the idea would just be for some jokers to super care about super suits, I guess
yeah lowk i just don't find custom suit and rank that interesting of a gameplay change
It's not yet a full idea, haha
you'll need to make corresponding sinful and some rare earths and some niche joker and boss blind to make it fit in
Suits don't have enough of a gameplay identity for new ones to meaningfully change the game, I find
My coder doesn't know anything about shades so I'm just looking for someone else to make them, they're incredibly basic though
if anything, its bad because it messes up flushes and straights/oaks respectively
what should they look like
"What if flushes were harder and deck fixing was harder"
exactly
I will dm you
i think it's too much work for too little roi
what we need is a third identifier
yeah
cause you need all the suit cards too
other than suits and ranks
Yeah like some kind of enhancement
also my pure cards are not enhancements
i also have pure cards
But letter cards already exist! We got K, Q, J, and A