#⚙・modding-general

1 messages · Page 1371 of 1

wanton lintel
#

my suffering is boundless

dapper helm
#

try #7d9fd6

wanton lintel
dapper helm
#

its periwinkle

wanton lintel
dapper helm
#

heres another that i more commonly recommend #211d2e

dapper helm
dreamy abyss
#

how about #8a71e1

dapper helm
#

hi missingnumber can u link ur mod thread

dreamy abyss
dapper helm
#

yeah or any others, just installing stuff from people i recognize

keen knoll
#

this was quite the run

worn bone
wanton lintel
worn bone
wanton lintel
#

i see why its the die colour

wanton lintel
dreamy abyss
#

violet vessel flashbang

dapper helm
#

i used #211d2e as my wallpaper for super long

wanton lintel
dapper helm
#

oh respectable pick i like that purple

keen knoll
wanton lintel
#

i just like it bc its not too dark not too bright and purple

#

now to banish myself to the abyss

#

this is the abyss btw

hardy brook
#

Prideful Joker Done

dire meadow
#

yo chat

dapper helm
dire meadow
#

uh first question

#

also

#

how do i check what cards are in the played hand/where should i do that in context

wanton lintel
keen knoll
honest zephyr
#

my brother has a very [THE LIGHT OF THE HEAVENS]

wanton lintel
#

it also basically makes me deaf

real trail
#

My of all trades joker art is goin well... I need some random text to put in any ideas?

keen knoll
#

hey guys joker idea

#
lancer deltarune (common)
all spade cards added to deck become lancer cards

lancer card (enhancement)
applies +2 mult to the next scored card```
keen knoll
#

wait i already have a snow enhancement

#

uhh

real trail
#

It's coolio

keen knoll
ruby phoenix
#

can i still mod balatro if i have it through microsoft

dire meadow
keen knoll
#

ok what context are u in

dire meadow
#

you talking to me?

keen knoll
#

yea

dire meadow
#

ok so idk which context too

keen knoll
#

what are u trying to do

dire meadow
#

ok so

#

let me just forward the description over here

keen knoll
#

ok

honest zephyr
dire meadow
ruby phoenix
#

do you guys know if i can still play modded balatro if i have it throughh microsoft store??

dire meadow
#

we already kinda had this discussion

#

and the answer is "its muddy"

keen knoll
dire meadow
#

but you probably want steam's version

dire meadow
keen knoll
#

id personally store it in G.GAME.current_round so its shared between all instances

dire meadow
#

oh yea that makes sense

keen knoll
#

ok yea so its context.full_hand for scoring+unscoring, and context.scoring_hand for just scoring

dire meadow
#

hm

#

how would i set a G.GAME.current_round variable at the start of a run

#

(doing this so displayed rank doesn't show up as nil and instead as "None")

keen knoll
#

function SMODS.current_mod.reset_game_globals(run_start)

plush hound
#

your modders are very productive

keen knoll
dire meadow
#

the hidden voice channel

plush hound
#

you gotta be level 67

#

to access vc

dire meadow
#

this is my code so far

keen knoll
#

through a mod calc function

dire meadow
#

a what now

#

oh wait i can use add_to_deck

#

oh wait no what about the shop

keen knoll
#

you can create a calculate function thats attached to the mod object

dire meadow
#

and other stuff

keen knoll
#

and its run without being tied to a specific joker

dire meadow
#

the mod object as in

#

the mod itself!?

keen knoll
#

SMODS.current_mod

#

function SMODS.current_mod.calculate(self, context)

dire meadow
#

hmmm so would this be like

#

making the joker global

keen knoll
#

no just the part that updates the target ranks

#

so like you could do

alpine cosmos
#

yall are making this way too complicated

dire meadow
#

im not sure what candycane is getting at

keen knoll
#
function SMODS.current_mod.calculate(self, context)

if context.before and #G.GAME.current_round.whateveryouwanttocallit < 1 then
 -- iterate over the context.full_hand list and add each rank to G.GAME.current_round.whateveryouwanttocallit
end

if context.end_of_round and context.beat_boss then
G.GAME.current_round.whateveryouwanttocallit = {}
end

end```
polar oyster
#

hi •. •

gentle raptor
#

hey guys what do we think about this one

#

they always score and give +4 mult

dire meadow
keen knoll
#

bad

keen knoll
dire meadow
#

when the coding style!

#

does context.full_hand just store the hand

#

no extra stuff?

alpine cosmos
# dire meadow show me the way please
context.before
for i = 1, #context.full_hand
if <check for first hand of ante> then
<insert code for saving the played ranks>
else
if <check if hand ranks matches the saved ranks> then
scale_card( blah blah)
end
#

context.full_hand is the hand played, saving it is a different story

alpine cosmos
dire meadow
#

i just need the ranks

alpine cosmos
#

if you want the ranks

gentle raptor
alpine cosmos
#

i love when things that arent playing cards are in hand

#

:>

keen knoll
alpine cosmos
#

i forget what its called

dire meadow
keen knoll
#

well do you just want the scored cards

#

then use context.scoring_hand

alpine cosmos
#

yep yep

alpine cosmos
#

cause basically it goes through the list of things in the scoring_hand and you get the id of the rank

dire meadow
#

i htink iim gonna use

#

:get_id()

alpine cosmos
#

then you have to figure out wht that is

#

oh true lmao

ruby phoenix
#

so i bought it on steam and downloaded balatro mod manager is there any thign else i should do

dire meadow
alpine cosmos
#

a random number

#

forgot about that function

dire meadow
keen knoll
#

oh yea you also need to do localize(rankVariable, "ranks")

#

for the loc_vars

alpine cosmos
dire meadow
#

!?

dire meadow
#

atleast i can check if its rankless

alpine cosmos
dire meadow
alpine cosmos
#

idk

#

thunkism

keen knoll
dire meadow
#

localthunk type beat

#

real ones use the localthunk emojis when mentioning him

gentle raptor
#

tenna lookin' ass message

dire meadow
real trail
#

This joker art goes so hard omg

dire meadow
#

how would i specify rankless cards actually

#

because i want the displayed_ranks to be the shorthands

#

like

#

A
K
Q
J
10
so on

#

N?

forest knoll
#

_ _

dire meadow
#

joker that when triggered, gives @forest knoll the stone enchantment

honest zephyr
#

Rankless idk

forest knoll
dire meadow
honest zephyr
#

make it an underscore then (_)

dire meadow
forest knoll
#

pluh

honest zephyr
#

okay time to make a localization fileee

#

is this process fun in any way

dire meadow
#

ok so @alpine cosmos @keen knoll this is what i have so far

    local ranks = G.GAME.current_round.MDJ_construction_jokers_ranks
    local displayed_ranks = G.GAME.current_round.MDJ_construction_jokers_displayed_ranks
    local rank_shorthands = {
        "_",
        "2",
        "3",
        "4",
        "5",
        "6",
        "7",
        "8",
        "9",
        "10",
        "J",
        "Q",
        "K",
        "A"
    }
    if context.before and #ranks <= 0 and displayed_ranks = "None" and next(SMODS.find_card("j_MDJ_constructionjoker")) then
        for i = 1, #context.scoring_hand do
            local v = context.scoring_hand[i]
            local rank = v:get_id()
            local rankless_check = v.has_no_rank(playing_card)
            if rankless_check then
                rank = 1
            end
            table.insert(ranks, rank_shorthands[rank])
        end
        displayed_ranks = table.concat(ranks, ", ")
    end

    if context.end_of_round and context.beat_boss then
        ranks = {}
        displayed_ranks = "None"
    end
end```
keen knoll
#

no

#

dont store the rank shorthands

dire meadow
#

i hate localization

gentle raptor
#

worst idea I've ever had

keen knoll
#

yyeah..

dire meadow
gentle raptor
#

i was gonna make a whole photo booster pack and that's where you'd get these from

dire meadow
#

i really like the crusty photoframe

gentle raptor
#

and they'd basically just be like. What if jokers were in your playing deck

#

and you could also get the aforementioned pocket jokers here

#

chat is this an okay idea or does it blow

honest zephyr
#

this sounds peak with the right execution

novel jetty
#

modding my action figure right now. small update.

gentle raptor
#

i thought the pink thing was another eye and it really threw me off

novel jetty
#

it is

dire meadow
#

third eye

novel jetty
#

camera to replace both eyes

gentle raptor
#

well yeah but I thought it was the second right eye and it messed my brain up trying to figure out the perspective at which the photo was taken

novel jetty
#

my idea was a sorta forced mechanized person

#

i have a gundam kit that im gonna combine with the human body

#

but im customizing the head first

dire meadow
honest zephyr
#

this doesn't look fun

worn bone
gentle raptor
#

I chose beach photo because beach is like. where families go. and families love

#

and I think I'm gonna make the diamond version celebrity photo because. wealth

#

do you guys have ideas for club and spades ones though

dire meadow
#

and families family

honest zephyr
honest zephyr
dire meadow
honest zephyr
gentle raptor
#

am i going crazy or does this look like roaring knight

real trail
#

Okay I need thoughts on this

honest zephyr
#

also huh. neat.

gentle raptor
real trail
real trail
#

Do I credit you?

#

Am I supposed to..

honest zephyr
#

i've learned that loc_txt is a sin and that i shall never use it

gentle raptor
#

Celebrity Photo

#

if you can recognize who this is an edited photo of you get 10 Kimberly Points

honest zephyr
gentle raptor
#

whoops. i'll figure this out later

honest zephyr
real trail
#

Oki finished card

vernal oasis
#

nice reference

real trail
#

What do y'all think?

real trail
#

The text is actually readable

#

Like it's all stuff

#

Two slice

#

But it also couldnt

#

You could get a red seal or you could get a lucky card that doesn't hit

#

Probably

#

I'll build that bridge when I get to it

#

And cry probably

#

The art is so pretty!!!

#

I'd eat them

honest zephyr
#

hm
you know what? this localization file thing ain't so hard after all

#

my favorite emoji

#

🔏

#

meet and HUH?

honest zephyr
#

did i get a ping

real trail
#

I think it to be le coolio

honest zephyr
#

looks inside
wait.. no photochad? something's wrong

real trail
#

It says "hey streamer do this"

#

Or sum

#

I'm reaalllyyy proud of this card

#

My baby

dire meadow
#

how do i get all indexes of a table

gentle raptor
#

can anybody deduce my error here

dire meadow
#

dead chat 💔

gentle raptor
#

solve my riddle!

#

/silly

dire meadow
#

im going to EXPLODE you

gentle raptor
#

):

dire meadow
#

@everyone solve my issue

gentle raptor
#

boowomps

#

boowomps sadly

#

miserably walks away with an umbrella over my head

dire meadow
#

astro

#

do you know how to check

#

if two tables

gentle raptor
#

how could you do this to a girl right after she was kicked out of her dad's house asterisk asterisk asterisk asterisk

dire meadow
#

joker that upon triggering, kills @fair thistle

#

just know

#

👀

gentle raptor
#

joker that upon triggering writes my book for me

frigid mica
#

I wanna make a joker where “Selling cards counts as destroying them, gain their shop price as money”

gentle raptor
#

okay well then go do it

frigid mica
#

I need to figure out who to base it off of.

dire meadow
#

uh @frigid mica do you know how to check if two tables are equivelent to each toerh

frigid mica
gentle raptor
#

hey guys what do we think of this? is it busted? is it absolute dogshit? I can't tell

dire meadow
gentle raptor
#

why is it so low quality

#

hold on

frigid mica
gentle raptor
#

there we go

honest zephyr
#

listening to ultrakill ost while working on a localization file

dire meadow
#

im just gonna code a really poor solution

honest zephyr
gentle raptor
#

the joke is that buying a copy of Yesterday and Today with a butcher cover bankrupts you in real life

dire meadow
#

👀

honest zephyr
#

i think i did this in jokerforge once

#

yeah i did

#

basically just made it Blueprint 2: Now It's The Left Joker That It Copies

dapper helm
honest zephyr
formal wedge
#

skeletons randomly run past the screen

gentle raptor
hardy brook
#

Should i make some Ortalab compatibility for parallel update later?

dapper helm
#

-10 kimberly points for me

gentle raptor
#

yes

honest zephyr
gentle raptor
#
  1. Gains X0.25 Mult for each dollar of Sell value of the Joker to it's immediate left (Egg Excluded)
  2. Increases all chance probabilities by 2X of Joker to it's immediate left
novel jetty
#

Small update

gentle raptor
#

why did sucking on my laptop charger shock me owww ):

#

anyways yeah gift card is fine

keen knoll
gentle raptor
#

didn't even realize i was doing it

#

how did they not diagnose me with autism sooner

honest zephyr
#

i remember just. chewing on lego tires

wanton lintel
honest zephyr
gentle raptor
#

blueprint:

keen knoll
wanton lintel
gentle raptor
#

let's all meet up and chew on lego tires

honest zephyr
#

i've been clean off lego tires for years now

gentle raptor
#

meet and Huh

#

not a fan

keen knoll
#

seems like a bit of a Death

wanton lintel
#

i made boowomp tenna

gentle raptor
honest zephyr
keen knoll
dire meadow
#

glooby...

gentle raptor
wanton lintel
digital jungle
fathom gust
dire meadow
#

why diid eatting batteries kill me

#

am i stupid

digital jungle
#

guys i just jumped off a 6 story building why are my bones broken

honest zephyr
real trail
digital jungle
novel jetty
#

Final update fr

wanton lintel
#

why did they use that one sound i remember from baldi in spoken for

dire meadow
#

on god even

honest zephyr
dire meadow
#

@gentle raptor i need construction joker's sprite

gentle raptor
dense egret
dire meadow
#

also ignore me trying to trigger it

gentle raptor
novel jetty
dense egret
novel jetty
#

It's modding related just not balatro related

novel jetty
dire meadow
#

what's balatro?

dense egret
novel jetty
eternal portal
dense egret
#

anyways this chat isnt modding all the time

dire meadow
eternal portal
#

when you could be using UPARROW DOWNARROW to adjust ranks

eternal portal
#

and C to duplicate cards

digital jungle
dire meadow
#

i am a fooll...

#

let me rerecord it

gentle raptor
#

squeezing the bird juice out of the feathers from my pillow with my teeth.

gentle raptor
dense egret
keen knoll
#

help a friend sent me this

dire meadow
#

ok so

honest zephyr
#

so if a legendary did an effect related to glop would it increase by like
0.5

dense egret
dire meadow
#

can anyone spot a bug here

#
                if hand_ranks[i] ~= stored_ranks[i] then
                    card.ability.extra.hand_matches = false
                end
            end```
keen knoll
worn bone
#

hi

dire meadow
young timber
#

anyone wanan help me make fnaf in balatro?

dire meadow
#

so i tried to do this

keen knoll
young timber
#

just a joker thing

worn bone
dense egret
young timber
#

ive done it

#

but like

#

sprites

#

:(

#

so boring

gentle raptor
#

i wanna play glop mod!

honest zephyr
worn bone
#

bait

honest zephyr
dire meadow
patent shore
floral raft
#

I need help, I'm trying to get cryptid to work and this error pops up. Talisman, cryptid, smods, and lovely are all up to date

patent shore
dire meadow
#

dude be patient

fair thistle
#
poll_question_text

Will this get deleted in 10 minutes?

victor_answer_votes

4

total_votes

8

gentle raptor
dire meadow
formal thistle
#

is the wording on this correct

frigid sedge
#

Seems really wordy. Discarded heart cards will give X0.2 mult when played next round might be better? -eve

dire trail
#
poll_question_text

did playstack have any participation in the banning of ruby

victor_answer_votes

13

total_votes

14

victor_answer_id

2

victor_answer_text

No

patent shore
#

ONE CARD STACKOVERFLOW

formal thistle
#

we see bro 😭

dire meadow
#

we can't see actually

#

someone stole our 👀

floral raft
# floral raft

I'd appreciate if someone can help, I've been struggling to get this working for hours and I'd like to know if it's a simple fix

formal thistle
gentle raptor
dire meadow
#

food joker that keeps you on your toes

gentle raptor
#

yes

formal thistle
gentle raptor
#

this was the only small food I could think of

#

if anybody knows of any better small foods please let me know

#

deviled eggs got it

keen knoll
formal thistle
gentle raptor
#

i need a better way to write this to express that it resets to 250 chips every time a blind starts and it only self destructs if within the blind the chips reach 0

formal thistle
#

Stuffed mushrooms

gentle raptor
#

okay stuffed mushrooms

formal thistle
#

so fire

frigid sedge
gentle raptor
forest knoll
dire meadow
eternal portal
gentle raptor
#

this describes itself as "mini tacos" am i going insane or is this normal tacos

dire meadow
#

normal tacos

honest zephyr
# gentle raptor

When blind is selected, this Joker's chips are set to +250 Chips
-20 chips for each scored card
Self destructs if Chips reach or go below 0
(Currently +[value of chips] Chips)

eternal portal
#

they are mini tacos if youre tall

dire meadow
#

what if im taco sized

eternal portal
#

then theyre giga tacos

patent shore
#

self-destructing balatro is my balatro copy since when i select a single card IT JUST STACK OVERFLOWS

honest zephyr
keen knoll
eternal portal
dire meadow
keen knoll
#

i think u can just ignore it

honest zephyr
patent shore
keen knoll
#
+250 chips
-20 chips for each scored card
resets at end of round
self destructs```
honest zephyr
keen knoll
#

also maybe make it +240 or +300 so its a multiple of 20

eternal portal
#

did you know: today i have invented a system to compactly describe card effects

honest zephyr
gentle raptor
# gentle raptor
poll_question_text

Let's Take A Look (Joker)

victor_answer_votes

4

total_votes

5

victor_answer_id

2

victor_answer_text

2

victor_answer_emoji_name

👀

#

le'ts take a LOOK...

#

I like that one

#

I like that one a lot actually

#

that's really good

keen knoll
eternal portal
#

[...]P

keen knoll
#

ok

gentle raptor
eternal portal
#

no, [...]P

gentle raptor
# gentle raptor
poll_question_text

small food

victor_answer_votes

2

total_votes

8

keen knoll
#

... is the tag for retrigger jokers on the wiki

dire meadow
patent shore
#

does anyone know WHAT IN THE WORLD IS WRONG WITH MY BALATRO ENCODED DECK+INFINITE SLEEVE AND ONE CARD CRASHES MY GAME

eternal portal
keen knoll
#

two, actually
balatro vanilla, and the modded wiki

dire meadow
#

did this happen in deltarune im double checking

keen knoll
patent shore
#

help pls i want to play mod balatro its been like 3 months

eternal portal
#

we're talking about miraheze balamod wiki

keen knoll
fathom gust
#

urghhhhh cryptshit crashes

keen knoll
#

this one

eternal portal
#

its mostly just for fun

blissful stag
#

if i had a choice between enduring hell or managing a modded baltro wiki page id endure hell

dire meadow
eternal portal
#

but can be used to inspire new cards

keen knoll
eternal portal
dire meadow
keen knoll
dire meadow
eternal portal
gentle raptor
#

okay finally after like twenty minutes of nothing

eternal portal
#

[ ] means a card

woven orchid
#

guys i just had an insane idea

#

no i'm not going to elaborate

eternal portal
#

and [ ]P specifies it's a playing card

keen knoll
#

ok

chilly pine
#

wavetapper

keen knoll
#

i know P! is used for hand type modif so that might be confusing

eternal portal
#

not anymore

gentle raptor
keen knoll
#

what

eternal portal
#

in my system it's different

keen knoll
#

oh

eternal portal
#

d12 from Entropy: +%(#[]C,)

#

add amount of consumable cards to probability numerators

dire meadow
#

what should this do if its demicolon forcetriggered 👀

dire meadow
#

x1.4

young timber
eternal portal
#

maybe

dire meadow
#

^1.04

eternal portal
#

no

#

only 1

dire meadow
#

^^1.004 @fair thistle

#

no

eternal portal
#

not infinite

dire meadow
#

i kill you

#

^^^1.0004

#

^^^^1.0004

#

ok that's all

woven orchid
eternal portal
#

wow, anothe {}m joker, how creative

dire meadow
#

a what

eternal portal
#

hyperoperation mult

dire meadow
#

ok but it was forcetriggered

#

blame demitrigger

eternal portal
#

btw Oil Lamp is [*#]J

#

and Demicolon is [!>]J

keen knoll
#

ok

dire meadow
#

liar

#

i neever posted this one before

#

skillet issue

#

you SUCK

#

throws water on you

#

throws evil water on you that upon triggering, kills @fair thistle

woven orchid
frigid furnace
woven orchid
#

23,000 line main file
yep, that's jalmanac

patent shore
#

😮

#

WE FOUND AN OLD COPY OF IT

woven orchid
#

"we found" its been on the internet archives for forever its just nobody bothered to bring it up that loud

patent shore
#

OH

#

oh

woven orchid
#

it was never actually lost media people just stopped talking about it because it is so unbearably unstable

patent shore
#

has anyone even tried to figure out how to update it

blissful stag
#

would 24 antes as the winning ante too long

patent shore
#

y e s

frigid furnace
blissful stag
#

i had a cool idea where theres like phases of 8s and theres 4 phases

patent shore
#

who is the #############

#

what

#

does anyone even know which version jens almanac ran on

woven orchid
#

where did they go

blissful stag
#

i ate them

chilly pine
#

where did my replace_ui go

blissful stag
#

all consumables are mine to take

#

i couldve probably just used a for loop function with tables but thats boring

woven orchid
#

are you taking ownership mid run

chilly pine
#

just to edit in pool man

blissful stag
#

yeppers

chilly pine
#

gotta be a better way

woven orchid
#

so there is a bit of a problem being that this will persist bbetween runns

blissful stag
#

i have it reset

woven orchid
#

idk maybe you want that but like you proba

blissful stag
#

when a new run initializes

dire meadow
#

why isn't there a eden's blessing type joker

woven orchid
#

that seems . strange

#

i guess if it works shrug

hard plank
#

what if you load a run

blissful stag
#

theres a check when loading a run

dire meadow
#

what if you kill a run

blissful stag
#

i should make a tab to check what consumables were used

#

but i hateeee GUI

mint spindle
#

hi

chilly pine
#

hello glitch

exotic belfry
#

hello chattington

woven orchid
#

astra

exotic belfry
#

what the fuck

frigid furnace
#

wtf

mint spindle
woven orchid
#

if you recognize it and look at the previous screenshot i took you will instantly know what i am doing

mint spindle
woven orchid
#

unfortunately im pretty shit at ui so

mint spindle
#

ELITE BALL KNOWLEDGE

frigid furnace
#

ido not understand

exotic belfry
#

nor do i

hard plank
#

lily

mint spindle
#

i love wavetapper

#

wavetapper is so good 😭

chilly pine
#

credits ex

#

i love credits ex its so cool

frigid furnace
#

ah

woven orchid
#

why is it not fucking there

blissful stag
#

should i
a. remove planet cards from the shop but boost their rate in boosters
b. decrease planet card rate for shop
c. decrease rate by a set amount everytime a planet is used (resets when round ends)

hard plank
#

my mod kinda sealless

frigid furnace
woven orchid
#

badf

#

hold on

frigid furnace
#

it ok I can probably read it

woven orchid
#

generate_containers function

chilly pine
#

oh thats cool

gentle raptor
#

joker idea - +7 mult for each eaten food joker, including sold egg and extinct bananas

woven orchid
#

wait i think i know

hard plank
woven orchid
#

its giving a table of score containers thats inside the table it should be in

#

i.e. {generate_containers} instead of just generate_containers

hard plank
#

lily...

woven orchid
#

whaat

hard plank
#

you scare me a lot

dire meadow
#

how on earth would i add more depth infomation here

dire trail
#
poll_question_text

mods asleep post controversies

victor_answer_votes

5

total_votes

5

victor_answer_id

1

victor_answer_text

scam bots

frigid furnace
# woven orchid

nodes = Wavetapper.generate_containers, dont wrap the function in a table - i think

woven orchid
frigid furnace
#

oj

woven orchid
#

bless the streets for window deck

dire meadow
woven orchid
dire meadow
woven orchid
#

i dont know how to make them not have a number inside but at least it kinda works now

#

i might just manually make the uiboxes instead of using smods.gui.scoring_container

finite orchid
#

bump

dire meadow
woven orchid
#

i got the grid

#

i dont know what all that padding on the left and right and top is for though

gentle raptor
woven orchid
gentle raptor
#

WHY IS THE DUD GIF BLCOKED??????"

woven orchid
#

no gifs are allowed

gentle raptor
#

oh

woven orchid
#

ya

dire meadow
neon urchin
#

you got the dud

woven orchid
#

if you download it and send as file

#

you can send gifs

dire meadow
woven orchid
#

it's a simplification

gentle raptor
woven orchid
#

99% of gifs are blocked because 99% of them use the same host

dire meadow
#

maybe

neon urchin
#

who got the dud…??

woven orchid
#

hi

dire meadow
#

this guy works because its hoste on imgur

worn dagger
woven orchid
#

omg i love that

#

so astro two things

#

one i dont care

dire meadow
#

you can't send favorited gifs

woven orchid
#

two i literally clarified you could download them afterwards

#

you are uselessly arguing

dire meadow
#

guys

#

look at this

#

isn't this funny

woven orchid
gentle raptor
#

one, nothing wrong with me
two, nothing wrong with me

dire meadow
#

now uh

#

astro

#

i have no clue how to shade

limber oak
blissful stag
#

use black

#

always use black to shade

dire meadow
#

whhat

gentle raptor
#

don't do that\

woven orchid
#

use colours

dire meadow
#

this is what i got so far

exotic belfry
gentle raptor
#

angel and devil on solware's shoulder

woven orchid
#

astra

neon urchin
#

ppl should swear and murder more

woven orchid
#

are you better at ui than i am

blissful stag
#

do you trust this guy?

exotic belfry
woven orchid
#

i doubt it kinda

dire meadow
blissful stag
#

hes new here. dont trust that fella

#

always use black to shade

gentle raptor
#

I GAVE THEM THE IDEA

#

I INVENTED CONSTRUCTION JOMKER

woven orchid
#

im so confused what all this big empty space is from

exotic belfry
#

The most UI work I've done was the Maximus menu logo

gentle raptor
dire meadow
woven orchid
#

😭

dire meadow
blissful stag
#

MidUI

exotic belfry
woven orchid
#

oh true

#

i still am confused by the left and right padding tho

frigid furnace
#

maybe from the other ui elements outside the chip-mult area

neon urchin
#

fun fact: if you had a kidney stone surgically implanted into your kidney, it would act as a catalyst and grow larger while inside you.

gentle raptor
#

what even is your goal here

woven orchid
#

actually. its probably the hand name text squishing the boxes or something

woven orchid
dire meadow
#

dude this reference is so dark

neon urchin
#

i find it fun

#

you cant fun shame me

dire meadow
#

to trace over it

neon urchin
#

i put kidney stones into people while they sleep. anyone here can be next

dire meadow
#

do you think i can just magically project it down

grand geode
gentle raptor
#

ladies ladies you're both pretty

neon urchin
#

yeah

#

really pretty

woven orchid
#

STOOOOOPPPP FIIIGHTTINNNGGGGGG!!!!!!!!!!!!!!!!!!!!

dire meadow
#

ok i embiggen it

woven orchid
#

or keep fighting i dont really mind

dire meadow
#

‼️

exotic belfry
#

who's ready to be jolly in a few days

gentle raptor
#

it's at the wrong angle now how did you do that by scaling it up

woven orchid
#

wow i see how it is

neon urchin
#

EVERYONE STOP FIGHTING OR ELSE I’LL CRY

woven orchid
#

im never helping describe ur jokers againn

exotic belfry
dire meadow
neon urchin
dire meadow
#

?

gentle raptor
#

get crockered

dire meadow
#

@woven orchid how do i earn your forgiveness

woven orchid
#

say sowwy

neon urchin
#

i jolly everywhere

dire meadow
#

sowwy 😭

woven orchid
#

i forgive you

dire meadow
#

🥳

neon urchin
#

i jolly in the kitchen, i jolly in the living room, i jolly in my bedroom

#

theres jolly everywhere i go

gentle raptor
# gentle raptor get crockered

i've officially reached the tipping point where one of my internal inside jokes has slipped out while communicating with another person. It's over

dire meadow
#

would you summon a party hat and a party blower if you could

woven orchid
#

i can summon anything

dire meadow
neon urchin
#

i jolly in public sometimes too

#

call me santa clause

#

because i jolly into peoples houses

woven orchid
#

ok ill get back to wavetapper later, i want to play adofai

dire meadow
#

the area outsde of da circle

neon urchin
#

people watch videos of me jollying for free

#

but i NEVER jolly with other people

#

i jolly by myself

dire meadow
#

actually

#

where's the light source coming from

#

in balatro

#

is there a set one like eyesack

neon urchin
#

not as good as I…..

#

im mr jolly santa clause and i jolly so much IT HURTS.

#

i CANT STOP jollying

#

you think you can keep up?

#

no

#

you are NOT mr jolly santa clause

gentle raptor
gentle raptor
#

hell does that mean

dire meadow
#

ok wunker

gentle raptor
#

what

neon urchin
#

I JOLLYED SO MUCH OTHER PEOPLE DIE

dire meadow
#

imagine not knowing what wunky means, your wunks mean NOTHING!

neon urchin
#

and i jolly them back to death

#

we are opposites

gentle raptor
# gentle raptor
poll_question_text

SMALL FOOD FINALS

victor_answer_votes

2

total_votes

4

formal thistle
#

are any of yall good with joker forge

neon urchin
#

we may each both jolly, but your jolly WILL NEVR be like mines

#

i will jolly over your grave

#

at your funeral

hard plank
#

guys

neon urchin
#

ill be there

#

jollying

gentle raptor
#

I just jollied my jolly all over the wall. Cleanup on aisle 5!

neon urchin
#

we’ll havea jolly off

#

best to jolly owns the jolly

#

and boy oh my, i’ll jolly so fucking hard

dire meadow
neon urchin
#

GUESS WHAT IM DOING THE. HUH…? im also jollying .. I AM..

gentle raptor
#

give me +8 mult

neon urchin
#

jollying my jolly joker

dire meadow
# dire meadow 👀

i changed the light source to be like from the center/you are somehow emitting the light source

neon urchin
#

my jokers are even jollying

gentle raptor
#

@dire meadow pair with me so we can get mult

hard plank
#

i told you guys

gentle raptor
#

:)

neon urchin
#

help im having a psychotic break down, this is not a joke, im dizzy

gentle raptor
#

do we get mult now

#

fucking WHO is typing?

worn dagger
#

It’s 12:00 and I’m drinking Mountain Dew

dire meadow
#

@worn dagger

worn dagger
#

Hi

dire meadow
gentle raptor
#

give us mold

#

mult

#

astro give us mold

#

I'ma so Itchy!

dire meadow
#

astro is there a shadng tech called giant ass negative triangle

hard plank
#

no

woven orchid
#

there is now

dire meadow
#

awesome

hard plank
#

lily

#

I'm still scared of you

#

you're intimidating

dire meadow
#

lily you are me joker description wunkie 😁

woven orchid
#

why am i scary

#

ive heard this from so many people

#

guys

#

bully me more if you think im scary and you will be proven wrong instantly

dire meadow
#

ok so @fair thistle does this look good so far

worn dagger
woven orchid
#

to prove me right

dire meadow
worn dagger
hard plank
#

you need to understand the shape of an object

dire meadow
#

now

hard plank
dire meadow
#

im just gonna

#

skip over the things

#

that stick out

#

christ that's so low quality

#

that

#

but

#

how would i show that

#

the brim is sticking out

#

from the not-brim

hard plank
#

there are ways

dire meadow
#

and what ways are there

hard plank
#

just shade the approximate shape

dire meadow
#

i need to boot up roblox studio man

blissful stag
#

where the fuck are consumable weights defined in the game

dire meadow
blissful stag
#

ok i found it

neon urchin
#

i calmed down

#

my family was scared

dire meadow
#

wait let me

#

@hard plank

hard plank
#

what

dire meadow
#

i just added a line of

#

darker cyan pixels

#

above the brim

hard plank
#

first consider where the light is coming from

dire meadow
#

from the player's eyes man

dire meadow
hard plank
#

yes but in art you'll need to consider where the light is coming from in the image

neon urchin
# dire meadow

hat looks like one of those bells infront of counters that people ring to get attention 🛎️

#

ding ding ding ding

neon urchin
#

i do the joker

#

*rings his head. ding ding ding 🛎️ *

neon urchin
#

🤯

hard plank
#

idk i did what i said i do

dire meadow
neon urchin
#

mmmm mayo on a conveyor belt and a fart jar car

#

can farts be a replacement to gas

#

can i run a engine with my flatulence

hard plank
#

that's not fucking mayo

neon urchin
#

if not mayo, why so mayo shaped..??

hard plank
#

not even mayo shaped

forest knoll
#

that is rice mound shaped

neon urchin
dire meadow
#

no that's mayo

neon urchin
dire meadow
#

it has to be mayo

neon urchin
neon urchin
hard plank
dire meadow
woven orchid
#

guys

neon urchin
woven orchid
#

you should all play Control

hard plank
dire meadow
woven orchid
#

dont x react me

neon urchin
#

bell hat 🛎️

woven orchid
#

Control is like so underrated

dire meadow
#

huh what

woven orchid
#

because they didnt fucking market it

dire meadow
#

who ✅ reacted that

neon urchin
#

i love you

dire meadow
#

also i just kinda gave up on the hat and hope soomeone comes along and kills it ivolently

hard plank
dire meadow
woven orchid
#

cardpronouns user detected

neon urchin
dire meadow
neon urchin
#

ew spoiled mayo looks like that??

#

mayo cheese

forest knoll
neon urchin
#

has anyone made mayo cheese

neon urchin
#

you can make cheese out of everything

woven orchid
#

i fell asleep for like 4 hours

#

3 maybe

dire meadow
#

@woven orchid how do you feel about misinfomation being spread aabout @eternal portal

woven orchid
#

i think re:potassium should fix it

dire meadow
#

its

woven orchid
#

im not liable for rng being homophobic

dire meadow
#

yes you are...

woven orchid
#

damb...

dire meadow
#

jumpscares you life fnaf 2 withered foxy

digital jungle
eternal portal
woven orchid
#

yay

neon urchin
#

what is it called when a guy is fond of homo people but not homo himself? like opposite of homophobic, like homofondness or smt

#

im quite fond of the gays

eternal portal
#

it now gives you sfark

dire meadow
#

trve

young timber
#

wawawa

dire meadow
#

we need proper pronouns for the glopmother

neon urchin
#

glop/mom

dire meadow
#

@eternal portal bite this wunk's wires

neon urchin
#

i hate when people bite my wires 😕

woven orchid
#

cass can you bite my wires but only a bit

#

i dont want to die

woven orchid
#

what the fuck is that emoji

dire meadow
neon urchin
#

hand saw

dire meadow
#

pneumatic grinder

neon urchin
#

😕

#

fuck you!!!!!!

dire meadow
#

:O

hard plank
#

🔦

eternal portal
#

im c

dire meadow
#

👀

neon urchin
#

🔪

dire meadow
#

‼️

hard plank
#

grab my seals

neon urchin
#

🔪 🩸 💢 ⁉️ 🖕

neon urchin
eternal portal
#

collect my seals

neon urchin
#

press my seals

dire meadow
#

😐😦🙁☹️😢😭💥💀

neon urchin
hard plank
#

all of them have unique shapes I'm just saying

eternal portal
#

they look very cool

blissful stag
#

the modpack of 0 playtesters

dire meadow
#

@eternal portal would you joke

blissful stag
#

ur seals look like they belong on a femtanyl cover

woven orchid
dire meadow
neon urchin
#

i lick my seals before i apply them

dire meadow
#

send the typo in dm...

#

👀

woven orchid
#

what was the typo im so confused

eternal portal
dire meadow
woven orchid
#

i think only a straight person would do that

eternal portal
#

maybe

neon urchin
#

joker?! i barely even kno’ ‘er

eternal portal
#

bur which one

neon urchin
#

lol

eternal portal
#

sure

neon urchin
#

i like the word slur

#

it has so much aura

dire meadow
#

ok let me test

#

if this server

neon urchin
#

slur

dire meadow
#

just copied and paste the list of slurs from wikipedia

#

gorilla

#

monkey

polar oyster
#

Hi c.h.a.t

dire meadow
#

banana

neon urchin
#

CRACKERRRRR

dire meadow
#

apple

dire meadow
neon urchin
#

i love crackerrrs

dire meadow
#

cracker

#

crackers

neon urchin
#

i eat em with milk like cereal

#

and i put the milk firsy

#

first

#

white crackers

dire meadow
#

<<@&1133519078540185692>> did you copy and paste the slur list from wikipedia

#

wait

#

shit

neon urchin
#

thatss SUS

dire meadow
#

i did not mean to pnig them

woven orchid
#

i think you just pinged them bro

#

,. just maybe

dire meadow
#

fearful react this

dire meadow
#

vonnegut's skinwalker will return and say some crap

#

😨

#

nvm they went offline

neon urchin
#

yayy we can throw as many slurs as we want

dire meadow
#

uhh

#

WUNKER!

neon urchin
#

wtf man

woven orchid
#

im so hungry