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