Everyone wants their role to be added. This isn't for everyone.
While lucid is actually active at present, this thread is for fixing roles and mafia-related features. Improving the game itself is more important than adding a bunch of role clones.
ok, some things about the cthulhu fix. 1. If you hold down a letter (O), it'll show up more in the message. this can still lead to cthulu being outted. 2. you are still mad in gy
someone also said that to fix role probability, because apparently it doesn't work at all.
it does work it's just blindingly insignificant in large setups
role probability should probably scale to the number of roles in a setup since it's most common in sandbox yet works almost 100% of the time with classic setups
Just add a full colour picker (can be done in 1 line thanks to HTML5) and mark any colour that isn't dark enough as invalid imo
this is still the best solution
in fact, i made my own colour picker that excludes the too light colours and came to the conclusion that anything with the luminance (https://en.wikipedia.org/wiki/Relative_luminance) of 180 or less is definitely readable, but the threshold could go as far as 200
seriously, just include a colour picker please thanks
will lead to people using white as a colour or some other stuff thats gonna be annoying such as extremely bright colors
optimized luminosity formula
L = (r+r+g+g+g+b)/6
from a single hexadecimal value, r = hex & 0xff0000 g = hex & 0x00ff00 b = hex & 0x0000ff
restrict L to < 100
alternatively, a compressed accurate luminosity formula from a hex value
ok, some things about the cthulhu fix. 1. If you hold down a letter (O), it'll show up more in the message. this can still lead to cthulu being outted. 2. you are still mad in gy
Just add a full colour picker (can be done in 1 line thanks to HTML5) and mark any colour that isn't dark enough as invalid imo
this is still the best solution
in fact, i made my own colour picker that excludes the too light colours and came to the conclusion that anything with the luminance (https://en.wikipedia.org/wiki/Relative_luminance) of 180 or less is definitely readable, but the threshold could go as far as 200
seriously, just include a colour picker please thanks
will lead to people using white as a colour or some other stuff thats gonna be annoying such as extremely bright colors
ok, some things about the cthulhu fix. 1. If you hold down a letter (O), it'll show up more in the message. this can still lead to cthulu being outted. 2. you are still mad in gy
Just add a full colour picker (can be done in 1 line thanks to HTML5) and mark any colour that isn't dark enough as invalid imo
this is still the best solution
in fact, i made my own colour picker that excludes the too light colours and came to the conclusion that anything with the luminance (https://en.wikipedia.org/wiki/Relative_luminance) of 180 or less is definitely readable, but the threshold could go as far as 200
seriously, just include a colour picker please thanks
adjust the height of mobile games so it fills the full screen. with whatever height it's currently set to menus get cut off when there's more than 8-9 people alive. real awful if you roll ww
when speccing, could you make it so that the different meetings show up in different "tabs"? like if you're maf at a party, you could switch between your maf meeting and party.
at the moment it's very hard to get stickers that arent just the basic roles (villager,cop ect) because the chances of both playing a ranked game with uncommon roles, getting that role and winning with it are very low.
currently both the sticker giver and receiver have to have won as the role 8 times
lowering the win number for stickers would make them much more accessable
tldr; i want stickers lucid pls
deletedabout 8 years
https://epicmafia.com/game/5549604 monkey not working on watcher? watcher doesn't visit but the monkey description says it's by action not visit
deletedabout 8 years
i'll also be upgrading text colors tomorrow. can someone come up with a decent palette of about 49 text colors that are visible
i'll give out 20 tokens for someone who can screenshot the palette of colors (making sure they are visible and samples the full spectrum)
Just add a full colour picker (can be done in 1 line thanks to HTML5) and mark any colour that isn't dark enough as invalid imo