Fable
₮ⱧɆ ₥Ɏ₮Ⱨ, ₮ⱧɆ ⱠɆ₲Ɇ₦Đ, ₮ⱧɆ ₣₳฿ⱠɆ
DEAD DUE TO BBCODE+ BEING GONE
Welcome to the O-mikuji Fortune Lottery! Click to get your fortune and then share it! You can also help expand the fortunes by offering suggestions. If you're going to suggest a fortune to add to the lottery please remember the format is {Curse/Blessing} for {fortune}.
[div class=container]
[div class=intro]O-mikuji Fortune Lottery[/div]
[div class=name][/div]
[input type=button class=generate]Click for Fortune[/input]
[/div]
Welcome to the O-mikuji Fortune Lottery! Click to get your fortune and then share it! You can also help expand the fortunes by offering suggestions. If you're going to suggest a fortune to add to the lottery please remember the format is {Curse/Blessing} for {fortune}.
[div class=container]
[div class=intro]O-mikuji Fortune Lottery[/div]
[div class=name][/div]
[input type=button class=generate]Click for Fortune[/input]
[/div]
.
[class=intro]
font-size: 18px;
font-style: italic;
font-weight; bold;
font-family: 'Sedgwick Ave', Arial, sans-serif;
[/class]
[class=name]
font-family: 'Sedgwick Ave', Arial, sans-serif;
font-size: 26px;
font-weight: bold;
[/class]
[class=container]
margin: 10px auto;
max-width: 500px;
text-align: center;
[/class]
[class name=generate]
display: inline-block;
background-color: #f7f7f7;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
color: #a7a7a7;
padding:10px;
text-align: center;
border:1px solid rgba(170,170,170, 0.8);
border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
[/class]
[class name=generate state=hover]
background: #f5f5f5;
color: #a7a7a7;
cursor: pointer;
[/class]
[script=generate]
[/script]
[script class=generate on=click]
inc counter
if (ge ${counter} 1) (stop)
set part1Rand (random 0 11)
set part2Rand (random 0 32)
if (eq ${part1Rand} 0) (set part1 "Great Good Luck")
if (eq ${part1Rand} 1) (set part1 "Moderate Good Luck")
if (eq ${part1Rand} 2) (set part1 "Minor Good Luck")
if (eq ${part1Rand} 3) (set part1 "Good Luck")
if (eq ${part1Rand} 4) (set part1 "Half-Good Luck")
if (eq ${part1Rand} 5) (set part1 "Uncertain Small Good Luck")
if (eq ${part1Rand} 6) (set part1 "Uncertain Bad Luck")
if (eq ${part1Rand} 7) (set part1 "Half-Bad Luck")
if (eq ${part1Rand} 8) (set part1 "Bad Luck")
if (eq ${part1Rand} 9) (set part1 "Minor Bad Luck")
if (eq ${part1Rand} 10) (set part1 "Moderate Bad Luck")
if (eq ${part1Rand} 11) (set part1 "Great Bad Luck")
if (eq ${part2Rand} 0) (set part2 "wish or desire")
if (eq ${part2Rand} 1) (set part2 "a person being waited for")
if (eq ${part2Rand} 2) (set part2 "love")
if (eq ${part2Rand} 3) (set part2 "marriage proposal or engagement")
if (eq ${part2Rand} 4) (set part2 "health or illness")
if (eq ${part2Rand} 5) (set part2 "travel")
if (eq ${part2Rand} 6) (set part2 "studies or learning")
if (eq ${part2Rand} 7) (set part2 "job or employment")
if (eq ${part2Rand} 8) (set part2 "disputes")
if (eq ${part2Rand} 9) (set part2 "money")
if (eq ${part2Rand} 10) (set part2 "friendships")
if (eq ${part2Rand} 11) (set part2 "winning the lottery")
if (eq ${part2Rand} 12) (set part2 "your dice rolls")
if (eq ${part2Rand} 13) (set part2 "finding a roleplay partner")
if (eq ${part2Rand} 14) (set part2 "finding players for your group roleplay")
if (eq ${part2Rand} 15) (set part2 "finding the perfect face claim")
if (eq ${part2Rand} 16) (set part2 "roleplay activity")
if (eq ${part2Rand} 17) (set part2 "your ship to sail")
if (eq ${part2Rand} 18) (set part2 "your dream's to come true")
if (eq ${part2Rand} 19) (set part2 "that BBCode design")
if (eq ${part2Rand} 20) (set part2 "inspiration")
if (eq ${part2Rand} 21) (set part2 "creating a character")
if (eq ${part2Rand} 22) (set part2 "world building")
if (eq ${part2Rand} 23) (set part2 "socializing")
if (eq ${part2Rand} 24) (set part2 "traffic")
if (eq ${part2Rand} 25) (set part2 "having senpai notice you")
if (eq ${part2Rand} 26) (set part2 "being noticed by your crush")
if (eq ${part2Rand} 27) (set part2 "being banned")
if (eq ${part2Rand} 28) (set part2 "winning")
if (eq ${part2Rand} 29) (set part2 "nice weather")
if (eq ${part2Rand} 30) (set part2 "bad weather")
if (eq ${part2Rand} 31) (set part2 "leveling up")
if (eq ${part2Rand} 32) (set part2 "becoming akumatized")
setText "${part1} for ${part2}." name
[/script]
Last edited: