• When posting, please be aware that artistic nudity is still nudity and not allowed under RpNation rules. Please edit your pictures accordingly!

    Remember to credit artists when using work not your own.

Resource Amerikia's New BBCode Thread

Amerikia1126

Occasionally Active
So. readdicted to bbcode, let's see how long that'll last. Fancy schmancy intro later, because I got a thing.

My most current codes currently aren't in here as I am revising them a bit. You can see them in their current form here.

All codes here you can use unless stated otherwise.
 
Last edited:
[div class=primer]"SIMPLE" ACCORDIONS For when you want something to pop in and pop out but you don't want to deal with the hassle of the accordion. You want to see it in action? Well lemme inception you because the code for the code will be in the code.
EDIT: If someone did this before me, I didn't know.
EDIT 2: I just remembered accordions have multiple things that pop out. This code will be updated to reflect that... later.[/div][div class=dropdown](click for code)[/div][div class=dropdownContent]INSTRUCTIONS:
1. Don't touch the script stuff, it runs off of convoluted logic and magic fairy dust. (Well you can touch it if you want, I'm not stopping you. It might break the code, though.)
2. Change the aesthetics as you like by changing the stuff under [class name=dropdown], [class name=dropdown state=hover], and [class name=dropdownContent]. Pretend they're divs from before the xenforo 2.0 update if that makes it easier.
3. Change what you want to be clicked and what you want to show up when you click it by changing the words "INSERT WHAT YOU WANT CLICKED HERE" and "INSERT WHAT YOU WANT TO SHOW UP HERE" to whatever you want.
4. That should be it, send me a pm or something if it's broken (out of the box) or confusing to understand and I'll edit this post.
----------code: start----------
[div class=dropdown]INSERT WHAT YOU WANT CLICKED HERE[/div][div class=dropdownContent]INSERT WHAT YOU WANT TO SHOW UP HERE[/div]

[nobr]
[class name=dropdown]
user-select: none;
[/class]
[class name=dropdown state=hover]
cursor: pointer;
[/class]

[class name=dropdownContent]
background: #eeeeee;
padding: 5px;
max-width: 600px;
max-height: 300px;
overflow: auto;
[/class]

[script class=dropdownContent]
set clickCount 0
hide
[/script]

[script class=dropdown on=click]
inc clickCount
if (eq ${clickCount} 1) (slideDown 250 dropdownContent)
if (eq ${clickCount} 2) (set clickCount 0)
if (eq ${clickCount} 0) (slideUp 250 dropdownContent)
[/script]
[/nobr]
----------code: end----------[/div]

[class name=primer] border-bottom: 5px solid #e0162b; max-width: 600px; background: #bbbbbb; padding: 5px; color: #333333; margin: auto; text-align: justify; [/class] [class name=dropdown] user-select: none; max-width: 600px; margin: auto; [/class] [class name=dropdown state=hover] cursor: pointer; [/class] [class name=dropdownContent] background: #eeeeee; padding: 5px; max-width: 600px; max-height: 300px; overflow: auto; margin: auto; color: #333333; [/class] [script class=dropdownContent] set clickCount 0 hide [/script] [script class=dropdown on=click] inc clickCount if (eq ${clickCount} 1) (slideDown 250 dropdownContent) if (eq ${clickCount} 2) (set clickCount 0) if (eq ${clickCount} 0) (slideUp 250 dropdownContent) [/script]
 
Last edited:
[div style="display: none;"].[/div] [div style="display: none;"].[/div] [div style="display: none;"].[/div] [class name=instructionBox] max-width: 400px; background: rgba(76, 88, 114, .2); color: #526889; font-family: 'Didact Gothic', Calibri, sans-serif; padding: 15px; border-radius: 3px; font-size: 11pt; margin: auto; text-align: justify; [/class] [class name=instructionBoxHead] display: inline; font-family: 'Exo 2', 'Courier New', serif; font-size: 13pt; color: #526889; [/class] [class name=dropdown] background: rgba(76, 88, 114, .2); max-width: 50%; margin: auto; padding: 15px; text-align: center; border-radius: 3px; transition-duration: 200ms; cursor: pointer; user-select: none; font-family: 'Exo 2', 'Courier New', serif; [/class] [class name=dropdown state=hover] background: rgba(76, 88, 114, .3); [/class] [class name=dropdownContent] max-width: 400px; padding: 15px; margin: auto; margin-top: 20px; border-radius: 3px; background: rgba(250, 250, 250, .1); font-family: 'Rockitt', 'Courier New', monospace; font-size: 11pt; max-height: 500px; overflow-y: auto; [/class] [script class=dropdownContent] hide [/script] [script class=dropdown on=click] slideToggle 1000 dropdownContent [/script] [div class=instructionBox][div class=instructionBoxHead]01. An Info Dump Organizer[/div]
The picture's related to the color scheme but not to the content, and the content is somewhat related to the music linked in each box, but it's not always a perfect match.

No hovers, the menu's clickable. And the tags currently serve no purpose. cough cough containsText

The color palette for the content can be easily swapped out by scrolling all the way to the bottom to the classes. There are currently 11 templates provided, and from those, you can make your own by just adding come classes through copy-pasting and changing some color values. Category names are also able to be switched out and multiple categories for an item are possible. To switch out the '- All', '- Sort 1' stuff that pops up, scroll to the script section and look for 'setText "- Text" currentSort'. There are 12 of them.

The code is friendly to any screen size or so help me, except for some reason the contentTop doesn't show on mobile when it's inside the code. Outside it works fine, but inside? Nope. Everything else works perfectly fine.

[div class=dropdown]Anyway, here's the code.[/div][/div][div class=dropdownContent][nobr]
[div class=scrollHelp]
[div class=dumpMain]

[div class=topBanner][/div]
[div class=topBar]
[div class=menuButton][fa]fa-bars[/fa][/div]
Retcon #5 - An Info Dump [div class=currentFilter][/div]
[/div]

[div class=menuHolder]
[div class=menuHolderII]
[div class=menuMain]
Filter by
[div class=menuSelect]
[div class="menuItem menuActive filterAll"]All[/div]
[div class="menuItem filter1"]Sort 1[/div]
[div class="menuItem filter2"]Sort 2[/div]
[div class="menuItem filter3"]Sort 3[/div]
[div class="menuItem filter4"]Sort 4[/div]
[div class="menuItem filter5"]Sort 5[/div]
[div class="menuItem filter6"]Sort 6[/div]
[div class="menuItem filter7"]Sort 7[/div]
[div class="menuItem filter8"]Sort 8[/div]
[div class="menuItem filter9"]Sort 9[/div]
[div class="menuItem filter10"]Sort 10[/div]
[div class="menuItem filter11"]Sort 11[/div]
[/div]
[/div]
[/div]
[/div]

[div class=dumpBody]

[div class="infoBox filterItem1"]
[div class="infoBoxTop template1BoxTop"]
[div class="infoBoxIcon template1BoxIcon"][fa]fa-user[/fa][/div]
[div class=infoBoxHead]Character Template[/div]
[/div]
[div class=infoBoxSubtitle]Subtitle Here [div class=infoBoxLink][url=https://www.google.com/][color=#727272][fa]fa-external-link[/fa][/color][/url][/div][/div]
[div class=infoBoxBody]Lorem ipsum short blurb of body text[/div]
[div class=infoBoxBottom][fa]fa-tags[/fa]
[div class=infoBoxBottomIndent][div class="infoBoxBottomTag template1BoxTag"]insert-tag-here[/div]
[/div][/div]
[/div]

[div class="infoBox filterItem2"]
[div class="infoBoxTop template2BoxTop"]
[div class="infoBoxIcon template2BoxIcon"][fa]fa-calendar[/fa][/div]
[div class=infoBoxHead]Event Template[/div]
[/div]
[div class=infoBoxSubtitle]Subtitle Here [div class=infoBoxLink][url=https://www.google.com/][color=#727272][fa]fa-external-link[/fa][/color][/url][/div][/div]
[div class=infoBoxBody]Lorem ipsum short blurb of body text[/div]
[div class=infoBoxBottom][fa]fa-tags[/fa]
[div class=infoBoxBottomIndent][div class="infoBoxBottomTag template2BoxTag"]insert-tag-here[/div]
[/div][/div]
[/div]

[div class="infoBox filterItem3"]
[div class="infoBoxTop template3BoxTop"]
[div class="infoBoxIcon template3BoxIcon"][fa]fa-compass[/fa][/div]
[div class=infoBoxHead]Location Template[/div]
[/div]
[div class=infoBoxSubtitle]Subtitle Here [div class=infoBoxLink][url=https://www.google.com/][color=#727272][fa]fa-external-link[/fa][/color][/url][/div][/div]
[div class=infoBoxBody]Lorem ipsum short blurb of body text[/div]
[div class=infoBoxBottom][fa]fa-tags[/fa]
[div class=infoBoxBottomIndent][div class="infoBoxBottomTag template3BoxTag"]insert-tag-here[/div]
[/div][/div]
[/div]

[div class="infoBox filterItem4"]
[div class="infoBoxTop template4BoxTop"]
[div class="infoBoxIcon template4BoxIcon"][fa]fa-users[/fa][/div]
[div class=infoBoxHead]Organization Template[/div]
[/div]
[div class=infoBoxSubtitle]Subtitle Here [div class=infoBoxLink][url=https://www.google.com/][color=#727272][fa]fa-external-link[/fa][/color][/url][/div][/div]
[div class=infoBoxBody]Lorem ipsum short blurb of body text[/div]
[div class=infoBoxBottom][fa]fa-tags[/fa]
[div class=infoBoxBottomIndent][div class="infoBoxBottomTag template4BoxTag"]insert-tag-here[/div]
[/div][/div]
[/div]

[div class="infoBox filterItem5"]
[div class="infoBoxTop template5BoxTop"]
[div class="infoBoxIcon template5BoxIcon"][fa]fa-key[/fa][/div]
[div class=infoBoxHead]Item Template[/div]
[/div]
[div class=infoBoxSubtitle]Subtitle Here [div class=infoBoxLink][url=https://www.google.com/][color=#727272][fa]fa-external-link[/fa][/color][/url][/div][/div]
[div class=infoBoxBody]Lorem ipsum short blurb of body text[/div]
[div class=infoBoxBottom][fa]fa-tags[/fa]
[div class=infoBoxBottomIndent][div class="infoBoxBottomTag template5BoxTag"]insert-tag-here[/div]
[/div][/div]
[/div]

[div class="infoBox filterItem6"]
[div class="infoBoxTop template6BoxTop"]
[div class="infoBoxIcon template6BoxIcon"][fa]fa-book[/fa][/div]
[div class=infoBoxHead]Law Template[/div]
[/div]
[div class=infoBoxSubtitle]Subtitle Here [div class=infoBoxLink][url=https://www.google.com/][color=#727272][fa]fa-external-link[/fa][/color][/url][/div][/div]
[div class=infoBoxBody]Lorem ipsum short blurb of body text[/div]
[div class=infoBoxBottom][fa]fa-tags[/fa]
[div class=infoBoxBottomIndent][div class="infoBoxBottomTag template6BoxTag"]insert-tag-here[/div]
[/div][/div]
[/div]

[div class="infoBox filterItem7"]
[div class="infoBoxTop template7BoxTop"]
[div class="infoBoxIcon template7BoxIcon"][fa]fa-magic[/fa][/div]
[div class=infoBoxHead]Magic Template[/div]
[/div]
[div class=infoBoxSubtitle]Subtitle Here [div class=infoBoxLink][url=https://www.google.com/][color=#727272][fa]fa-external-link[/fa][/color][/url][/div][/div]
[div class=infoBoxBody]Lorem ipsum short blurb of body text[/div]
[div class=infoBoxBottom][fa]fa-tags[/fa]
[div class=infoBoxBottomIndent][div class="infoBoxBottomTag template7BoxTag"]insert-tag-here[/div]
[/div][/div]
[/div]

[div class="infoBox filterItem8"]
[div class="infoBoxTop template8BoxTop"]
[div class="infoBoxIcon template8BoxIcon"][fa]fa-cog[/fa][/div]
[div class=infoBoxHead]Technology Template[/div]
[/div]
[div class=infoBoxSubtitle]Subtitle Here [div class=infoBoxLink][url=https://www.google.com/][color=#727272][fa]fa-external-link[/fa][/color][/url][/div][/div]
[div class=infoBoxBody]Lorem ipsum short blurb of body text[/div]
[div class=infoBoxBottom][fa]fa-tags[/fa]
[div class=infoBoxBottomIndent][div class="infoBoxBottomTag template8BoxTag"]insert-tag-here[/div]
[/div][/div]
[/div]

[div class="infoBox filterItem9"]
[div class="infoBoxTop template9BoxTop"]
[div class="infoBoxIcon template9BoxIcon"][fa]fa-paw[/fa][/div]
[div class=infoBoxHead]Creature Template[/div]
[/div]
[div class=infoBoxSubtitle]Subtitle Here [div class=infoBoxLink][url=https://www.google.com/][color=#727272][fa]fa-external-link[/fa][/color][/url][/div][/div]
[div class=infoBoxBody]Lorem ipsum short blurb of body text[/div]
[div class=infoBoxBottom][fa]fa-tags[/fa]
[div class=infoBoxBottomIndent][div class="infoBoxBottomTag template9BoxTag"]insert-tag-here[/div]
[/div][/div]
[/div]

[div class="infoBox filterItem10"]
[div class="infoBoxTop template10BoxTop"]
[div class="infoBoxIcon template10BoxIcon"][fa]fa-leaf[/fa][/div]
[div class=infoBoxHead]Plant Template[/div]
[/div]
[div class=infoBoxSubtitle]Subtitle Here [div class=infoBoxLink][url=https://www.google.com/][color=#727272][fa]fa-external-link[/fa][/color][/url][/div][/div]
[div class=infoBoxBody]Lorem ipsum short blurb of body text[/div]
[div class=infoBoxBottom][fa]fa-tags[/fa]
[div class=infoBoxBottomIndent][div class="infoBoxBottomTag template10BoxTag"]insert-tag-here[/div]
[/div][/div]
[/div]

[div class="infoBox filterItem11"]
[div class="infoBoxTop template11BoxTop"]
[div class="infoBoxIcon template11BoxIcon"][fa]fa-info[/fa][/div]
[div class=infoBoxHead]Misc Template[/div]
[/div]
[div class=infoBoxSubtitle]Subtitle Here [div class=infoBoxLink][url=https://www.google.com/][color=#727272][fa]fa-external-link[/fa][/color][/url][/div][/div]
[div class=infoBoxBody]Lorem ipsum short blurb of body text[/div]
[div class=infoBoxBottom][fa]fa-tags[/fa]
[div class=infoBoxBottomIndent][div class="infoBoxBottomTag template11BoxTag"]insert-tag-here[/div]
[/div][/div]
[/div]

[/div]
[div style="line-height: 0px; visibility: hidden; margin-top: 6px;"].[/div]
[/div]
[/div]
[div class=footer]Background image found [url=https://am-markussen.deviantart.com/art/Sun-City-429157440][color=#8b8949]here[/color][/url].[/div]

[div style="display: none;"]----------------------------CLASS CODE STARTS HERE-----------------------------------[/div]
[div style="display: none;"][font=Khula].[/font][/div]
[div style="display: none;"][font=Ubuntu].[/font][/div]

[class name=scrollHelp]
overflow: hidden;
height: 800px;
max-width: 1200px;
margin: auto;
box-sizing: border-box;
border-radius: 3px;
[/class]

[class name=dumpMain]
height: 100%;
width: 100%;
overflow-y: scroll;
background: #fdfdfd;
color: #5e5e5e;
font-family: Khula, Calibri, sans-serif;
font-size: 11pt;
padding-right: 20px;
[/class]

[class name=topBanner]
background: url(https://pre00.deviantart.net/1f55/th/pre/f/2014/024/4/2/sun_city_by_am_markussen-d73ic00.jpg) no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: 20%;
min-height: 250px;
margin-right: -20px;
[/class]

[class name=topBar]
font-family: Ubuntu, 'Courier New', serif;
font-size: 14pt;
color: #fdfdfd;
font-weight: 580;
padding: 5px 15px 5px 15px;
position: sticky;
top: 0px;
letter-spacing: .5px;
word-spacing: -2px;
line-height: 150%;
background: #797f43;
box-shadow: 0px 10px 20px 2px rgba(222, 222, 222, .45);
text-align: justify;
z-index: 2;
margin-right: -20px;
max-width: 100%;
user-select: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
[/class]

[class name=currentFilter]
display: inline;
[/class]

[class name=menuButton]
display: inline;
margin-right: 10px;
cursor: pointer;
user-select: none;
transition-duration: 200ms;
[/class]

[class name=menuButton state=hover]
color: #dedede;
[/class]

[class name=menuButtonClicked]
color: #dedede;
[/class]

[class name=menuHolder]
z-index: 2;
position: sticky;
top: 38px;
box-sizing: border-box;
min-width: 100%;
margin-right: -20px;
[/class]

[class name=menuHolderII]
position: absolute;
top: 0px;
min-width: 100%;
background: #fdfdfd;
border-radius: 0px 0px 3px 0px;
box-shadow: 0px 10px 20px 2px rgba(222, 222, 222, .45);
[/class]

[class name=menuMain]
font-size: 13pt;
max-width: 90%;
margin: auto;
padding-top: 15px;
padding-bottom: 25px;
background: #fdfdfd;
user-select: none;
[/class]

[class name=menuSelect]
font-size: 11pt;
font-weight: normal;
columns: 4 200px;
column-gap: px;
column-rule: 1px solid #c9c9c9;
padding-top: 5px;
border-top: 2px solid #c9c9c9;
[/class]

[class name=menuItem]
border-bottom: 1px solid #c9c9c9;
padding: 5px;
transition-duration: 350ms;
[/class]

[class name=menuItem state=hover]
background: #f9f9f9;
letter-spacing: .5px;
[/class]

[class name=menuActive]
background: #efefef !important;
letter-spacing: 1px !important;
[/class]

[class name=dumpBody]
width: 100%;
min-height: 100%;
margin-right: -20px;
margin-left: 8.5px;
margin-top: 10px;
columns: 4 200px;
column-gap: 8px;
column-rule: 1px solid #f9f9f9;
overflow-y: visible;
[/class]

[class name=infoBox]
break-inside: avoid;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 15px;
border-radius: 3px;
border: 1px solid #f9f9f9;
padding: 20px;
background: #fdfdfd;
overflow: hidden;
max-width: 269px;
[/class]

[class name=infoBoxTop]
min-height: 75px;
margin: -20px;
margin-bottom: 0px;
position: relative;
border-bottom: 1px solid #efefef;
[/class]

[class name=infoBoxIcon]
box-sizing: border-box;
background: #fdfdfd;
min-height: 50px;
min-width: 50px;
max-height: 50px;
max-width: 50px;
border: 1px solid #efefef;
position: absolute;
top: 50px;
left: 5%;
border-radius: 50%;
font-size: 18pt;
text-align: center;
padding-top: 12px;
[/class]

[class name=infoBoxHead]
font-family: Ubuntu, 'Courier New', serif;
font-size: 13pt;
color: #fdfdfd;
font-weight: 580;
line-height: 100%;
padding-left: calc(50px + 10%);
padding-top: 55px;
[/class]

[class name=infoBoxSubtitle]
font-size: 12pt;
color: #727272;
font-weight: 400;
padding-left: calc(34px + 10%);
margin-bottom: 10px;
[/class]

[class name=infoBoxLink]
font-size: 10pt;
display: inline;
cursor: pointer;
user-select: none;
[/class]

[class name=infoBoxBody]
font-size: 11pt;
text-align: justify;
border-bottom: 1px solid #efefef;
[/class]

[class name=infoBoxBottom]
margin-top: 10px;
user-select: none;
font-size: 10pt;
color: #727272;
[/class]

[class name=infoBoxBottomIndent]
margin-top: -20px;
margin-left: 20px;
[/class]

[class name=infoBoxBottomTag]
display: inline-block;
color: #fdfdfd;
border-radius: 3px;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 1px;
font-size: 10pt;
line-height: 103%;
[/class]

[class name=footer]
width: 1200px;
margin: auto;
font-family: Khula, Calibri, sans-serif;
color: #5e5e5e;
text-align: right;
margin-top: 2px;
font-size: 10pt;
[/class]

[div style="display: none;"]----------------------------SCRIPT CODE STARTS HERE-----------------------------------[/div]

[script class=menuHolder]
hide menuHolder
hide menuHolderII
hide menuMain
set clickCount 0
set previousSort 0
set currentSort 0
setText "- All" currentFilter
[/script]

[script class=menuButton on=click]
inc clickCount 1
if (eq ${clickCount} 1) (fadeIn 650 menuHolder)
if (eq ${clickCount} 1) (fadeIn 650 menuHolderII)
if (eq ${clickCount} 1) (slideDown 650 menuMain)
if (eq ${clickCount} 1) (addClass menuButtonClicked menuButton)

if (eq ${clickCount} 2) (set clickCount 0)

if (eq ${clickCount} 0) (fadeOut 650 menuHolder)
if (eq ${clickCount} 0) (slideUp 650 menuHolderII)
if (eq ${clickCount} 0) (fadeOut 600 menuMain)
if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton)
[/script]

[script class=filterAll on=click]
set previousSort ${currentSort}
if (eq ${previousSort} 0) (removeClass menuActive filterAll)
if (eq ${previousSort} 1) (removeClass menuActive filter1)
if (eq ${previousSort} 2) (removeClass menuActive filter2)
if (eq ${previousSort} 3) (removeClass menuActive filter3)
if (eq ${previousSort} 4) (removeClass menuActive filter4)
if (eq ${previousSort} 5) (removeClass menuActive filter5)
if (eq ${previousSort} 6) (removeClass menuActive filter6)
if (eq ${previousSort} 7) (removeClass menuActive filter7)
if (eq ${previousSort} 8) (removeClass menuActive filter8)
if (eq ${previousSort} 9) (removeClass menuActive filter9)
if (eq ${previousSort} 10) (removeClass menuActive filter10)
if (eq ${previousSort} 11) (removeClass menuActive filter11)

addClass menuActive filterAll
set currentSort 0
setText "- All" currentFilter

fadeIn 350 infoBox

set clickCount 0

if (eq ${clickCount} 0) (fadeOut 650 menuHolder)
if (eq ${clickCount} 0) (slideUp 650 menuHolderII)
if (eq ${clickCount} 0) (fadeOut 600 menuMain)
if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton)
[/script]

[script class=filter1 on=click]
set previousSort ${currentSort}
if (eq ${previousSort} 0) (removeClass menuActive filterAll)
if (eq ${previousSort} 1) (removeClass menuActive filter1)
if (eq ${previousSort} 2) (removeClass menuActive filter2)
if (eq ${previousSort} 3) (removeClass menuActive filter3)
if (eq ${previousSort} 4) (removeClass menuActive filter4)
if (eq ${previousSort} 5) (removeClass menuActive filter5)
if (eq ${previousSort} 6) (removeClass menuActive filter6)
if (eq ${previousSort} 7) (removeClass menuActive filter7)
if (eq ${previousSort} 8) (removeClass menuActive filter8)
if (eq ${previousSort} 9) (removeClass menuActive filter9)
if (eq ${previousSort} 10) (removeClass menuActive filter10)
if (eq ${previousSort} 11) (removeClass menuActive filter11)

addClass menuActive filter1
set currentSort 1
setText "- Sort 1" currentFilter

fadeOut 0 infoBox
fadeIn 350 filterItem1

set clickCount 0

if (eq ${clickCount} 0) (fadeOut 650 menuHolder)
if (eq ${clickCount} 0) (slideUp 650 menuHolderII)
if (eq ${clickCount} 0) (fadeOut 600 menuMain)
if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton)
[/script]

[script class=filter2 on=click]
set previousSort ${currentSort}
if (eq ${previousSort} 0) (removeClass menuActive filterAll)
if (eq ${previousSort} 1) (removeClass menuActive filter1)
if (eq ${previousSort} 2) (removeClass menuActive filter2)
if (eq ${previousSort} 3) (removeClass menuActive filter3)
if (eq ${previousSort} 4) (removeClass menuActive filter4)
if (eq ${previousSort} 5) (removeClass menuActive filter5)
if (eq ${previousSort} 6) (removeClass menuActive filter6)
if (eq ${previousSort} 7) (removeClass menuActive filter7)
if (eq ${previousSort} 8) (removeClass menuActive filter8)
if (eq ${previousSort} 9) (removeClass menuActive filter9)
if (eq ${previousSort} 10) (removeClass menuActive filter10)
if (eq ${previousSort} 11) (removeClass menuActive filter11)

addClass menuActive filter2
set currentSort 2
setText "- Sort 2" currentFilter

fadeOut 0 infoBox
fadeIn 350 filterItem2

set clickCount 0

if (eq ${clickCount} 0) (fadeOut 650 menuHolder)
if (eq ${clickCount} 0) (slideUp 650 menuHolderII)
if (eq ${clickCount} 0) (fadeOut 600 menuMain)
if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton)
[/script]

[script class=filter3 on=click]
set previousSort ${currentSort}
if (eq ${previousSort} 0) (removeClass menuActive filterAll)
if (eq ${previousSort} 1) (removeClass menuActive filter1)
if (eq ${previousSort} 2) (removeClass menuActive filter2)
if (eq ${previousSort} 3) (removeClass menuActive filter3)
if (eq ${previousSort} 4) (removeClass menuActive filter4)
if (eq ${previousSort} 5) (removeClass menuActive filter5)
if (eq ${previousSort} 6) (removeClass menuActive filter6)
if (eq ${previousSort} 7) (removeClass menuActive filter7)
if (eq ${previousSort} 8) (removeClass menuActive filter8)
if (eq ${previousSort} 9) (removeClass menuActive filter9)
if (eq ${previousSort} 10) (removeClass menuActive filter10)
if (eq ${previousSort} 11) (removeClass menuActive filter11)

addClass menuActive filter3
set currentSort 3
setText "- Sort 3" currentFilter

fadeOut 0 infoBox
fadeIn 350 filterItem3

set clickCount 0

if (eq ${clickCount} 0) (fadeOut 650 menuHolder)
if (eq ${clickCount} 0) (slideUp 650 menuHolderII)
if (eq ${clickCount} 0) (fadeOut 600 menuMain)
if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton)
[/script]

[script class=filter4 on=click]
set previousSort ${currentSort}
if (eq ${previousSort} 0) (removeClass menuActive filterAll)
if (eq ${previousSort} 1) (removeClass menuActive filter1)
if (eq ${previousSort} 2) (removeClass menuActive filter2)
if (eq ${previousSort} 3) (removeClass menuActive filter3)
if (eq ${previousSort} 4) (removeClass menuActive filter4)
if (eq ${previousSort} 5) (removeClass menuActive filter5)
if (eq ${previousSort} 6) (removeClass menuActive filter6)
if (eq ${previousSort} 7) (removeClass menuActive filter7)
if (eq ${previousSort} 8) (removeClass menuActive filter8)
if (eq ${previousSort} 9) (removeClass menuActive filter9)
if (eq ${previousSort} 10) (removeClass menuActive filter10)
if (eq ${previousSort} 11) (removeClass menuActive filter11)

addClass menuActive filter4
set currentSort 4
setText "- Sort 4" currentFilter

fadeOut 0 infoBox
fadeIn 350 filterItem4

set clickCount 0

if (eq ${clickCount} 0) (fadeOut 650 menuHolder)
if (eq ${clickCount} 0) (slideUp 650 menuHolderII)
if (eq ${clickCount} 0) (fadeOut 600 menuMain)
if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton)
[/script]

[script class=filter5 on=click]
set previousSort ${currentSort}
if (eq ${previousSort} 0) (removeClass menuActive filterAll)
if (eq ${previousSort} 1) (removeClass menuActive filter1)
if (eq ${previousSort} 2) (removeClass menuActive filter2)
if (eq ${previousSort} 3) (removeClass menuActive filter3)
if (eq ${previousSort} 4) (removeClass menuActive filter4)
if (eq ${previousSort} 5) (removeClass menuActive filter5)
if (eq ${previousSort} 6) (removeClass menuActive filter6)
if (eq ${previousSort} 7) (removeClass menuActive filter7)
if (eq ${previousSort} 8) (removeClass menuActive filter8)
if (eq ${previousSort} 9) (removeClass menuActive filter9)
if (eq ${previousSort} 10) (removeClass menuActive filter10)
if (eq ${previousSort} 11) (removeClass menuActive filter11)

addClass menuActive filter5
set currentSort 5
setText "- Sort 5" currentFilter

fadeOut 0 infoBox
fadeIn 350 filterItem5

set clickCount 0

if (eq ${clickCount} 0) (fadeOut 650 menuHolder)
if (eq ${clickCount} 0) (slideUp 650 menuHolderII)
if (eq ${clickCount} 0) (fadeOut 600 menuMain)
if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton)
[/script]

[script class=filter6 on=click]
set previousSort ${currentSort}
if (eq ${previousSort} 0) (removeClass menuActive filterAll)
if (eq ${previousSort} 1) (removeClass menuActive filter1)
if (eq ${previousSort} 2) (removeClass menuActive filter2)
if (eq ${previousSort} 3) (removeClass menuActive filter3)
if (eq ${previousSort} 4) (removeClass menuActive filter4)
if (eq ${previousSort} 5) (removeClass menuActive filter5)
if (eq ${previousSort} 6) (removeClass menuActive filter6)
if (eq ${previousSort} 7) (removeClass menuActive filter7)
if (eq ${previousSort} 8) (removeClass menuActive filter8)
if (eq ${previousSort} 9) (removeClass menuActive filter9)
if (eq ${previousSort} 10) (removeClass menuActive filter10)
if (eq ${previousSort} 11) (removeClass menuActive filter11)

addClass menuActive filter6
set currentSort 6
setText "- Sort 6" currentFilter

fadeOut 0 infoBox
fadeIn 350 filterItem6

set clickCount 0

if (eq ${clickCount} 0) (fadeOut 650 menuHolder)
if (eq ${clickCount} 0) (slideUp 650 menuHolderII)
if (eq ${clickCount} 0) (fadeOut 600 menuMain)
if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton)
[/script]

[script class=filter7 on=click]
set previousSort ${currentSort}
if (eq ${previousSort} 0) (removeClass menuActive filterAll)
if (eq ${previousSort} 1) (removeClass menuActive filter1)
if (eq ${previousSort} 2) (removeClass menuActive filter2)
if (eq ${previousSort} 3) (removeClass menuActive filter3)
if (eq ${previousSort} 4) (removeClass menuActive filter4)
if (eq ${previousSort} 5) (removeClass menuActive filter5)
if (eq ${previousSort} 6) (removeClass menuActive filter6)
if (eq ${previousSort} 7) (removeClass menuActive filter7)
if (eq ${previousSort} 8) (removeClass menuActive filter8)
if (eq ${previousSort} 9) (removeClass menuActive filter9)
if (eq ${previousSort} 10) (removeClass menuActive filter10)
if (eq ${previousSort} 11) (removeClass menuActive filter11)

addClass menuActive filter7
set currentSort 7
setText "- Sort 7" currentFilter

fadeOut 0 infoBox
fadeIn 350 filterItem7

set clickCount 0

if (eq ${clickCount} 0) (fadeOut 650 menuHolder)
if (eq ${clickCount} 0) (slideUp 650 menuHolderII)
if (eq ${clickCount} 0) (fadeOut 600 menuMain)
if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton)
[/script]

[script class=filter8 on=click]
set previousSort ${currentSort}
if (eq ${previousSort} 0) (removeClass menuActive filterAll)
if (eq ${previousSort} 1) (removeClass menuActive filter1)
if (eq ${previousSort} 2) (removeClass menuActive filter2)
if (eq ${previousSort} 3) (removeClass menuActive filter3)
if (eq ${previousSort} 4) (removeClass menuActive filter4)
if (eq ${previousSort} 5) (removeClass menuActive filter5)
if (eq ${previousSort} 6) (removeClass menuActive filter6)
if (eq ${previousSort} 7) (removeClass menuActive filter7)
if (eq ${previousSort} 8) (removeClass menuActive filter8)
if (eq ${previousSort} 9) (removeClass menuActive filter9)
if (eq ${previousSort} 10) (removeClass menuActive filter10)
if (eq ${previousSort} 11) (removeClass menuActive filter11)

addClass menuActive filter8
set currentSort 8
setText "- Sort 8" currentFilter

fadeOut 0 infoBox
fadeIn 350 filterItem8

set clickCount 0

if (eq ${clickCount} 0) (fadeOut 650 menuHolder)
if (eq ${clickCount} 0) (slideUp 650 menuHolderII)
if (eq ${clickCount} 0) (fadeOut 600 menuMain)
if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton)
[/script]

[script class=filter9 on=click]
set previousSort ${currentSort}
if (eq ${previousSort} 0) (removeClass menuActive filterAll)
if (eq ${previousSort} 1) (removeClass menuActive filter1)
if (eq ${previousSort} 2) (removeClass menuActive filter2)
if (eq ${previousSort} 3) (removeClass menuActive filter3)
if (eq ${previousSort} 4) (removeClass menuActive filter4)
if (eq ${previousSort} 5) (removeClass menuActive filter5)
if (eq ${previousSort} 6) (removeClass menuActive filter6)
if (eq ${previousSort} 7) (removeClass menuActive filter7)
if (eq ${previousSort} 8) (removeClass menuActive filter8)
if (eq ${previousSort} 9) (removeClass menuActive filter9)
if (eq ${previousSort} 10) (removeClass menuActive filter10)
if (eq ${previousSort} 11) (removeClass menuActive filter11)

addClass menuActive filter9
set currentSort 9
setText "- Sort 9" currentFilter

fadeOut 0 infoBox
fadeIn 350 filterItem9

set clickCount 0

if (eq ${clickCount} 0) (fadeOut 650 menuHolder)
if (eq ${clickCount} 0) (slideUp 650 menuHolderII)
if (eq ${clickCount} 0) (fadeOut 600 menuMain)
if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton)
[/script]

[script class=filter10 on=click]
set previousSort ${currentSort}
if (eq ${previousSort} 0) (removeClass menuActive filterAll)
if (eq ${previousSort} 1) (removeClass menuActive filter1)
if (eq ${previousSort} 2) (removeClass menuActive filter2)
if (eq ${previousSort} 3) (removeClass menuActive filter3)
if (eq ${previousSort} 4) (removeClass menuActive filter4)
if (eq ${previousSort} 5) (removeClass menuActive filter5)
if (eq ${previousSort} 6) (removeClass menuActive filter6)
if (eq ${previousSort} 7) (removeClass menuActive filter7)
if (eq ${previousSort} 8) (removeClass menuActive filter8)
if (eq ${previousSort} 9) (removeClass menuActive filter9)
if (eq ${previousSort} 10) (removeClass menuActive filter10)
if (eq ${previousSort} 11) (removeClass menuActive filter11)

addClass menuActive filter10
set currentSort 10
setText "- Sort 10" currentFilter

fadeOut 0 infoBox
fadeIn 350 filterItem10

set clickCount 0

if (eq ${clickCount} 0) (fadeOut 650 menuHolder)
if (eq ${clickCount} 0) (slideUp 650 menuHolderII)
if (eq ${clickCount} 0) (fadeOut 600 menuMain)
if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton)
[/script]

[script class=filter11 on=click]
set previousSort ${currentSort}
if (eq ${previousSort} 0) (removeClass menuActive filterAll)
if (eq ${previousSort} 1) (removeClass menuActive filter1)
if (eq ${previousSort} 2) (removeClass menuActive filter2)
if (eq ${previousSort} 3) (removeClass menuActive filter3)
if (eq ${previousSort} 4) (removeClass menuActive filter4)
if (eq ${previousSort} 5) (removeClass menuActive filter5)
if (eq ${previousSort} 6) (removeClass menuActive filter6)
if (eq ${previousSort} 7) (removeClass menuActive filter7)
if (eq ${previousSort} 8) (removeClass menuActive filter8)
if (eq ${previousSort} 9) (removeClass menuActive filter9)
if (eq ${previousSort} 10) (removeClass menuActive filter10)
if (eq ${previousSort} 11) (removeClass menuActive filter11)

addClass menuActive filter11
set currentSort 11
setText "- Sort 11" currentFilter

fadeOut 0 infoBox
fadeIn 350 filterItem11

set clickCount 0

if (eq ${clickCount} 0) (fadeOut 650 menuHolder)
if (eq ${clickCount} 0) (slideUp 650 menuHolderII)
if (eq ${clickCount} 0) (fadeOut 600 menuMain)
if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton)
[/script]

[div style="display: none;"]----------------------------TEMPLATE CODE STARTS HERE-----------------------------------[/div]


[class name=template1BoxTop]
background: #bfbe9f;
[/class]
[class name=template1BoxIcon]
color: #bfbe9f;
[/class]
[class name=template1BoxTag]
background: #bfbe9f;
[/class]

[class name=template2BoxTop]
background: #a7b361;
[/class]
[class name=template2BoxIcon]
color: #a7b361;
[/class]
[class name=template2BoxTag]
background: #a7b361;
[/class]

[class name=template3BoxTop]
background: #b3bd89;
[/class]
[class name=template3BoxIcon]
color: #b3bd89;
[/class]
[class name=template3BoxTag]
background: #b3bd89;
[/class]

[class name=template4BoxTop]
background: #dadebb;
[/class]
[class name=template4BoxIcon]
color: #dadebb;
[/class]
[class name=template4BoxTag]
background: #dadebb;
[/class]

[class name=template5BoxTop]
background: #867e59;
[/class]
[class name=template5BoxIcon]
color: #867e59;
[/class]
[class name=template5BoxTag]
background: #867e59;
[/class]

[class name=template6BoxTop]
background: #d5e2c8;
[/class]
[class name=template6BoxIcon]
color: #d5e2c8;
[/class]
[class name=template6BoxTag]
background: #d5e2c8;
[/class]

[class name=template7BoxTop]
background: #99c7a3;
[/class]
[class name=template7BoxIcon]
color: #99c7a3;
[/class]
[class name=template7BoxTag]
background: #99c7a3;
[/class]

[class name=template8BoxTop]
background: #bca265;
[/class]
[class name=template8BoxIcon]
color: #bca265;
[/class]
[class name=template8BoxTag]
background: #bca265;
[/class]

[class name=template9BoxTop]
background: #b0bf7a;
[/class]
[class name=template9BoxIcon]
color: #b0bf7a;
[/class]
[class name=template9BoxTag]
background: #b0bf7a;
[/class]

[class name=template10BoxTop]
background: #6c733f;
[/class]
[class name=template10BoxIcon]
color: #6c733f;
[/class]
[class name=template10BoxTag]
background: #6c733f;
[/class]

[class name=template11BoxTop]
background: #ded1b2;
[/class]
[class name=template11BoxIcon]
color: #ded1b2;
[/class]
[class name=template11BoxTag]
background: #ded1b2;
[/class]
[/nobr][/div]

[div class=scrollHelp] [div class=dumpMain] [div class=topBanner][/div] [div class=topBar] [div class=menuButton][/div] Retcon #5 - An Info Dump [div class=currentFilter][/div] [/div] [div class=menuHolder] [div class=menuHolderII] [div class=menuMain] Filter by [div class=menuSelect] [div class="menuItem menuActive filterAll"]All[/div] [div class="menuItem filter1"]Characters[/div] [div class="menuItem filter2"]Events[/div] [div class="menuItem filter3"]Locations[/div] [div class="menuItem filter4"]Organizations[/div] [div class="menuItem filter5"]Items[/div] [div class="menuItem filter6"]Demons[/div] [div class="menuItem filter7"]Magic[/div] [div class="menuItem filter8"]Contracts[/div] [div class="menuItem filter9"]Colors[/div] [div class="menuItem filter10"]Numbers[/div] [div class="menuItem filter11"]Miscellaneous[/div] [/div] [/div] [/div] [/div] [div class=dumpBody] [div class="infoBox filterItem1 filterItem9"] [div class="infoBoxTop template1BoxTop"] [div class="infoBoxIcon template1BoxIcon"][/div] [div class=infoBoxHead]Red[/div] [/div] [div class=infoBoxSubtitle]Poor Dude [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Red's a dude who needs to stop saying yes when people ask to live with him. Also the dude has terrible luck in general as he keeps getting injured. So he's been out of work for a while. Since there's 3 other people running around his 1 bedroom apartment, he's had to sleep with actual clothes on. Clothes. In bed. Blasphemy.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template1BoxTag"]really-bad-luck-club[/div] [div class="infoBoxBottomTag template1BoxTag"]no-common-sense[/div] [div class="infoBoxBottomTag template1BoxTag"]height-angst[/div] [div class="infoBoxBottomTag template1BoxTag"]anime-free-for-4-years[/div] [div class="infoBoxBottomTag template1BoxTag"]alcohol-free-for-2-point-5-months[/div] [div class="infoBoxBottomTag template1BoxTag"]under-age[/div] [div class="infoBoxBottomTag template1BoxTag"]smells-like-fries[/div] [/div][/div] [/div] [div class="infoBox filterItem6 filterItem11"] [div class="infoBoxTop template11BoxTop"] [div class="infoBoxIcon template11BoxIcon"][/div] [div class=infoBoxHead]Demons[/div] [/div] [div class=infoBoxSubtitle]Literal Scum [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Demons come in all shapes and sizes but they're all liars who can't ever say anything straight the first time around and keep secrets and are just complete turds. Okay, that's biased because not all demons are like that. But the ones that can talk? Hell yeah they are.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template11BoxTag"]cough-cough-blue[/div] [div class="infoBoxBottomTag template11BoxTag"]mosquitos[/div] [div class="infoBoxBottomTag template11BoxTag"]bug-bites[/div] [div class="infoBoxBottomTag template11BoxTag"]they-come-from-hell[/div] [/div][/div] [/div] [div class="infoBox filterItem7"] [div class="infoBoxTop template7BoxTop"] [div class="infoBoxIcon template7BoxIcon"][/div] [div class=infoBoxHead]Magic[/div] [/div] [div class=infoBoxSubtitle]All In Good Fun [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Lots of ways to use it, lots of ways to source it, lots of learning needed, which can take a lot of time. The more work you put into it, the more you get out of it, but humans don't live long enough to create strong magic on their own. Also, humans don't have much magic of their own, so they usually need to get it from somewhere else.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template7BoxTag"]like-food[/div] [div class="infoBoxBottomTag template7BoxTag"]or-contracts[/div] [div class="infoBoxBottomTag template7BoxTag"]or-being-a-demon[/div] [div class="infoBoxBottomTag template7BoxTag"]or-souls[/div] [/div][/div] [/div] [div class="infoBox filterItem6 filterItem7 filterItem8"] [div class="infoBoxTop template7BoxTop"] [div class="infoBoxIcon template7BoxIcon"][/div] [div class=infoBoxHead]Contracts[/div] [/div] [div class=infoBoxSubtitle]Sign your life away.. [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Make a deal with the devil, or at least with one of his secretaries, or lower secretaries for those secretaries. Look, point is, there's lots of people to make contracts with. Just makes sure to read the fine print because it can really screw you over. On the bright side you can get superpowers. Lame ones. With strings attached. Like knowing when there's drugs in food but also being extremely aware when there aren't any, like a loud voice in your head going 'There are no drugs in this!!'. Gets annoying.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template7BoxTag"]or-you-could-get-a-spirit-contract[/div] [div class="infoBoxBottomTag template7BoxTag"]or-just-dont-get-one[/div] [div class="infoBoxBottomTag template7BoxTag"]thats-probably-the-safest-route[/div] [div class="infoBoxBottomTag template7BoxTag"]dont-sign-a-contract[/div] [/div][/div] [/div] [div class="infoBox filterItem1 filterItem6 filterItem9"] [div class="infoBoxTop template1BoxTop"] [div class="infoBoxIcon template1BoxIcon"][/div] [div class=infoBoxHead]Samuel[/div] [/div] [div class=infoBoxSubtitle]Professional Jerk [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]The anti-canadian. Weird nose, badass in a fight, can't aim a gun because he's a wussy canadian who doesn't use guns, and like.. oh yeah his nose is broken. It wasn't broken before, suprisingly enough, but it is now. Maybe he could finally go get some surgery to fix that big problem.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template1BoxTag"]stop-telling-secrets[/div] [div class="infoBoxBottomTag template1BoxTag"]stop[/div] [div class="infoBoxBottomTag template1BoxTag"]please[/div] [div class="infoBoxBottomTag template1BoxTag"]youre-making-him-suspicious[/div] [div class="infoBoxBottomTag template1BoxTag"]canadian[/div] [div class="infoBoxBottomTag template1BoxTag"]eh[/div] [/div][/div] [/div] [div class="infoBox filterItem2 filterItem7 filterItem9"] [div class="infoBoxTop template2BoxTop"] [div class="infoBoxIcon template2BoxIcon"][/div] [div class=infoBoxHead]Curse Season[/div] [/div] [div class=infoBoxSubtitle]Flu? That's boring [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]What do you get when you combine a slap bracelet, three random people, and someone who just wanted to go see a kid's movie? This. Somehow. Well anyway, the actual curses. They're all individually targetted, and they're all pretty expensive to pull off. One, in particular, is more expensive than the other two, but they've all been going on for a couple months now. The victims have started admitting that there's something going on, despite that fact being very obvious for the past while. Who knows, soon they might actually figure out how to reverse the damn things.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template2BoxTag"]meta[/div] [div class="infoBoxBottomTag template2BoxTag"]red[/div] [div class="infoBoxBottomTag template2BoxTag"]blue[/div] [div class="infoBoxBottomTag template2BoxTag"]purple[/div] [div class="infoBoxBottomTag template2BoxTag"]slap-bracelet[/div] [div class="infoBoxBottomTag template2BoxTag"]everyone-cries[/div] [/div][/div] [/div] [div class="infoBox filterItem2 filterItem7 filterItem9"] [div class="infoBoxTop template2BoxTop"] [div class="infoBoxIcon template2BoxIcon"][/div] [div class=infoBoxHead]Timeloop[/div] [/div] [div class=infoBoxSubtitle]Terrible Music [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]The least thought out timeloop there is, mechanics-wise. The loop was created in May of 2017, and ended sometime in August of 2017. So technically it's over, but the mail that was sent into the loop hasn't been sent yet, meaning it's not over yet. And considering how the victim of the timeloop was transported out via contract rather than through the original spellcaster, the whole thing is just a giant mess.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template2BoxTag"]blue[/div] [div class="infoBoxBottomTag template2BoxTag"]stan[/div] [div class="infoBoxBottomTag template2BoxTag"]autopilot[/div] [div class="infoBoxBottomTag template2BoxTag"]holding-a-loop-open-is-hard[/div] [/div][/div] [/div] [div class="infoBox filterItem2 filterItem9"] [div class="infoBoxTop template2BoxTop"] [div class="infoBoxIcon template2BoxIcon"][/div] [div class=infoBoxHead]Thanksgiving[/div] [/div] [div class=infoBoxSubtitle]Awkward much? [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Red went to his dad's place and avoided every question he could. Everyone else just chilled at home, their schedules not impacted very much by the lack of Red's presence. Nothing really happened, except for about 10 hours of driving, round-trip. Yay...[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template2BoxTag"]free-food[/div] [div class="infoBoxBottomTag template2BoxTag"]screw-cats[/div] [div class="infoBoxBottomTag template2BoxTag"]betting[/div] [div class="infoBoxBottomTag template2BoxTag"]family[/div] [/div][/div] [/div] [div class="infoBox filterItem2 filterItem9 filterItem10"] [div class="infoBoxTop template2BoxTop"] [div class="infoBoxIcon template2BoxIcon"][/div] [div class=infoBoxHead]Black Friday[/div] [/div] [div class=infoBoxSubtitle]Everyone Cries [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]People suck at conversations, people suck at emotions, people suck at telling the truth dangit, but most importantly there's either way too much leftovers or not enough of them. And by not enough of them I mean none.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template2BoxTag"]cue-phase-2[/div] [div class="infoBoxBottomTag template2BoxTag"]curses-are-fun[/div] [div class="infoBoxBottomTag template2BoxTag"]possession-is-annoying[/div] [/div][/div] [/div] [div class="infoBox filterItem1 filterItem6 filterItem9"] [div class="infoBoxTop template1BoxTop"] [div class="infoBoxIcon template1BoxIcon"][/div] [div class=infoBoxHead]Blue[/div] [/div] [div class=infoBoxSubtitle]Angrii Boii [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Dude got mad once, wrecked the apartment. Dude got mad once, got stuck in a timeloop and now knows the song lyrics to just about every song released in 2010. Dude got mad once, nearly joined an already-escalating fight. Dude gets mad. Dude can cook. Dude sucks with kids. Dude's more or less the only person who can drive in the house.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template1BoxTag"]why-does-he-still-have-friends[/div] [div class="infoBoxBottomTag template1BoxTag"]1-more-time-and-i-swear[/div] [div class="infoBoxBottomTag template1BoxTag"]engrish[/div] [div class="infoBoxBottomTag template1BoxTag"]cue-the-tiny-violin[/div] [/div][/div] [/div] [div class="infoBox filterItem1 filterItem9"] [div class="infoBoxTop template1BoxTop"] [div class="infoBoxIcon template1BoxIcon"][/div] [div class=infoBoxHead]Purple[/div] [/div] [div class=infoBoxSubtitle]Babysitter [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Got tricked into moving in exchange for a Snickers bar, never received the Snickers bar. Then got arrested for underage drinking. Is now no longer arrested, but still hasn't gotten a Snickers bar.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template1BoxTag"]grab-a-sharpie[/div] [div class="infoBoxBottomTag template1BoxTag"]play-connect-the-dots[/div] [div class="infoBoxBottomTag template1BoxTag"]glasses-are-fun[/div] [div class="infoBoxBottomTag template1BoxTag"]nevermind[/div] [/div][/div] [/div] [div class="infoBox filterItem1 filterItem8 filterItem11"] [div class="infoBoxTop template1BoxTop"] [div class="infoBoxIcon template1BoxIcon"][/div] [div class=infoBoxHead]Green[/div] [/div] [div class=infoBoxSubtitle]He Exists [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]The dude got hit by a car as a kid in the 80s, then miraculously woke up in late summer, 2017. He wasn't having a good time, so he made a contract, and then got hit by a car and died.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template1BoxTag"]really-bad-luck-club[/div] [div class="infoBoxBottomTag template1BoxTag"]dead[/div] [div class="infoBoxBottomTag template1BoxTag"]death-by-irony[/div] [div class="infoBoxBottomTag template1BoxTag"]never-sign-a-contract[/div] [/div][/div] [/div] [div class="infoBox filterItem1 filterItem7 filterItem9"] [div class="infoBoxTop template1BoxTop"] [div class="infoBoxIcon template1BoxIcon"][/div] [div class=infoBoxHead]Hailey[/div] [/div] [div class=infoBoxSubtitle]Minecraft Addict [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Found in the bathroom of a McDonalds after closing, for some reason no one's had the common sense to call CPS or the police, or anyone really. She's now installed Minecraft on every device in the house that can run it, including everyone's phones. Meaning she has now bought 5 copies of the game, not including the copy that Red already had.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template1BoxTag"]just-an-ordinary-kid[/div] [div class="infoBoxBottomTag template1BoxTag"]nothing-suspicious-at-all[/div] [div class="infoBoxBottomTag template1BoxTag"]slap-bracelet-4-lyfe[/div] [/div][/div] [/div] [div class="infoBox filterItem3 itemFilter9"] [div class="infoBoxTop template3BoxTop"] [div class="infoBoxIcon template3BoxIcon"][/div] [div class=infoBoxHead]Red's Apartment[/div] [/div] [div class=infoBoxSubtitle]An Eternal Mess [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Red hogs the bed, Blue takes the couch, Purple and Hailey take the air mattress that takes up so much space, and gets in the way, and is annoying to deal with because the kid keeps jumping on it and the whole place is a mess all the time and the sheets need to be washed because they all smell like grease and oh god this place is a mess.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template3BoxTag"]4-people-1-bedroom[/div] [div class="infoBoxBottomTag template3BoxTag"]send-help[/div] [div class="infoBoxBottomTag template3BoxTag"]smells-like-fries[/div] [div class="infoBoxBottomTag template3BoxTag"]sensitive-shower[/div] [div class="infoBoxBottomTag template3BoxTag"]no-one-knows-how-to-use-it[/div] [/div][/div] [/div] [div class="infoBox filterItem3 filterItem9 filterItem11"] [div class="infoBoxTop template3BoxTop"] [div class="infoBoxIcon template3BoxIcon"][/div] [div class=infoBoxHead]The Car[/div] [/div] [div class=infoBoxSubtitle]Get off your phone [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Doesn't matter who's car, doesn't matter who's driving, all that matters is that it's a car and a color is in it. Then, things get interesting. A drive to the hospital, a drive to the movies, getting a ride from a coworker, going through the drive-thru. All eventful.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template3BoxTag"]wait-blue-didnt-break-it?[/div] [div class="infoBoxBottomTag template3BoxTag"]vroom-vroom[/div] [div class="infoBoxBottomTag template3BoxTag"]stick-shifts[/div] [div class="infoBoxBottomTag template3BoxTag"]one-handed[/div] [div class="infoBoxBottomTag template3BoxTag"]gets-the-blood-pumping[/div] [/div][/div] [/div] [div class="infoBox filterItem4 filterItem6"] [div class="infoBoxTop template4BoxTop"] [div class="infoBoxIcon template4BoxIcon"][/div] [div class=infoBoxHead]NEUS[/div] [/div] [div class=infoBoxSubtitle]North Eastern US [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]The regional branch of the big organization, based in The City. What city? The City. If you're confused, you're not local. Ahem. This branch originally took care of the entire country, then it got bigger. So now it just takes care of New England and the Midwest when things get real messy. Most times the local branches take care of it. Oh right they take care of demons. Not as in a zoo or animal hospital type of deal, more like pest control.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template4BoxTag"]wee-woo[/div] [div class="infoBoxBottomTag template4BoxTag"]beauracracy[/div] [div class="infoBoxBottomTag template4BoxTag"]port-key-through-garage-doors[/div] [div class="infoBoxBottomTag template4BoxTag"]lets-go-demon-hunting[/div] [/div][/div] [/div] [div class="infoBox filterItem7 filterItem8"] [div class="infoBoxTop template6BoxTop"] [div class="infoBoxIcon template6BoxIcon"][/div] [div class=infoBoxHead]Spirit Contracts[/div] [/div] [div class=infoBoxSubtitle]So long, death [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Tie yourself to a spirit, get out of Hell, it's a good deal right? Well, for a while. Then it just gets boring and repetitive. You can't fully die until the spirit dies. So you just keep on living. Over, and over, and over, and over... Because, you see, the thing is, if spirits don't die early on, they're likely going to last for a while. A long while. People don't give up their feelings of unison all too easily.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template6BoxTag"]spirits-are-hard-to-kill[/div] [div class="infoBoxBottomTag template6BoxTag"]spirits-can-change[/div] [div class="infoBoxBottomTag template6BoxTag"]spirits-can-be-reinterpreted[/div] [div class="infoBoxBottomTag template6BoxTag"]spirits-can-die[/div] [div class="infoBoxBottomTag template6BoxTag"]spirits-can-be-reborn[/div] [/div][/div] [/div] [div class="infoBox filterItem4 filterItem10 filterItem11"] [div class="infoBoxTop template4BoxTop"] [div class="infoBoxIcon template4BoxIcon"][/div] [div class=infoBoxHead]The Chatroom[/div] [/div] [div class=infoBoxSubtitle]Unruly Skype Call [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Imagine a group of people, all with different grudges against each other, with inside jokes, and friends amongst the web of people. Now imagine that group of people trying to have a productive conversation. Now imagine the group to have a buttload of people. A buttload. And half of them don't have good internet, so they have to connect via a cobbled-together system of group calls and relays. And one guy is the tech support.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template4BoxTag"]new-phone-who-dis[/div] [div class="infoBoxBottomTag template4BoxTag"]tech-support-now-hiring[/div] [div class="infoBoxBottomTag template4BoxTag"]petition-to-make-a-discord-server[/div] [div class="infoBoxBottomTag template4BoxTag"]disconnected[/div] [div class="infoBoxBottomTag template4BoxTag"]background-noise[/div] [/div][/div] [/div] [div class="infoBox filterItem8 filterItem10"] [div class="infoBoxTop template4BoxTop"] [div class="infoBoxIcon template4BoxIcon"][/div] [div class=infoBoxHead]The Numbers[/div] [/div] [div class=infoBoxSubtitle]Possessed with Pizazz [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Well technically there's lots of groups of numbers, all those under spirit contracts and such are all part of their own number groups. But this number group on one particular spirit contract. There are currently 16 numbers total, including the latest one, who is currently alive.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template4BoxTag"]so-it-goes[/div] [div class="infoBoxBottomTag template4BoxTag"]dont-google-yourself[/div] [div class="infoBoxBottomTag template4BoxTag"]dont-google-yourself[/div] [div class="infoBoxBottomTag template4BoxTag"]dont-google-yourself[/div] [div class="infoBoxBottomTag template4BoxTag"]goddammit[/div] [/div][/div] [/div] [div class="infoBox filterItem1 filterItem6 filterItem11"] [div class="infoBoxTop template1BoxTop"] [div class="infoBoxIcon template1BoxIcon"][/div] [div class=infoBoxHead]Stan[/div] [/div] [div class=infoBoxSubtitle]Lord of the Hill [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]The dude misread a contract and ended up getting kicked out of Heaven and made to manage the prison on the hill. Then it got bigger, and bigger, and now it spans 6 continents, has billions of occupants, and the dude really needs a vacation.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template1BoxTag"]dyslexic[/div] [div class="infoBoxBottomTag template1BoxTag"]hot-temper[/div] [div class="infoBoxBottomTag template1BoxTag"]daddy-material[/div] [/div][/div] [/div] [div class="infoBox filterItem7 filterItem9"] [div class="infoBoxTop template6BoxTop"] [div class="infoBoxIcon template6BoxIcon"][/div] [div class=infoBoxHead]Curses[/div] [/div] [div class=infoBoxSubtitle]Best. Pranks. Ever. [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]A long term spell that has to have a condition that needs to be met to be undone. The spell can be anything, but it's usually negative. This type of spell is useful when not wanting to spend a continuous magic supply, instead spending it in increments or a one and done kind of deal.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template6BoxTag"]here-for-a-fun-time[/div] [div class="infoBoxBottomTag template6BoxTag"]save-state[/div] [div class="infoBoxBottomTag template6BoxTag"]illusion[/div] [div class="infoBoxBottomTag template6BoxTag"]block[/div] [/div][/div] [/div] [div class="infoBox filterItem3 filterItem6"] [div class="infoBoxTop template3BoxTop"] [div class="infoBoxIcon template3BoxIcon"][/div] [div class=infoBoxHead]Hell[/div] [/div] [div class=infoBoxSubtitle]Language barrier [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Not exactly firey pits here, more cold black nothingness with a large doage of red tape. Of course, the only language allowed is Hebrew, since no one wants to update all the signs. It's easier to just make all the newcomers learn it.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template3BoxTag"]cost-effective[/div] [div class="infoBoxBottomTag template3BoxTag"]none-are-born-here[/div] [div class="infoBoxBottomTag template3BoxTag"]concepts-can-be-embodied[/div] [div class="infoBoxBottomTag template3BoxTag"]sacrifices-are-helpful[/div] [/div][/div] [/div] [div class="infoBox filterItem7 filterItem11"] [div class="infoBoxTop template8BoxTop"] [div class="infoBoxIcon template8BoxIcon"][/div] [div class=infoBoxHead]Portkeys[/div] [/div] [div class=infoBoxSubtitle]No driving required [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Instant transportation to anywhere in the world from anywhere in the world. No cost at all. Of course you have to have the right key to go to the right place, and you would need a different key to get back, but for one way trips with a ride waiting on the other side, it's very useful.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template8BoxTag"]keep-an-eye-on-your-keyring[/div] [div class="infoBoxBottomTag template8BoxTag"]if-someone-gets-to-it...[/div] [div class="infoBoxBottomTag template8BoxTag"]hopefully-they-have-their-phone[/div] [div class="infoBoxBottomTag template8BoxTag"]and-an-international-plan[/div] [/div][/div] [/div] [div class="infoBox filterItem1 filterItem10"] [div class="infoBoxTop template1BoxTop"] [div class="infoBoxIcon template1BoxIcon"][/div] [div class=infoBoxHead]One[/div] [/div] [div class=infoBoxSubtitle]Complainer [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Complained enough to get kicked out to Hell, complained enough to get kicked out of Hell and into a spirit contract in spirit that was doomed to fail. And then it didn't. On the bright side, there's significantly less complaining.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template1BoxTag"]dead[/div] [div class="infoBoxBottomTag template1BoxTag"]death-by-disease[/div] [div class="infoBoxBottomTag template1BoxTag"]salty-boi[/div] [div class="infoBoxBottomTag template1BoxTag"]read-the-contracts[/div] [/div][/div] [/div] [div class="infoBox filterItem1 filterItem10"] [div class="infoBoxTop template1BoxTop"] [div class="infoBoxIcon template1BoxIcon"][/div] [div class=infoBoxHead]Eight[/div] [/div] [div class=infoBoxSubtitle]Dude Likes Cards [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Trains, though. Well they can go off themselves. You're just in bed about to fall asleep and suddenly one of them decides to go rolling on by and make the loudest noises, and scare everything. And with just about no warning, too.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template1BoxTag"]dead[/div] [div class="infoBoxBottomTag template1BoxTag"]death-by-injury[/div] [div class="infoBoxBottomTag template1BoxTag"]possessing[/div] [div class="infoBoxBottomTag template1BoxTag"]card-tricks[/div] [/div][/div] [/div] [div class="infoBox filterItem1 filterItem10"] [div class="infoBoxTop template1BoxTop"] [div class="infoBoxIcon template1BoxIcon"][/div] [div class=infoBoxHead]Fourteen[/div] [/div] [div class=infoBoxSubtitle]Friendzoned [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Dude has abysmal luck with girls, the most recent of which he ended up getting friendzoned. Both sides were aware that there was a friendzone that #14 wanted to cross. And then he did. And then he died. Terrible timing, that. Both happened on the same day. Almost as if someone planned it that way.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template1BoxTag"]dead[/div] [div class="infoBoxBottomTag template1BoxTag"]death-by-obliviousness[/div] [div class="infoBoxBottomTag template1BoxTag"]tol[/div] [div class="infoBoxBottomTag template1BoxTag"]tabletop-nerd[/div] [div class="infoBoxBottomTag template1BoxTag"]possessing[/div] [div class="infoBoxBottomTag template1BoxTag"]meta[/div] [div class="infoBoxBottomTag template1BoxTag"]really-bad-luck-club[/div] [div class="infoBoxBottomTag template1BoxTag"]wanted-to-be-a-nurse[/div] [/div][/div] [/div] [div class="infoBox filterItem1 filterItem10 filterItem11"] [div class="infoBoxTop template1BoxTop"] [div class="infoBoxIcon template1BoxIcon"][/div] [div class=infoBoxHead]Leslie[/div] [/div] [div class=infoBoxSubtitle]Friendzoner [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Living proof that girls are the hardest things to understand. She always complained about her crappy boyfriend but would never [/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template1BoxTag"]not-dead[/div] [div class="infoBoxBottomTag template1BoxTag"]probably[/div] [div class="infoBoxBottomTag template1BoxTag"]last-seen-in-79[/div] [div class="infoBoxBottomTag template1BoxTag"]dont-google-her[/div] [div class="infoBoxBottomTag template1BoxTag"]dont-google-her[/div] [div class="infoBoxBottomTag template1BoxTag"]dont-google-her[/div] [div class="infoBoxBottomTag template1BoxTag"]goddammit[/div] [/div][/div] [/div] [div class="infoBox filterItem1 filterItem10"] [div class="infoBoxTop template1BoxTop"] [div class="infoBoxIcon template1BoxIcon"][/div] [div class=infoBoxHead]Fifteen[/div] [/div] [div class=infoBoxSubtitle]Cheapskate [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]The dude would do anything, short of stealing, to get bargains, especially with food. Nothing's more satisfying than buying 20 dollars worth of burgers for 3 dollars because you played your coupons correctly. And nothing's more satisfying than making the perfect mixtape for free, using the power of the radio.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template1BoxTag"]dead[/div] [div class="infoBoxBottomTag template1BoxTag"]death-by-obliviousness[/div] [div class="infoBoxBottomTag template1BoxTag"]joined-band-for-free-admission[/div] [div class="infoBoxBottomTag template1BoxTag"]terrible-at-music[/div] [div class="infoBoxBottomTag template1BoxTag"]90s-kids[/div] [div class="infoBoxBottomTag template1BoxTag"]good-with-shovels[/div] [div class="infoBoxBottomTag template1BoxTag"]really-bad-luck-club[/div] [/div][/div] [/div] [div class="infoBox filterItem1 filterItem6 filterItem9"] [div class="infoBoxTop template1BoxTop"] [div class="infoBoxIcon template1BoxIcon"][/div] [div class=infoBoxHead]Akira[/div] [/div] [div class=infoBoxSubtitle]Phone Addict [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Ah yes, because going to another country when you don't speak the language is a brilliant idea. Even if it's for work, it's still a terrible idea.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template1BoxTag"]do-something[/div] [div class="infoBoxBottomTag template1BoxTag"]dont-just-stand-there[/div] [div class="infoBoxBottomTag template1BoxTag"]do-your-dang-job[/div] [/div][/div] [/div] [div class="infoBox filterItem9 filterItem11"] [div class="infoBoxTop template11BoxTop"] [div class="infoBoxIcon template11BoxIcon"][/div] [div class=infoBoxHead]Accents[/div] [/div] [div class=infoBoxSubtitle]Come again? [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]The accents of the colors are as follows. Red: A bastard of an accent that's mostly Upstate New York but devolves into a Long Island accent at times. Blue: Heavy Japanese accent, getting better, but not very much. At least all the jokes have been made already. Purple: Hard to place, but sounds more or less French.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template11BoxTag"]bonjour[/div] [div class="infoBoxBottomTag template11BoxTag"]engrish[/div] [div class="infoBoxBottomTag template11BoxTag"]long-guyland[/div] [/div][/div] [/div] [div class="infoBox filterItem6"] [div class="infoBoxTop template9BoxTop"] [div class="infoBoxIcon template9BoxIcon"][/div] [div class=infoBoxHead]Dust Mites[/div] [/div] [div class=infoBoxSubtitle]Not their actual name [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Small flying dusty guys that are attracted to fire, even though it kills them. It might be because it kills them, now that I think about it.. Anyway, they show up in dusty, dirty places. And people. Take showers, kids.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template9BoxTag"]wheee[/div] [div class="infoBoxBottomTag template9BoxTag"]dust-bois[/div] [div class="infoBoxBottomTag template9BoxTag"]almost-cute[/div] [div class="infoBoxBottomTag template9BoxTag"]dont-choke-on-one[/div] [/div][/div] [/div] [div class="infoBox filterItem6 filterItem7 filterItem9"] [div class="infoBoxTop template7BoxTop"] [div class="infoBoxIcon template7BoxIcon"][/div] [div class=infoBoxHead]Possession[/div] [/div] [div class=infoBoxSubtitle]Jesus, take the wheel [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Possession is how it sounds, however that doesn't necessarily mean the one possessing the Host is always in control. They can drive from the backseat, or take the front seat, or come and go as they please. There's different types and with contracts it just becomes a mess sorting out which possessions are legal and what type they are, so as long as those possessing aren't harming the Host, it's usually okay.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template7BoxTag"]can-influence-tastes[/div] [div class="infoBoxBottomTag template7BoxTag"]suddenly-like-pineapple-pizza?[/div] [div class="infoBoxBottomTag template7BoxTag"]they-dont-shut-up[/div] [div class="infoBoxBottomTag template7BoxTag"]they-dont-sleep[/div] [div class="infoBoxBottomTag template7BoxTag"]contracts-apply-to-host[/div] [div class="infoBoxBottomTag template7BoxTag"]visibly-possessed[/div] [/div][/div] [/div] [div class="infoBox filterItem5 filterItem7 filterItem10 filterItem11"] [div class="infoBoxTop template5BoxTop"] [div class="infoBoxIcon template5BoxIcon"][/div] [div class=infoBoxHead]Snap Bracelet[/div] [/div] [div class=infoBoxSubtitle]An ordinary bracelet [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]The kid didn't come with much, but she was wearing a snap bracelet. She doesn't take it off for some reason, and it looks kind of dirty. She should wash it. It's got scribbles all over it, too. Kids.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template5BoxTag"]totally-not-a-magic-item[/div] [div class="infoBoxBottomTag template5BoxTag"]definitely-not-the-key-to-curses[/div] [div class="infoBoxBottomTag template5BoxTag"]curse-season[/div] [div class="infoBoxBottomTag template5BoxTag"]hailey[/div] [/div][/div] [/div] [div class="infoBox filterItem7"] [div class="infoBoxTop template7BoxTop"] [div class="infoBoxIcon template7BoxIcon"][/div] [div class=infoBoxHead]Scrolls[/div] [/div] [div class=infoBoxSubtitle]Sellable Magic [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Traditionally done on parchment, but can be done on anything, including digital data. Words with meaning, as well as magic, are embedded into the medium, and when they're released, the intended effect happens, the medium disappears, and the magic goes off to who knows where. So don't make a person a scroll. The scroll is usable by anyone who can read it, meaning that if you want to keep it secret, you're going to have to use code or make a language.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template7BoxTag"]scrolls-can-be-used-for-curses[/div] [div class="infoBoxBottomTag template7BoxTag"]guard-your-scrolls[/div] [div class="infoBoxBottomTag template7BoxTag"]save-that-for-later[/div] [div class="infoBoxBottomTag template7BoxTag"]buy-your-scrolls-here[/div] [/div][/div] [/div] [div class="infoBox filterItem9"] [div class="infoBoxTop template4BoxTop"] [div class="infoBoxIcon template4BoxIcon"][/div] [div class=infoBoxHead]The Colors[/div] [/div] [div class=infoBoxSubtitle]Literally Trash [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Despite living on different continents, something keeps pulling them together. Something, or someone, that's the question. They get along, more or less, but Blue keeps refilling the toilet paper the wrong way, Red doesn't know how to properly store leftovers so they always taste like fridge, and Purple won't share the couch.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template4BoxTag"]red[/div] [div class="infoBoxBottomTag template4BoxTag"]blue[/div] [div class="infoBoxBottomTag template4BoxTag"]purple[/div] [div class="infoBoxBottomTag template4BoxTag"]keep-an-eye-on-them[/div] [div class="infoBoxBottomTag template4BoxTag"]get-them-all-in-one-place[/div] [/div][/div] [/div] [div class="infoBox filterItem10"] [div class="infoBoxTop template6BoxTop"] [div class="infoBoxIcon template6BoxIcon"][/div] [div class=infoBoxHead]Downward Spiral[/div] [/div] [div class=infoBoxSubtitle]Just a theory, right? [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Maybe it's number-exclusive, maybe it's experienced by all spirit contracters, they don't know because no one ever asks. But what this is, is that when a Number learns they're a Number while going through their iteration, they freak out and pull stunts. These stunts then lead to their death, in time. It's only happened twice, and the details aren't fully known by every number, yet they agree that letting a Number learn they're Number is a very bad idea indeed.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template6BoxTag"]rule-of-3s[/div] [div class="infoBoxBottomTag template6BoxTag"]miscommunication[/div] [div class="infoBoxBottomTag template6BoxTag"]close-to-being-tested-again?[/div] [/div][/div] [/div] [div class="infoBox filterItem10"] [div class="infoBoxTop template6BoxTop"] [div class="infoBoxIcon template6BoxIcon"][/div] [div class=infoBoxHead]Bucket System[/div] [/div] [div class=infoBoxSubtitle]Pick and Choose [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]The analogy for the Numbers' form of distant possession. There's different variations including one with trains and another with a towel and battery, but they all revolve around the same concept. There's two buckets, one is huge, with the combined skills and memories of the previous iterations. The other bucket is much smaller, containing the skills and memories of the current iteration. Water can only be moved from the bigger bucket to the smaller bucket, and it can only be moved through a sponge. Anything out of the ordinary can prevent the sponge from doing its job. The presence of alcohol, nicotine, ibuprofen, morphine, holy water, et cetera. Overfilling the small bucket is a bad thing, but usually when it happens only water from the big bucket gets knocked out, and it can always be overfilled again later with relevant water. As you can see, the analogy doesn't fully cover the situation, but it does get the basics across.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template6BoxTag"]learn-common-sense[/div] [div class="infoBoxBottomTag template6BoxTag"]obselete-skills[/div] [div class="infoBoxBottomTag template6BoxTag"]one-off-skills[/div] [div class="infoBoxBottomTag template6BoxTag"]dont-be-an-idiot[/div] [div class="infoBoxBottomTag template6BoxTag"]learn-how-to-write[/div] [div class="infoBoxBottomTag template6BoxTag"]learn-how-to-math[/div] [div class="infoBoxBottomTag template6BoxTag"]etc[/div] [div class="infoBoxBottomTag template6BoxTag"]because-when-water-overflows[/div] [div class="infoBoxBottomTag template6BoxTag"]that-wont-be-good[/div] [/div][/div] [/div] [div class="infoBox filterItem6 filterItem8"] [div class="infoBoxTop template6BoxTop"] [div class="infoBoxIcon template6BoxIcon"][/div] [div class=infoBoxHead]Autopilot[/div] [/div] [div class=infoBoxSubtitle]Timeskip [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]The contract used to escape the timeloop, written by Stan himself, and proofread by someone else. While it allowed Blue to escape the Timeloop, the time between the end of the Timeloop and the present was predetermined by the contract, meaning during that time Blue had no free will. Blue also has no memory from that time. But at least he escaped the Timeloop?[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template6BoxTag"]deus-ex-machina[/div] [div class="infoBoxBottomTag template6BoxTag"]timeloop[/div] [div class="infoBoxBottomTag template6BoxTag"]i-love-stan-too-much[/div] [/div][/div] [/div] [div class="infoBox filterItem4 filterItem6 filterItem11"] [div class="infoBoxTop template4BoxTop"] [div class="infoBoxIcon template4BoxIcon"][/div] [div class=infoBoxHead]EHC[/div] [/div] [div class=infoBoxSubtitle]Europe's Hell Council [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]The regional governing body of the European hellhubs, which are among the most crowded in the world, but to be fair they're all pretty crowded. Anyway, this particular council is run by.. Hitler, somehow. Maybe he rigged the elections or something, but he's slated to be the head councilman for the next 10 years or so. So that'll be interesting.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template4BoxTag"]oh-boy[/div] [div class="infoBoxBottomTag template4BoxTag"]this-doesnt-seem-good[/div] [div class="infoBoxBottomTag template4BoxTag"]words-you-want-to-hear[/div] [/div][/div] [/div] [div class="infoBox filterItem2 filterItem9 filterItem10"] [div class="infoBoxTop template2BoxTop"] [div class="infoBoxIcon template2BoxIcon"][/div] [div class=infoBoxHead]Exorcism[/div] [/div] [div class=infoBoxSubtitle]Betrayed via Pizza [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Turns out no one likes pineapple pizza. Except for Red. So naturally you throw holy water on him. Turns out it burns. So naturally you sneak into his room when he's sleeping and exorcise him. Turns out he was possessed. Shit.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template2BoxTag"]pineapple-pizza[/div] [div class="infoBoxBottomTag template2BoxTag"]it-burns[/div] [div class="infoBoxBottomTag template2BoxTag"]just-salt-and-mineral-water[/div] [div class="infoBoxBottomTag template2BoxTag"]time-to-bless-the-ocean[/div] [/div][/div] [/div] [div class="infoBox filterItem6 filterItem11"] [div class="infoBoxTop template11BoxTop"] [div class="infoBoxIcon template11BoxIcon"][/div] [div class=infoBoxHead]Hell Kids[/div] [/div] [div class=infoBoxSubtitle]Sacrificed [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Normally when people make a sacrifice to Stan, they use animals, or precious items. Some crazies use children. These are those children, they live in Hell and help run the place. They never really got a chance to live.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template11BoxTag"]farms-for-goats[/div] [div class="infoBoxBottomTag template11BoxTag"]orphanages-for-children[/div] [/div][/div] [/div] [div class="infoBox filterItem5 filterItem7 filterItem11"] [div class="infoBoxTop template5BoxTop"] [div class="infoBoxIcon template5BoxIcon"][/div] [div class=infoBoxHead]Stan's Jar of Pens[/div] [/div] [div class=infoBoxSubtitle]They're Actually Pens [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Each does its own thing, something magical. Except for one, which is just an everlasting, impossible to lose pen that writes in a sort of mauve color. the magic pens can do stuff like open portals or zap lasers. They're pretty good fun, or terrifying if you pick the wrong pen out by mistake.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template5BoxTag"]stan-is-bored[/div] [div class="infoBoxBottomTag template5BoxTag"]too-many-forms[/div] [div class="infoBoxBottomTag template5BoxTag"]send-help[/div] [/div][/div] [/div] [div class="infoBox filterItem2 filterItem10"] [div class="infoBoxTop template2BoxTop"] [div class="infoBoxIcon template2BoxIcon"][/div] [div class=infoBoxHead]A Dance[/div] [/div] [div class=infoBoxSubtitle]There goes a friend.. [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Don't cross the friendzone or you'll get your heart broken, and when your heart breaks you do stupid things. And stupid things have consequences, where you can lose everything.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template2BoxTag"]fourteen[/div] [div class="infoBoxBottomTag template2BoxTag"]leslie[/div] [div class="infoBoxBottomTag template2BoxTag"]whats-in-the-food[/div] [/div][/div] [/div] [div class="infoBox filterItem2 filterItem10"] [div class="infoBoxTop template2BoxTop"] [div class="infoBoxIcon template2BoxIcon"][/div] [div class=infoBoxHead]A Walk[/div] [/div] [div class=infoBoxSubtitle]Turn up the tunes [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Be careful when you cross the road. Remember to look both ways and keep an eye out for crazies when walking. You never know when one will come barrelling round the corner.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template2BoxTag"]fifteen[/div] [div class="infoBoxBottomTag template2BoxTag"]walkman[/div] [div class="infoBoxBottomTag template2BoxTag"]wrong-place-wrong-time[/div] [/div][/div] [/div] [div class="infoBox filterItem6"] [div class="infoBoxTop template6BoxTop"] [div class="infoBoxIcon template6BoxIcon"][/div] [div class=infoBoxHead]Demon Sight[/div] [/div] [div class=infoBoxSubtitle]I spy.. [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]You can't see demons, even if you're possessed, and sometimes even if you're a demon. You have to be injured by a demon, whether external or the ones possessing you. Then you can see all of them.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template6BoxTag"]stop-hitting-yourself[/div] [div class="infoBoxBottomTag template6BoxTag"]quote-bug-quote-bites[/div] [div class="infoBoxBottomTag template6BoxTag"]mosquitos-dont-count[/div] [/div][/div] [/div] [div class="infoBox filterItem5 filterItem11"] [div class="infoBoxTop template5BoxTop"] [div class="infoBoxIcon template5BoxIcon"][/div] [div class=infoBoxHead]Blue's Keyring[/div] [/div] [div class=infoBoxSubtitle]Use the right key [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Car key, house key, key to the apartment, and.. some portkeys. The guy occasionally forgets about the portkeys and almost walks into the wrong places.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template5BoxTag"]lose-the-wallet-chain-already[/div] [div class="infoBoxBottomTag template5BoxTag"]here-for-a-fun-time[/div] [div class="infoBoxBottomTag template5BoxTag"]no-borrowing[/div] [/div][/div] [/div] [div class="infoBox filterItem3 filterItem10 filterItem11"] [div class="infoBoxTop template3BoxTop"] [div class="infoBoxIcon template3BoxIcon"][/div] [div class=infoBoxHead]The Buried Box[/div] [/div] [div class=infoBoxSubtitle]Is it still there? [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]A box was buried in the corner of a lot, by a tree, a while off the main road. The contents aren't fully known, but the location is just as clear as ever. It's been buried for 30 years now. So it could be gone by now.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template3BoxTag"]fifteen[/div] [div class="infoBoxBottomTag template3BoxTag"]long-drive-away[/div] [div class="infoBoxBottomTag template3BoxTag"]as-in-across-the-country[/div] [div class="infoBoxBottomTag template3BoxTag"]across-the-state-took-5-hours[/div] [div class="infoBoxBottomTag template3BoxTag"]cramped-up-just-thinking-about-it[/div] [/div][/div] [/div] [div class="infoBox filterItem5 filterItem7 filterItem9 filterItem11"] [div class="infoBoxTop template5BoxTop"] [div class="infoBoxIcon template5BoxIcon"][/div] [div class=infoBoxHead]Box in the Closet[/div] [/div] [div class=infoBoxSubtitle]Complete the Loop [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]The boxes, to be exact. One contains notebooks, the other contains letters. Of course that's not all that's in the boxes, but rather the main attraction. There's a flashdrive in one of the boxes. It's empty. It was received full but somehow it's empty. So that means it has to be filled. But once it's filled, how do you send the box back?[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template5BoxTag"]timeloop[/div] [div class="infoBoxBottomTag template5BoxTag"]weathered-boxes[/div] [div class="infoBoxBottomTag template5BoxTag"]stamps[/div] [div class="infoBoxBottomTag template5BoxTag"]lots-of-stamps[/div] [div class="infoBoxBottomTag template5BoxTag"]smells-like-fries[/div] [/div][/div] [/div] [div class="infoBox filterItem5 filterItem7 filterItem9"] [div class="infoBoxTop template5BoxTop"] [div class="infoBoxIcon template5BoxIcon"][/div] [div class=infoBoxHead]Confiscated Weapon[/div] [/div] [div class=infoBoxSubtitle]Not that it matters [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Blue's weapon that he's had since the timeloop. It's currently not in his possession. Again. They say they'll give it back. Again. He really needs to keep better track of the dang thing.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template5BoxTag"]pointy-sticks[/div] [div class="infoBoxBottomTag template5BoxTag"]sentimental-value[/div] [div class="infoBoxBottomTag template5BoxTag"]throw-it-at-the-enemy[/div] [div class="infoBoxBottomTag template5BoxTag"]no-dont[/div] [/div][/div] [/div] [div class="infoBox filterItem8 filterItem10"] [div class="infoBoxTop template6BoxTop"] [div class="infoBoxIcon template6BoxIcon"][/div] [div class=infoBoxHead]Three's Contract[/div] [/div] [div class=infoBoxSubtitle]In the literal sense [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]So you die of disease and you're like "Man, if I was stronger, I could've lived through that." and then you get the chance to make a contract, so you make one. Turns out they meant the other type of strength.. Whoops.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template6BoxTag"]three[/div] [div class="infoBoxBottomTag template6BoxTag"]bamboozled[/div] [div class="infoBoxBottomTag template6BoxTag"]no-backsies[/div] [div class="infoBoxBottomTag template6BoxTag"]need-a-dictionary[/div] [/div][/div] [/div] [div class="infoBox filterItem8 filterItem10"] [div class="infoBoxTop template6BoxTop"] [div class="infoBoxIcon template6BoxIcon"][/div] [div class=infoBoxHead]Eight's Contract[/div] [/div] [div class=infoBoxSubtitle]Mistakes Were Made [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Did you know that someone's talking smack about you? You don't know who, you don't know why- oh, there's another one. And another one. Oh boy, there must be a whole conversation right now, there's so many. Maybe you should've thought this one through some more.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template6BoxTag"]eight[/div] [div class="infoBoxBottomTag template6BoxTag"]bamboozled[/div] [div class="infoBoxBottomTag template6BoxTag"]initiating-paranoia[/div] [/div][/div] [/div] [div class="infoBox filterItem8 filterItem10"] [div class="infoBoxTop template6BoxTop"] [div class="infoBoxIcon template6BoxIcon"][/div] [div class=infoBoxHead]Fifteen's Contract[/div] [/div] [div class=infoBoxSubtitle]Save Money [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]You know what's overrated? Beards. Facial hair in general. Takes too long to maintain and costs too much, too. So why not just.. not have any? Problem solved.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template6BoxTag"]fifteen[/div] [div class="infoBoxBottomTag template6BoxTag"]read-the-fine-print[/div] [div class="infoBoxBottomTag template6BoxTag"]negotiate[/div] [div class="infoBoxBottomTag template6BoxTag"]have-common-sense[/div] [/div][/div] [/div] [div class="infoBox filterItem2 filterItem9"] [div class="infoBoxTop template2BoxTop"] [div class="infoBoxIcon template2BoxIcon"][/div] [div class=infoBoxHead]Fight[/div] [/div] [div class=infoBoxSubtitle]1v1 Me [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Blue went like "You know what I'm gonna visit my friend today" and spontaneously showed up at Red's apartment. Red wasn't there, but someone else was. And then Blue got his butt whooped by a girl. Nothing wrong with that, only Blue had a weapon the whole fight and he still lost. Wuss.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template2BoxTag"]blue[/div] [div class="infoBoxBottomTag template2BoxTag"]angrii-boii[/div] [div class="infoBoxBottomTag template2BoxTag"]pew-pew[/div] [div class="infoBoxBottomTag template2BoxTag"]slippery-slope[/div] [/div][/div] [/div] [div class="infoBox filterItem9 filterItem11"] [div class="infoBoxTop template11BoxTop"] [div class="infoBoxIcon template11BoxIcon"][/div] [div class=infoBoxHead]The Chip is A Lie[/div] [/div] [div class=infoBoxSubtitle]Not just a theory? [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]Blue was told that there's a chip in him. Tracking him, making sure he doesn't do anything crazy, making sure he doesn't leave the apartment, tracking his heartbeat.. So far, not much has happened, even the two times he did leave the apartment. So it seems the chip may just be a lie.[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template11BoxTag"]blue[/div] [div class="infoBoxBottomTag template11BoxTag"]lies[/div] [div class="infoBoxBottomTag template11BoxTag"]thats-what-you-get[/div] [/div][/div] [/div] [div class="infoBox filterItem5 filterItem11"] [div class="infoBoxTop template5BoxTop"] [div class="infoBoxIcon template5BoxIcon"][/div] [div class=infoBoxHead]The Gun In the Closet[/div] [/div] [div class=infoBoxSubtitle]Lock it Up [div class=infoBoxLink][/div][/div] [div class=infoBoxBody]It doesn't really do much besides sit in the closet. But.. just in case, you know? Just make sure no one knows it's there, and bam, good to go. It shouldn't be too hard..[/div] [div class=infoBoxBottom] [div class=infoBoxBottomIndent][div class="infoBoxBottomTag template5BoxTag"]pew-pew[/div] [div class="infoBoxBottomTag template5BoxTag"]terrible-at-hide-and-seek[/div] [div class="infoBoxBottomTag template5BoxTag"]smells-like-fries[/div] [/div][/div] [/div] [/div] [div style="line-height: 0px; visibility: hidden; margin-top: 6px;"].[/div] [/div] [/div] [div class=footer]Background image found here.[/div] [div style="display: none;"]----------------------------CLASS CODE STARTS HERE-----------------------------------[/div] [div style="display: none;"].[/div] [div style="display: none;"].[/div] [class name=scrollHelp] overflow: hidden; height: 800px; max-width: 1200px; margin: auto; box-sizing: border-box; border-radius: 3px; [/class] [class name=dumpMain] height: 100%; width: 100%; overflow-y: scroll; background: #fdfdfd; color: #5e5e5e; font-family: Khula, Calibri, sans-serif; font-size: 11pt; padding-right: 20px; [/class] [class name=topBanner] background: url(https://pre00.deviantart.net/1f55/th/pre/f/2014/024/4/2/sun_city_by_am_markussen-d73ic00.jpg) no-repeat; background-size: cover; background-attachment: fixed; background-position: 20%; min-height: 250px; margin-right: -20px; [/class] [class name=topBar] font-family: Ubuntu, 'Courier New', serif; font-size: 14pt; color: #fdfdfd; font-weight: 580; padding: 5px 15px 5px 15px; position: sticky; top: 0px; letter-spacing: .5px; word-spacing: -2px; line-height: 150%; background: #797f43; box-shadow: 0px 10px 20px 2px rgba(222, 222, 222, .45); text-align: justify; z-index: 2; margin-right: -20px; max-width: 100%; user-select: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; [/class] [class name=currentFilter] display: inline; [/class] [class name=menuButton] display: inline; margin-right: 10px; cursor: pointer; user-select: none; transition-duration: 200ms; [/class] [class name=menuButton state=hover] color: #dedede; [/class] [class name=menuButtonClicked] color: #dedede; [/class] [class name=menuHolder] z-index: 2; position: sticky; top: 38px; box-sizing: border-box; min-width: 100%; margin-right: -20px; [/class] [class name=menuHolderII] position: absolute; top: 0px; min-width: 100%; background: #fdfdfd; border-radius: 0px 0px 3px 0px; box-shadow: 0px 10px 20px 2px rgba(222, 222, 222, .45); [/class] [class name=menuMain] font-size: 13pt; max-width: 90%; margin: auto; padding-top: 15px; padding-bottom: 25px; background: #fdfdfd; user-select: none; [/class] [class name=menuSelect] font-size: 11pt; font-weight: normal; columns: 4 200px; column-gap: px; column-rule: 1px solid #c9c9c9; padding-top: 5px; border-top: 2px solid #c9c9c9; [/class] [class name=menuItem] border-bottom: 1px solid #c9c9c9; padding: 5px; transition-duration: 350ms; [/class] [class name=menuItem state=hover] background: #f9f9f9; letter-spacing: .5px; [/class] [class name=menuActive] background: #efefef !important; letter-spacing: 1px !important; [/class] [class name=dumpBody] width: 100%; min-height: 100%; margin-right: -20px; margin-left: 8.5px; margin-top: 10px; columns: 4 200px; column-gap: 8px; column-rule: 1px solid #f9f9f9; overflow-y: visible; [/class] [class name=infoBox] break-inside: avoid; margin-left: 10px; margin-right: 10px; margin-bottom: 15px; border-radius: 3px; border: 1px solid #f9f9f9; padding: 20px; background: #fdfdfd; overflow: hidden; max-width: 269px; [/class] [class name=infoBoxTop] min-height: 75px; margin: -20px; margin-bottom: 0px; position: relative; border-bottom: 1px solid #efefef; [/class] [class name=infoBoxIcon] box-sizing: border-box; background: #fdfdfd; min-height: 50px; min-width: 50px; max-height: 50px; max-width: 50px; border: 1px solid #efefef; position: absolute; top: 50px; left: 5%; border-radius: 50%; font-size: 18pt; text-align: center; padding-top: 12px; [/class] [class name=infoBoxHead] font-family: Ubuntu, 'Courier New', serif; font-size: 13pt; color: #fdfdfd; font-weight: 580; line-height: 100%; padding-left: calc(50px + 10%); padding-top: 55px; [/class] [class name=infoBoxSubtitle] font-size: 12pt; color: #727272; font-weight: 400; padding-left: calc(34px + 10%); margin-bottom: 10px; [/class] [class name=infoBoxLink] font-size: 10pt; display: inline; cursor: pointer; user-select: none; [/class] [class name=infoBoxBody] font-size: 11pt; text-align: justify; border-bottom: 1px solid #efefef; [/class] [class name=infoBoxBottom] margin-top: 10px; user-select: none; font-size: 10pt; color: #727272; [/class] [class name=infoBoxBottomIndent] margin-top: -20px; margin-left: 20px; [/class] [class name=infoBoxBottomTag] display: inline-block; color: #fdfdfd; border-radius: 3px; padding-left: 4px; padding-right: 4px; padding-top: 4px; padding-bottom: 1px; font-size: 10pt; line-height: 103%; [/class] [class name=footer] width: 1200px; margin: auto; font-family: Khula, Calibri, sans-serif; color: #5e5e5e; text-align: right; margin-top: 2px; font-size: 10pt; [/class] [div style="display: none;"]----------------------------SCRIPT CODE STARTS HERE-----------------------------------[/div] [script class=menuHolder] hide menuHolder hide menuHolderII hide menuMain set clickCount 0 set previousSort 0 set currentSort 0 setText "- All" currentFilter [/script] [script class=menuButton on=click] inc clickCount 1 if (eq ${clickCount} 1) (fadeIn 650 menuHolder) if (eq ${clickCount} 1) (fadeIn 650 menuHolderII) if (eq ${clickCount} 1) (slideDown 650 menuMain) if (eq ${clickCount} 1) (addClass menuButtonClicked menuButton) if (eq ${clickCount} 2) (set clickCount 0) if (eq ${clickCount} 0) (fadeOut 650 menuHolder) if (eq ${clickCount} 0) (slideUp 650 menuHolderII) if (eq ${clickCount} 0) (fadeOut 600 menuMain) if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton) [/script] [script class=filterAll on=click] set previousSort ${currentSort} if (eq ${previousSort} 0) (removeClass menuActive filterAll) if (eq ${previousSort} 1) (removeClass menuActive filter1) if (eq ${previousSort} 2) (removeClass menuActive filter2) if (eq ${previousSort} 3) (removeClass menuActive filter3) if (eq ${previousSort} 4) (removeClass menuActive filter4) if (eq ${previousSort} 5) (removeClass menuActive filter5) if (eq ${previousSort} 6) (removeClass menuActive filter6) if (eq ${previousSort} 7) (removeClass menuActive filter7) if (eq ${previousSort} 8) (removeClass menuActive filter8) if (eq ${previousSort} 9) (removeClass menuActive filter9) if (eq ${previousSort} 10) (removeClass menuActive filter10) if (eq ${previousSort} 11) (removeClass menuActive filter11) addClass menuActive filterAll set currentSort 0 setText "- All" currentFilter fadeIn 350 infoBox set clickCount 0 if (eq ${clickCount} 0) (fadeOut 650 menuHolder) if (eq ${clickCount} 0) (slideUp 650 menuHolderII) if (eq ${clickCount} 0) (fadeOut 600 menuMain) if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton) [/script] [script class=filter1 on=click] set previousSort ${currentSort} if (eq ${previousSort} 0) (removeClass menuActive filterAll) if (eq ${previousSort} 1) (removeClass menuActive filter1) if (eq ${previousSort} 2) (removeClass menuActive filter2) if (eq ${previousSort} 3) (removeClass menuActive filter3) if (eq ${previousSort} 4) (removeClass menuActive filter4) if (eq ${previousSort} 5) (removeClass menuActive filter5) if (eq ${previousSort} 6) (removeClass menuActive filter6) if (eq ${previousSort} 7) (removeClass menuActive filter7) if (eq ${previousSort} 8) (removeClass menuActive filter8) if (eq ${previousSort} 9) (removeClass menuActive filter9) if (eq ${previousSort} 10) (removeClass menuActive filter10) if (eq ${previousSort} 11) (removeClass menuActive filter11) addClass menuActive filter1 set currentSort 1 setText "- Characters" currentFilter fadeOut 0 infoBox fadeIn 350 filterItem1 set clickCount 0 if (eq ${clickCount} 0) (fadeOut 650 menuHolder) if (eq ${clickCount} 0) (slideUp 650 menuHolderII) if (eq ${clickCount} 0) (fadeOut 600 menuMain) if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton) [/script] [script class=filter2 on=click] set previousSort ${currentSort} if (eq ${previousSort} 0) (removeClass menuActive filterAll) if (eq ${previousSort} 1) (removeClass menuActive filter1) if (eq ${previousSort} 2) (removeClass menuActive filter2) if (eq ${previousSort} 3) (removeClass menuActive filter3) if (eq ${previousSort} 4) (removeClass menuActive filter4) if (eq ${previousSort} 5) (removeClass menuActive filter5) if (eq ${previousSort} 6) (removeClass menuActive filter6) if (eq ${previousSort} 7) (removeClass menuActive filter7) if (eq ${previousSort} 8) (removeClass menuActive filter8) if (eq ${previousSort} 9) (removeClass menuActive filter9) if (eq ${previousSort} 10) (removeClass menuActive filter10) if (eq ${previousSort} 11) (removeClass menuActive filter11) addClass menuActive filter2 set currentSort 2 setText "- Events" currentFilter fadeOut 0 infoBox fadeIn 350 filterItem2 set clickCount 0 if (eq ${clickCount} 0) (fadeOut 650 menuHolder) if (eq ${clickCount} 0) (slideUp 650 menuHolderII) if (eq ${clickCount} 0) (fadeOut 600 menuMain) if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton) [/script] [script class=filter3 on=click] set previousSort ${currentSort} if (eq ${previousSort} 0) (removeClass menuActive filterAll) if (eq ${previousSort} 1) (removeClass menuActive filter1) if (eq ${previousSort} 2) (removeClass menuActive filter2) if (eq ${previousSort} 3) (removeClass menuActive filter3) if (eq ${previousSort} 4) (removeClass menuActive filter4) if (eq ${previousSort} 5) (removeClass menuActive filter5) if (eq ${previousSort} 6) (removeClass menuActive filter6) if (eq ${previousSort} 7) (removeClass menuActive filter7) if (eq ${previousSort} 8) (removeClass menuActive filter8) if (eq ${previousSort} 9) (removeClass menuActive filter9) if (eq ${previousSort} 10) (removeClass menuActive filter10) if (eq ${previousSort} 11) (removeClass menuActive filter11) addClass menuActive filter3 set currentSort 3 setText "- Locations" currentFilter fadeOut 0 infoBox fadeIn 350 filterItem3 set clickCount 0 if (eq ${clickCount} 0) (fadeOut 650 menuHolder) if (eq ${clickCount} 0) (slideUp 650 menuHolderII) if (eq ${clickCount} 0) (fadeOut 600 menuMain) if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton) [/script] [script class=filter4 on=click] set previousSort ${currentSort} if (eq ${previousSort} 0) (removeClass menuActive filterAll) if (eq ${previousSort} 1) (removeClass menuActive filter1) if (eq ${previousSort} 2) (removeClass menuActive filter2) if (eq ${previousSort} 3) (removeClass menuActive filter3) if (eq ${previousSort} 4) (removeClass menuActive filter4) if (eq ${previousSort} 5) (removeClass menuActive filter5) if (eq ${previousSort} 6) (removeClass menuActive filter6) if (eq ${previousSort} 7) (removeClass menuActive filter7) if (eq ${previousSort} 8) (removeClass menuActive filter8) if (eq ${previousSort} 9) (removeClass menuActive filter9) if (eq ${previousSort} 10) (removeClass menuActive filter10) if (eq ${previousSort} 11) (removeClass menuActive filter11) addClass menuActive filter4 set currentSort 4 setText "- Organizations" currentFilter fadeOut 0 infoBox fadeIn 350 filterItem4 set clickCount 0 if (eq ${clickCount} 0) (fadeOut 650 menuHolder) if (eq ${clickCount} 0) (slideUp 650 menuHolderII) if (eq ${clickCount} 0) (fadeOut 600 menuMain) if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton) [/script] [script class=filter5 on=click] set previousSort ${currentSort} if (eq ${previousSort} 0) (removeClass menuActive filterAll) if (eq ${previousSort} 1) (removeClass menuActive filter1) if (eq ${previousSort} 2) (removeClass menuActive filter2) if (eq ${previousSort} 3) (removeClass menuActive filter3) if (eq ${previousSort} 4) (removeClass menuActive filter4) if (eq ${previousSort} 5) (removeClass menuActive filter5) if (eq ${previousSort} 6) (removeClass menuActive filter6) if (eq ${previousSort} 7) (removeClass menuActive filter7) if (eq ${previousSort} 8) (removeClass menuActive filter8) if (eq ${previousSort} 9) (removeClass menuActive filter9) if (eq ${previousSort} 10) (removeClass menuActive filter10) if (eq ${previousSort} 11) (removeClass menuActive filter11) addClass menuActive filter5 set currentSort 5 setText "- Items" currentFilter fadeOut 0 infoBox fadeIn 350 filterItem5 set clickCount 0 if (eq ${clickCount} 0) (fadeOut 650 menuHolder) if (eq ${clickCount} 0) (slideUp 650 menuHolderII) if (eq ${clickCount} 0) (fadeOut 600 menuMain) if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton) [/script] [script class=filter6 on=click] set previousSort ${currentSort} if (eq ${previousSort} 0) (removeClass menuActive filterAll) if (eq ${previousSort} 1) (removeClass menuActive filter1) if (eq ${previousSort} 2) (removeClass menuActive filter2) if (eq ${previousSort} 3) (removeClass menuActive filter3) if (eq ${previousSort} 4) (removeClass menuActive filter4) if (eq ${previousSort} 5) (removeClass menuActive filter5) if (eq ${previousSort} 6) (removeClass menuActive filter6) if (eq ${previousSort} 7) (removeClass menuActive filter7) if (eq ${previousSort} 8) (removeClass menuActive filter8) if (eq ${previousSort} 9) (removeClass menuActive filter9) if (eq ${previousSort} 10) (removeClass menuActive filter10) if (eq ${previousSort} 11) (removeClass menuActive filter11) addClass menuActive filter6 set currentSort 6 setText "- Demons" currentFilter fadeOut 0 infoBox fadeIn 350 filterItem6 set clickCount 0 if (eq ${clickCount} 0) (fadeOut 650 menuHolder) if (eq ${clickCount} 0) (slideUp 650 menuHolderII) if (eq ${clickCount} 0) (fadeOut 600 menuMain) if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton) [/script] [script class=filter7 on=click] set previousSort ${currentSort} if (eq ${previousSort} 0) (removeClass menuActive filterAll) if (eq ${previousSort} 1) (removeClass menuActive filter1) if (eq ${previousSort} 2) (removeClass menuActive filter2) if (eq ${previousSort} 3) (removeClass menuActive filter3) if (eq ${previousSort} 4) (removeClass menuActive filter4) if (eq ${previousSort} 5) (removeClass menuActive filter5) if (eq ${previousSort} 6) (removeClass menuActive filter6) if (eq ${previousSort} 7) (removeClass menuActive filter7) if (eq ${previousSort} 8) (removeClass menuActive filter8) if (eq ${previousSort} 9) (removeClass menuActive filter9) if (eq ${previousSort} 10) (removeClass menuActive filter10) if (eq ${previousSort} 11) (removeClass menuActive filter11) addClass menuActive filter7 set currentSort 7 setText "- Magic" currentFilter fadeOut 0 infoBox fadeIn 350 filterItem7 set clickCount 0 if (eq ${clickCount} 0) (fadeOut 650 menuHolder) if (eq ${clickCount} 0) (slideUp 650 menuHolderII) if (eq ${clickCount} 0) (fadeOut 600 menuMain) if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton) [/script] [script class=filter8 on=click] set previousSort ${currentSort} if (eq ${previousSort} 0) (removeClass menuActive filterAll) if (eq ${previousSort} 1) (removeClass menuActive filter1) if (eq ${previousSort} 2) (removeClass menuActive filter2) if (eq ${previousSort} 3) (removeClass menuActive filter3) if (eq ${previousSort} 4) (removeClass menuActive filter4) if (eq ${previousSort} 5) (removeClass menuActive filter5) if (eq ${previousSort} 6) (removeClass menuActive filter6) if (eq ${previousSort} 7) (removeClass menuActive filter7) if (eq ${previousSort} 8) (removeClass menuActive filter8) if (eq ${previousSort} 9) (removeClass menuActive filter9) if (eq ${previousSort} 10) (removeClass menuActive filter10) if (eq ${previousSort} 11) (removeClass menuActive filter11) addClass menuActive filter8 set currentSort 8 setText "- Contracts" currentFilter fadeOut 0 infoBox fadeIn 350 filterItem8 set clickCount 0 if (eq ${clickCount} 0) (fadeOut 650 menuHolder) if (eq ${clickCount} 0) (slideUp 650 menuHolderII) if (eq ${clickCount} 0) (fadeOut 600 menuMain) if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton) [/script] [script class=filter9 on=click] set previousSort ${currentSort} if (eq ${previousSort} 0) (removeClass menuActive filterAll) if (eq ${previousSort} 1) (removeClass menuActive filter1) if (eq ${previousSort} 2) (removeClass menuActive filter2) if (eq ${previousSort} 3) (removeClass menuActive filter3) if (eq ${previousSort} 4) (removeClass menuActive filter4) if (eq ${previousSort} 5) (removeClass menuActive filter5) if (eq ${previousSort} 6) (removeClass menuActive filter6) if (eq ${previousSort} 7) (removeClass menuActive filter7) if (eq ${previousSort} 8) (removeClass menuActive filter8) if (eq ${previousSort} 9) (removeClass menuActive filter9) if (eq ${previousSort} 10) (removeClass menuActive filter10) if (eq ${previousSort} 11) (removeClass menuActive filter11) addClass menuActive filter9 set currentSort 9 setText "- Colors" currentFilter fadeOut 0 infoBox fadeIn 350 filterItem9 set clickCount 0 if (eq ${clickCount} 0) (fadeOut 650 menuHolder) if (eq ${clickCount} 0) (slideUp 650 menuHolderII) if (eq ${clickCount} 0) (fadeOut 600 menuMain) if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton) [/script] [script class=filter10 on=click] set previousSort ${currentSort} if (eq ${previousSort} 0) (removeClass menuActive filterAll) if (eq ${previousSort} 1) (removeClass menuActive filter1) if (eq ${previousSort} 2) (removeClass menuActive filter2) if (eq ${previousSort} 3) (removeClass menuActive filter3) if (eq ${previousSort} 4) (removeClass menuActive filter4) if (eq ${previousSort} 5) (removeClass menuActive filter5) if (eq ${previousSort} 6) (removeClass menuActive filter6) if (eq ${previousSort} 7) (removeClass menuActive filter7) if (eq ${previousSort} 8) (removeClass menuActive filter8) if (eq ${previousSort} 9) (removeClass menuActive filter9) if (eq ${previousSort} 10) (removeClass menuActive filter10) if (eq ${previousSort} 11) (removeClass menuActive filter11) addClass menuActive filter10 set currentSort 10 setText "- Numbers" currentFilter fadeOut 0 infoBox fadeIn 350 filterItem10 set clickCount 0 if (eq ${clickCount} 0) (fadeOut 650 menuHolder) if (eq ${clickCount} 0) (slideUp 650 menuHolderII) if (eq ${clickCount} 0) (fadeOut 600 menuMain) if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton) [/script] [script class=filter11 on=click] set previousSort ${currentSort} if (eq ${previousSort} 0) (removeClass menuActive filterAll) if (eq ${previousSort} 1) (removeClass menuActive filter1) if (eq ${previousSort} 2) (removeClass menuActive filter2) if (eq ${previousSort} 3) (removeClass menuActive filter3) if (eq ${previousSort} 4) (removeClass menuActive filter4) if (eq ${previousSort} 5) (removeClass menuActive filter5) if (eq ${previousSort} 6) (removeClass menuActive filter6) if (eq ${previousSort} 7) (removeClass menuActive filter7) if (eq ${previousSort} 8) (removeClass menuActive filter8) if (eq ${previousSort} 9) (removeClass menuActive filter9) if (eq ${previousSort} 10) (removeClass menuActive filter10) if (eq ${previousSort} 11) (removeClass menuActive filter11) addClass menuActive filter11 set currentSort 11 setText "- Miscellaneous" currentFilter fadeOut 0 infoBox fadeIn 350 filterItem11 set clickCount 0 if (eq ${clickCount} 0) (fadeOut 650 menuHolder) if (eq ${clickCount} 0) (slideUp 650 menuHolderII) if (eq ${clickCount} 0) (fadeOut 600 menuMain) if (eq ${clickCount} 0) (removeClass menuButtonClicked menuButton) [/script] [div style="display: none;"]----------------------------TEMPLATE CODE STARTS HERE-----------------------------------[/div] [class name=template1BoxTop] background: #bfbe9f; [/class] [class name=template1BoxIcon] color: #bfbe9f; [/class] [class name=template1BoxTag] background: #bfbe9f; [/class] [class name=template2BoxTop] background: #a7b361; [/class] [class name=template2BoxIcon] color: #a7b361; [/class] [class name=template2BoxTag] background: #a7b361; [/class] [class name=template3BoxTop] background: #b3bd89; [/class] [class name=template3BoxIcon] color: #b3bd89; [/class] [class name=template3BoxTag] background: #b3bd89; [/class] [class name=template4BoxTop] background: #dadebb; [/class] [class name=template4BoxIcon] color: #dadebb; [/class] [class name=template4BoxTag] background: #dadebb; [/class] [class name=template5BoxTop] background: #867e59; [/class] [class name=template5BoxIcon] color: #867e59; [/class] [class name=template5BoxTag] background: #867e59; [/class] [class name=template6BoxTop] background: #d5e2c8; [/class] [class name=template6BoxIcon] color: #d5e2c8; [/class] [class name=template6BoxTag] background: #d5e2c8; [/class] [class name=template7BoxTop] background: #99c7a3; [/class] [class name=template7BoxIcon] color: #99c7a3; [/class] [class name=template7BoxTag] background: #99c7a3; [/class] [class name=template8BoxTop] background: #bca265; [/class] [class name=template8BoxIcon] color: #bca265; [/class] [class name=template8BoxTag] background: #bca265; [/class] [class name=template9BoxTop] background: #b0bf7a; [/class] [class name=template9BoxIcon] color: #b0bf7a; [/class] [class name=template9BoxTag] background: #b0bf7a; [/class] [class name=template10BoxTop] background: #6c733f; [/class] [class name=template10BoxIcon] color: #6c733f; [/class] [class name=template10BoxTag] background: #6c733f; [/class] [class name=template11BoxTop] background: #ded1b2; [/class] [class name=template11BoxIcon] color: #ded1b2; [/class] [class name=template11BoxTag] background: #ded1b2; [/class]
 

Users who are viewing this thread

Back
Top