#Resurgence (WIP) - Primordial Arts

1 messages · Page 18 of 1

night prism
#

i think because there's nothing to pull rn

dusty river
#

ahh lol

#

u know, I still am pretty happy, I just split an atlas in 2 and swapped all this ALMOST on my own and that's pretty cool, hehehehe

night prism
#

papyrus turned out super well for a placeholder

#

i didn't expect rescaling it would work so well

dusty river
#

filth looks great atm
that one might just stay lol

night prism
#

yeah

#

that art is so funny

dusty river
#

that's awesome

#

also, live footage showing me just how much more powerful ^chips is than ^mult lmao

night prism
#

committed

#

i'm with you on this @dusty river

wild laurel
night prism
#

for clarity

wild laurel
#

then why not use lowercase omega

night prism
#

we sacrificed consistency for looks and clarity

wild laurel
#

:(, okay

dusty river
#

Lowercase alpha cuz it's the first letter Uppercase omega cuz it's the last letter

night prism
#

this annoys me a bit too

night prism
#

lol

night prism
dusty river
#

I figured it out, but I still think it needs to be rewritten, like, completely lol

#

||it's deck of equilibrium I believe||

night prism
#

oh

#

that's just karl from my mod

#

kinda

#

stronger than that

static finch
#

the famous thing about vs is the obscene amount of random stuff, so making the guy that makes random stuff happen make random stuff happen makes sense imo

night prism
#

we should add shit cards, for dung defender from hk

dusty river
dusty river
static finch
night prism
#

we can call them dung cards

#

jk obv

dusty river
#

lmao

night prism
#

i have an effect in mind actually for him already

#

and it does not involve shit cards

static finch
#

good

dusty river
#

I know I never finished making gaster, but I kinda wanna make mini mice lol, I want them in-game cuz I know they're stupid effect could have some crazy synergies somewhere lmao

dusty river
#

the 66 sixes creating 6 negative tags

#

which honestly, is supposed to be his main effect lmao

night prism
#

well, you can look at how whiskey does it

#

it's almost the same thing

#

also, i'm going to add messages to all the jokers

#

because rn they don't have any

#

like "upgrade" when tree levels up and so on

dusty river
# night prism well, you can look at how whiskey does it

this is what I have so far (I actually did all this without the help of whiskey so far, the counter seems easier than I thought, tho the tags look more complicated lol, so I'll probs check whiskey after I fix the red lines here)

night prism
#

to make a tag you need to use a little function

#

just copy it from whiskey

dusty river
#

I only just looked down lmao

night prism
#

keep in mind that whiskey is a bit different because of the message it shows

night prism
night prism
#

remove the one after return

dusty river
#

ahhh, thank u, that did it lol

#

I only copied and pasted lmao

night prism
#

also you are missing a few brackets

dusty river
#

thanku, lol
what is the key for negative? If I wanted to have "Negative1" instead of "Holo1" for example

#

also negative tag lol

night prism
#

tag_negative

#

negative for the sound

#

and you can probably remove the 1.2 + math.random() and so on part

#

play_sound('negative', 1, 0.5) maybe?

dusty river
#

is that, volume then pitch, I assume?

night prism
#

actually make the volume 0.4

#

that's the default

dusty river
#

ah okey

night prism
#

keep the pitch at 1 for the pure negative sound

dusty river
#

is it a value from 0 to 1?

night prism
#

so if you want to deafen the player you can make it 1000

dusty river
#

ok, lmao
I'mma test with what I have now, I think

#

oh, wait, fuck, is this cuz gaster's immutable?

night prism
#

no

#

does it have extra inside the config?

dusty river
#

ahhh

#

I don't think so, lol
so, just card.ability then?
or do I add extra?

night prism
#

show me the config rn

dusty river
night prism
#

yeah just remove extra

#

anv = card.ability

dusty river
#

okey, it's working now
now time to test the negative tag creation
gonna lower it from 66 to 2 so I can see it better

night prism
#

my boy be looking good

dusty river
#

:3 my effect works btw hehehe

night prism
#

great

dusty river
#

commited it :3

#

now, for a simpler one, I think (probably not)
mini mice
the mult is easy as hell, I know
but what about the "all hands are counted as high cards"?

night prism
#

but it will not be part of the joker

#

you probably need to override the func that determins the hand

dusty river
#

oooo, function time? am I making a function ? :33

#

YIPPEE

night prism
dusty river
#

hmm, okey, I'll get the easy part down first, the mult and all that
then I'll do the "Always High Cards" effect, as I've never done it and have no idea how to yet lol

static finch
dusty river
#

alright, mult part's done

#

now for the function I dunno how to edit lol

night prism
#

not sure myself

#

i'm looking at explit from cryptid but i don't get it

#

so we doing this ourself

#

no stealing

dusty river
#

oooo

#

I'm not sure if I should be excited or scared, but let's go!

night prism
#

i may know why exploit is a bit more complex than expected

#

ok, this is a bit tricky

#

lemme think

#

ok, first of all lets create the function

#

we must override evaluate_poker_hand

#

so that it always returns a high card

#

to override a func we need to create a local that points at the original one

#

so that we can call it again after we did our stuff

#

otherwise calling the function would always call the new one we made

#

i usually do it like this local orig_evaluate_poker_hand = evaluate_poker_hand

#

now orig_evaluate_poker_hand is the original function

#

and we will make one that replaces it if we have mini mice

night prism
dusty river
#

hold on a sec lol, sorry, dad was talking to me about capitalism

#

so

#

local orig_evaluate_poker_hand = evaluate_poker_hand

dusty river
dusty river
#

ok, I'll start putting some of this code in rq

#

ok, caught up, continue lmao

night prism
#

inside the function i'd make a local that gets the actual poker hand played

#

so local hand = orig_evaluate_poker_hand(hand)

dusty river
#

ok, that's written down now

night prism
#

if next(find_joker("j_anva_mini_mice")) then

#

this checks if you have mini mice

dusty river
#

gotcha

#

wrote that down, we got the mini mice check

#

hmm, btw

night prism
#

i'm thinking a bit

dusty river
#

not sure if what we got rn can do this or if the og wording even made it seem this way, but

#

is it possible to keep the og scoring cards while using the different poker hand scoring?

#

so like

#

if it would've been a two pair, all cards that would've been a part of that two pair would score
but, it would still count as a high card?

#

sort of like

#

a messed up splash? lmao

#

if not, we can still work with this, no worries

night prism
#

yeah this is what it's bugging me rn

#

i'm not sure how this will work honestly

#

ok i think i got it

#

i found out how to make it preserve the old cards

#

but change the hand type

dusty river
#

ooo? (I think I have an idea myself, but I have -1 idea on how to make a function so idk if it even makes sense lol)

night prism
#

so type this after the if statement for _, v in ipairs(G.handlist) do

#

this is a loop that looks at all hands in the game

#

from the best to the worst

#

so if the local hand we made before is equal to any of those hands this means this is the hand we currently selected

#

if hand[v][1] then

#

this checks if the current poker hand of the loop is in our played hand

dusty river
#

mm okey

night prism
#

then we make hand["High Card"] = hand[v]

#

this makes high card contain all the cards from our current hand

#

so if this hand is an high card it will have all the same cards as wathever hand we played before

#

after this add break to stop the loop from continuing

#

add all the needed ends and the function is almost done

dusty river
#

what I have so far

night prism
#

ok

#

before the last end add return hand

#

so the function return the original hand if you don't have mice

#

and the one we replaced if you do

#

rn this does not remove the better hand though, so we need to change a few things actually

#

ok, i need to check a few things

#

so first of all were you have if hand[v][1] then replace it with if hand[v][1] and v ~= "High Card" then

#

actually scrap this

dusty river
#

okey, not done 👍 lmao

night prism
#

after the for loop is closed

#

add a new one

#

still for _, v in ipairs(G.handlist) do

#

and inside add if v ~= "High Card" then hand[v][1] = false end

#

so we make all hands that are not high cards false

dusty river
#

ahhh okey okey

night prism
#

this should be it

dusty river
#

I think I might be missing an end somewhere lol, but idk where

night prism
#

show me

dusty river
night prism
#

yeah

#

before the second for

#

add an end

dusty river
#

thanku, so, this is it right? testing time?

night prism
#

yes

dusty river
#

okey, game launched

dusty river
night prism
#

cryptid adds a lot of things to make exploit work with them

#

try disabling cryptid for now

#

we will fix this later

dusty river
#

okey, I'll turn off some stuffs

#

okey, cryptid+entropy are off

#

time to test

night prism
#

ok

#

select all the stuff we added inside the function except the first and last line

#

and press shift+alt+a

#

this should comment it out

#

tell me if this works

#

after this add print(hand)

#

after creating the local

#

i need this because i don't know how hands are stored in the files

dusty river
#

like this?

night prism
#

yes

#

but move print up

#

before you return

#

and also local hand should not be commented out

dusty river
#

okey

dusty river
night prism
#

yes

#

now play normally

#

and after playing one hand send me a picture of what gets printed in the terminal

#

the one that opens when you start the game

dusty river
#

uhh, I think it printed like 20 times lmao

#

hol on

night prism
#

just send me a picture

dusty river
#

okey

dusty river
night prism
#

ok

#

then readd all the stuffyou commented out

dusty river
#

comments removed

night prism
#

and where you added hand[v][1] = false replace it with hand[v] = {}

dusty river
#

done

night prism
#

try now

dusty river
#

IT WORKS!! :33

night prism
#

great

dusty river
#

also, just tried, no longer crashes w cryptid :3

night prism
#

good

dusty river
#

commited it :3

#

there is one more thing I wanna test actually

night prism
#

wip for sly

dusty river
#

ooooo!

night prism
#

i'm adding it like this for now

#

but i'll make a background later

dusty river
night prism
#

because the function just checks if you have any

#

one or more is the same

#

also

#

are you paying attention to blueprint and sticker compat?

#

this joker should not be blueprint compat for example

dusty river
#

oooo, right

dusty river
static finch
dusty river
#

cuz it also gives +mult

night prism
static finch
#

yes

night prism
#

imma do the nailsage version

#

gotta use this as a ref i think

#

also, we probably should add configs to ban the specific planar sets

#

because some of this stuff is spoiler lol

dusty river
#

mm, fair lol

#

I'd have to turn off one shot 😔

dusty river
night prism
#

we could have both

#

so if someone hates vs they can just turn it off

dusty river
#

mmmm, true
never a bad idea for more configs

night prism
#

if we do this then it would be wise to divide the planar jokers into different files

#

so we can just not load the file if the set is off

dusty river
#

mmm, tho, how would u have them in multiple sets?
I mean, I do know it's possible, as I think cryptid does that, but

night prism
#

wdym

dusty river
#

like, "specific planar set spoilers removed" would all be in the "specific planar set removed" set

night prism
#

one removes just the spoilers

#

the other all the set

dusty river
#

okey, I guess I'll get how it works more when we actually have the configs in place lol

night prism
#

we put all the spoiler stuff inside of it

#

this is how i do it in prism

dusty river
#

mmh okey

night prism
#

i don't know how many spoilers there will be

#

for sure a lot of unbounds will be spoiler

#

like sly here

dusty river
#

I know of 3 that could be considered spoilers off the top of my head

night prism
#

if we add sans unbound that will be for sure

#

though

#

who does not know about sans lol

#

i think it's impossible to have escaped that information in the last 10 years

night prism
#

rn the unbound mechanic is not coded

#

right?

dusty river
#

yeah, we should probably add that, cuz we have 2 jokers that should be using it already

night prism
#

imma do it

#

just copy paste the code from darkside

dusty river
#

tree -> tree(3) is the only set that exists of both where you have both jokers to test the transformation
gabriel exists, but his other form doesn't so despite having 2 unbound jokers we only have 1 possible transformation atm

#

I have mini mice and hot air balloon rn

#

this is it, this is power

night prism
#

lol

dusty river
#

this is it... finally, the gay agenda, in my hands

night prism
#

the alphabet mafia wins again

night prism
#

spotify is reminding me that i still need to finish the music lol

dusty river
#

lmaoo

night prism
#

the unbound mechanic is added, now we just need to code each joker

static finch
#

you gotta tell me how that works tmrw

#

also sorry for being absent today

#

didnt catch a break

night prism
#

was it today?

static finch
#

they told me to continue with my 'tism diagnosis

#

incredible, i say

#

i did not expect that

night prism
#

we won

#

i think?

#

is this a win?

static finch
#

duh

#

'tism perks for me

#

soon

#

i think

night prism
#

we won

#

pretty anticipated win

#

but still

night prism
#

tree(3) works now

dusty river
#

yippee!

night prism
#

I feel this mod is starting to take shape

#

Paints are in, unbounds are too

#

Sigma kinda is

dusty river
#

hehehehe :33
we even have some art in the thing now :3

#

don't forget bout them augments either

#

I'm feeling it too, it's wild seeing this stuff in-game, hehehe :3

static finch
#

i was already in

night prism
#

And i could actually play them

#

It was cool

static finch
#

indeed

night prism
#

That was the first time i actually went far enough in one of my game dev projects to be able to have fun with what i made

static finch
#

anyway good news for ya

dusty river
#

I'll be honest here, while I knew we could make some of this stuff, I don't know if I ever expected augments, let alone paint, to actually work
this feels REAL, and it's crazy, hehehe

static finch
#

tomorrow is coding time

#

scheduled coding time

#

nothing should interfere i hope

dusty river
#

I'm not sure if u saw but I made mini mice :3

#

(and finished gaster)

dusty river
#

fair, but like, still

static finch
night prism
#

But i liked too

static finch
night prism
#

This is fun

static finch
#

1000€ each

night prism
#

I was going to slow down prism anyway

#

I'm pretty content with it's state rn

static finch
night prism
#

Just need to balance a few things

night prism
static finch
night prism
#

But i'm also using this mod for the insane shitpost ideas

static finch
#

it's what it was made for anyway

night prism
#

You did good

static finch
#

you who

#

me?

#

i didn't do shit

night prism
#

You and railgun

#

You two designed the mod after all

static finch
#

i designed the pseudo-balanced things

#

she designed the other stuff

dusty river
dusty river
#

I'm not a bottom and I wasn't joking, this mod has been so fun to work on haha, watching these ideas flourish and grow and turn into reality

static finch
#

that's the de facto bottom emojji

#

regardless i'm joking

dusty river
#

lmao

#

hehe

static finch
#

ignoring the breakdown it's all been sunshine and rainbows

static finch
night prism
#

Just pretending to be cool

static finch
#

you wish

static finch
night prism
#

I do maybe

#

What would you do?

static finch
static finch
#

specify

#

what would i do when

night prism
#

Dunno, you know it

static finch
#

i already use a stupid amount of sarcasm each day

night prism
#

I'm aving two discussions rn, one in italian the other one in english

#

My brain is cooked

#

Anyway, still no Gay sex in the mod :(

static finch
#

i can do that

static finch
#

i shall code the boykisser tomorrow

night prism
#

I can too

static finch
night prism
static finch
static finch
night prism
#

Ora vatti ad ammazzare

#

<3

static finch
#

la ringrazio per l'offerta ma preferirei la sua autocombustione istantanea, grazie

dusty river
static finch
#

I NEED IT

#

you go code the lesbian sex

dusty river
static finch
#

you should combust spontaneously too

#

actually

night prism
dusty river
#

wtf, lmao

#

the gif didn't do all that when I was looking in the thing lol

static finch
#

thanks :3

static finch
#

not shocking

night prism
#

But the meaning is still the same

dusty river
#

I know japanese too, I'm cool

static finch
static finch
night prism
#

should I start consuming Japanese media?

#

Other than music obv

static finch
#

consume japanese people

night prism
#

I'm not fucking gozilla

static finch
#

is

#

sex

#

and cannibalism i guess

#

:3

night prism
#

Both cool

dusty river
static finch
static finch
#

nah too lazy

#

i can't sit still

night prism
static finch
#

imagine italian profanities in anime

#

now that'd be peak comedy

night prism
#

Since they make all the movies

static finch
#

sub vs dub caused by hollywood's negligence

#

i recommend you go watch evabridged

#

it's a yearly rewatch for me

#

(the italian version)

night prism
static finch
night prism
#

A while ago

static finch
#

art.

#

pure, unfiltered cinema

#

"come sta tua madre?"

night prism
#

Peak

static finch
night prism
#

Indeed

static finch
#

"ma come abbiamo sopravvissuto ad una bomba nucleare nascondendoci in macchina?"

#

"ah bho"

night prism
static finch
night prism
#

Peak is timeless

static finch
#

well, it's a ritual to rewatch everything of theirs every once in a while

night prism
#

Real

static finch
#

like train w~~(hores)~~ars

#

also terminalmontage

#

same effect

#

also old smg4

night prism
#

"I don't consume italian media"

static finch
#

okay but this one is 1

#

niche

#

2

#

peak

#

3

#

the english version isn't complete, to my knowledge

#

i had no choice

night prism
#

Sure sure

#

Go listen to jovanotti

#

And shut up

static finch
#

everything after sabato sucks ass

#

this is my modest opinion

night prism
#

Everything before too

#

Imo

static finch
#

whelp

#

i do it for my own childhood memories' sake

night prism
#

Fair

static finch
#

anyway, "NUCLEARIZZATE LO STRONZO"

night prism
#

Anyway

static finch
#

yes?

night prism
#

Tomorrow I expect great things from u

static finch
#

HAHA

#

prepare thyself

#

to be ULTRAdisappointed

night prism
#

I shall

dusty river
#

:3

night prism
#

<3

static finch
night prism
#

I will never succumb to the :3 curse

dusty river
static finch
night prism
#

<3 till I die

static finch
#

kiss yay :3

dusty river
#

:3
<3

static finch
#

you're gay :3

night prism
static finch
dusty river
static finch
#

i'll make you

night prism
#

I would have already funked your ass

static finch
static finch
night prism
night prism
static finch
#

AND?

#

you're the coward for not doing it

night prism
#

I don't have any boykisser images to mock you

#

But I would if I could

static finch
#

i dare you

night prism
#

I don't have them :(

static finch
#

GO GET THEM

night prism
#

No way I'm typing "boykisser images" into google

static finch
#

he kysses bois

night prism
#

My dyslexic ass

static finch
#

i mean it was a misinput

night prism
#

Always swapping Is and Ys

static finch
#

amateur

night prism
static finch
#

blindness stops me from noticing that AND everything 20m further than my nose

#

amateur

night prism
#

I know you beat my at this game

#

So i'm not playing it

static finch
#

cower in fear before me

dusty river
#

just did a commit and added some more loc

night prism
#

Great

#

Who will fix the blueprint and sticker compatibility?

#

I trust you can

dusty river
#

yeah, I can, I think, tho, 2 things-

#

1: What are the various "sticker-compat" names?
2: You never did respond to whether mini mice should be blueprint compatible or not, do to the +mult

night prism
#

Sticker compat are just perishible_compat and eternal_compat

#

Mini mice should be blueprint compat yes

#

Also, for all the blueprint conpat joker, you need to make sure that you exclude the non copiable effects

#

Like, tree should be compat but the scaling effect should not

dusty river
#

mmm, I see

night prism
#

For the stickers, remember that all jokers that kill themselves can't be eternal and all the scaling ones can't be perishible

dusty river
#

ok, that's good info

static finch
#

(Niko should be immune because pure plot armor)

dusty river
#

oh, btw, we still need to change sigma to actually transform instead of self destroying

night prism
#

Since they scale even when you don't have them

night prism
#

We can use the same function as unbound honestly

#

Maybe just a small tweak

#

Because unbound shows "unbound" message when transforming

#

We need to change that

dusty river
#

am I gonna have to add blueprint non-compat to the unbound triggers?

#

I assume so

night prism
#

I forgot

#

All the effects that change values about the joker should not be copiable

dusty river
static finch
#

well then, I shall sleep

#

gn people

dusty river
#

gn!

night prism
dusty river
#

ohg, lmao

night prism
#

i fixed them

night prism
night prism
#

you forgot to exclude the transformation

#

before it tried to transform blueprint

#

that would have caused a crash though

dusty river
#

Ohg, lol

#

thanku lol

night prism
#

i split all the planar jokers into different files

#

way more ordered this way

dusty river
night prism
#

i'm changing some loc to be more in line with vanilla

dusty river
#

okey!
do u mind telling me which so I can learn how to make em better myself in the future?

night prism
#

making all numbers orange

#

i'm not sure if blue is an actual accepted color, but chips is

#

and making lines a bit shorter

#

super wide text boxes are ugly imo

#

i prefer them as square as possible

dusty river
#

ok, I'll see what I can learn from this
also, btw, I made the loc for the Rubber card and tweak u may have noticed, but I made it pretty quick, so it's pretty much a line on both of em, so they'll both need a couple extra line breaks

night prism
#

i fixed it already

dusty river
#

thankuu

night prism
#

also no need for + when increasing x or ^ mult

#

just say "gains X0.5 mult"

dusty river
#

okey, thanks for the info :3 👍

night prism
#

committed

#

i think all the loc is in line now

dusty river
#

@night prism I changed gaster so that the loc would work right lol

dusty river
#

lmao

night prism
#

i merged the commits together

#

i made so that gaster uses the same wording as invisible

#

Currently 0/66

dusty river
#

ahhh, ok

#

tho, there's still one problem lol

night prism
#

what?

dusty river
#

I'll fix this rq lol, u forgor to change the value it's set to

night prism
#

lol

dusty river
#

every 6 gives 6 negative tags

night prism
#

yeah i forgot lol

#

i also used a loop to make the 6 tags

#

instead of writing it 6 times

#

just to make the code more readable

dusty river
#

thanku, I actually wanted to do that myself but couldn't remember how on the top of my head lol

#

or rather, idk if I ever fully learned lol, in lua at least

#

trying to make some art for alphys rn

night prism
#

great, you cooked for sans

#

do my fav triceratops justice

dusty river
#

hehehe, I'll see if I can 🫡

#

in case u were wondering my secret sauce I recently discovered for making my sprites better, is to make them in higher res first then doing pixel art over a shrunken version of the og image

#

combining 2 mid art skills into 1 ok one lol

night prism
#

lol

#

well, if it works it works

#

i think it would make sense to make all jokers with unbound versions non perishable

dusty river
#

I agree 👍

#

same w sigma probably

night prism
#

sigma should be immune to everything really

#

legendries are immune to stickers

dusty river
#

oh, I didn't know that

night prism
#

imagine using the soul and finding eternal chicot 💀

dusty river
#

lmao

night prism
#

all randomly generated jokers are without stickers

#

so the soul ones are too

#

otherwise imagine rift raft giving you eternal commons lol

dusty river
night prism
#

true

#

the background is just a recolor

dusty river
night prism
#

cute

dusty river
#

I just realised I forgot to give her glasses any supports, she looks like a splatoon character lmao

#

there we go

night prism
#

what color are you making the background?

#

also yellow i assume

dusty river
#

hmmm

#

this color

night prism
#

also, writhing her name should be easy, just copy the letters from the other legendaries

night prism
dusty river
#

ghfhg why is lever broke again
didn't we already fix this one ghfh

#

lmao

night prism
#

we are waiting for ruby to fix it

dusty river
#

ogh, I thought we did
sorry lol

night prism
dusty river
#

oooooh, right, it's an entropy thing

night prism
dusty river
#

yeah

night prism
#

ok then

#

this is normal

#

since we just added the unboun thing

#

it was still not on the tree when you started the run

dusty river
#

ahh, okey

#

I just uncovered the beautiful fact that cryptid's sticker deck works with out paints, hehe

night prism
#

just added sly

#

it was harder than expected lol

#

and still no unbound form

#

well, now i shall sleep

#

gn

dusty river
#

gn!

dusty river
#

okey, going to bed myself now
I added 3 new colors to the color thing in main.lua but I'm not sure if I did it correctly lol
what I added them for should be obvious by looking at what I named them I think, but they're each for one of the editions, 1 for divine, 1 for faustian, 1 for cursed
there might be problems or repeatition or something, as I'm kinda tired rn lol, but I tried lol

magic sand
#

We need to add this angry Italian rat as a joker

static finch
#

he... is Jimbo

night prism
static finch
night prism
#

we musicing today

#

hopefully i'll finish the song

static finch
#

i wonder

static finch
night prism
#

i have my ways

static finch
static finch
#

this is so fucking 1984 i can't even express it

night prism
#

though this is funny

static finch
#

not a lesbian yet

night prism
static finch
night prism
#

we are close

#

i also need to master this tbf

#

Imma do it rn

#

after it finishes exporting

#

the mastered version sounds so much better

#

but i will still tweak it in the future, i did this pretty fast

#

i messed up while exporting

#

but now it should be fine

#

the sound quality is soooooo much better now

static finch
#

banana

static finch
dusty river
#

good morning everyone :3

night prism
static finch
#

cause it's literally written there

static finch
night prism
#

but i'm biased

static finch
#

but question

#

did ya give it a title yet

night prism
#

no

static finch
#

would be funny if it referenced dm dokuro

night prism
#

the roar of the primordial joker

#

lol

static finch
#

not much roaring tho

#

gotta plug this into audiosurf

night prism
#

i'm putting it into the mod

static finch
#

if my brother didn't interrupt me i'd have no grays too

#

also god damn it mentions CDs

night prism
#

lol

static finch
#

anyway, unironically going into my playlist

night prism
#

@dusty river i saw you added colors to the editions, though in vanilla all editions have the same color

static finch
#

well ours are cooler

#

why wouldn't we want colors

night prism
#

it should be possible to chanage the badge color

#

but i'd need to patch the smods code i think

static finch
#

huh

#

so how did she do it if it's not possible

#

without patching

#

which i doubt she did

night prism
#

she just added the colors i think

static finch
#

so it just doesn't care?

#

the code i mean

night prism
#

they don't display the badge yet

#

we can use them in the loc though

static finch
#

oh

#

makes sense

night prism
#

we need to specifically add them first

#

loc colors are not automatic

#

anyway, we need colors for the rarities

#

i'd use a gradient for them, like exotic

static finch
#

exotic is a gradient?

#

i thought it was just gray

night prism
#

it switches from cyan to gray

static finch
night prism
#

are you colorblind too? or just regular blind

static finch
#

i saw wondorous jokers do that in jen's cause the descs are infinite

#

but not exotic

#

as they're usually straightforward and i'm a fast reader

#

ironically

night prism
dusty river
static finch
night prism
#

@dusty river so what color are we making primordials and unbounds?

static finch
#

orange and black for primordials and yellow white for unbound imo but idk what you think

night prism
#

i like orange for primordials

#

though no idea for unbound

night prism
#

added the primordial music to the game

#

it works just like the exotic one

static finch
#

so whenever you are holding a promordial it triggers?

night prism
#

yeah

#

I just realized I'll need to make music for augments and music cards too 💀

#

Unless you are unsatisfied with what i did so far and want to find another musician

static finch
#

also it's not like musicians grow on trees

night prism
#

I come straight from the ground

static finch
#

you come straight?

night prism
#

Indeed

static finch
#

unacceptable, guess i gotta find someone else

night prism
#

:(

#

Anyway, what are u coding today?

static finch
#

and i can't concentrate with her yapping

#

french is one of the things that gets under my skin

night prism
#

lol

static finch
#

ironic cause i main spy

night prism
#

Well, spy is based

#

One of the good ones

#

All the other ones, straight to hell

#

Maybe even gay to hell if I feel like it

static finch
#

and literally me

static finch
#

so hell is straight

night prism
#

Real

night prism
#

Other than French

static finch
#

i guess some more VS jokers as uh

#

i made them

night prism
#

Autism gonna autism

#

Also we have absolutely no art for the vs ones

static finch
#

real

static finch
night prism
#

Using the friends of jimbo as placeholder

#

Jimbo really has a lot of friends, couldn't be me

static finch
night prism
static finch
#

but alas

#

i'd like them to elaborate

night prism
#

Indeed

#

Though the flags are already gorgeous

#

We also got premium artship with gaussian

#

And railgun has been cooking too recently

static finch
#

as it should be

night prism
#

<3

static finch
#

who started doing anything (after you) before almost anyone else?

night prism
#

You are the chosen one

#

And I'm your mentor

#

Only I can see the potential

#

But one day, everyone will

#

And only because I believed

#

And you did too

static finch
#

wow so inspiring

#

is this sarcasm

night prism
#

It's your destiny

#

To become the ultimate balatro modder

#

And deliver us from evil

static finch
#

this is a buncha rpg lore

night prism
#

Evil being mediocre balatro mods

static finch
#

which won't be true as

#

i will probably stop being autistic about this in a while

night prism
#

You are the path trough darkness

static finch
#

only path through darkness i got is the gay one

night prism
#

Light in the black

#

Life over death

static finch
#

no my joke was gay sex

night prism
static finch
night prism
#

Key to salvation

#

Being an unfunny porn addicted gay furry is the only real state of nature

night prism
#

But you are one of the best at it

#

So feel proud

static finch
#

i doubt i'm the best ultrakill player

#

@dusty river

night prism
#

Just that u are the best at being unfunny

night prism
static finch
#

but

#

you forgot trans girls

night prism
#

Well, are you one?

#

Silence speaks more that 1000 words they say

#

So I got the answer I needed

static finch
night prism
#

They all say that

static finch
night prism
#

You truly are a disappointment

#

<3

static finch
#

the top idiot is cheating

#

and my votekick failed

night prism
#

lol

#

Skill issue I guess

static finch
#

i'm literally level 129

#

i know what i'm doin

night prism
#

If u say so

#

I'll believe u

static finch
night prism
#

I posted the music in the fanart channel and they barely cared for it lol

night prism
static finch
#

horrible music tastes

#

my mom should be done in an hour

night prism
#

Real

#

Damn

static finch
#

ikr

#

french is hard

night prism
#

The French is powerful

static finch
#

(just like spy)

static finch
night prism
#

just took the best shower of my life, now we are back to work

#

what's there of important yet to code?

#

@static finch @dusty river

static finch
night prism
static finch
#

artifacts i guess

dusty river
night prism
#

not much shared code between them

static finch
#

hm

#

makes sense

night prism
dusty river
night prism
#

at least for primordial

dusty river
#

hmm

dusty river
#

okey, so
primordial will get both black and red then i thinks

night prism
dusty river
#

unbound tho, hmm
maybe red and bright yellow?

night prism
#

we can also use multiple shades of the same color

dusty river
#

forgor

night prism
#

i'd recommend similar colors for rarities

#

like exotic, which is very subtle

dusty river
#

hmm, for primordial, I guess I'd say vampirica red, shifting to a dark purple

static finch
#

creative

#

i see

dusty river
#

unbound would be a red shifting shades from dark to light

night prism
#

we really like red, don't we?

dusty river
#

yes lol
it's our mods sigil lol

night prism
#

i personally liked the orange for primordials

#

true

static finch
#

NO

#

NOT JEN'S AGAIN

dusty river
static finch
night prism
#

orange and red?

static finch
#

i don't see much red fire roun here

#

my mom's almost done btw

#

plagiarism soon

night prism
#

rn primordials just spawn normally

#

is this for testing?

static finch
#

it should be

#

?

dusty river
#

also, they are way more common than they should be i think lol

static finch
night prism
#

well, it's hard to balance this kind of effects

#

you could get one in the first shop lol

#

and have no money to buy it

#

tbf i think we could make so that they can only spawn after ante 4 or something

dusty river
#

hmm, we could balance it by making them locked by ante

night prism
#

and maybe, they become more common after ante 8

static finch
#

i still think my little apocalypse difficulty shenanigans are cool

#

and those should be the main method to get them reliably

dusty river
night prism
#

they can be a side thing

static finch
#

yeah

dusty river
static finch
#

hah

#

i could but why should it be completely separate

#

what's your vision for primordials anyway

night prism
#

also, artifact color?

static finch
#

gold

#

duh

night prism
#

i think orange would work here fr

dusty river
night prism
#

i like that too

#

will be done

dusty river
#

think, like, the color of the monitor from halo 3, lol

#

the little floating ball

night prism
#

yeah i get it

static finch
#

never played that

#

so anyway

#

if that rarity is so fervently desired

#

i got an idea for one joker

#

k i can code

#

wanted to start with silent old sanctuary but someone thinks negatives aren't broken

#

so uh, how do i check empty joker slots?

#

@night prism

night prism