#[WIP] No One is Happy || Adds slightly to immensely irritating Jokers to work with!

1 messages · Page 1 of 1 (latest)

broken folio
#

Worse Card Sharp? We've got it. Writing assignments? Yes. You're gonna love hating this.

NOH is currently in development. It primarily features these new Jokers, but comes with unique mechanics and challenges.

#

English Assignment is currently unchanged from the original idea. I might increase the max. This was mentioned on Reddit, but I plan to implement a hidden check where you can't copy a previous assignment submitted in the run.

torpid kraken
#

wait you actually have to type?

polar coral
#

me when i type "A" 150 times

broken folio
#

You can submit or procrastinate

broken folio
#

Early Bird and Worm coming soon...

broken folio
#

also Pesticide which does nothing but disable The Plant

obsidian wigeon
broken folio
#

hints for cards in progress that i haven't shown yet: 🐦 🪱 🪴 (🐭🐁) 🌧️

broken folio
obsidian wigeon
lavish tinsel
#

i already know I'm going to hate this

#

am i supposed to type in words

broken folio
lavish tinsel
broken folio
#

what's your mod?

lavish tinsel
#

it has letter deck where you score words

broken folio
#

i'll keep it pinned on my tabs 👍

#

when i'm confident in it i'll probably share the code for that interface anyhow

broken folio
#

I think I'm gonna change its benefit but at the moment this is Rainy Day.

#

(when a joker is destroyed the text is "Sogged!")

#

oh i forgot to end "at end of round"

#

I might make it a random additive mult, I feel like that's more in line with rain

novel echo
broken folio
#

The art might take a while i'm not sure how i want it to look lmao

#

the rest are easy enough

novel echo
#

The effect is so perfect

#

Its not really a debuff its just. Annoying. Incredibly fitting

broken folio
#

I was tempted to make it shuffle every other turn

#

but i figured that was too much

#

maybe it should have an upgraded version...

spiral oak
#

these look realllyy fun

broken folio
#

hii

#

:D

spiral oak
#

hello :3

broken folio
#

currently the most complicated one is the english assignment hehe

spiral oak
#

that makes sense, i was planning on adding that to my want list but i dont see me realistically making it

#

i did add the 'i have no mult and i must score' joker

broken folio
#

yeah it's a pain in the ass, the interface lmao

#

i'm literally just making it so it reads/writes a text file

broken folio
spiral oak
#

open windows textt editor

broken folio
#

did you add the entire description from the post?

spiral oak
#

yep

broken folio
#

nice

spiral oak
#

with half the grammar mistakes too

#

do you want the it-support joker to save you some effort?

broken folio
#

honestly it would save me time egg

#

i'll credit you in comments

spiral oak
#

i dont really care about credit this was just a realllyyy fun one to make since it does X0 mult (well i made it so it sets chips and mult to zero after all jokers have scored, otherwise you could just put it in the frot and it wouldnt really do much, i think thats what you meant by X0 mult at least)

#
    key = 'ITSupport',
    loc_txt = {
        name = "IT-support",
        text = { 'The {C:attention}First played hand{}',
            'of round recieves {X:mult,C:white}X0{}',
            'mult. The second hand played recieves',
            '{X:mult,C:white}X1.5-X3{} mult',
            '{B:1,V:2}u/tisquares{}'
            }
        },
    atlas = "jokers",
    rarity = 2,
    config = { extra = { Xmult_start = 0 }},
    loc_vars = function(self,info_queue,card)
        return { vars = {
            card.ability.extra.Xmult_start,
            colours = { 
            HEX("13F0EC"),
            HEX("FFFFFF") 
            }
        }       
        }
    end,
    calculate = function(self,card,context)
        if context.joker_main then
             if G.GAME.current_round.hands_played == 1 then
                local mult_gained = pseudorandom('hello!', 15, 30) 
                mult_gained = mult_gained/10
                 return {
                    card = card,
                    Xmult_mod = mult_gained,
                    message = 'X' .. mult_gained,
                     colour = G.C.MULT
                }
            end
        end
        if context.final_scoring_step then
            if G.GAME.current_round.hands_played == 0 then
                return {
                card = card,
                Xmult_mod = 0,
                Xchips_mod = 0,
                message = 'X' .. card.ability.extra.Xmult_start,
                colour = G.C.MULT
            }
            end
        end
    end
}```
broken folio
#

Yeah, I didn't realize that there's no such thing as a true "x0" until someone else brought it up

#

thank youuu 🙏

#

i'm gonna have to remember to make the repo public probably this weekend

#

it has 5 jokers done so far

#

it's just the english assignment that i'm stumbling on a bit lol

spiral oak
#

when both chips and mult are zero the animation of them adding up doesnt play

spiral oak
broken folio
#

I know lua but not this region of it lmao

#

nothing that trying again and again won't fix

spiral oak
#

started 2 days ago, have the elder joker and the giant text wall joker done

broken folio
#

hell yeah

broken folio
#

chiikawa believes in me

#

if i ~were~ to credit you would you just want me to put "Lizzyyy<3"?

spiral oak
#

i think imma repurpose the joker to '5x mult, 1 in 5 chance to add 0 mult instead'

spiral oak
#

i accidnetally left your username in the code still XD

broken folio
#

yippee!! :3

#

lmAO

#

i think i need to redo how i'm doing Worm

#

it's not done yet but part of it is that if Early Bird appears in shop Worm is destroyed

spiral oak
#

what doe worm do, also great idea love the synergy

broken folio
#

Worm I wanted to randomly lower requirement to pass round

#

like reduce by 25% or something, it'd be a rare

spiral oak
#

there a mistake in the code sorry it will say x00 instead of X0

#

ok fixed

spiral oak
broken folio
#

yeah the odds were gonna be like

#

1 in 7

#

idk

#

i literally only started thinking about it because of the "early bird gets the worm" saying

spiral oak
#

oh i never heard that

#

though im not english

#

ooooh its that

#

we say that the one who wakes up early has gold n their mouth

broken folio
#

i like that more

#

that reminded me of the thing where some people put coins on eyes of dead people for some reason

spiral oak
#

i know that from puss in boots

#

i think im going to be adding the dentist jokers from a few days ago

broken folio
#

oh yeah i think i saw that

#

i don't think i looked closely though lol

#

lots of cool ideas on the sub

spiral oak
#

yes but theyre quite complicated sometimes especially for me where the best thing i did code-wise was make a pvz mod

broken folio
#

still good practice

spiral oak
#

c++ doe

#

and a tad of asm but i have ptsd from that now

broken folio
#

i love asm ):

spiral oak
#

asm was just hard to learn because it wasnt really documented that well and even less for pvz, we had tons of adresses but no one really cared to make a guide on how to start

#

lua instead is really easy to understand

#

asmx86*

broken folio
#

lua is getting more popular nowadays
i like asm because i have to use it for work and whatnot

spiral oak
#

ah i see
ive never had the excuse to use lua but now i do :)

devout quail
#

remind me when done pls

broken folio
#

i'm hoping to make the repo public this weekend but i'm busy with work outside of this so we'll see

broken folio
cyan stone
broken folio
#

perfect

cyan stone
#

oh

broken folio
#

also no it doesn't destroy when it disables plant. gotta do that yourself (:

cyan stone
broken folio
#

i like borders

cyan stone
#

no i just mean all jokers usually have a white border i was just wondering why here it was BLUE

broken folio
#

just felt like it ¯_(ツ)_/¯

#

genuinely no reason

cyan stone
#

its fine lol i was just curious

broken folio
#

suddenly tempted to make it so the borders can color cycle

cyan stone
#

if i had to give a suggestion, try making something that makes you pray for it to be something but a lot of the time isnt

#

like ancient joker randomness but worse.

broken folio
#

"1 in 5 chance to make Boss Blind The Plant at start of third round"
"1 in 2 chance to disable The Plant Boss Blind"

cyan stone
broken folio
#

tempting...

cyan stone
#

and it'd be called like greenhouse instead of plantation idk

#

oops

#

i mean

#

fuck

#

i meeant to say the

broken folio
#

"crop duster"

cyan stone
#

yeah like that

#

i read the joker name wrong

broken folio
#

i shall think about it

#

lol

cyan stone
#

also where'd you get the template from btw

#

how did you get the joker name and badge perfect like that

#

like on the image

#

if it wasnt clear

lavish tinsel
#

i dont like how it has mixels

spiral oak
broken folio
torpid kraken
broken folio
#

just like me fr 🙏