#⚙・modding-general
1 messages · Page 993 of 1
Our entry to the The VOCALOID Collection 2025 Summer featuring Kasane Teto!!!
It's been a wild ride, so I hope you enjoy it as much as we did working on it.
Subtitles available in JP/EN/ES.
♥️♠️♦️♣️🃏
CREDITS:
Music, Mastering: darkbluecat
Lyrics: @AnbaLen
Vocal Production: @Phantom97
Bass, Guitar, Mix: @minti9047
Art: @li...
you have a mod?
this came out like today lmao
tetaroto
Tetarot
pears....
Idk what contradiction would do
idk lol im just a table
W
Did somebody say Teto 😼
no (yes)
Mine 
nonteto jokers are teto
teto jokers arent teto
please
Oh no
teto
Then
Yes?
idk lol
i have teto in my mod
I can't draw
It's a good drawing
its teto
play my mod its out rn
I'm ok
play aikoyori's shenanigans
hopefully i don't stand out in public
play |ɔac
þac moment
Play Victin’s Collection
steamodded and lovely?😭
true,,,
ooh pretty colours
is that one tag or multiple
because i did see you were being silly with text earlier via smods
wait can it do more than just transforming i t
apparently it is not just movement
what does cryptid do
holy
that sounds really cool actually
hope it gets merged
needs documentation
it is also very simple
more complicated effects like glow is not possible tho
just setting the record straight
you should try it out yourselves
I don't have balatro
Oh
just tell me what does cryptid do
Buy it
i think they mean the aikoshen ability
not the mod itself, the Aikoyori joker
Oh
Okay it's code card related
Smth about getting a code card
it just creates a code card if you play a single ace
what does the aiko joker do if you have c-
ok thanks
Calm down
I'm going to smother someone
i was calm
Mhm
aikoyori joker also does something if you have My mod now :)
Sure
point is I want people to discover these
anyways bye chat off to the beach
I'm serious.
I believe you
Now you're not calm
silly ability
Tangents

lean into the aesthetic
im not sure how useful it is long term but its probably good econ(?)
Don't listen to this man
PLAY TANGENTS
Play all in jest
it's pretty good on its own
Play it
Do not play Tangent
Pl
ya tbf u get free editions on everything basically
#1326135270759993364 please 😭
and its a cool proc condition too
im going to
make aesthetic cards more expensive
What should I play
because as much as i love fun
they are not just $3 worth
do not tangents
cryptid
No
:c
Every run I just get 20 million on ante 4
pretty low
play Vallkarri
standalone branch
no cryptid just cryptlib
tangents
Tangents crashed for me
hi
🦝
Expect a "junpscare" at the main menu
Junp
junp
I hate mobile
@wide mulch add ui builder in joker forge
asking the man to slave away in the ui mines
Quite painful, but I managed to add hover UI for overshoot; now its more clear that its something you should avoid
oh hey unik
close enough welcome back straddle
hello
Basically that but for scoring instead of ante, so "just holding on" type runs wont be unnecessarily punished much
similar to your overscoring
close enough welcome back overscoring
whats the threshold for it activating
^2.5 reqs
is it capped at +1 per round(ante?) or can u get more than 1 at a time
always +1 per round everytime you activate overshoot and -1 per round if you dont
in case you only have one-offs such as night (joker)
hm
is it really worth being so lenient if you need five one-offs for it to even harm you
just a very niche thing but i dont really like how the poker hand tooltip box looks like
i like the look of info queue boxes more
wdym
those r the poker hand tooltip boxes
ohh
I tried to do info_queue boxes, it does not work with this UI
oh ya i see it
yeah ud have to manually create something like detailed_tooltip except it grabs from localization instead, i had yggdrasil did it
I'll try something like that
🤔 to wat tho...
<@&1133519078540185692>
crypto casino......
slain
in like 3 years
isnt global speeding up though
nxkoo asks for glowing text again
PLEASE
i am going to kill nxkoo if he does it
who is sil
who is da capo
guys i have an idea what if we play balatro
wtf!
aw :(
This is better than straddle
Stupid idea I had bc I'm bored. "Blind Blind" - All cards are drawn face down.
the wheel if you had 3 oops all sixes
Joker.exe
So now that I have time, do I just need to enter this into the terminal?
wait can you modify the text itself inside of that
kinda yeah
holy
yea at this point it is definitely far beyond movement
i mean i named it dynatexteffect
feel free to clone my fork
and do shit with it
where is heaven
I'm gonna
ing mald
🌏 Get an Exclusive NordVPN deal + 4 months extra here ➼ https://nordvpn.com/notexttospeech It’s risk-free with Nord’s 30-day money-back guarantee! ✌
Mr. Beast is giving me a FREE $2,500 on Discord if I visit a gambling website! What could ever go wrong...
Well, it turns out that's a massive Discord scam that is being spammed by a bu...
why is there so many scam bot all of a sudden....
there's your answer
egg whoa you cant say that
or you can i don't really know
I am legally allowed to
wait this means we can do misprint effects without having to build ui nodes now
bbc news said it… it must be real
lmao wtf??
what are you on haya
pfft
you think?
😁
ok you can try it
no documentation but the feature is VERY simple
like very much so
implementation wise it's as simple as it gets
i love when steam games ignore your workshop subscriptions and go off of favorites instead
lily i am bad at adofai
are you
yes
i guess you decided for yourself
SMODS.DynaTextEffect {
key = "obfuscate",
func = function (dynatext, index, letter)
letter.letter = love.graphics.newText(dynatext.font.FONT, string.char(math.fmod((string.byte(letter.char) + math.fmod(math.floor(G.TIMERS.REAL * 142.1 + index), 192)), 94)+ 33))
end
}
SMODS.DynaTextEffect {
key = "rainbow_wiggle",
func = function (dynatext, index, letter)
letter.colour = AKYRS.hsl2rgb(math.fmod((G.TIMERS.REAL + index) * 50, 360), 1, 0.75)
letter.offset.y = math.cos(G.TIMERS.REAL * 2.95 + index) * 9
letter.scale = (((math.sin((G.TIMERS.REAL + index)*2.9443) + 1)/2) + 6 )/6
end
}
SMODS.DynaTextEffect {
key = "snaking",
func = function (dynatext, index, letter)
letter.offset.x = math.sin((G.TIMERS.REAL + index) * 7.95) * 9
letter.offset.y = math.cos((G.TIMERS.REAL + index) * 7.95) * 9
end
}
here are some of the jank i made so far
is snaking the cool paper mario text
this but a bit more subtle
oh fuck yeah
is this a useful feature
its either what im talking about or very close to it
this is an awesome feature and i will probably use it
this sounds incredibly silly
funny paper mario text
Marie (Skullgirls) - Legendary - Creates a negative Mr. Bones when boss blind is selected.
Good ability?
There always has been tho. I remember internet before Facebook and spam emails and fake shill accounts on forums were always around. Not to mention random raids where people just spammed threads with gore. The fact that people ever got used to not having spammers and scammers is really just a matter of timing and luck.
yeah but the frequency increased
hi bepsi
i didnt say that the server doesnt have spam bots
Like, there are still porn bots that text people's cell phones, those aren't new, they're just better
just that they r appearing much more often compared to like, weeks ago
Win free money for free (free)
Oh, in this server specifically
pissdrawers are full of cracked programmers
I see. Well mod team's winning then bc I haven't seen
pleaase fix our code 🥺 🙏
is this where i tell everyone to check out the thac thread because i want ppl to look at my art and tell me why it sucks
mac has a thorn
Wdym I can’t make threads in this channel?
ÞAC

and put it in þac and tell everyone to suck it
wtf is dankranks
old ass mod i made
😭
Woah ask for consent first

i agree
0, 1, 11-30, extra sets of face cards after 20 and 30
i consent

as well as Þ rank
does any1 know any mods similar to saturn that don't conflict with cryptid? or a way i can resolve this conflict?
Welcome back Unstable
whats saturn again
did unstable leave
sob

did i make unstable support for nothing does the mod not even work
im so shit at bowling
gives consumable stacking, more speed options
oh
it's a qol mod
the stacking one #1374198317122326558
which like 2 mods provide by themselves now
largely replaced by #1374198317122326558 and #1270746376312979456 ?
handy is keybinds tho, it doesn't add more speed options?
im p sure it does in the latest updates
yeah no its gone
gone
sob
Why you need jen's mods at all?
idk nopeus got a lot of speed options and stuff so it was my preferred option when it comes to game speed before
probably just use handy atp though
see i would just use handy's speed options
they come with keybinds out of the box so i don't even need to go to settings
meow
not another cat
too many jokers aikoshen support when
when are we gonna see dogs around here
huh
please
dont youll summon nxkoo
also am i a pioneer in balatro text customization
yea kinda
no like what is there for me to support
sorting by normal joker or letter joker
maybe i should come up with a different term other than
letter joker
more fluffg
true i might be stupid
sorting isnt a thing in TMJ as of rn
just downloaded the latest version of handy and still don't see any speed options in settings or the mods settings?
i also dunno what a letter joker is
15 legendary jokers
so like henowhatever its called
I need 4 more characters to turn into jokers
yea i am adding more tonight :>
mood down
my
my go to japanese food place will close in like
5 days
krilling my
unfortunate
ive opened aikoshen in TMJ
sad
any1?
ah
Oh
henohomosexual
??
i couldn't think of anything better <3
i might just be blind, wouldn't surprise me but i looked everywhere i could
if you want to add smth to search by, put a function in TMJ.SEARCH_FIELD_FUNCS as in https://github.com/cg-223/toomanyjokers/blob/main/api.md
then dont say anything ??? oh well
so like, for your letter jokers
The default setting to make the speed go up and down is holding alt and scroll the wheel up or* down
Or*
If that doesn't work I'm afraid your version is old
You need not participate in every conversation.
literally just downloaded the new version
sillyposting gets exclusive access to contents
found it. thanks for the help
ig i am just a bit blind
deadass wtf is the difference here
@woven orchid ...
looks like its both the SELECT button when theres a consumable/joker in the pack
why do they even need different functions
confused
i cant even open my god damn booster pack
me when i report the same crash over and over
Oops! The game crashed:
Syntax error: functions/common_events.lua:3442: 'end' expected (to close 'function' at line 473) near '<eof>'
Additional Context:
Balatro Version: 1.0.1o-FULL
Modded Version: 1.0.0~BETA-0711a-STEAMODDED
LÖVE Version: 11.5.0
Lovely Version: 0.8.0
Platform: Windows
Stack Traceback
(3) C function 'function: 0x17bed3a0'
(4) global C function 'require'
(5) main chunk of file 'main.lua' at line 880
(6) global C function 'require'
(7) LÖVE function at file 'boot.lua:323' (best guess)
Local variables:
c = table: 0x17bd9558 {identity:false, version:11.5, accelerometerjoystick:true, modules:table: 0x17bd95a8, gammacorrect:false, title:Balatro, externalstorage:false (more...)}
openedconsole = boolean: false
confok = boolean: true
conferr = nil
(8) global C function 'xpcall'
(9) LÖVE function at file 'boot.lua:362' (best guess)
Local variables:
result = boolean: true
(10) global C function 'xpcall'
(11) LÖVE function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
inerror = boolean: true
deferErrhand = Lua function '(LÖVE Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
helppppp
turn off metaprogression
i uninstalled the gam
DUDE I WAS JUST PLAYING THE DELTARUNE MOD FOR BALATRO AND I GOT A NEGATIVE RARE FROM A JUDGEMENT
did you restart your game after turning it off
because turning it off should. turn it off
the file shouldn't even load
oh so its like
wait i needed to restart
yes
cant exactly unload a file midgame
cat am i cooked?
the better version of
probably
help me pleaaase
i think i made peak
i guess i can do smt like this
btw thats actual audio of astro meowing
There's currently a conversation so I don't think they would care
I unfortunately cannot help due to me not being a coder
I wonder what mod causes this
i have this error
i guess i gotta update aikoshen now
i don't know why
what mods do you have
weird
are you using bmm perhaps
yes
that explains it
i git pulld every mod in my mods folder how the hell do i git pull a release version instead of a beta one
why ?
sometimes bmm is a bit dumb
i need to uninstall it ?
yeah sometimes it causes problems
%appdata%/Balatro/Mods
hmmmm
i removed everything
does it still crash
yes, but i haven't removed bmm
what's inside lovely folder
only log folder
i tried to verify integrity in steam, but same error
try removing version.dll in Balatro game folder
did you remove the file i asked for 😭
it's not on the appdata
i think your Balatro is just weird
💀
is it the same crash
Yo that's crazy. Some people really using nexus
are you launching with bmm
nop
send crash log again
Oops! The game crashed:
Syntax error: functions/common_events.lua:3442: 'end' expected (to close 'function' at line 473) near '<eof>'
Additional Context:
Balatro Version: 1.0.1o-FULL
Modded Version: 1.0.0~BETA-0711a-STEAMODDED
LÖVE Version: 11.5.0
Lovely Version: 0.8.0
Platform: Windows
Stack Traceback
(3) C function 'function: 0x17bed3a0'
(4) global C function 'require'
(5) main chunk of file 'main.lua' at line 880
(6) global C function 'require'
(7) LÖVE function at file 'boot.lua:323' (best guess)
Local variables:
c = table: 0x17bd9558 {identity:false, version:11.5, accelerometerjoystick:true, modules:table: 0x17bd95a8, gammacorrect:false, title:Balatro, externalstorage:false (more...)}
openedconsole = boolean: false
confok = boolean: true
conferr = nil
(8) global C function 'xpcall'
(9) LÖVE function at file 'boot.lua:362' (best guess)
Local variables:
result = boolean: true
(10) global C function 'xpcall'
(11) LÖVE function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
inerror = boolean: true
deferErrhand = Lua function '(LÖVE Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
Steamodded isn't supposed to be here
do you have OneDrive back up enabled
probably steam cloud
i think too
do you still see things in mods folder
but that's weird, i never had this error before
as in more than 1 thing
if they are back i suggest removing the mods while the game is open
because steam
of my working laptop ?
the one you have crashes on
when the game is opened, i have nothing more in the appdata
i will try somethong i'll be back
hmùmm
so
i copied all the files of my working laptop in the new
but another new errorf
Oops! The game crashed:
Syntax error: engine/string_packer.lua:95: 'end' expected (to close 'function' at line 26) near '<eof>'
Additional Context:
Balatro Version: 1.0.1o-FULL (best guess)
Modded Version: 1.0.0~BETA-0714a-STEAMODDED
LÖVE Version: 11.5.0
Lovely Version: 0.8.0
Platform: Windows
Stack Traceback
(3) C function 'function: 0x030d9a60'
(4) global C function 'require'
(5) main chunk of file 'main.lua' at line 1726
(6) global C function 'require'
(7) LÖVE function at file 'boot.lua:323' (best guess)
Local variables:
c = table: 0x03105a70 {identity:false, version:11.5, accelerometerjoystick:true, modules:table: 0x030e3c98, gammacorrect:false, title:Balatro, externalstorage:false (more...)}
openedconsole = boolean: false
confok = boolean: true
conferr = nil
(8) global C function 'xpcall'
(9) LÖVE function at file 'boot.lua:362' (best guess)
Local variables:
result = boolean: true
(10) global C function 'xpcall'
(11) LÖVE function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
inerror = boolean: true
deferErrhand = Lua function '(LÖVE Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
something doesn't add up
yes
hi
im sorry
bepis this better not fuck up my own card button patches
i am updating the joyousspring count today
joyousspring
idk rn it doesnt use any patches
just a simple hook
i think aiko might be hunting me down yall
you are not ready for the jank in hot pot
it is that bad
false
you have no idea what jtem added
I swear if the time we have is used to fix jtem stuff
Finnaly my 404 chips 🎂 🎉 !
dont worry sdm i volunteer to fix so yall can do ur own stuff :3
Noo Bepis 😭
you should do some examples of how to use this probably
ok no i don't think you have to fix our shit
yeah i will also work on a pr to the wiki after i got this done too
also this isnt all possible contexts which you might want to add buttons
from previous team
hey ruby
im mostly basing off the contexts on whenever the function decides to add different buttons rn
have you seen the jiggle text
a little
aka this
tbh i would just exclude cardarea checks from the context at all and have button_context just have the card area passed into it
Did you have to do that?
yeah
Darn
from what ive heard we dont, really have to fix stuff in hot pot immediately
I wanna make a rare consumable called “Administrator”.
i think we just add our stuff then at the end we all fix our shit afterwards
else it wouldnt be that fair for later teams when they have to spend most of the time optimizing/fixing previous teams' code 🤔
mmmm
hopefully team name didnt have a hard time trying to fix our shit
with this system rn i would have to just
I have a feeling it’s hard to make a card that lets you execute any valid lua code into the game.
do all the checks in button_apply
Like really hard.
and use the fallback context
the humble loadstring
for most of the things i need it for
which is like useable
but its not any easier
its just putting it in a different place
also ||cryptid's ://crash has a chance for it to pull up a prompt to execute any valid lua code so theres that||
Same with memory leak
Does it actually use load string?
WAIT THAT'S WHAT IT'S FOR???
I actually had that happen like multiple times in a row and it hasnt happened again lol
Yeah
is this an smods thing or a your mod thing
does this mean it enables ACE
i really have no clue what to do with the button_context part effectively lmao, hm
i guess just adding the area of the card to the context make sense
You can just use SMODS.add_card{key=“j_cry_speculo”}
smods pr
kinda wanted to simplify adding buttons to cards
A.C.E. the creator
also there should be a second fallback if its not a joker but not a consumable i think the context saying its a joker should probably not be the default
but idk
maybe thats just because of my weird shenanigans
its also passing the card as an argument
yay
so you can check it there i think?
probably
how do i implement drugs
i mean i would just joker = card.ability.set == "Joker" just because its less misleading but it does not really matter
hm
its not exactly a necessary change
smt like this, right?
fuck it. post aikoyori from my tomodachi life
yeah
okay
r
@woven orchid can i add you to my tomodachi life?
do what you desire
Mmm…
do i make you short or tall
how tall are you lily
ruby are you taller than me
lily is as tall as me irl
I'm like 176 or something idk
L tbh
How does ACE actually work?
i'm 5'7, ruby can pick me up
loadstring(code)()
i have a friend whos like 160(?)cm tall its just sad
@woven orchid whats ur bday
HOW IS AIKO TALLER THAN ME
nil
canon lily birthday is sept 9 go with that
I might have to rework this guy.
ruby birthday is the 32nd of the 13th month
how did she manage this
Oh my, 176 is considered quite tall compared to the average in my country.
built different
i mean
insert something philosophical about the speed of life here
I'm Asian too
@@ hello asian iam Huycorn
hi im asian too
yeah most my friends are like 16 or 17
crazy right
😭
ok then @woven orchid
i dont think people use "tall" to describe age
sob
your age is quite tall
remember in chapter 4 when he said "im tall!"
same brain cell
we could start right now
my younger brother is taller than me...
wtf
he's around the same height as aiko
too many decks
hi chat
great mod go play
attempts to pet me all result in vain because you are shorter than me
erm actually its tainted decks
hello

im only 5.41ft
damn
<@&1133519078540185692>
<@&1133519078540185692>
kill it.
The Second Coming - Grandiose - 1 in 1e308 chance to spawn a negative Administrator card, otherwise creates a random Mechanical card. +1 Numerator when a mechanical card is made, used, or sold.
scam posted right after i post my decks
aikoyori you were so late how did you manage a double ping
add 1 oxygen to every water molecule in this guys body
that sounds incredibly dangerous
Balanced af or nah
mods replace the hydrogen in this guys body with deuterium
and replace the oxygen with tritium
tritium better
and then power a fusion reactor with it
god damn, tainted deck, like https://discord.com/channels/1116389027176787968/1304608130554003466, isnt it
not oxygen
huh i guess its similar
+1 numerator really does not matter at all when the denominator is that massive
but i didnt work on tattered decks so its worse
sorry
is that what
so it will have a button
what
it has a button in the deck select screen yea
works with galdur too because of regex
how the hell do i decipher steamodded versions
what the hell is 1.0.0~beta-XXXa-STEAMODDED
I mean, Administrator has a 1 in 4 chance to ACE.
month and date
its probably different enough from tattered decks
i suppose its fair enough then
hmm
considering tattered decks doesnt seem to want to tie itself to the isaac inspiration
though 1 in e308 is like never happening
do i dumb down the ui_buttons.nodes[1].nodes part with another function for new coders or i let them figure out what it does
X in 1e308 is not going to happen unless X is around 1e293 or above
bepis can you check out my dynatexteffect
the nodes part should def be easier
i saw it
its amazing
fantastic, even
Or wait, what if Administrator had a 1 in 10000 chance to ACE but The Second Coming gains a 1 in 10000 chance to spawn Administrator?
chat what if i modded balatro when i got home wouldnt that be cool
i cant wait for this to neverh appen
the issue with ace as a mechanic is that when you get ace once all future runs immediately get ace again until you close the game thats why for crash its an easter egg only
@woven orchid
m
m
Either get rid of the +1 numerator thing or make it reset each time.
what i mean by this is that you can run specific code to make, ace always happen, and make future runs always start with the consumable that gives ace
shenanigans leak
dynatexteffects........
sorry ruby you will need to pay real money
hmm...
for maintenance
it works but
ruby ur derivative is weird
do i make a pointer alternative or do i make an ace consumable?
If it works don’t bother fixing it
ive heard someone say derivative applies too commonly but i have no idea why
Cant wait for Ruby to put 150 lines of comments giving orders
the opposite actually i dont leave comments
most of the entropy comments are because i copy and pasted stuff and forgot to remove them
what is the purpose of "Busted Buffoons Mod"?
it honestly just feels too easy to trigger it
any 5 cards where each has at least one of modded rank or suit (or ranklessness/suitlessness)
modded ranks maybe are too easy to trigger it
suitless and rankless cards triggering it is not that bad imo
actually rankless doesnt even trigger it
because the code has a mistake
It'll do something if you keep drinking it
like when i was testing stuff with specflush on brights for 0 error i literally had to turn off entropy so i could use specflush instead of derivative
i mean it should probably have a lower priority than specflush but idk what the specflush stats are
how do i make a consumable that makes a random negative consumable of all possible types?
who knows?
you make spectrumapi ruby 😭
it kind of depends on how difficult modded suits are to obtain as to whether derivative should include them and thats not something im doing on a case by case basis and i cba to make an api for it rn
so im just gonna exclude them unless they count as suitless
fair
i have a consumable called .ZIP which creates a random negative tarot, planet, spectral, and mechanical consumable, but i want it to give for ALL types of consumables instead of just these 4.
the only exception is nil suits and nil ranks
which are specifically always counted even when not suitless/rankless
so what you do is you look at artbox which has this exact card
Im gonna getchaaa….
hi toma
I AM... JOKERRRRRRRRRR... HAHAHAHAHAHAHA
one day we will have the black card
hi toma
gerson
Fuck
for i, v in pairs(SMODS.ConsumableTypes)
SMODS.add_card{set = v.key, edition = "e_negative", area = G.consumeables}
end
I mean authenticator
aiko you're old
AUTUMN
can we make evil spectrum where its 5 different ranks instead of 5 different suits
create a negative nil of nil card
straight:
hi toma!!!
hi!!!!
v.key should work
Random Number - Mechanical - Select 1 card to be a random suit, rank, enhancement, edition, and soul.
Piracy - Mechanical - Spawn a random rental perishable fantastic joker.
balatro
bepis
I'm gonna have to change the name of my joker rarity back to Hyperfixation Jokers.
an EMV card 😭
🤔
I should probably make "Factory Reset" too.
is it worth supporting royal family do people actually play with it
Removes editions and stickers of all jokers.
i dont personally have interest in 10 more face cards
and i kinda dont have 10 more characters to draw for my deckskin
prize fight - current blind becomes an ante 8 boss blind with 10x blind size, get a random negative legendary joker if boss blind is defeated.
that is ass
yeeeesh
if you want, i can change random negative legendary joker to random negative fantastic joker.
haya 5 minutes ago
is fantastic rarity?
🟢 🙎♂️ 🖐️ 4️⃣
hi chat
bepis 5 minutes from now
these ones (not the last two, those are rare jokers)
your mod?
yes
noice
No Sugarcoating 
human... i remember you're gambling addiction
why
thats how I know im sleepy I laughed way too hard
talisman

i do plan to make legendary jokers too
~~ do this
~~
the first one is doom slayer, all boss blinds lose 50% of their blind size when equipped.
is that a good legendary ability?
is that 450{1e100}1
no
No it's 450^1e100
first parameter to arrow is the operator
new game is, but i dont know it good at late
that sounds a whole lot like x2 mult at the start of the round
75% then?
i should override bignum to swap the operator and value to arrow if people load my mod with talisman
sloppable
hey what's up people let's not talk about numbers bigger than a billion and instead talk about in what ways you're gonna use #1406740128231194644 in your own mod
🔫
removes 10% blind size when a hand is played?
1,000,000,001
Make it a growth joker: decreases by 10%, increases the decreases by 5%, up to a maximum of 100%.
counters seem cool i just dont have any specific designs in mind
SICK
ascension counters
that seems wrong
The world isn’t ready
I don't think that's an orbital tag
decreases boss blind size by 10% with each hand or discard used, resets when boss blind is defeated.
ice will you assassinate me if i make a Zulu counter
i mean i could but you said smth about doin em yourself?
Trans investment tag
another joker i've been meaning to make is Marie from Skullgirls, she creates a negative mr. bones whenever a boss blind is selected.
seems a bit speedy for an orbital tag...
what the fuck is zulu 🥀
zulu
Zulu
Oh, i'd only make them myself if I can't blackmail Ruby into making them, hahaha
Marie is dead tho
so is yorick?
now we cooking
yes but that's unrelated to the counters
smh you still got beat
why are you going to assassinate me then
Fair
ok
wait i need to add your cat to balator
javascript update ?
stacking it
payment
stop stacking on it
they added exodia to javascript
cat counters, Lily, you should make them
lily you can add my stinker if you want
🍩
meownters
what would a cat count
why is stacked not on
Here
create a kitty tag counts down by 1 and dies at 0 or something i dont knoiw
m stack
I remmeber why nvm
its not the cat mod it just happens to be 20% of my content
Papyrus's ability is kinda stupid, he gives a free mega arcana pack at the start of the shop, and when skipping a booster pack, his XMult doubles.
gleeful season after winter
happy summer ?
Ok so the sprites for orbital tag and speedy tag are swapped 🤑
summer is evil
i would much rather make it so that he can spawn any booster pack, instead of arcana packs.
I wish summer never existed
Easy fix it's just that the mod is public already
emmergency extra retrigger on any cat joker
but that would risk papyrus not being papyrus.
you… skipped it….
cat counter makes this joker count as X additional cat jokers
this would mostly only be detrimental
meowwww
i mean summer is technically after winter
because
holy cow neffy mention
you have value manip in vallkarri, right?
not a whole lot else goes based on amount of kitty jokers
just dont get neffy then
ya it depends on cryptlib
💔💔💔
so i can do value manip whenever i desire
stop being funny im too sleepy
treat counters, when ever a treat counter ticks down, a cat joker gains 5% power
hi lyre
i am once again saying temp cat retrigger
hi
oh my god true
this joker is so dumb but its so funny to me
why does my forehead feel like chalk
making myself into a cat joker so I can give me treats
you got chalked
that sounds weird
scrolling through git log feels like time traveling your fucking mod folder
ship jester (alternate american folklore, monument mythos) - legendary - all jokers rare and below are free
opps turned me into chalk
haiii cg
haiiiii
someone get Oops! all 100s!
good ability or nah?
someone get d7
When are we getting oops all 216s
also don't add counter mechanics if you don't want to. I'll only actually start pushing it on people once a proper dependency managers spawns, of course
Susie's Idea
meowwww
seed goes crazy on this one
mrreow
hi guys need help
you're right
what problem
What
retigger
counter mechanics sound fun but analog already has enough dependencies
it is a bit insane but maybe it will encourage Not fucking doing that due to the lag
retigger
good pun
tryna play cryptid but i keep getting "development version of steammodded detected" crash? what seems to be the problem here
that one tag stacking mod
Oh
re-tiger
i'm gonna read my notes
youre not gonna believe this
d7 has been there for like a month
but you’re playing with a dev version of steamodded
oh
lmao, this is worst but worth at the same time
You're playing with a dev version of steamodded.
download release
Yeah so crazy
Ultra Greed - Modifies all joker sell values at the end of the shop by X2. I shall ask again, is this a good ability for a legendary joker or not?
it is decently beneficial
okay thanks
For a legendary, no
Rare, hell yeah
also d100 would go crazy here since the offset it uses is multiplicative
Monkey D. Garp - Gives $50 whenever a boss blind is defeated.
meaning landing an offset of 0.5makes it twice as common no matter what the denominator is
moment
Also ultra greed mentioned RAAAAAA 
glorp gleep gleeble
i met someone in my class yesterday who likes the same music as me