Catgrill Night Jesterless - [2/7] - Jester won. Even two of them

I-
You just stole the votecount I stole from Eli

Can someone give me an idea of how the hell true majority works?

Right now what I understand is that Ami requires 4 voted to be executed??

If only me, you and Light voted majority at the end of the day would be 2

Ok yeah this is too…

Meh.

Is there like an equation that you can give instead? I think that would help more

I’m just going to write you a program to calculate it

I don’t get this ahhhhh.

@Intensify

inputNumber = int(input("How many people are currently voting?: "))
processedNumber = inputNumber / 2

if (inputNumber % 2) == 0:
    finalNumber = processedNumber + 1

else:
    finalNumber = processedNumber + 0.5

print("Majority is...", int(finalNumber))

Run this here

https://www.programiz.com/python-programming/online-compiler/

I don’t think you needed to put that in a program but ok I guess you have free time to kill.

So basically

If X = The number of players voting this person right now

Majority for a specific person would look like

X/2 (rounded up)

and if it’s 0 then it’s 1 for majority.

It’s just how you would calculate majority
except it only factors in who is actually voting

Wait I don’t get it wtf is the point of true majority it’s literally the same as majority

Minus plurality*

because no-voters don’t count towards majority at the end of the day
plurality isn’t enabled

So basically it’s majority-only…

?

Yes. It’s majority only.
Except people who don’t vote don’t count towards majority

This parts a little confusing… like they don’t count towards majority the next day?

basically treat it like normal majority
with the twist that people who don’t vote are instead treated like they’re dead

petition to have everyone no-vote and only let my vote decide the lynch

Ok…

Oh wait I think I get this more…

maybe?

Idk