|
OOC
INTRODUCTION
RULES
STAFF
PREMIUM ACCOUNT
WORLD INFO
SETTING & MAP
WEATHER & SEASONS
FESTIVALS
CHARACTER BASICS
CHARACTERS
BREED & ADOPT
AFTERLIFE
CORE MECHANICS
DICE
STATS
COMBAT
MAGIC
STEALING
ESCAPE & CAPTURE
TRESPASSING
RAIDS
INTERACTIONS
TRADES
NPCs
FAMILIARS
FACTIONS
FACTION INFO
|
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:
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:
We suggest players use this code to customize their Premium Account skin. /* 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 */ } |