OOC
WORLD INFO
CHARACTER BASICS
CORE MECHANICS
INTERACTIONS
FACTIONS
Support Us
Want to help keep our game running? Keeping the site running costs real-world money. Contributions help us pay for hosting costs to keep us running, and features like code modifications and art. To help mitigate these costs, we accept donations. As a way to say thank you, we offer rewards for supporters via Premium Accounts that give characters special perks. You can also support us non-monetarily by advertising, sharing fanart on social media, and inviting friends to join our community.

Any donation of $5 or more will receive a Premium Account as a thank-you!

When claiming a Premium Account, please post in #support with the following:
  • Character Claiming:
  • 2 Spells:
  • Species: (if choosing species other than normal characters)
  • Character Height: height at the shoulder in inches
Premium Accounts
Premium Accounts are non-transferable and do not expire. Accounts that become Inactive may need Staff help to get the premium status restored when the account is reactivated. A Premium Account unlocks the following perks:
  • Profile Badge — a rainbow badge to display on your account because you're awesome! This is also your proof of the Premium Account status if your account becomes Inactive.
  • Loner Bypass — Bypass the loner penalty on dice-rolls.
  • Premium Spell Slots — obtain 2 additional spells.
  • Custom Title — custom short text to appear on IC Posts. Must be text (no images) but can be formatted with fonts, colors, etc using html & css.
  • Special Species — Character may be a species outside our normal species guidelines. Must still be a carnivore mammal. (ie badger, weasel, bear, raccoon, fossa, civet, mongoose, meerkat, etc)
  • Profile Customization — Premium Accounts may further customize their profile with CSS to alter the colors of the site layout and add a custom banner to their profile page. Full profile editing must adhere to the following guidelines:

    • Focus on colors rather than layout.
    • Choose aesthetic, non-eyeblinding colors & proper contrast for readability.
    • Do not use CSS to 'recode' the entire page in a way that drastically alters the layout.
    • All standard profile information must still be visible (ie do not hide half of the profile or make it invisible)
    • Staff may ask you to alter your profile in any way.

We suggest players use this code to customize their Premium Account skin.
Edit your profile & add this code to the Profile CSS section.


/* don't edit these - this removes the menus at the top for a cleaner look */
.drop_nav {display:none;}
.navigation {display: none;}
#footer {display: none;}

/* Stuff to change! */

body {
background: #0f0b0c url('URL-HERE') no-repeat center center fixed; /* background image */
background-size: cover;
}

/* custom banner image */
.logo {display: none;}
.profile-logo {
width: 1462px;
height: 468px;
background: url('URL-HERE') no-repeat;
border-left: 1px solid var(--borders);
border-right: 1px solid var(--borders);
border-bottom: 1px solid var(--borders);}

/* color of main table that holds everything */
.wrapper {
background: #3f363263;
}

/* all the other colors */
:root {
--borders: #111;
--darkbar: #1d1e1e; /*big section headers*/
--dark: #3d3833; /* section headers */
--accent2: #df9766; /* header bar text*/
--accent: #df9766; /* link colors, tab border bottom, secondary header text*/
--text: #010101; /* text color */
--textbg: #66584e; /*interior profile background color */
--selectbg: #594d45; /* background of any select boxes */
--iframe: #594d45; /* background of input boxes */
}