#⚙・modding-general

1 messages · Page 1307 of 1

hard plank
honest zephyr
#

Minimized
All face cards are considered Jacks, all numbered cards are considered 2s

gilded vortex
#

What does delay do here

#

@somber solar did you just edit your bio

buoyant kestrel
#

i thought flat xmult was boring so

hard plank
honest zephyr
alpine cosmos
#

events suck

#

im so tired

honest zephyr
somber solar
#

-# why?

gilded vortex
alpine cosmos
#

why do variables in events change at a weird time?? why are some events happening before after???

#

YEAH

gilded vortex
gilded vortex
honest zephyr
#

i was about to type an idea for how to reverse absurd joker and my ass was about to type "+25 Chips if played hand does not contain a High Card"

honest zephyr
gilded vortex
#

but since UI and data are the same some things can't change immediately despite being important

gilded vortex
somber solar
#

am I allowed to do server invites here

alpine cosmos
#

fuck this im hardcoding this shit 😭

buoyant kestrel
hard plank
somber solar
buoyant kestrel
#

though you could just dm it to interested people

honest zephyr
#

Normal Joker
+140 Chips if played hand does not contain Four of a Kind

gilded vortex
alpine cosmos
#

okay so
im trying to replicate the way card scoring looks by just having something change once, then again, then again in sequence

alpine cosmos
#

like. you know how when a joker scores it does a +4 then adds to your mult
then the next joker does the same then adds +4 again

#

im just trying to do that

#

but with not jokers

gilded vortex
#

back in 0.9.8

alpine cosmos
#

oh god

#

WHY IS THE GAME FREEZING NOW??

#

okay

#

OKAY

gilded vortex
#

did you return true

alpine cosmos
#

NEVERMIND
IM A GENIUS

#

yes i did

somber solar
#

@gilded vortex i dmd the server invite

alpine cosmos
#

anyways hey whoa whats this

hard plank
#

no

somber solar
#

anyone else interested in my JokerBlocks thingy?

hard plank
#

wtf

#

no

#

no

#

im scared

somber solar
hard plank
deft ore
somber solar
alpine cosmos
gilded vortex
alpine cosmos
#

after the first hand, x2 mult
again again

buoyant kestrel
willow wolf
#

can a variable be a string

gilded vortex
hard plank
alpine cosmos
#

i could use it in the future probably

alpine cosmos
somber solar
hard plank
gilded vortex
silent lance
alpine cosmos
#

YEAH im meant to be blindsiding you

deft ore
gilded vortex
# alpine cosmos YEAH im meant to be blindsiding you
joker.calculate = function(self, context)
    if context.adding_card_to_deck == true and (not self.getting_sliced) and (context.card.ability.set == 'Joker') and (self.ability.name == 'Dragon') and (context.card.config.center.rarity == 1) then
        G.BuySellPack.acc = G.BuySellPack.acc + 1
        G.BuySellPack.decc = true
        for i = 1,#G.jokers.cards do
            local target = G.jokers.cards[i]
            G.E_MANAGER:add_event(Event({
                trigger = 'immediate',
                blocking = true,
                blockable = false,
                func = function()
                    target.ability.perma_bonus = target.ability.perma_bonus + self.ability.extra.chips_mod
                    card_eval_status_text(target, 'extra', nil, nil, nil, {message = localize{type = 'variable', key = 'a_chips', vars = {target.ability.perma_bonus}}})
                    sendDebugMessage("ACC IS ", tostring(G.ACC))
                    return true
                end
            }))
        end
        local target = context.card
        G.E_MANAGER:add_event(Event({
            trigger = 'immediate',
            blocking = true,
            blockable = false,
            func = function()
                target.ability.perma_bonus = target.ability.perma_bonus + self.ability.extra.chips_mod
                card_eval_status_text(target, 'extra', nil, nil, nil, {message = localize{type = 'variable', key = 'a_chips', vars = {target.ability.perma_bonus}}})
                G.E_MANAGER:add_event(Event({
                    trigger = 'after',
                    delay = 0.1,
                    blockable = true,
                    no_delete = true,
                    timer = 'REAL',
                    func = function()
                        G.BuySellPack.acc = G.BuySellPack.acc - 1
                        return true
                    end
                }))
                sendDebugMessage("ACC IS ", tostring(G.ACC))
                return true
            end
        }))
        
    end
end
honest zephyr
alpine cosmos
#

aand saving that

#

thank you very much

honest zephyr
alpine cosmos
#

HEHEHE

gilded vortex
buoyant kestrel
#

photochad is going to fucking kill you

alpine cosmos
gilded vortex
sacred tendon
#

can anyone help (cdm is off )

buoyant kestrel
#

these numbers feel weird

#

i don

woven crag
buoyant kestrel
#

't like them

woven crag
#

or you dont have it at all

sacred tendon
woven crag
#

steamodded

#

you didnt install it correctly

#

because thats the vanilla balatro crashlog from betas

desert mirage
#

aikoyori

sacred tendon
desert mirage
woven crag
#

🤷

woven crag
honest zephyr
#

Daydreaming (reverse of boredom)
1 in 2 chance to retrigger (technically) each used consumable
-# by technically i mean it just spawns the consumable in your consumable slots

woven crag
#

hm.................

#

this is

#

just copy paste

#

but for non-code cards

buoyant kestrel
#

indeed

lime siren
#

I'm no longer up to date on my difficulties and mods is that ~GM

honest zephyr
#

cryptid jokers feel reverse-proof somehow
or maybe i'm not thinking hard enough

somber solar
buoyant kestrel
#

Daydreaming: 1 in 2 chance to increase level on all present Zodiac by 1

#

fits more with the name but whatever

#

ortalab does that too

sacred tendon
daring sluice
#

oh hey celeste talk

lime siren
# somber solar Low (green) GM, yes.

Neato, is it input dense or precision? My hardest is some red GM map from jam collab, but i havent played in a while and input density always fucks me over

daring sluice
#

how wonderful

buoyant kestrel
honest zephyr
#

Open Freezer
Blind rewards are doubled if beaten in 1 hand
-# Hey, I've also seen this before!

buoyant kestrel
#

think about it

gilded vortex
woven crag
buoyant kestrel
daring sluice
sacred tendon
deft ore
gilded vortex
#

I don’t have

gilded vortex
humble rampart
#

or legend

buoyant kestrel
somber solar
gilded vortex
deft ore
#

Anything not using selected cards works fine

deft ore
#

Anything with selected cards doesn't

daring sluice
#

precision gameplay my beloved

willow wolf
daring sluice
#

i guess i can technically play input density but I play with no ffs so

#

it would be like twice as difficult

gilded vortex
humble rampart
#

astronomer gives you planets you dont use or need

daring sluice
#

my hardest is pumber no freezeframes 🔥

lime siren
gilded vortex
humble rampart
#

i dont care if i have level 4 everything if im playing pair

deft ore
#

astronomer x binary star x constellation polycule

gilded vortex
#

You can peep the Planet pack for free with Astronomer

lime siren
humble rampart
deft ore
humble rampart
gilded vortex
humble rampart
#

they arent good

#

thats why astronomer exists and not a tarot version of it

somber solar
deft ore
gilded vortex
#

This isn’t a Tarot version of it

daring sluice
gilded vortex
daring sluice
#

generally maps are only considered to be as hard as their hardest room

gilded vortex
#

This doesn’t help you do that

deft ore
humble rampart
#

you can use a variety of tarot cards from a booster for extremely varied and useful effects
if a celestial pack doesnt have the planet of the hand you're using you're shit out of fucking luck and you wasted 4-8 bucks

gilded vortex
buoyant kestrel
#

man reversing the cryptid typemults just doesn't work

gilded vortex
daring sluice
#

@somber solar you should play flipside cliffside next it's so good

#

i love that map

honest zephyr
#

Smile (reverse of sob, i dont know what it would do tbh)
you've avoided it's wrath
rejoice

sacred tendon
humble rampart
deft ore
gilded vortex
#

Only late game you need specific planets

honest zephyr
humble rampart
willow wolf
humble rampart
#

its why blue seals are so powerful

gilded vortex
#

Not early

deft ore
#

Still powerful earlygame

#

Again: Double planet levels

buoyant kestrel
lime siren
humble rampart
#

yeah, this with mercury is abhorrently powerful

willow wolf
#

holy shit smile mentioned

daring sluice
lime siren
humble rampart
#

id rather level up pair twice than get a bunch of useless shit i dont want, need, or am going to use

scarlet swan
gilded vortex
daring sluice
#

i don't like doing goldens but fliffside is the one map i bothered to golden and i had a lot of fun

willow wolf
humble rampart
gilded vortex
#

It’s strong early since you don’t care what you find

deft ore
somber solar
deft ore
#

maybe Telescope

scarlet swan
honest zephyr
#

W
Create a Negative Glum Joker when Blind is selected

scarlet swan
#

im still so mad they deleted all their music

buoyant kestrel
humble rampart
#

astronomer exists because out of all the planets that exists you need like 1 or 2 in a run, so it doesnt really matter if the rest of them are free

gilded vortex
deft ore
buoyant kestrel
gilded vortex
#

Binary Star doesn’t help you find the Planet you want, it just makes that Planet better when you find it

#

Astronomer is an one-time payment that saves you move over time

lime siren
buoyant kestrel
#

also i'm reversing the added hands

humble rampart
#

yeah, and finding the plsnet you want is not difficult at all already

deft ore
lime siren
#

Except occasionally glyph void side b side

gilded vortex
#

With Telescope, Astronomer makes the Planet you want free

#

While Binary Star gives you a 50% discount

somber solar
#

why does it look like this 😭

humble rampart
#

its not a discount at all

gilded vortex
#

So Astronomer is better in both cases you’re searching for a specific Planet

deft ore
#

it's doubly effective

honest zephyr
#

Glum (edition)
+60 Chips
This card is feeling rather glum

humble rampart
#

this isnt an econ joker its a power one

#

its not half as cheap its twice as strong

limber oak
#

oomf for a thousand credits

gilded vortex
#

Those are equivalent; the only difference is the timing

humble rampart
#

even with all the money in the world you're limited to around 1-2 levels per round, at worst

deft ore
#

Gilded:
Earn $4 at end of round

willow wolf
#

did i code this correctly

humble rampart
somber solar
storm forum
deft ore
deft ore
willow wolf
storm forum
#

...as well as...

deft ore
frozen ravine
#

kinda of a stupid question but why cant i change the color of this message
` if context.setting_blind then
G.jokers:change_size(1)
return{
color = G.C.BLUE,
message="+1 slot"

    }
   
end`
honest zephyr
#

Glum Joker?
Create a Glum Joker when a Joker is bought
Works once per round
-# I'm.. not too sure if this is real

buoyant kestrel
humble rampart
#

the bottleneck of planets is consumable slots for blue seals and finding them with telescope or fool, this joker makes it so that you're rewarded twice as much for doing the thing you're supposed to be doing already
you're not supposed to take every planet you see, thats why astronomer is fun and balanced

frozen ravine
willow wolf
#

IT DIDNT WORK

deft ore
willow wolf
woven crag
somber solar
#

actual logic, lets go

humble rampart
#

with astronomer you save money on shit you wouldnt have spent money on anyway, b
ut binary rewards you for doing the thing you already want to do

woven crag
#

not the modders

willow wolf
gilded vortex
humble rampart
#

it does!

#

it very much does

#

you want to level up the hand you're building around

willow wolf
#

i mean its outside the smods joker declaration

gilded vortex
willow wolf
#

so idk if its okay

humble rampart
#

you want to have more levels in a single hand than spread out

willow wolf
#

to do that

frozen ravine
gilded vortex
#

Also that gives me an idea for a Blind

humble rampart
#

in nearly every case, the objective is "Get your main hand as high level as possible"
this makes that easier and stronger

deft ore
gilded vortex
#

Something like:

Set Poker Hand level to lowest Poker Hand level

#

Probably too aggressive like this

humble rampart
#

arm but evil

gilded vortex
#

Needs to be nerfed

deft ore
#

where it rewards using planets?

#

or something else

gilded vortex
storm forum
gilded vortex
humble rampart
#

i had a joker that made blue seals level up a hand directly if you dont have space for a planet, and shit was broken

deft ore
#

Common my ass

hard plank
#

I'm not nb

gilded vortex
hard plank
humble rampart
#

"tier"?

gilded vortex
deft ore
deft ore
#

Victin can't word for shit

gilded vortex
gilded vortex
humble rampart
#

if its based on the current hand why would it have a currently tracker?

buoyant kestrel
deft ore
gilded vortex
humble rampart
#

i get you're the vanilla wording hater but supernova doesnt have a tracker and that works fine

deft ore
#

photograph is balanced because it's more conditional and on card trigger

hard plank
deft ore
#

so joker +mult is weaker

gilded vortex
hard plank
#

guys

#

i have an idea

gilded vortex
#

Also there’s a popular mod just for adding trackers to the game

buoyant kestrel
#

whats the swap of the Entire Fucking Deck

#

since i'm swapping poker hands

gilded vortex
humble rampart
buoyant kestrel
#

but boring

honest zephyr
deft ore
#

the Entire Fucking Checkered Deck

gilded vortex
#

Slingshot can trigger after but it usually takes $3 and needs to be “refilled”

deft ore
buoyant kestrel
gilded vortex
honest zephyr
humble rampart
#

also, why does it need to do two different things

gilded vortex
humble rampart
#

1.75 for a consumable is fine, i guess, but why two separate clauses

hard plank
#

Cavendish rework
Adds double your current Mult to Mult. Disappear averagely 1 time every 1000 rounds

humble rampart
#

i know the theming of slingshot and pebbles

buoyant kestrel
gilded vortex
deft ore
humble rampart
deft ore
#

keep it at x1.75 for everything

#

maybe x2

#

the planet part feels unnecessary

humble rampart
#

honestly X2 uncommon sounds fine

gilded vortex
humble rampart
#

bizarre

gilded vortex
deft ore
gilded vortex
#

My goal was to design more common xMult

buoyant kestrel
#

hmm Clusterfuck seems unswappable

humble rampart
#

X2 uncommon near-unconditional, like seeing double, or ramen

#

it really seems on tier with those two

gilded vortex
gilded vortex
#

And you can’t use it over 4 Hands

#

You could Ramen for free every 4 hands if you wanted

#

This is one I could move to Uncommon

humble rampart
#

ramen asks you to not discard, this asks you to sacrifice a consumable you dont like

gilded vortex
#

So you either need a trash generator or to buy trash

buoyant kestrel
humble rampart
#

if you get slingshot you would

buoyant kestrel
#

hehehehe

humble rampart
#

it encourages doing shit you're not supposed to be doing

#

thats fun

gilded vortex
gilded vortex
# gilded vortex

Since the Rarity is tied with the effect, though, increasing the Rarity also nerfs it

humble rampart
#

does that need the active tracker

#

i think you can trust the player to see if they have two common jokers

gilded vortex
# humble rampart "tier"?

Thunk doesn’t name the Poker Hand relationships anywhere. Traditional Poker lingo seems to call them “ranks”, but you can see how that’s confusing

willow wolf
#

hey guys

#

how do i run a lua function in here

gilded vortex
willow wolf
humble rampart
hard plank
gilded vortex
humble rampart
gilded vortex
#

You don’t need to hover over the Jokers if you don’t want

willow wolf
#

here's the function

#

in the same lua file

hard plank
#

bruh

storm forum
#

If people want to add trackers, let 'em.

gilded vortex
#

brug

hard plank
#

just use SMODS.https???

buoyant kestrel
#

negative ranks coming to ortacryptid (pandoras box)

willow wolf
#

HWAT

humble rampart
gilded vortex
buoyant kestrel
#

no wait not that

dusty token
buoyant kestrel
#

because those multiply to positive

humble rampart
#

but the description feels wonky

gilded vortex
#

Also I’m more inclined to listen to balance feedback from people who’ve actually played the mod. From my testing those have seemed fine, although I know Paperback has a similar Joker to Binary Star at Rare

gilded vortex
humble rampart
gilded vortex
#

The “Poker hand tier” are long but it’s because they’re a new concept

gilded vortex
humble rampart
#

you replied to brass knuckles

gilded vortex
deft ore
deft ore
gilded vortex
#

I’m commenting about the Jokers I posted with more complex wording

buoyant kestrel
#

this must not have a dependency on it

deft ore
#

fair

#

something that has every hand

indigo egret
#

when someone says something so stupid you gotta lowk turn it into a modded joker

#

grown ass man btw

buoyant kestrel
deft ore
#

Clusterfuck becomes Two Straight Five Flush Housewark

buoyant kestrel
#

funny

humble rampart
willow wolf
#

rather than actually fetched a file

#

so the problem still remains

gilded vortex
willow wolf
#

how do i run a function

willow wolf
#

in a joker context

buoyant kestrel
#

wait forgot full house

gilded vortex
#

Which is the backstory for rewarding high Poker Hand tier

buoyant kestrel
gilded vortex
hard plank
willow wolf
humble rampart
#

what??

willow wolf
#

which means it needs to fetch the index

gilded vortex
willow wolf
#

which is not ideal

#

for bandwidth

gilded vortex
#

Brass Knuckles gives X1.5

humble rampart
#

then how would it be x4???

frigid mica
#

Flush Five Ace of Clubs and called it “I Watch the Moon”

gilded vortex
#

Brass Knuckles gives Brass Knuckles

#

X2 X2 = X4

hard plank
buoyant kestrel
frigid mica
#

Sol > Dwarf Star

deft ore
humble rampart
#

jamirrorquai

buoyant kestrel
deft ore
#

Neutron Star should be more of a black hole like

gilded vortex
deft ore
#

not sure how to balance that though

humble rampart
#

what

deft ore
#

without just making. black hole

frigid mica
#

Ascension Power turns into Transcendence Power

gilded vortex
#

I explained it

humble rampart
#

oh

frigid mica
#

And it’s Tetrational

humble rampart
#

yea

frail aspen
#

Ayeee thank you

humble rampart
storm forum
frigid mica
somber solar
#

is G.GAME.blind.defeat a thing? (or something similar)

buoyant kestrel
gilded vortex
humble rampart
wanton rapids
buoyant kestrel
#

but you can just screw with hand order

#

💀

humble rampart
storm forum
humble rampart
#

hello red triangle

humble rampart
#

🍻

buoyant kestrel
#

let me solidify it

willow wolf
#

wait can i just run this as an event

#

also how do i run events

#

can i put this in the context

humble rampart
buoyant kestrel
frigid mica
humble rampart
#

remember kids, if you're not enjoying a conversation, nine times out of ten you can just leave

humble rampart
#

g.i. joe theme

deft ore
worn rain
storm forum
willow wolf
deft ore
humble rampart
alpine cosmos
#

after 8 hours i finally managed to rework how blinds load 😭

humble rampart
#

okay good

#

worried

willow wolf
#

cause idk if it works properly

humble rampart
deft ore
willow wolf
deft ore
humble rampart
#

MOE JAJA!

#

toggem

deft ore
worn rain
buoyant kestrel
#

uh any thoughts

humble rampart
willow wolf
dusty token
frigid mica
#

Hmm, idea for Busted Buffoons: Turn Creepypasta into boss blinds, crossmod for entropy turns my dream card into a desire card which creates “Nightmarish Jokers” which are basically the Creepypasta boss blinds. (So Sonic.exe is a boss blind but is also a Nightmarish Joker in Entropy)

humble rampart
#

crossmod with vanilla

frigid mica
buoyant kestrel
humble rampart
frigid mica
#

What kind of crossmod does one do with the main game?

worn rain
frigid mica
humble rampart
frigid mica
#

I have a ton of content in mind for my mod that aren’t done yet.

worn rain
frigid mica
deft ore
humble rampart
#

i use it

worn rain
buoyant kestrel
#

seriously ascended hands seem unswappable

#

without just increasing the operator or something

storm solar
#

I WAS SECRETLY A CHICKEN SANDWICH THE WHOLE TIME

buoyant kestrel
#

i had a suggestion earlier but it was too far from the original

prisma latch
#

chat rate the pokermon build

deft ore
frigid mica
humble rampart
buoyant kestrel
#

Transcended Hands: scales for each poker hand in played hand (they must not have common cards)

#

?

#

and ofc full house wouldn't count as two pair and three pair

#

etc etc

frigid mica
#

Transcendent*

humble rampart
#

trans ent and

buoyant kestrel
alpine cosmos
frigid mica
wanton rapids
humble rampart
alpine cosmos
frigid mica
#

Swaplatro is real

alpine cosmos
#

hehe >:3

frigid mica
#

I might wanna rework Roffle’s joker ability

alpine cosmos
#

my favorite part of sharing blindside content is seeing new people's reactions

fallen minnow
#

i spent like 30 minutes settin gup one overlay and i get this shit

#

why is he the low of the quality

humble rampart
#

starfire

fallen minnow
#

what

frigid mica
gilded vortex
#

also sorry @humble rampart

gilded vortex
#

What did you last make?

humble rampart
fallen minnow
gilded vortex
frigid mica
gilded vortex
humble rampart
#

oh i forgot abt that

#

yea i guess

#

idrc

buoyant kestrel
#

is this feasible?

humble rampart
#

maybe

#

is it understandable

gilded vortex
buoyant kestrel
gilded vortex
#

The game doesn't handle the second part

#

I don't even know how you would

buoyant kestrel
frigid mica
buoyant kestrel
#

i don't know if i'll even include it

gilded vortex
humble rampart
#

"scales" what

gilded vortex
#

That's not how the game works

#

The game automatically computes every hand included in your hand

buoyant kestrel
#

ortalab cryptid

humble rampart
#

oh i hate those nvm

#

go on about your day

#

good luck

buoyant kestrel
#

💀

fallen minnow
buoyant kestrel
#

i mean i hate cryptid too

#

i am avoiding dependency like the plague

gilded vortex
fallen minnow
#

i only have acsess to one balatro that that being on xbox

buoyant kestrel
#

then it would be really easy

gilded vortex
#

You could have five High Cards

#

within a Flush

buoyant kestrel
frigid mica
humble rampart
#

leaen up

gilded vortex
#

I don't even know what the set containing the number 1 would do to my score

alpine cosmos
humble rampart
strong obsidian
gilded vortex
# frigid mica

also why do you randomly capitalize words in the middle of sentences

buoyant kestrel
#

keyword

frigid mica
#

Currently working on Starspace Crossmod

gilded vortex
#

@humble rampart what mod are you making

frigid mica
#

I also do the code

humble rampart
#

because i like vanilla

frigid mica
#

Manually btw

humble rampart
#

showoff

frigid mica
gilded vortex
fallen minnow
humble rampart
#

no one thought that

gilded vortex
alpine cosmos
frigid mica
humble rampart
gilded vortex
gilded vortex
#

although I want to deviate a bit, but not Cryptid level

frigid mica
#

I’m kind of a perfectionist on the art-side.

alpine cosmos
#

vanilla like mods are cool

humble rampart
#

its mostly a bunch of joker edits and some albums i like

#

like this guy

indigo egret
#

what if we made "ortalabish" versions of our own mods

gilded vortex
gilded vortex
frigid mica
#

Cause like, I don’t want people to think I’m just an artist, I can be cool like the cool kids.

humble rampart
lime siren
frigid mica
#

I can be cool like all y’all

gilded vortex
frigid mica
#

I can prove it

#

Just wait and see

gilded vortex
buoyant kestrel
#

i mean i could totally do the full hand stuff
when calculating hands you have the hand order and all of the cards that are in a hand(s) (it gives you all variations of that hand)
i don't know if there would be jank in gameplay but processing those hands in hand order from top to bottom and excluding hands that have cards that were already processed doesn't seem that hard

gilded vortex
fallen minnow
#

the only reason im here is because im looking for a tester and ive currently had no avail

humble rampart
frigid mica
#

I can show y’all what I can do, please love my work, please please please, I’m desperate for praise

humble rampart
#

sky joker

fallen minnow
#

why you may ask

lime siren
gilded vortex
fallen minnow
#

because i have -35 fps because i decided to make a mod on a chromebook

gilded vortex
frigid mica
lime siren
buoyant kestrel
#

though honestly i don't want to keep ascended as it is

#

because thats boring

lime siren
#

i like both lingo's

gilded vortex
lime siren
#

idk which one i prefer tho

humble rampart
lime siren
humble rampart
#

the cards give it, retrigger enable

gilded vortex
gilded vortex
frigid mica
humble rampart
#

didnt want to make it like wee joker but for bonus enhancement because that seemed derivative and boring

humble rampart
gilded vortex
frigid mica
humble rampart
#

if i get praise thats a side thing

fallen minnow
gilded vortex
buoyant kestrel
#

or a modding-chat thing

lime siren
fallen minnow
#

balatro thing but i barely use this server i think

gilded vortex
humble rampart
#

julian rawdawgcomics my beloved

lime siren
#

that chaos collab map or whatever

#

i didnt even finish it 😭

gilded vortex
frigid mica
#

Is it a bad thing that I am a perfectionist

fallen minnow
#

i need your help to help mebalance this shit

scarlet swan
humble rampart
#

why you laugh at julian

#

i'll kill you

humble rampart
fallen minnow
#

(and possibly make sure that there arent any possible bugs)

gilded vortex
#

I didn't know it had a name

frigid mica
#

Art-side I forgot to clarify

lime siren
#

it has uh

#

2000+ puzzles?

gilded vortex
#

also Ruby also used to have a Unnameable Dog comic avatar

humble rampart
lime siren
gilded vortex
humble rampart
#

i love my art not because its good or because other people like it but because im fucking delusional and id rather be happy than sane

lime siren
humble rampart
#

wjy is there a door there

lime siren
humble rampart
#

my discord crashed when i asked that

#

swag

lime siren
#

forbidden knowledge apparently

#

mb i didnt know chaos theory was that bad

gilded vortex
#

@lime siren I did want briefly to make a Lingo Joker despite not playing the game

#

But I didn't have an idea

frigid mica
#

I wanted to go for a more “Exotic” Ralsei.

humble rampart
#

its called chaos theory how could it not be bad

#

"sorry i didnt know the necronomicon was evil"

gilded vortex
lime siren
humble rampart
lime siren
#

thats a decently prominent sentence across both games i think

gilded vortex
lime siren
humble rampart
#

disables the eye blind

wet goblet
humble rampart
#

rare

gilded vortex
lime siren
#

best i have is a consumable that creates a lingo puzzle for you to solve

deft ore
#

🔥

humble rampart
#

+4 chips

frigid mica
buoyant kestrel
#

idea for Transcendent hands that still feels weird but is probably more intuitive

humble rampart
#

caffeine would obliterate you

lime siren
frigid mica
#

Uhh

wanton rapids
#

entropy has transcendent hands

humble rampart
#

also psychedelic ralsei is just undertale asriel

#

thats already a thing

buoyant kestrel
gilded vortex
desert mirage
#

HAHAHAHA 😭

frigid mica
#

Wdym Caffeine would kill me?

#

I eat a shit ton of chocolate if that’s what you’re asking.

desert mirage
#

ive revised orange deck to have a -2 handsize and +2 discards

woven crag
desert mirage
#

NOT EVEN FIVE CARDS

humble rampart
humble rampart
#

for it is now useful

desert mirage
#

troubadour cancels it out

humble rampart
#

lame

frigid mica
#

What even makes stuntman rare? Is it really just the 250 chips?

humble rampart
#

250 chips is a lot

#

its unconditional

#

untethered to suits, ranks, planets, levels, enhancements, editions

#

no matter what you'll get 250 chips

buoyant kestrel
#

though maybe that is good

desert mirage
#

im having a lot of fun with this deck

buoyant kestrel
#

🤷

humble rampart
#

250 chips is 62~ hands of square joker upgrading, 17ish straights of runner, around 83 cards of castle

#

thats a lot

#

its not flashy but its damn powerful

buoyant kestrel
lime siren
# gilded vortex Hangman doesn't do anything with numbers

actually a might have an idea for a lingo joker
theres an area you can only get to in lingo level 1 where you need to go to 5 teleporters in a sequence without using other "major" teleports, and each teleporter deposits you in a new place on the map, and the final teleporter takes you to the new area
so you could maybe do smth like

Pilgrimage - Uncommon?/Rare?
This joker gains x1 mult at the end of a round. During the shop, this joker picks a random joker slot, and mult is reset if this joker is not in that slot during a blind. (Currently x1 mult, 1st joker slot)

maybe?

#

now that i typed it out the idea might be mid

fallen minnow
#

due to me making 99% of my assets in scratch my cards end uplooking like this

humble rampart
#

that is so complicated

humble rampart
#

because even a chromebook should run aseprite fine

lime siren
humble rampart
#

this is balatro!!!! we simple and intuitive game design in this mf!!! betta take yo ass back to puzzle games!!!

fallen minnow
humble rampart
#

you use aseprite and then the sprite looks like pixel srt

fallen minnow
#

ok

humble rampart
#

you can compile it from github for free

#

or get it elsewhere also free

fiery trellis
#

hey guys my game is crashing repeatedly bcause i forgot to alow talisman before playing cryptid, wha do i do?

humble rampart
#

uninstall cryptid and talisman probably

magic brook
#

guys i completely forgot what i was doing

fiery trellis
#

pluh

humble rampart
#

me at the brain surgery

buoyant kestrel
#

i am happy

humble rampart
humble rampart
woven crag
#

and then put back cryptid

lime siren
gilded vortex
buoyant kestrel
#

also not just high card

#

fuck none too

gilded vortex
humble rampart
#

like what

lime siren
fallen minnow
#

i aint buyin aseprite im poor...

humble rampart
#

i never said buy

fallen minnow
#

o

humble rampart
#

you can compile it from github or other places

#

i think libresprite is also good ive heard

fallen minnow
#

oh ok

#

how do i download it theres no chrome book of the option

woven crag
#

isnt libresprite just old aseprite

gilded vortex
frigid mica
#

I plan to turn this into a spectral card when I wake up.

#

This is the Ante 8 spectral card I was talking about.

woven crag
fallen minnow
woven crag
#

so youre basically restricted to things that can be downloaded from the play store for chromebooks for downloading applications

humble rampart
#

holy shit chromebooks suck ass

#

why would anyone buy this

woven crag
#

i mean

frigid mica
woven crag
#

theyre good if you just need to use the internet

#

and thats it

humble rampart
buoyant kestrel
#

i changed my mind this is much better

humble rampart
#

leveling what

buoyant kestrel
#

and its multiplicative

#

so this starts with doing nothing

#

you have to level it once for it to exist

frigid mica
#

I should make one crossmod joker for hot potato. (It Exploits Currencies)

humble rampart
#

playing devil's advocate, the multiplier is not the Xmult?

buoyant kestrel
humble rampart
#

scaling multiplier ig

#

its already confusing af but thats cryptid

buoyant kestrel
#

🤷

gilded vortex
frigid mica
#

I have a joker that just levels up all poker hands whenever you play a flush.

buoyant kestrel
#

actually this but it excludes flush would be funny

frigid mica
gilded vortex
brittle matrix
#

hey real quick, why is my balatro archipelago crashing?

humble rampart
buoyant kestrel
dusty token
#

what does escape mean

humble rampart
#

dagger looks fine

woven crag
#

from the looks of it

gilded vortex
humble rampart
#

balatro doesnt really use the word "but", either way

frigid mica
dusty token
humble rampart
gilded vortex
fallen minnow
#

this is like 2 of my jokers

humble rampart
#

"escape" is not a term

frigid mica
#

For a joker meant to be part of Busted Buffoons as a crossmod for Hot Potato, that’s way too balanced to be unfair.

gilded vortex
#

It's a flavor term

gilded vortex
lime siren
frigid mica
#

I mean sure there’s jicks, but I want it to manipulate your currencies.

humble rampart
#

this aint gungeon

buoyant kestrel
#

hehehe

gilded vortex
dusty token
wanton rapids
#

id assume escape just ends the blind

#

with no rewards

gilded vortex
#

Also I think you're being a bit forceful

dusty token
#

how much does it steal?

gilded vortex
#

We have 3 guesses so far along the same lines

wanton rapids
#

the more questionable part is "steals your money"

#

imo

humble rampart
#

genuienly only like the gros michel/cavendish interaction is obscured

gilded vortex
humble rampart
#

thats all i can think of

wanton rapids
#

how much money?

gilded vortex
#

What would you consider "your money"?

woven crag
#

my dollar amount

#

in the bottom left of the screen>

#

what else

buoyant kestrel
gilded vortex
dusty token
#

are we starting this again

#

im

wanton rapids
#

i was thinking "blind that sets your money to 0" was dubiously designed but that is vanilla nvm

buoyant kestrel
humble rampart
frigid mica
#

I will make a Joker that gives ALL sorts of currencies at the end of the round.

gilded vortex
humble rampart
#

and then the 5 goes down

hard plank
#

hi

gilded vortex
#

Mechanically and flavorfully

woven crag
# gilded vortex

how is one supposed to know that it takes all of your money and not just some of it

gilded vortex
#

I was struggling to make the return effect work until I realized I didn't need to do that

buoyant kestrel
#

yeah i assumed it was just some of it

gilded vortex
woven crag
#

how much of my fucking money

#

how do i know that

dusty token
# gilded vortex

after 5 hand / discard, sets money to 0 and end blind
the "steals your money" coming first makes me think it steals when first hand drawn

humble rampart
#

"Sets money to 0 and ends round after 5 hands/discards"
then make the 5 dynamic, to show how many you have left

buoyant kestrel
formal orchid
humble rampart
#

or "Sets money to 0 snd ends round if all discards are used"

woven crag
#

literally just actually say what it does

woven crag
#

stealing isnt even a keyword

#

it makes no sense

gilded vortex
humble rampart
#

stealing is 100% not a term

woven crag
#

what is this saying

buoyant kestrel
dusty token
woven crag
#

doubling tells me x2

#

with a limit

#

stealing tells me absolutely jack shit

buoyant kestrel
#

steal isn't a number word 💀

humble rampart
#

"steals" okay how much??

woven orchid
#

you have to realize that the other two immediately give you more context and nobody knows what stealing means other than that they lose money

humble rampart
#

all of it??? 5 bucks??

gilded vortex
wanton rapids
#

just make it say "steals all money"

woven orchid
#

also

#

yes

woven orchid
#

you can literally just add "all" and solve the problem

gilded vortex
woven crag
humble rampart
dusty token
#

screw this

wanton rapids
#

oh it isnt?

dusty token
#

im just gonna play minecraftslop atm9 ig

humble rampart
#

the ox doesnt "steal" your money

woven crag
#

it doesnt change

humble rampart
#

the tooth doesnt "steal"

gilded vortex
humble rampart
#

the flavor directly makes the game less clear

#

in a negative manner

gilded vortex
woven crag
#

this will be a great addition to my better descriptions mod

gilded vortex
woven crag
buoyant kestrel
#

is english your first language genuine question

woven orchid
#

can you claim to hate vanilla wording when vanilla words things much better than you

woven crag
#

what the actual fuck are you talking about man

buoyant kestrel
humble rampart
woven orchid
#

i think i get what happened on sillyposting

buoyant kestrel
#

clocked

gilded vortex
humble rampart
#

we were all working on the assumption itd "steal" it at the start of the round too until you showed the video

buoyant kestrel
gilded vortex
#

People guessed how it worked by reading the text

humble rampart
woven orchid
buoyant kestrel
#

NOBODY thought it meant 'steal all'

woven crag
buoyant kestrel
#

and NOBODY thought it was at the end of round

woven crag
#

it should be clear

humble rampart
woven crag
#

people easily couldve guessed any amount of money

wanton rapids
#

i thought the money was the blind rewards initially tbh

deft ore
#

Classic Victin Wording Moment

humble rampart
#

yeah really

woven crag
#

the tooth also steals my money but it only steals $1

deft ore
#

buoyant kestrel
gilded vortex
#

You can't spend it

woven orchid
woven crag
#

this wording needs a hero

deft ore
#

at this point the best way to play victin's mod is with the code open

humble rampart
#

lmfao

woven orchid
#

let me grab some classic lily wording moments

woven crag
#

this is just like the dna change like just copy the familiar/incantation wording to dna instead of vague keywords

stable juniper
woven orchid
#

nvm i cant launch my mod

stable juniper
#

created as a dual synergy with Tree and Dora

deft ore
humble rampart
wanton rapids