#Astronomica
1 messages · Page 3 of 1
pretty cool
have you tried their version of the mod to see if it works yet?
i wasn't able to get their method working
lemme try real quick
got it working
this is the syntax it uses:
'{f:Prefix_FontName,s:1.2}words go here{}'
and this is the patched version of Steamodded needed
you also need to call SMODS.Font beforehand
SMODS.Font{
key = "FontName",
path = "fontName.ttf",
render_scale = 7,
TEXT_HEIGHT_SCALE = 0.65,
TEXT_OFFSET = {x=0,y=0}
FONTSCALE = 0.12,
squish = 1,
DESCALE = 1
}
yeahh i did that one
it also seems like it can load everything just fine without the patch, you just don't get the custom font
but at least it doesn't crash or act weird
alphabet one
alr
just added the tag in front of a joker I already had working and it seemed to work fine
peak
I do need to actually check where the font should be though, because I put it in like 3 places to get it working
oke so yea the font just goes in assets/fonts/
yep i got that one too!
eyy nice
on the cutting edge of steamodded
I mean you probably could just edit the function itself and place it in your main lua script so it works without a patch, all the smods call really does is make it easier to use
yeah
there are the edits to game_object.lua and utils.lua though
I'll just wait for smods to update to push the changes lmao
fairr yea
ooooh neat
yeah
bit better
i wanna clean it up a bit though
its clipping into the subtext
prob fine i can just change the size
yee
hype
ooooohh nice
might tweak the color a bit but for now its working amazingly
New name for rarity above exotic
4
8
ended the poll because i chose the name
actually played a bit ingame with both names displayed and decided celestial sounded better to me
plus i'll probably have a card in the future named "astronomica" anyways
I do like the sound of celestial jokers, but there are already the celestial packs in vanilla balatro, so that might cause a bit of confusion
Ooh cosmic sounds nice
or maybe "Empyrean"
What's empyrean?
relating to the heavens/skies
man i cant BELIEVE i didnt think of celestial packs 😭
I play way too much vanilla/vanilla-ish balatro, the game lives rent free in my mind
LOL
I need to get better at multiplayer, I've almost got completionist + but I have a win rate of like 30% in pvp
goddamn
im atrocious at vanilla
im great at modded though
or at least good enough to constantly yell at my screen whenever i watch youtubers playing cryptid
Loll
I think the game is so finely balanced in most regards that mods that try and keep it vanilla-ish are usually less fun than the out there ones like cryptid
At least to me
yeahh
also i was gonna use "The" as a prefix for empyrean jokers but
personal gripe
i dont want their names to sound like boss blinds
That do be fair
now i need a naming scheme for the english translation lmao
Wdym?
it seems weird to me to just not have a theme for them yknow
like i could easily just name them whatever like a normal joker but in runes
but i still want a theme for them
yknow
Hmmm
Could give their names old norse suffixes
There are a ton of them and they can mean different things given the context
And it'd fit with the futhark writing
One sec
Affixes attached to the end of Old Norse words.
Category:Old Norse suffix forms: Old Norse suffixes that are inflected to display grammatical relations other than the main form.
Category:Old Norse suffixes by gender: Old Norse suffixes organized by the gender they belong to.
Category:Old Norse inflectional suffixes: Old Norse suffixes that are ...
Wikipedia, the most reliable source of information™️
This kinda fits with the vibe of a factorial
ohh true
lmao
what about that website you showed me earlier for the futhark
its got an old norse translator
Ooh, you could probably find something with that
Radą is the norse word for count apparently, so you could do something like radąlingr, which would kind of capture what a factorial is, assuming I did that right
i see
Ooh neat
yeah i dont understand this at all 😭
ill type a word into the box and click translate multiple times and it'll give different results
Ooh here's something that might be useful
https://www.vikingsofbjornstad.com/Old_Norse_Dictionary_E2N.shtm
Oooh
Yee, this is one of the coolest random tangents I've gone on in awhile
yess
if we are powerscaling, how powerful are the empyrean cards compared to entropy stuff?
loosely equal
i see
for context
it applies all chips and mult scored to your player poker hand
for example
say you have a base high card
5x1
and you have a jimbo
play an ace
and your high card becomes 16x5 permanently
add a cavendish to that and now it's 16x15
as you can imagine, this scales like hell
^
"Adds all chips and mult scored this hand to the base poker hand played permanently" mebbe
Actually it would be 16x20
New value 🔥
finished (I think) the stopwatch design
what if the pay to win joker is just the EA logo but like, balatro-ified and with BA instead (for balatro)
also, I finished an old norse cheat sheet with about 4600 words and 45 suffixes
https://docs.google.com/spreadsheets/d/1DOUAQ1Zkl5wx3etBt7axSkiBlPcsTbUM3oVQlJ9BV7c/edit?usp=sharing
i like that idea
i can't even express how grateful i am for all of your help
m just really interested in the mod, the other main mod I'm working with has kinda slowed down to a crawl, there's nothing for me to really do there
ah, fair
I tend to get a little obsessive towards things I'm interested in though I guess
yeahh
aukatigi is going to be extremely difficult to code unfortunately
due to how balatro handles level ups
yeaa I can imagine
its always the stuff i expect to be easy...
how does cryptid do its like base mult increase stuff?
not sure, i forgot which cards can increase base chips/mult lmao
same yeaaa
i might have to use some hacky flag bullshit
constantly save the values of the "correct" chips and mult and constantly update the hand to have the correct ones
i would have to do that for every hand though which is impossible
especially when modded hands exist
The code would be a hundred lines long at least
yeesh
I'm sure i can find some workaround anyway
i know jens almanac has like 80 planet cards that directly add to base chips and mult
what if instead of being added to your levels mult it was added to the cards in your played hand similar to hiker?
ehh
like if you play 5 cards 1/5th of your score in mult and chips is given to each card, 4 cards 1/4th etc
not sure if i like that
I'll figure something out
if i have to rewrite how balatro handles level ups I'll do that
but that's worst case scenario
I doubt you'll have to completely rewrite level ups, it should be at least a bit easier than that
yeah
there is another thing you could do that's a little hacky but might work
steamodded has a SMODS.PokerHand function which lets you add new hand types, but it can also be used to overwrite normal chips and mult given in a hand. you could modify it there but you'd have to add each hand type individually and it wouldn't work with other modded hand types unless you add those too
yeahh
that's similar to how exadversum works
it replaces vanilla and cryptid boss blinds by a counterpart coded by me from scratch
which doesn't appear ingame or in the collection
for blinds i haven't coded it replaces it with a generic "Boss Blind" that does nothing
exadversum itself literally has more code than every other joker combined (excluding type score)
and it's not even halfway done
I have no clue how you're able to do sommin like that, is wild
i am very VERY ambitious
if something does not work i will make it work
even if i have to ask like 20 people for help over like a 2 week timespan
balatro has unironically been massively helping my social anxiety
Since i constantly need to ask people i don't know for help with things
Also
i find coding extremely fun
the feeling of finally accomplishing something I've been working towards for a long time is unmatched
that's fair yeaa
I never finish my programming projects so I don't usually get that 
I kind of just have to like, decide ye I need to stop at some point and then I don't finish the stuff I was intending to do cause I move on to something else
damn
at least I'm a bit better with drawing in that regard, though if given the option I would eternally tweak one drawing
I mean I think the art that's in in the astronomica mod so far looks really good!
I'm not very happy with it 😭
my art is just
not great
that's why i need help with it
the only one I'm somewhat proud of is radalingr which took me like an entire day to make
@forest fog aukatigi now works just fine, turns out the code is LITERALLY as easy as just doing this
however entropy is somehow interfering with it
but once thats fixed itll be working just fine
time to design the art for aukatigi
~~i hate making art 😭 ~~
huh
turns out it was a crossmod issue
and my code was right all along
it just wasnt working because of crossmod
what's crossmod?
ah alrighty
oh boy i sure do love jokers based on time that don't reset at all and encourage players to just sit around and do nothing for score
might change it in the future but rn i dont think it matters much
lmao
this joker might be a little busted
nice
It's about time i finally fix anomaly...
anomaly is so fucking broken i might need to rewrite it from scratch
anomaly is now less broken
new joker is so daunting to code im physically shaking 😭
it will be a goddamn miracle if this works first try
or even 5th try
this monstrosity is insanely broken in every defenition of the word
(the description is buggy but nil should say 100)
also immutable
because value manip would cause issues and you literally do not need it
it scales more insanely than an oil lamp ever could
what have i created...
(dont worry the sprite isnt gonna look like this when it releases btw)
i need to go to BED
ill probably make art for aukatigi and make better art for asgard tomorrow maybe
also anomaly is STILL BROKEN
worst fucking spectral ever
btw incase anyone's wondering why there haven't been updates in a few days it's because I'm waiting for an smods update that adds custom font support
"After scoring, the total chips and mult replaces the played poker hand's base chips and mult."
perhaps
working on the sprite for this
removed the ugly runes carved into the border deco
idk what else to do though
im feeling very limited by my art skills
could mebbe make the sigil in the center a bit less rigid, that and a bit more shading could help
~~i dont know how to do shading 😭 ~~
wait im stupid
asgard has its own symbol
i can just use that
wow
that is
much better
@forest fog thoughts?
a lot better
also, should i make the starting operator addition or keep it as multiplication?
that looks pretty epic
The border could use either some holes or a design on them, but otherwise it looks really nice!
it originally had a design but i temp removed it
you could take a page out of entropy's book and make it start as =
maybe, i don't want it to be too similar though
rukatigi depiction that im not gonna finish, mainly because i wasn't liking how it was going
wanted to go for an impossible square but it kinda spiraled out of control till i got this shape
if anybody wants to continue off of this then go ahead
(composite, 1x, 2x)
woah what can i use this
even if its unfinished
sure go ahead
tytyty
np
its awesome
i felt like i could've done better but tysm
its better than like all my art 😭
peak
wanted to try out an alternative design where the inside is hollow
oh its already in well
ill play around with this idea too
you can try out the hollow rukatigi its alright
i forgot to add a edge to the inside fuckkkkkkk
i promise this will be the last time i update this
npppppp
a lot of the latest additions aren't out yet
actually hold on
if anyone wants to play the current build here's the mod and the version of smods needed
until steamodded is updated with the new font system, the github won't be updated
but there's a LOT of changes, including the new empyrean jokers
Don't use anomly though it's still super buggy
Should be fixed when the github is updated though
Is there a way you can send these in ZIP instead? I don't got 7z
Thank you, you are my savior
I shall 😈😈😈
yeah
if this smods font pr takes any longer to go through im just gonna lovely patch it in
because i literally cannot update my mod without it
without providing the modified version of smods
yknow what im doing that right now
nevermind too hard
ughhhhh
this sucks
the smods pr is too complicated to patch everything in
if anyone can help me convert this (https://github.com/Steamodded/smods/pull/684) into a lovely patch i can use until it actually gets merged i would be forever grateful
i REALLY want to be able to actually release the update for my mod on github because it contains so many new fixes and changes that the current release on github sucks in comparison
yeah this shit cool
hype
I'm trying to make anomaly able to be selected from spectral packs but it's quite hard
I also haven't tested if it actually appears after ante 8 like it's supposed to yet
anomaly has been such a fucking pain in the ass im ngl
i know you asked where the code for pulling is in #other-mods-dev , but, honestly, it might be good to ask in #spectralpack-dev too
I'll worry about it when i get home
+[blind requirement] score
wow
i sure do hope this doesnt get possessed
this is so balanced and totally isn't broken
i do have plans for a joker that reduces the blind requirement itself but I'm having trouble both balancing it and making it thematically fit in the mod
cheese house
+300 score
+3,000 score if its ante 4 or higher
i suer do love nubbys number factory
fun fact soul_rate completely ignores pools so instead of using an in_pool function i had to hook win_game to make it directly modify the soul_rate
lmao
score mod is free for anyone to use in their own mods btw
astroposting tommorow
so if anyone else wants to implement it, it's not like i copyrighted it
peak
we already have entroposting (kinda) ascensioposting and now im thinking of astroposting
whats next, cryptpostingposting?
LOL
Adversaryposting
entroposting
unposting (unstable + cryptposting)
Cryptposting crossmod content will have more contents than morefluff and CardSleeves combined
actually we already have potassiposting
Yahiposting perhaps?
cryptposting crossmod with astronomica is gonna be hilarious
yahimod is pretty much yahiposting but sure
y'all have no idea how many ideas I've had to can because they'd be too silly for the mod
yay
like im presenting that now there will be none of that
thank god
i thought of submitting bulgoe to almanac at one point but they dont deserve bulgoe
yeah
true
what
just hmu
mhm
i can lend ideas and coding
imma put my current plan for cryptposting in the thread
balalaposting balatroposting
maybe art idk
I'm just desperately waiting for the smods font pr to be merged
since Empyrean jokers kinda rely on it for the runic text
peak
yes
evil score joker
isn't that a bit harsh though, even for a cursed joker?
like it's just an instant loss
LOL
wait is there Xscore
there's xscore and ^score
warlock, gains 0.5x score per hand and loses 0.5x score per card discarded
and tetratia, which gains ^^0.0003 score when any (non broken) context is met
this will be amazing
complex joker
makes score hard
(score can have up to 2 decimal points)
what would be the score equivalent to chip and dorito
pringle
You get one.
peak
chip bag
You get 10. (+10 chips)
there should be mountain dew to go with dorito
mountain dew +1 glop
this joker gains +0.03 mult when succession is triggered
we gotta write all this down
joker cross
X1 mult for every joker from a different mod you have
peak
does astronomica (i almost just typed astroposting) have a mascot? like how balatro's mascot is jimbo and cryptpostinng's mascot is bulgoe
mascot isnt the right word
but like
guy
not really
i guess trickster kinda works for now
but i might make something better for that purpose
why do you ask?
just curious
ah
yeah i don't really have anything for that yet
there's probably gonna be an Astronomica card sometime in the future
but i don't have any plans for it right now
alr
astroposting ♥️
#ChangeTricksterTo+4Score
my reasoning was
jimbo is +4 mult
jester (in more fluff) is +40 chips
so naturally trickster is +400 score
it's just aesthetically pleasing tbh
it's very clean design imo
will the next thing be +0.4 or +4,000
unsure if there's even room for a next thing lmao
maybe glop
glop would probably be 0.4
just beat the blind
there has to be
+4000 blind requirement
-400 blind requirement would ball
i have plans to add a joker that reduces the current blind requirement by a percentage
but
-4% blind requirement
it's hard to fit my idea for the joker itself in thematically
it'll likely be the first legendary though
in the mod
lmao
realistically though it would probably take in your current score into account too
it'd be a percentage of the remaining blind requirement rather than the full
so you can't just spam it and win everything
as i said earlier -[score] score
ultimus....
but cursed
ultimus was such a funny idea if only it wasnt horribly difficult to code
what's ultimus
wait sincei n the code the base id of cards (ranks) are values does that mean walkie talkie will turn into when 16s and 8s are scored
yes
how do you even code that
well thats why it was changed
lmao
x2 collection
m gonna try and start working on vallois, I'm not really good at figures when drawing but I should be able to do it I think
actually wait, vallois is a legendary, so it would just be a portrait right?
yeah vallois is a traditional legendary
alrighty, hmm
not sure how many pictures online there are of her though
I might leave that one then, m not good at faces, I usually just leave them blank :p
ah, yeah
none as far as I can tell
been looking, all I can find is a description
a female jester legendary is something I've always wanted to have
reall
just realized i can use custom fonts for the ena joker i have planned
which has art btw made by someone a while ago!
but since ENA is always spelled with a backwards E
i can take the balatro font
flip the e
And use that for the joker name and description
you could check if the like, backwards E character is in the character set for the vanilla font
Ǝ
that one
i doubt it
also
my discord is bugging
nicee
I technically graduate at the end of July but since they don't do a ceremony for summer grads I walked at the end of the spring semester
m in like the downtime between semesters though, my classes don't start back up until June
what've you thought of?
vaxadomr and skepia are waaaay too hard to code I think
agirni is weird and i might scrap it
bjarganaðr seems relatively easy to implement but idk how much i like it
if i do end up coding vaxadomr it'll have to be done similarly to demicolon
hardcoded for every card
which sucks
because it straight up won't work with a lot of crossmod stuff
I'd have to code a whole new ui for skepia
im gonna
vaxadoxmr you
😈
your ip address is 123.45.6.789
idfk
john doe ass ip adress
also whats the naming scheme for empyrean jokers
old norse
together... we are forbacon...
wtf did i just accidentally do
?
nvm lmao my discord bugging
basically uses runic alphabet for the name with a translation under it so they can be used in regular conversation
here's another example
huh
i thought i just remembered something
how get empyrean joker
debug plus
use the anomaly spectral on a judgement and then use judgement
that's creative
but then it becomes really easy to get a empyrean joker if you play your hands well
anomaly is SUPPOSED to be really rare and only appear after ante 8
but i probably fucked up the code again
when i first heard of astronomica i thought it was a mid mod with no sprites or release but it turns out its a mid mod with sprites and release
😁
jk astronomica is peak
so true
ever heard of astronomic humor buddy
ever heard of cryptposted humor buddy
astronomic edition tommorow
mods permeate this member with anomalous power
WHAT
the description for anomaly is "permeate your possessions with anomalous power" lmao
also anomaly really REALLY needs art
i know but i don't like being dissected by anomalous power
this is what it looks like
(it's animated very subtley that's why there's too frames)
is anomaly a girl or a guy
but yeah it desperately needs art
riley answer my question
girls are really cool so everything i make is probably a girl
EVIL riley: guys are really cool so everything i make is probably a guy
Can You Believe It
me like 4 years ago
the thought makes me shudder...
BA Joker
Bottom text
peak
i really like the design idea for pay to win
it feels like it fits right in with base cryptid
R.I.P. krusty the clown
did krusty the clown use to actually have art
no no oh no
riley this isn't like you. you cant do this
also someone pointed out that p2w might be extremely op
so maybe I'll make it scale with how much money you have
but that's just bull...er... bootstraps
that way getting like e23 money doesn't make you unable to lose
hands and discards cost money instead of hands or discards
if you run out of money you lose
Dead Deck
Start with $0 and Pay to Win
m
i could also make each hand or discard scale the money needed to make another hand or discard
like rerolls but multiplicative
either way this joker is absolutely gonna be an epic
Hands cost 1$
Discards cost 1$
Hand cost scales multiplicatively, discard cost scales additively
I think that's good
what if discard cost scaled additvely and hand cost scales quadratically
so for discards its $1, $2, $3 etc
and hands in $1, $3, $6, $10, etc
I'd rather carve my eyes out than look at double scale's code
look at double scale's code
me when double scale crash is revived from the dead
-- Double Scale
-- Scaling jokers scale quadratically
-- Most of the code for this lies in Card:cry_double_scale_calc in lib/calculate.lua
local double_scale = {
object_type = "Joker",
name = "cry-Double Scale",
key = "Double Scale",
pos = { x = 0, y = 3 },
dependencies = {
items = {
"set_cry_epic",
},
},
gameset_config = {
modest = {
cost = 20,
center = { rarity = 4 },
},
exp_modest = { cost = 11 },
},
extra_gamesets = { "exp_modest" },
loc_vars = function(self, info_queue, center)
return { key = Cryptid.gameset_loc(self, { exp_modest = "modest" }) }
end,
order = 6,
rarity = "cry_epic",
cost = 18,
immutable = true,
atlas = "atlasepic",
cry_scale_mod = function(self, card, joker, orig_scale_scale, true_base, orig_scale_base, new_scale_base)
if Cryptid.gameset(self) == "exp_modest" then
return lenient_bignum(to_big(true_base) * 2)
end
return lenient_bignum(orig_scale_scale + to_big(true_base))
end,
cry_credits = {
idea = {
"Mystic Misclick",
},
art = {
"AlezZGreat",
},
code = {
"Math",
"Mathguy",
},
},
}
here it is
go look at it
wait i put nostalgic candy there too
literally look at the comment
-- Most of the code for this lies in Card:cry_double_scale_calc in lib/calculate.lua
lmao
wait i didnt see that
read better plz
read better
it hath been shaded
ba
ba
ba
ba
do you think it looks better with or without the background color?
same, but I didn't know if it felt too blank
i like the white
yeah white is good
then white it be
-# racism in a cryptid addon thread insane make a youtube apology video right now
canceled
😭 😭 😭
sob
James "Jimbo" Balatro fans are racist confirmed
Alex "Astronomica" Anomaly fans are racist confirmed*
*Gary "Jimbo" McCready
is that what it says on driver's license?
no, localthunk confirmed it in a bluesky post
because that's not him
there are many jokers
fake ID
ooh that's true
Gary "Jimbo" Jim" "Joseph" "Jen" McCready
it's my personal headcannon that every joker that features a variation of the base joker is just Jimbo
I wanna make an M themed empyrean
mpyrean
very unsure about this
i normally dont really like stuff like this but i think its justified for an empyrean joker
does anyone have a good reason not to make this
theoretcally you can just use debug plus to scale ths
i feel this is kind of ass cause A. you'll sell like 1,000 to 5,000 jolly/m jokers at much seemingly
B. there is no B
ill probably buff the values then
but if the values were better would this be good
wdym
theoretically
if you use debug plus and make a jolly joker setup
then like
this joker scales
well you can just use debug plus for everything
fair
perhaps
that would suck to obtain early though
bc youd have no way to scale it
had this idea too
i can prob copy code from lemon trophy
Isn't that basically just a more complicated version of plasma joker?
its quite a decent bit stronger i think
maybe its just exotic though
yeah im gonna make it exotic
keeping it pending thoug
since im not entirely sure about it
tbh ive been knda stuck today
havent been able to have many good ideas
Sounds fun!
Definetly should be
I have an idea for the deck design. How about taking inspiration from the north portal of the 12th-century Urnes stave church? It is an artistic interpretation or ragnaroc which is very in theme for Empyrean Jokers
would be amazing
One issue
i don't know how to draw this
I could try to take a shot
would be very appreciated!
either way, the idea is amazing
i was very stuck on what i was gonna do
im starting to think anomaly is ignoring soul_rate
I'll prolly gonna try some empyrean resprite if its available since I need to take a breather for my eyes from ascensio's vis felis a bit so I can get back refreshed 
that'd be absolutely amazing!
either of these two could probably use a refresher
or if youd prefer
i have plans for a new one
which has no art yet
(or even a concept in mind)
radalingr i actually made very early in development, so its quite rough but i think i did okay on it
asgard i think looks nice, but the borders kinda suck
you absolutely dont have to though if you dont want to!
tbh the card that desperately needs a resprite the most is anomaly, but i have like zero ideas for it
I'll prolly take the left one in this first since it looks kinda odd and interesting to me, I supposed it represent mandelbrot set if I am right? Also idk whats the name of it ehe 
ah, that's the factorial joker, tbh the mandelbrot thing doesn't have anything to do with the effect, i just thought it looked neat
im planning on revamping the effect though while still keeping the factorial aspect of it
since tbh this effect is a bit boring
maybe something to do with exponential factorials instead
and upgrading in a more interesting place, rather than end of round
rn its an instant win, which is fine, but it's kinda a boring one right now
at least once the novelty of "factorial mult" wears off in your head
I see, I might keep the mandelbrot set but make it the mirrored (or a.k.a. dragon fractal) so it'll looks more imposing, though idk how to represent factorial as artistic visual representation,I might research it for a bit, but I'll take that, do you have certain criteria yet for empyrean's frame or it can be flexible ?
It's flexible, but it has to be the same color
though it doesnt necessarily have to be the exact same hex codes
So I assume it'll be silvery or platinum instead of gold right?
wdym
I mean usually in exotic we use gold colored frame (though not really a must, but still) so I assume this one because it have cool grey tone for the frame, I assume it'll be if I want o make it metallic, will be platinum or silvery in color, unless you want it matte colored :)
Ah, yeah, that's fine, as long as it stands out from the exotics with silver-ish frames, like facile and stella mortis!
I see I see, I'll try get into it now thanks
Thoughts?
I'm thinking of adding some runes to it to make it feel mystical
that'd be really cool
Here is a runic version. Here is my thought for this: what if we have it pulse between the lit rune and the unlit rune version?
yooo this is peak
i love it
will be in the next release
whenever the actual fuck that will be
who knows at this point
i need that smods pr merged 😭 😭 😭
I'm unironically worried that if it takes too long it might hurt the momentum of the mod
If you are dead set on using the runic names until the pr, would it be possible to just make a relase with your modified smods version?
i could, but I'd rather not
In that case, I know there are some mods that include pictures of cards in their descriptions. Would you be able to get the runic names in through a method like that?
i don't think it'd work tbh
honestly I'll just release it tomorrow after i fully implement runic deck
and put like a note saying you need a specific smods
I'm sure that'll be fine
For now
i want to rework radalingr to be more interesting as well sometime soon
Right now it's easily the most boring empyrean
Oh, also, to start with the cross mod stuff it would be helpful to start working on the art for anomoly. What were your thoughts for it's design?
i honestly have no ideas for it
Ok, this is pretty fun refresher to do, my rendition of Radalingr resprite, choosing dragon fractal replacing the o.g. mandelbrot set because it looks more "imposing" imo, and fill it with space themed stuff because the tier of it and lastly the major thing is I change the main exclamation mark of factorial sign to a broken arch shape which represent that factorial can also be expressed via gamma function (that's why the right arch pillar is broken to resemble factorial's exclamation mark) 
np!, this have been fun to research and brainstorm to :)
peak
"^2 Mult for every "M" currently on the screen" new idea for the M empyrean
however it's probably impossible to code
so I'll have to do something different anyways
ugh
I'm really not having good ideas at all today
everything that Tattered touches, it becomes peak
I want to suggest the name Amlóði (Change the Am into M) just because I randomly saw this
(its abbrev for masculine but still)
ohh perhaps
i chose a norse word that started with E because in elder futhark, E looks like an M
Ngl I purposely choose Am starter just because you can butcher it much more (no offense to the actual lang) 
Ngl you could go with your option since that one I found I only saw it have younger futhark, and idk if the elder futhark of it exists (might be synthesizable but idrk) 
https://docs.google.com/spreadsheets/d/1DOUAQ1Zkl5wx3etBt7axSkiBlPcsTbUM3oVQlJ9BV7c/edit?usp=sharing
this is what i use
That spreadsheet is heavy lmao, but anyways, I'll prolly drop the name since it all purely from joke inside my head (haha get it? Joker?) 
LOL

also +values is delayed becoming someone told me cryptid doesn't support them even though i know damm well it does (just in a buggy way)
😭 😭 😭
im gonna just learn misprintize.lua myself and fix it atp
YES
YES
Hi, how are you? When I tried to download some mods with this mod, it shows me this. How can I solve it?
true
It worked, thank you!!
ofc
we could mythicify it for astroposting
and also
Legendary Joker (Common/Uncommon)
X1.4 Mult
i know legendary joker was like
scrapped
and killed
but i wanted to do it anyways
Common Joker
+14 Mult
I still wanna make multiplicatia, additia, and pentatia too for astroposting
equalia when
succesia
ture
naming scheme error grahh
exponentation -> expontentia
tetration -> tetratia
it's not exponentiationa
tetronentia
Exponentiatationetia
tetonia
teto mentioned??
yes
teto pear
tetoration
Detetoration
condensation
ationation
Quattruovigintation
ionization
Resprite rendition for Ásgarðr, this surely not take me more than 6 hrs on end, haha, sigh.. (also I'll prolly will be away for a bit from sprite drawing to finish stuff for my graduation) 
No way
woah
I don't have any tests anymore that time so I'll be able to use my pc and play after many weeks of being locked out of it
Yayyyy
Perfect timing
absolutely breathtaking as always, thank you!
Incredible
Your art is the best
I just make stupid ingots
I should have not
Done that
Well, I mean, why overcomplicate alr simple things right? I'll prolly do the same if I do that
Ngl, if the joker wasn't on empyrean tier, I'll prolly put less effort on it, it just feel fitting for me
Expontentia is so wrong and I'm afraid it's the actual name of smth
Yippe
rework for radalingr might be delayed though
i really want this update out
also, gonna promote blackleg to legendary and give it a new name/sprite
the sprite may end up being a placeholder though for now
Since drawing legendaries is HARD
anyone have any ideas for jesters to name it after?
i also need to find a way to be able to use ð ingame, probably gonna need another custom font
Also, once the next release is finished, I'll actually start work on making a server
any objections?
I wouldnt object but also I'll prolly only still work from here in the future since I want to keep tab on ungodly amount of servers I alr in 
right now the only art of immediate concern is of two legendaries, Vallois and Stańczyk (both in the pinned doc) but if those are too difficult there's likely to be other art needed very soon!
warlock is a very low priority for art replacement, it doesn't need immediate attention right now but currently it's literally just showman in card sharp's hood because I can't draw 😭
A bit of quick revision to my resprite rendition of Radalingr before I sleep, since I feel the background for my initial attempt is kinda lacking for empyrean compared to my asgard rendition, now off I go 
urhh
me when a card that retriggers is copied and doesn't have retriggers saved so it resets to the defaul of there is no assigned repetitions causing this message to appear every single time
damn
this happened with oldprint into chad
To do list:
nerf stopwatch
change type score jokers pool conditions
fix the crediting system
implement new art
add more inverted blinds
allow anomaly to be selectable
rework radalingr
fix ultraviolet edition
hopefully i didn't forget anything
most if not all of this will be accomplished and released before monday
Hey Riley! To help differentiate between facsimile and blueprint, what do you think of this design? Its not a major change, but I think the altered background can help it stand out some!
Ngl I kinda also want to tweak my exotic blueprint to represent revit/visio more for facsimile exotic so it doesnt look directly alike the exotic blueprint, but that need to wait until I finish exotic demicolon :)
Heres an alt version if you want the hat facing the same way
I like it, i think discord compression messed with it though, or is that just me?
can't check on my pc yet rn
I think it's fine, let me know if there is a problem when you get to check
alrighty
just wanted to point out the bg is circutry. absolute peam as always
it's amazing
this mod is like the ship of theseus of art lmao
this is what happens when someone who does NOT know how to make art starts a coding project lmao
Well thats prolly better than me that doesnt even know how to even code (yet, I don't want to learn it either
)
stopwatch anticheat is a pain in the ass to code
we don't need any more art at this moment, but we're likely to need art again soon
would it make it incompatible with clients running normal luajit?
it would make installing luajit2 required yes
honestly i’m against that
i understand that it’s a great mod for like calc times and stuff, but most modded players don’t even KNOW about luajit2
damn
also, it’s a lot different to install compared to other mods
i'll make it a suggestion then
yea
meaning i have to actually fix this stupid compare number with table crash
fun fact: i don’t even use luajit2 (i forgot to reinstall it after it stopped crashing games)
…should probably install it rn
i honestly cant even install it for personal use because if i get a compare number with table error i wont even know about it until someone else uses it
true
testing asgard optimizations
hopefully should be able to handle higher operators with less lag/crashes
basically, extremely large operators lag a lot with smaller multipliers
cinema
so this aims to fix that
whew
that was a close one
also yeah
asgard is noticably a lot faster
zero lag
Empyrean...
Chib
wait how did you fix this
would be incredibly useful for playerrwon
basically, under {100}, it uses chips, but above {100}, it uses fakechips (but still displays the normal chips in the description)
basically the lower the multiplier the laggier for some reason
with super high arrow counts
i can get away with switching the value behind the scenes because with an operator that high it doesn't change the score anyways
true!
also, i have a personal to do list now!
oh my god that is so smart
:3
make it so that over like 10,000 it uses ee300 
perhaps
man, exadversum looks so bad next to this masterpiece 😭
holy fuck
you have NO idea how lucky it is that i caught this crash
first buffoon pack i opened happened to have an avaricious joker
tbh i need to get tatteredlurker on cryptposting
i already have semicolon by them, but it's clearly a joke
mhm
gotta have at least one bulgoe-level joker in the mod
i def need new exadversum art
the current art is absolutely ass
though the idea is there
Could give it some shading or age it a bit like the other card
maybe
Does anyone know how to make shaders? I currently need 2, for the brand new editions
I can't even really use a placeholder for these ones lmao
also i fucked up the badge on infared ignore that
i have one that i could reuse for ultraviolet
could i see it?
if possible of course
also, infared might not be the final name
of the additive one
