#⚙・modding-general
1 messages · Page 751 of 1
if anyone here is good at pixel art, lmk if you do comms
could use 3.or 4 cards by external source

pay me 14 squillion
check your mailbox
So, how can I help
just to be clear, im currently low on cash so i cant pay upfront
is that fine with u
I am literally doing this for free
I don’t want cash
can you turn this into pilby tbe caterpillar
they're from a roblox game

would ask for more but im kinda embarrassed
I have no idea who they are, dm me a photo
I've always wondered why the Juggler has glasses
Those are glasses? I thought it was a headband
gotta see the balls one juggles somehow
oh, I think I mistaken those for glasses
prolly a headband or sumth like that
Oh, I didn’t think about that
I thought that was +4 chips per round
It's beautiful isn't it
game wont crash if you delete lovely silly
also N, excellent work on your vanilla joker project
it's such a good learning tool
thank you ❤️ astra helped a lot too
ah well great work to astra as well
eventually I want lovely docs to be that good but it's super low priority haha
this is making me angry
I'm thinking on adding a frequently asked pieces of code part either there or on a new repo, I'll probably include some basic patches
think of an idea for this joker: go.
wait so all of this is now context.initial_scoring_step?
no
yes
basically if you ever wanted to score in context.before and realized it wasn't possible
ohhh hahaha
It’s not my birthday, but can y’all pretend it is
no
I’m in the thick of it
but it's not your birthday!
happy birthday!!!!
i care very much about the sanctity of the birthday
happy birthday
NO! NO N O NO!!!!
Man thats crazy
has anybody, js asking, has anybody ever used the SMODS.restart_game() function before?
not me why
idk js asking
Nope
I. HATE. THIS. VOUCHER. SO. FUCKING. MUCH
once ever
real
when is this mf gonna get a tier 3 on cryptid so i can FUCKING TURN IT OFF
IT IS SO FUCKING BAD AND ITS TIER 2 REQUIRES QUITE A LOT OF LUCK TO UTILIZE
its useful for like
3 rounds
btw @fair thistle i donwloaded a version of your mod and my game crashed from it, i'd hope you'd fixed it by now
unless your build specifically wants you to add cards, or you're destroying like half your deck a round
...
...
real
i dont have a mod thats paradox's stupid ideas
mb thats what im talking about tho
its just mods with my art
nvm then
gives you $3 and 1 random tv fact at end of round
i cant fix that, it's Paradox's mod, i just cocreate a lot of the art
magic trick should do something like "at start of Shop, create a free Standard Pack", and the tier two should guarantee that "cards in Standard Packs always have an Enhancement, Edition or Seal"
interesting
i have something similar to this:
dont mind the other 3 cards
Ok
real
jevil joker that literally just has the same effect as jimbo
i was literally js lookin at jevil's wiki page vro 😭
alr for translation: the card js restarts ur game when bought
Get good
50th joker implemented for next update
🥲
basically just making an additional mod at this point
Mr ant tennas
Tee veeeee time
real
I love Tv
Don't touch that Dial, and Keep up those smiles; since Tenna does feel like a slight take of nostalgia (think Static from flavor foley) i'd say it would want you to keep playing the same hand over and over, maybe a chosen hand? idk
whats the crash
if played hand is most played hand, +1 hand
idk i downloaded a long time ago
do you remember what you were doing
guys why dis happening
what i do wrong
SMODS.Rarity{
key = 'unobtainable',
loc_txt = {
name = 'Mythic',
}
badge_colour = G.C.RED
default_weight = 0
}
-- Gradients
SMODS.Gradient{
key = 'unobtainablegradient',
colours = G.C.RED, G.C.PURPLE
}
no i js booted up the game i think
youre missing commas
SMODS.Rarity{
key = 'unobtainable',
loc_txt = {
name = 'Mythic',
},
badge_colour = G.C.RED,
default_weight = 0
}
-- Gradients
SMODS.Gradient{
key = 'unobtainablegradient',
colours = G.C.RED, G.C.PURPLE
}
replace it with this
colours is a table too
i dont like commas. 😠
yeah well john lua requires it
arent gradients deprecated
download new version and let me know if it crashes
no
yes
gradient(self, dt)
Used to control the badge colour gradient.
Defining a gradient function on your rarity is deprecated.
yeah that one is
oh its just on rarities
because you can use smods gradient instead
SMODS.Rarity{
key = 'unobtainable',
loc_txt = {
name = 'Mythic',
},
badge_colour = unobtainablegradient,
default_weight = 0
}
-- Gradients
SMODS.Gradient{
key = 'unobtainablegradient',
colours = {G.C.RED, G.C.PURPLE}
}
replace it with this
why is there a meow meow there hi kitty
Yes
yes indeed
thats on every smods link
whose cat is that anyways
join the smods discord to have it in your side bar
aure's
I can’t go to the mod server for help anymore but I was trying to get my copy of polterworx on my laptop so I can play it on the go does anyone know how to fix this error
send mods folder
gasp
One second
guys i dont think the color is supposed to look like that on the rarity...
one sec
whats the mod prefix
should be in a json file in the mod folder
silly
SMODS.Rarity{
key = 'unobtainable',
loc_txt = {
name = 'Mythic',
},
badge_colour = "silly_unobtainablegradient",
default_weight = 0
}
-- Gradients
SMODS.Gradient{
key = 'unobtainablegradient',
colours = {G.C.RED, G.C.PURPLE}
}
yup
spawns a
just did that lol
still like that?
yeah
wait no
it should be fixed now
i js did it before you did it
oop
SMODS.Rarity{
key = 'unobtainable',
loc_txt = {
name = 'Mythic',
},
badge_colour = 'silly_unobtainablegradient',
default_weight = 0
}```
its prob the weight
"spawns a"
badge colour has to be a colour
nu uh
can it not be a gradient?
yes, but not a string i mean
what
🅰️
wait where are gradients stored
"🅰️ "
here
OH
SMODS.Gradients
but you can also do local mygradient = SMODS.Gradient{...}
like. a screenshot
i think
gradient(self, dt)
Used to control the badge colour gradient.
Defining a gradient function on your rarity is deprecated.
it's not that
oh im slow
nvm then
vro it has to be SMODS.Gradients not Gradient?
-- Gradients
local gradient = SMODS.Gradient{
key = 'unobtainablegradient',
colours = {G.C.RED, G.C.PURPLE}
}
-- Rarities
SMODS.Rarity{
key = 'unobtainable',
loc_txt = {
name = 'Mythic',
},
badge_colour = gradient,
default_weight = 0
}
that
no i was saying SMODS.Gradients is where its stored
This should be better
this is so gooberlicious
they need to fix up the docs
Here you go sorry I’m stupid
nvm im js dumb
.
go into talisman folder
also that's not the folder you sent me what
where
smods.rarity
like this smods.rarity
yes
update talisman
Ok
am i blind
guys what if i was like scout from tf2
i dont understand whats not there
he has a fucking gun 2
maybe the fact that its a colour and not a string is ambiguous
the gradient documentation
gradient works now thanks
thats smods.gradient
like this where it says nothing about local variables
or smods.gradients
I still have the version from the mod pack
you know the reason why this server made me decide to leave some other trash server is because people are way more active on the art channel like holy shit
did i stutter
good night
this is why people say nxkoo dies all the time
dude
also happy birthday
its not even my birthday
yknow what its only 3pm here but im going to bed just so i dont have to see more things like this /j
and?
thats it I'm telling everyone your name is "nix koo" verbally
DUDE
nxkoo is the knight

is that why people want to kill him
trif trif trif trif trif
opening up a dark fountain in the cryptid discord server
It all makes sense... /J
i am chester holiday i am the roaring knight
now the fucking jollies are jumping me
I was just going to shoot them with my crossbow but that's more torturous
i'd like you to meet my cousin, rory nite
fortnite
that fixed it i was just saying that the version i had was the one i got with the pack
I just threw my Minecraft Volume Alpha vinyl on during a currently happening thunderstorm and it's hitting
real shit
what pressing did you get
standard
I do have a splatter for Beta tho
oh sick
Yeah the standard green
i wanted some of the cool variants but the green was cheaper lmao
the vinyl tracklisting is lowkey the best possible selection from the mc soundtrack
wait is the tracklist different from the album version
yeah
they had to fit it onto 1 LP so
holy peak
every side is around 15 minutes
it is 1 AM for me here i would not say good morning
(its 1 AM for me tho not u)
it's just slightly trimmed
is there anywhere I can find the base textures for balatro playing cards?
very good selections though
ooohggu peak
all the essentials
i wish some of the droopy songs were on here but if they shoved more music onto it the quality would suck ass
its 4 AM rn
its 6 am
post your favourite vol alpha track and vol beta track... NOW!
i suggest you go to sleep
AM = At Morning
only if you know how to though
Yeah they condensed it too but it's a 2LP so there's a lot more than Alpha's selection lol
dude i just woke up
i meant 01:00
beta is 2½ hours so it'd have to be 4+ records for the full thing lol, they totally trimmed it
I know what you meant
e
E?????????????????
bro how did i predict that
WDYM
idk
bro threw in a fun fact
sometimes you need to fill in the optional fields-
ok
no you don't
putting a gun to your head and forcing you to speak in #⚙・modding-general
you can't do that
i put him here
where bugs
key = 'spambot',
loc_txt = {
name = '{C:purple}Spam{}{C:money}bot{}',
text = {
'Earn {C:money}3 Kromer{} at the end of a blind - UPGRADE IN [(#2#/#3#)] ROUNDS!'
}
},
atlas = 'spambot',
pos = {x = 0, y = 0},
rarity = 2,
cost = 6,
config = { extra = { dollars = 3, round = 0, maxround = 6 } },
loc_vars = function(self, info_queue, card)
return { vars = { card.ability.extra.dollars, center.ability.extra.round, center.ability.extra.maxround}}
end,
calc_dollar_bonus = function(self, card)
return card.ability.extra.dollars
end
calculate = function(self, card, context)
if context.setting_blind and not context.blueprint then
local _msg = "UPGRADE"
card.ability.extra.round = card.ability.extra.round + 1
if card.ability.extra.round >= card.ability.extra.maxround then
local _msg = "UPGRADED"
SMODS.destroy_cards(card)
end
end
end
}```
what
thoughts? the "correct Poker Hand" is chosen randomly from all visible hands (chosen when the card is bought)
correct? is it like random and not shown?
ok
i'd maybe bump down to $25 and tell you when you get one right and when you reset
it's not a random sequence
oh so its like
high card, high card, high card
High Card -> Two Pair -> Flush Five -> 4oak and so on?
oh
but the poker hand IS random right
oh that's a lot for a pretty easy condition
pseudorandom_element(viable_hands, "EF_safe")
it's not trivial but $100 is a LOT
ik ^
its a random poker hand played THREE times in the same round
i feel like thats a rare one
not the same round
^
ah ok
if context.joker_main then
if context.scoring_name == card.ability.zzz.hand_chosen then
card.ability.zzz.current_streak = card.ability.zzz.current_streak + 1
else
card.ability.zzz.current_streak = 0
end
if card.ability.zzz.current_streak == 3 then
card.ability.zzz.flag = true
end
that's definitely a doable condition if you have a hand-agnostic build
if it doesn't tell you anything and you just have to try every hand three times then $50 seems fair
also guys is there like a sandbox mod?
debugplus
ok thx
he's got a gun for real now
mrrorow
meoww
?
who the hell is joe
my mama
YOU KNOW WHO ELSE
Do I keep the flesh panopticon border?
*flies past by*
ultrakill....
meow
shoots you out of the sky
For his neutral special, he has: a gun!
Damn
@deft ore Uh... idk what's going on with your mod but the jokers it spawns don't appear with art
Lemme disable some mods
I had cryptid and cardsauce installed
huh...
they're still invisible
could be an atlas issue
i mean it works fine here
yeah ik its just kinda weird
maybe, but i never had this problem with Cardsauce or Balatro
Can you even say, my name?
GET O-
I'll probably just modify it with the code that the normal one has
||||
wait i may have forgotten the shader
I wanna see if that's the issue
Nevermind
it's still a problem
paradox's stupid crashlogs
They’re heresy borders now instead.
Should I keep the borders?
Up to you
Don't ultrakill
They're what
Beat me to it
No.
Stop
I already had to deal with one of them
I don't wanna hear it again
i don't CARE
Fine 😒
You all drive me nuts and not in a good way
Make me hate doing balatro mods sometimes
if it helps, i have no clue what the in-joke is
If it doesn't help, im sure id join in if i knew
Invisible the song
Stop
Are you feeling numb
I’m gonna hit you
Be gentle uwu
My man
No. I'm slowly losing my sanity because you all have widdled down so much from me that I'm starting to just LOSE IT
ESPECIALLY when i'm having problems with the code, I don't need to be replyspammed METAL GEAR SOLID LYRICS BECAUSE I SAID THE WORD INVISIBLE
Im a strong, independent individual. I'm no one's man. Any screenshots showing otherwise are fabrications
Guess the memories are gone
My bad 😔
shinku i think you should go outside and eat a hamburger or something
everyone needs a burger every once in a while

I'm not going to a fast food place right now.
go to a slow food place then
But you're right, I need to eat something. I didn't have dinner yet

I just need a break from here before I pop a vein
borhgar
what were you doing
started a run with Paradox for fun
1; it spawned a second paradox
Then suddenly, when they both triggered some round
I just crashed
oh wait no i see the issue
what it shouldnt do that
fish head probllems
did you have showman
no
also fish head kept just spawning and dematerializing before
yeah you had 24 dollars or more
so it INSTANTLY destroys itself
should maybe fix that
Yup
maybe have it destroy itself if you have 24+ dollars when a blind is selected or at the end of a round
I think so too, because it's probably like parity issues, they both trigger at the end of shop so the fish head just fucking explodes
i could fix it and keep the original functionality but its probably better to trigger end of round anyways
Binding of Isaac reference
(that name's taken though...)
reverie synonym google dot com
reverie sounds cool its not about the meaning
its like how cryptid has no cryptids
Gotta find another name
reverie 2
mystique isnt taken
the new balatro mod beverage
(beverage isnt taken either if you wanted it for some reason)
would drink
New cryptid expansion, turns everything into acid soda
Is meridiem taken??
no
Lets goo
Hell Let Loose once Joker Forge allows creator to use emult
i can't wait for a flood of mods that are somehow even worse than cryptid
I saw a mod made entirely with joker forge on bmm should I install it
(atleast it says that)
(kinda)
nah
is there any overview of what it adds

i feel bad making Tangents now
bro its a jokeish mod, even if it doesn't have balatroish art, it's pretty goddamn advanced
why is it smiley face
Art can be hard
no i understand that
but why smiley face
not like... scholar?
business card?
Drug trafficking
why is perkeo background only here
why not a png
the purpleprint is literally just wrathful and gluttonous joker combined
it sucks that the definition of balatro modding to literally everyone not in the scene is just
cryptid
my reading comprehension is being sapped from my skull 😭
4927383 jokers wow calculate screen
this is also written really badly tbf
although hilarious
cryptido
yep
i shoul;dve modded sooner
so it begins...
OH MY GOD I THINK THE JOKERS ARE SHUFFLED
my mod is now associated with them
oh thats great
is that purple card
nah not really
i was going to add that
Then set yourself apart
update: fish head doesn't crash the game anymore
no offense, but these ideas are so goddamn pale omfg
also fish head now triggers at round end
Do all of them just copy the ability of another joker?
did you add the renewed Bat Astro
is there a new version
hold on let me
is this not objectively worse than misprint
HOW THO
Also wait why did they add another dot to each face?
oops all sevens probably
idk what it would do
That's the part I can't help with
but it sounds like a shallow idea
misprint can hit numbers between 0 and 1
-# most of the cards are slight alters of vanilla cards we're well past "shallow ideas"
Hello, Im new to the server and I came in with questions about Balatro Mods, anyone can help me?
shallow in the same way a puddle on the floor is shallow
just ask the question man
(gender neutral)
don't ask if someone can help you just ask the question
Are there safe Balatros mods?
my mod is safe from termites
Most mods here are safe
practically all mods are safe
i have never heard of a mod being unsafe
pilferworx
not to insult you but you read like a concerned parent who doesn't know shit about "the balatro"
yet
be nice wtf is this for
Because I want to install one to improve gameplay, such as choosing multiple cards without clicking so many times, but Im insecure about mods
are there Balatros mods on the computers
install handy
all mods are safe
handy is perfectly safe
Ty for the help everyone
theyre jumbled but theres a card called eh all 7s
why is none a hand I can play???
oh yeah cryptid has that
because yes
did you play high card on sapphire stamp
all mods are safe
yeah
except mine
my mod will give you a high five and a nice pat on the back
my mod is unsafe for my mental wellbeing because i'm trying to develop alongside talisman
it's fine for everybody else though
i love the joker that does
wait why is teto pear a booster pack
shitpost mods are better than actually bad mods because you can tell they were never meant to be quality
the sprites are all wrong
i didn't know they were THIS WRONG
i got the flashbang deck working
who puts their booster packs in the same atlas as their jokers???
THEYRE JUST FUCKING JUMBLED
btw that credit card texture is supposed to be the texture of a card called elon credit card
its just credit card but 5x more potent
i was trying to be nice because you know this is probably someone whos never modded before but oh my god they messed it up so bad how do you even upload this to bmm ???
i blame jokerforge for the texturing issues
these are... not the most original ideas?
I blame incompetence
the mod manager tags should be vanillaslop, numberslop and forgeslop
Another Stupid Balatro Mod
where's slopslop
I like your flashbang joker
where am i here
Shits awesome
What is that
is there a way to download from the website
I have never seen this author lmao
vanillaslop is when all the cards are almost weaker than vanilla for 'balance purposes', numberslop is when ^^2 chips, forgeslop is when the atlas has swapped x/y and theres like 10 worse versions of legendaries and some alternate cavendishes sprinkled in plus like half the descriptions dont say anything or have like 15 spaces where there should be
Can you do that in normal cryptid without extra mods?
wait what
why is the github ONLY A README
i just clicked repository
BMMslop is when you only upload to BMM
what about foodslop
thats unusedparadox /j
is grab bag vanillaslop?
YOU CANT JUST CALL ANYTHING SLOP
whole new ass mechanic
what do we call finity then
Nxkooslop
messageslop
not slop-slop
slop deck ference
nxkooslop
New slops just dropped
D:
if everything is slop then nothing is
some of the grab bag jokers are designed to be like, C-tier
i need to play tangents but i dont enjoy playing with png jokers for more than 30 minutes, the jokers are funny and good i j...
"Chai Tea" ahh
syndrome:
"Gains 5 chips when you play a straight flush"
what about with placeholders lmao
i mean its kinda the same effect? except its reading instead of staring at the screen with a blank expression
What about wonderful arts with no functions
ever heard of JPEGs shit for brains
i don’t like playing with mods with placeholder art, i haven’t touched aikoshen at all yet
>:(
:c
hey ! rude
i try my best to not use placeholder art but sometimes i get lazy
uhm
8>[^3]
TENNA
[TV]<8
If i only have balatro on my tablet: is there any official way to get mods?
I LOVE TV
rule 4
i love tv
I love tv
i just made it a mechanic in my mod that placeholder arts are relevant and my mod is open for anyone who wants to nerf this mechanic
+4 mult
possible but no official way and against rules
why is vro rental in the collection
yeah the atlas is just fucked i thinkn
meowmeowmeow
Meow
maow
no pattern i can see
So many cats in this server
how do you upload this to bmm and then make a github with just a readme
its actually really shrimple
Where Arena These rules
once you do it once youll be like "oh thats it?"
so much effort...
i gotta replace the smods in my workspace is the most annoying part
😔
i cant find em either
woe 3 more years of kris pronoun debates upon ye
AGHHH
the theming here is not very strong, i was originally basing it off of cathode rays but realised it didnt really work well for a blueprint clone
Insert Zoro dying gif
now i wanna make a Pronoun sleeve where polychrome is 40x more likely
deck*
or voucher even /j
make all jokers banner
oh right i was going to do cardsleeves compat
new cardsleeves compat: this mod adds no sleeves
/j
paradox if you were to make an enhancement if you were to name it what would it be
BROADCAST! [TV]<8
looking through jokerforge code physically hurts me
also sleevestacked yuri deck should give an extra negative bp and brainstorm and take an extra slot from you
funny hat
it puts a funny hat on the card
huh...
+10 Mult
Cannot play Flush
evil droll joker
ortalab joker
thats the counterfeit Astro
^^1.025 Chips, Flush is disallowed
/j
Yuri deck: start with an eternal negative blueprint and brainstorm (they cannot be moved)
😭
X1e100 Mult
Cannot play a hand
^1e300 Mult, all Jokers are permadebuffed upon purchase
And it changes the texture to the yuri assets
includes self
+1e100 mult, 1 in 1e100 chance hand isnt disallowed
yuri deck
THEYRE FURRIES !!!!
Furry Yuri!
astro i think your version of the really bad balatro mod is broken
the textures load fine for me
new rarity mythic it's in-between legendary and exotic
Pokemon:
2Mythic4U and its all chips related
i downloaded it fresh off the bmm jokerforge presses
jokerforge is a mess
and i fucking regret it
new rarity evil and its in-between evil and evil
2CurSUPERCURSED4u and they just FUCKING KILL YOU
dont tell this guy about the vallkarri cryptposting crash
that one cookie clicker achievement
fish head crash fix has been committed to main
yeah erm akshuallee cryptposting already did it so you can't do it uerm
akshuallee
fish head works again 🎉
cryptposting isnt a real mod
cryptposting actually made a joker and now has copyright over the concept of jokers
slash jay
localthunk is getting sued next week
i cant get this to fucking WORK
What In The Actual Fuck Does This Joker Mean, Like Seriously, Is This Just A Bunch Of Numberslop? Anyways This Joker Spawns A Card Of The Inverted Type Of Used Consumables Once A Round
- no description
wrong channel
DEV ALSO CANT FIGURE IT OUT
ive heard the terms numberslop and vanillaslop today
termslop
slopslop
yeah its sad that its actually kinda applicable. first one's definitely more applicable than the last one but yeah what paradox said
this isn't asking for help it's just venting
IM TWEAKING
wait i see the issue
is it main eval or end of round
it cant be both
"Vanilla Balanced Vanilla+ Vanilla++ Super Vanilla I Love Vanilla Balancing Vanilla Balanced Wait Did I Say That Already Whatever This Mod is So Fucking Vanilla Mod"
the parenthesis probably isnt needed because of how name text works however
i can just use tables for the name text and have it be as long as i want
if its end of round
it spawns
TWO
instead of
ONE
btw to your balancing changes to cryptid someone called cryptid "vanillaslop"
asf. . sf..d.af.s. fs a
LMAOOOOOOOOOOOOOOOOOOOOO
context.end_of_round and context.cardarea == G.jokers
vanillaslopcore cryptid
cryptid will never be vanillaslop
context.meow_of_mrrp and context.mraow == mrrp mraow meow
cryptidslop
checking for cardarea is not the solution here lmao
meowslop
one day cryptid will have no jokers
trust
also checking for area == G.jokers is basically never needed
does it tag addition really need to be in func
and will literally only break aikoyoris freedom deck and do nothing else
?
if it was people would be so soyjak mad its sad but its probably the same people that go "how download cryptic mod"
can it be inside of the calc
i dont think we'd have too big a loss if we cut out the people that posted the first line of crash reports when playing cryptid with Exponential Murder Joker and Yoinky Spoinky Joker with the Evil sticker
no one really uses func outside of like. timing specific things or something
modding dev more like modding 🤔 ❓
just put it outside
i love somethingcom
eviction
what the fuck does numberslop even mean
regrettably if you do somehow get an answer from somethingcom "🤔 ❓ on every" 515 its a good answer
fair but again there would probably be someone who is somehow numberrotted and able to type slurs at the same time
just ban them
fair
@harsh glacier like this?
😭 no
no that's worse
yknow what yeah im up for cryptid nerf arc
THEN
move the add_tag out of the return
I'm back for now
hello shinku
outside of ret?
hey.
yes
nxkoo just do my change and ignore everyone else for now
hi shinku
is the return being skipped because theres no message
sure
reactslop
cryptpostingslop
you can put add_tag back intto func for now idk it wont really matter that much
cryptposting is kinda slop ngl
the context is being skipped/called too much cause of bad checks
i see
hey I have that mod
i think editing the image i replied to would be best
to just change the if statement
SQUIDWARD!! DONT ISNTALL VALLKARRI WITH CRYPTPOSTING!!
whered you get that from? septingentiquinvigintation stevie? with their little 723 hyperops?
hypersloperator
new cryptposting joker: ^^^^^^^^^10000000 chips and mult and retrigger every joker twice if played hand contains high card
im so mad im getting better at typing septingentiquinvigintation
i dont have this problem because i hate hyperoperators now
and its art that it gets like 2 months later that is a reference to PSI for some reason
can we stop talking about slop
septimrrrpmrowmeowmaowmrrewtation
you can't control the flow of conversation-slop
no more talking about slop
Starfruit 2 - Multiplies its ^mult everytime you reroll
look at my cool ideas instead
this is why i said slopslop
this cryptid could never be entropi- HOLY SHIT !!!!
sick
no way coupon tag joker
"is that your slopsona? thats slop..."
"YOU'RE SLOP!!"
yeah thats good
anyways
is it like coupon tag or does it persist through rerolls
coupon
what is even happening
how would i put a hat on the cards without it looking like crap
id say make it uncommon then
love doing some debugging and this is the first shop
yummers
pull out an illustrated diagram explaining what is numberslop and what is vanillaslop
credit card in the credit card
she laughs and says "it's a good mod, sir"
have yall seen 900n1's mods
would a paradoxial enhancement
numberslop is big numbers vanillaslop is a vanilla+ mod
be cool
capsule machine might need to be uncommon because most dices are uncommon but also
they are perishable so idk
+4 mult but -4 mult
gives you ^^chips, infinite ^^chips, but no ^^chips
how would i make a spaceyish enhancement thats called Paradoxial and lets you actually see the ranks and suits
it worked btw thank you @lunar sluice
based ruby
see im so awesome and cool
just show the corners
why is everyone slopped
breaking news: i am half the people on earth
hmph, fair, i just dont know the line between CCD accessibility showing corners and seamless showing corners
maybe it should be paint instead
okay guys no more slop were DONE
Fiine
on all levels except physical i am 
I tried to download the entropy mod but for some reason the mod was incomplatible with like fucking everything??? and when I got the game to launch it was like it wasnt even in there???
do you have cryptlib
whats your mod list my guy
yeah thats what I downloaded
don't get cryptlib if you already have cryptid installed
oh ok
what even is cryptlib
i still need to investigate smods bug related to provides stuff
cryptid with no cryptid
crypt if it was lib
it is the code libraries for cryptid functionality without any cryptid content
emult & echips, boilerplate talisman stuff, forcetriggering, value manipulation, various other random utility functions
does it have the rarities
also thematic sets
would it be rude to detect if other mods are loaded that dont have their own food objecttype and add their food jokers
oh yeah that too
:3
cursed jokers being locked to cryptid truly this is the darkest timeline
pluralize is a big one for cards that have changing values but i still need to port the pluralise patches
just make a different archetype of cursed or something
pluralize................
call the rarity just fucking Burden
pluralize is more important if you have value manip but its nice for scaling jokers too
i just do val == 1 and "" or "s"
wait what's pluralize
but id rather have it work with cryptlib too if im gonna use it anyway
i do it everywhere even though i dont have value manip
ik ppl are gonna manip my values anyway 
cryptid isnt fun atp
I removed crypted,cryptposting and valkarri and I got this message when i tried to add cryptlib
correct! play my mod instead
or also. your choice
lets you have +1 chips display as +1 chip and +2 chips still display as +2 chips
ohhh
i got that wan inside of me
i just hate the wording being wrong so much
well but like
pluralize...
"Chips" is the name of the value
You better not know how it works for other languages
pluralize is better for other languages beccause you dont have to pass a specific suffix into loc vars
each language can do unique stuff with it for the same joker
or just not use it at all
what's the resolution of the playing cards I'm confused
75x91
+1 Mults
and how do i get this
alright while im here who has some unbalanced or unique mods
rn the only way would be to use cryptlib as a dependency (probably not ideal if you only use pluralize but its not that bad)
also i made cryptlib set CryptLib as a global to true when it loads so its easier to do stuff with cryptid crossmod that doesnt break
true but i have severe doubts anyone will ever want to A) keep up with me making placeholderslop at breakneck pace and B) even want to translate my mod at all
can you pluralize mult
why would you do that
🧠
i'm very good at placeholderslop
im gimmick


