Advertisement
Chibi-Elle

ETERNA ROOM PROFILE

Jul 30th, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.78 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Indie+Flower|Gochi+Hand|Caveat+Brush|Audiowide');
  3.  
  4. body {
  5. background-image: url("https://www.transparenttextures.com/patterns/flowers.png");
  6. background-repeat: repeat;
  7. background-size: 600;
  8. background-attachment: fixed;
  9. background-position: top;
  10. color: #555;
  11. background-color:#64C78D;
  12. font-family: "Indie Flower";
  13. font-size: 18px;
  14. line-height: 18px;
  15. }
  16.  
  17. #credit {
  18. Position: fixed; bottom: 10px; left: 10px;
  19. font-family: "Audiowide";
  20. font-size: 14px;
  21. z-index: 99;
  22. text-shadow: 2px 0 0 #64FFC4, -2px 0 0 #64FFC4, 0 2px 0 #64FFC4, 0 -2px 0 #64FFC4, 1px 1px #64FFC4, -1px -1px 0 #64FFC4, 1px -1px 0 #64FFC4, -1px 1px 0 #4C9DCC;
  23. }
  24.  
  25. #Pic{
  26. position: fixed; left: -775px; right: 0px; top: -350px; bottom: 0px; margin: auto;
  27. width: 300px;
  28. height: 300px;
  29. border: solid 10px #FAFE85;
  30. background-color: #9FFFC6;
  31. border-radius: 50%;
  32. z-index: 15;
  33. }
  34.  
  35. #OOC {
  36. position: fixed; left: 0px; right: -775px; top: 0px; bottom: -350px; margin: auto;
  37. width: 200px;
  38. height: 200px;
  39. padding: 50px;
  40. background-color: #9FFFC6;
  41. background-image: url("https://i.imgur.com/q2tbCTI.png");
  42. border: solid 10px #FAFE85;
  43. border-radius: 50%;
  44. z-index: 15;
  45. text-align: left;
  46. overflow: auto;
  47. }
  48.  
  49. #BGBox {
  50. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  51. width: 465px;
  52. height: 450px;
  53. padding: 10px;
  54. padding-left: 200px;
  55. padding-right: 200px;
  56. background-color: #9FFFC6;
  57. background-image: url("https://i.imgur.com/q2tbCTI.png");
  58. background-position: center;
  59. background-attachment:fixed;
  60. border: solid 10px #fafe85;
  61. border-radius: 50px;
  62. z-index: 1;
  63. font-size: 25px;
  64. line-height: 20px;
  65. display: flex;
  66. justify-content: center;
  67. align-items: center;
  68. }
  69.  
  70. #LeftNav {
  71. position: fixed; left: -675px; right: 0px; top: 0px; bottom: -205px; margin: auto;
  72. width: 135px;
  73. height: 235px;
  74. z-index: 20;
  75. }
  76.  
  77. #RightNav {
  78. position: fixed; left: 0px; right: -675px; top: -205px; bottom: 0px; margin: auto;
  79. width: 135px;
  80. height: 235px;
  81. z-index: 20;
  82. }
  83.  
  84. .NaviTab{
  85. display: inline-block;
  86. border: solid 5px #fafe85;
  87. border-radius: 50px;
  88. background-color: #64C78D;
  89. color: #FEFCD4;
  90. width: 125px;
  91. height: 35px;
  92. line-height: 40px;
  93. text-align: center;
  94. z-index: 5;
  95. margin-top: 13px;
  96. margin-bottom: 25px;
  97. -ms-transform: rotate(-10deg);
  98. -webkit-transform: rotate(-10deg);
  99. -moz-transform: rotate(-10deg);
  100. -o-transform: rotate(-10deg);
  101. transform: rotate(-10deg);
  102. -webkit-transition: 0.5s linear;
  103. -moz-transition: 0.5s linear;
  104. -o-transition: 0.5s linear;
  105. transition: 0.5s linear;
  106. }
  107.  
  108. .NaviTab:hover {
  109. background-color: #289A4D;
  110. color: white;
  111. }
  112.  
  113. #tab{
  114. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  115. width: 440px;
  116. height: 450px;
  117. padding: 10px;
  118. background-color: #9fffc6;
  119. background-image: url("https://i.imgur.com/q2tbCTI.png");
  120. background-position: center;
  121. background-attachment:fixed;
  122. z-index: 4;
  123. overflow: auto;
  124. display: none;
  125. }
  126.  
  127. #one #tab {
  128. display: block;
  129. }
  130.  
  131. #one:target #tab, #two:target #tab, #three:target #tab, #four:target #tab, #five:target #tab, #six:target #tab {
  132. display: block;
  133. z-index: 10;
  134. }
  135.  
  136. .frienditempic {
  137. border: solid 5px #fafe85;
  138. width: 100px;
  139. height: 100px;
  140. margin: 5px;
  141. padding: 0;
  142. border-radius: 50%;
  143. -webkit-transition: 0.5s linear;
  144. -moz-transition: 0.5s linear;
  145. -o-transition: 0.5s linear;
  146. transition: 0.5s linear;
  147. }
  148.  
  149. .frienditempic:hover {
  150. border: 5px solid white;
  151. }
  152.  
  153. a.credit:link {color:#f0f0f0; font-family: "Audiowide"; font-size: 16px; text-decoration:none;}
  154. a.credit:visited {color:#f0f0f0;}
  155. a.credit:hover {color:#289A4D;}
  156.  
  157. a {
  158. color: #faf;
  159. font-family: "Gochi Hand";
  160. font-size: 20px;
  161. text-decoration:none;
  162. -webkit-transition: 0.5s linear;
  163. -moz-transition: 0.5s linear;
  164. -o-transition: 0.5s linear;
  165. transition: 0.5s linear;
  166. }
  167. a:visited {color: #6764f6;}
  168. a:hover {color:white;}
  169.  
  170. b {
  171. color:#289A4D;
  172. font-family: "Caveat Brush";
  173. }
  174.  
  175. i {color: #FCC33E;}
  176.  
  177. h1 {
  178. font-family: "Caveat Brush";
  179. font-size: 30px;
  180. text-align: center;
  181. margin: 0px;
  182. margin-bottom: 10px;
  183. padding: 10px;
  184. color: #fff;
  185. text-transform: uppercase;
  186. border-bottom: dashed 5px #fafe85;
  187. }
  188.  
  189. ::-webkit-scrollbar {
  190. width: 5px;
  191. height: 1px;
  192. }
  193.  
  194. ::-webkit-scrollbar-track {
  195. border-radius: 5px;
  196. }
  197.  
  198. ::-webkit-scrollbar-thumb {
  199. background: transparent;
  200. }
  201. </style>
  202. <body>
  203. <div id="BGBox"></div>
  204. <div id="LeftNav">
  205. <a href="#one"><div class="NaviTab">ABOUT</div></a><br>
  206. <a href="#two"><div class="NaviTab">RULES</div></a><br>
  207. <a href="#three"><div class="NaviTab">CREATE</div></a><br>
  208. </div>
  209. <div id="RightNav">
  210. <a href="#four"><div class="NaviTab">LOCATIONS</div></a><br>
  211. <a href="#five"><div class="NaviTab">ROSTER</div></a><br>
  212. <a href="#six"><div class="NaviTab">WORLD</div></a><br>
  213. </div>
  214.  
  215. <img id="Pic" src ="https://i.pinimg.com/originals/ad/8f/99/ad8f9925c3841306ef6e1e005d226029.jpg" /></div>
  216.  
  217. <div id="OOC">
  218. <h1>Thank you!</h1>
  219. I genuinely appreciate your interest in the room and if there's every any questions you have, do not hesitate to contact me! This room is meant to be casual, and fun for all who join. <br>
  220. We appreciate any feedback you care to give us, but do not tolerate slander.
  221. </div>
  222.  
  223. <div id="one">
  224. <div id="tab">
  225. <h1>About Eterna School</h1>
  226. <B>This room</B> is a <I>gijinka-only</i> setting that borrows from existing Pokemon cartoons, well-known anime, and Young Adult literature such as: <B>Harry Potter,</B> <I>Card Captors,</i> <B>Little Witch Academia</B>, <I>Tokyo Mew Mew,</i> <B>Precure</B> to name a few. We sought to create an environment unique among the plethora of Pokemon rooms that dwell on RPC. The staff and I have developed a concept that heavily emphasizes character development, magic as an everyday facet of life, and extensive adventuring around the known regions.<br><br>
  227. Set in <B>Eterna Forest</B> along Route 205 in <I>Sinnoh,</i> students enroll in the illustrious magical academy known as <B>Eterna Forest School for Magic and Mystery</B> where they will spend seven years exploring their magical aptitude and growing up alongside like-minded individuals who are eager to unravel the secrets of the mystic arts.<br><br>
  228. We ask that all players please tailor their gijinka to the setting! Trying to mesh a multitude of concepts to the setting will only upset the precious balance we have achieved here. While there is no strict application, <B>staff</B> will check over profiles to make sure there isn't any attempt at powerplay. If you're interested in a teaching position at the academy, do let <I>Salix</i> know!
  229.  
  230. </div></div>
  231.  
  232. <div id="two">
  233. <div id="tab">
  234. <h1>OOC RULES</h1>
  235. <B>00.</B> As a head's up, the jury is still out as to whether or not I will be allowing legendary Pokemon as <I>students.</i> I'm interested if you have ideas for legendary staff members or quest-related figures, but I will certainly not be accepting a legendary as a student at this time.<br><br>
  236.  
  237. <B>01.</B> First and foremost, this is not a lounge room. This room is intended for serious roleplaying, despite the casual air we exude. We only allow <I>gijinka</i> ocs. We are not looking for canon trainers nor feral Pokemon. If your gijinka does not suit the setting, we ask that you comply. <br><br>
  238.  
  239. <B>02.</B> This room is centered around <B>students.</B> While we are happy to accept staff, they will be permitted in limited numbers. Please talk to <I>Salix</i> if you're interested in making a teacher!<br><br>
  240.  
  241. <B>03.</B> Smut is not permitted in main! Because most characters are likely underaged, we do not want to see any form of overt sexual conduct. That will result in players being kicked from the room, as there are plenty of havens that do allow sex.<br><br>
  242.  
  243. <B>04.</B> When RP occurs, OOC should be kept to a minimum. We all get carried away, of course, but please try to refrain from bumping posts off the screen. That being said, writers should also be periodically saving their posts and progress. Staff is not responsible for making sure your scene doesn't get lost.<br><br>
  244.  
  245. <B>05.</B> All drama should be left IC. OOC drama is not tolerated. If you have an issue with somebody, please take it up with them privately. It is nobody else's business. We also ask that people try to refrain from discussing hot topics like politics, religion, etc. in main. The instant it starts getting heated, please move the conversation from the room.<br><br>
  246.  
  247. <B>06.</B> We do not tolerate hate speech of any kind. We do not allow discussions minimizing or glorifying self-harm, nor comments that are blatantly racist, sexist, theist, classist, elitist. If you are prone to excessive use of incendiary remarks, we will ban you from the room without hesitation. This should be a <B>safe space</B> for players from all walks of life! <br><br>
  248.  
  249. <B>07.</B> Conflict should be kept to a minimum. We do not want RL drama or pictures being sent around, nor will we tolerate any pornographic imagery being sent about in main. Your DMs are your business, but in the public eye, it is ours. <br><br>
  250.  
  251. <B>08.</B> If you are removed from the room, it is likely we will not allow you back. We do not owe you <B>anything,</B> so please keep that in mind. This is a hobby, this shouldn't make or break your life. If you happen to be banned, we are not interested in having you back ever. <br><br>
  252.  
  253. <B>09.</B> That being said, each individual infraction is evaluated as if it were its own case. We want to make the best decision we can for the party guilty of breaking a rule, as well as those harmed by their lapse in judgment. While typically we operate on a three-strike system, if the offense is severe, you may be banned immediately. You have been warned.<br>
  254. <h1> IC RULES</h1>
  255. <B>01.</B> Before you can go in character, we ask that you have a profile the staff can approve. It helps us keep track of who is who and what they are doing.<br><br>
  256.  
  257. <B>02.</B> I shouldn't have to say this, but <I>please</i> do not metagame or godmod during roleplay situations, especially not situations involving combat. Anyone caught doing so will have their RP rendered void. If we have to administer more than two warnings to one user, this will result in a ban from the room.<br><br>
  258.  
  259. <B>03.</B> Sexual content should always be heavily monitored. Think before you post something explicit involving an underaged character because we are not lenient. If you wish to DM smut, that is your decision, but we do not want it remotely implied when it is in the context of young characters.<br><br>
  260.  
  261. <B>04.</B> While we do not have a posting limit, understand that you reap what you sow. If you are not giving thorough responses, do not expect them from your partner(s). You should always try your best to deliver quality replies, regardless of the quantity, and we are not responsible for ensuring people play with you.<br><br>
  262.  
  263. <B>05.</B> This is an adult website, so it is fair to assume that we may delve into dark topics from time to time. If you are triggered by some specific scenario, I suggest you take a breather and return at a later date. However, to try and account for sensitivities regarding certain subjects, we also ask that posts containing graphic or disturbing content be labeled. This allows other players the option of skipping past upsetting content. Thank you for understanding.<br><br>
  264.  
  265. <B>06.</B> We do not have a specific fighting system to adhere to, so use your best judgment. Like Pokemon battles, T1 would likely be recommended. However, if you and your partner prefer another method, then by all means. Just make sure all parties agree to the system being used in a combat RP scenario.
  266. </div></div>
  267.  
  268. <div id="three">
  269. <div id="tab">
  270. <h1>CHARACTER CREATION</h1>
  271. <b>Step 1:</B> Pick a Pokemon to make a gijinka of! Super simple, right? All Pokemon are accepted, as students from across the known regions are recruited. Do not feel limited to those in Sinnoh. The world is your oyster, crack it open and dig in.<br><br>
  272.  
  273. <B>Step 2:</B> Think of a character name and background. It doesn't have to be complicated. Look at the world of Harry Potter! Not everyone knows about magic and monsters, some people just receive a letter and get whisked away to a magical place filled with excitement. As long as your background establishes that you exist in a magical world, and aren't from some alternate reality or whatever have you, you're golden! We like to think it isn't asking too much for OCs to be room-compliant.<br><br>
  274.  
  275. <B>Step 3:</B> Find your face claim and create a profile! Please know that your character's magic will be based entirely on their <B>type.</B> So if you're a grass type, your magic will be related to plants and the earth. If you're a dual-type, you'll be capable of performing multiple types of magic! That being said, your character can possess items that may let them use another magic type. Maybe you have a Fire Stone and can cast a fire spell. Each item is single-use, thus you must collect numerous items if you want to use magic outside of your realm. We realize this may seem inherently unfair, but Pokemon was designed so that some Pokemon have twice the number of advantages when being a dual-type, or twice the weaknesses. It is what it is. In this way, we're type-compliant.<br><br>
  276.  
  277. <B>Step 4:</B> Get approved! Ideally, your character is a student, and you can be in any year, 1-7, much like the "grade levels" in Harry Potter. But simply because your student is "<B>older</B>" doesn't mean we will be allowing them special permission to engage in sexual activity. There are characters that are, in their own way, "underaged," and we would not like to explore sexual content in association with minors. That's just a hard <B>no,</B> as stated in the <B>RULES</B> tab. If you are interested in creating a teacher, please talk to <B>Salix!!</B> She can help you pick a subject and get your OC situated. <br><br>
  278.  
  279. <B>Step 5:</B> Start playing! You're able to organize your own adventures and activities. We won't be hosting any events until we know we have the desire to commit to this room. Until then, there will be no updates. Please feel free to develop as you will. Don't be afraid to reach out to staff for guidance and assistance in making an entrance post. <br>
  280. <h1>Creating Staff</h1>
  281. <I>If you want to be a teacher...</i> The aforementioned steps are still relevant. However, it'll be necessary that you choose a subject to teach. Some will be over learning the general manipulation of a type. I.e., explaining what "<B>ghost magic</B>" is and how to channel it. Others may be specific, like healing or charms. The subjects below will be open to immediate recruitment!<br>
  282. <li> <B>Type Magic:</B> Magic pertaining to a gijinka's type. I.e., ghost magic, dark magic, grass magic... We're happy to recruit staff for all 18 types.</li>
  283. <li> <B>Enchantment:</B> Enchantment professors must be specialists in charming objects as well as charming people. Pokemon who know (or can know) the moves Attract and Cute Charm may have proficiency in this art.</li>
  284. <li> <B>Curses:</B> Curses are defined as a spell-type uttered with the intent to inflict harm or punishment onto a verbally-named target. Hexes are considered a sub-type of Curse-based magic and are often thought to be "less severe" than a curse, meant only to cause "unpleasant things" to happen to the target. Curses can instigate death and a primary element of this course is to learn how to identify if you or a loved one has been bewitched and then to break said spells. Dark and Ghost types typically excel in this course.</li>
  285. <li> <B>Defensive Magic:</B> Defensive magic is a varied course that covers a multitude of defensive techniques, from creating protective barriers to blocking and countering spells, both basic and advanced. One learns to dispel illusions and use another individual's magic against them. It does teach students how to shatter run-of-the-mill curses and hexes as well as hypnosis and mind-controlling spells. Self-defense moves are also taught because where the use of magic ends, fists can begin. Fighting and Normal types tend to excel in this course.</li>
  286. <li> <B>Offensive Magic:</B> Offensive magic is a course that emphasizes the art of magical dueling. It teaches students attack spells, both in their native element and various forms of magic, from curses to enchantments to psychic blasts. It also goes into some combative moves and exchanges. </li>
  287. </div></div>
  288.  
  289. <div id="four">
  290. <div id="tab">
  291. <h1>Houses</h1>
  292. Students are divided into one of three great houses based upon their type. For dual-type students, they are arranged into housing by their primary type <U>but</u> are encouraged to take classes that cater to their magic, even if it is taught within another house. Scheduling at Eterna Forest School of Magic and Mystery is quite flexible, designed to accommodate the needs of any and all student that should enroll... <br><br>
  293. <center><img src="https://cdn.bulbagarden.net/upload/4/48/Fog_Badge.png" height="81" width="81"><br><br>
  294. <font color="purple" weight="bold">π‡πŽπ”π’π„ ππ˜π—<br>
  295. "πΏπ‘œπ‘£π‘’ π‘ π˜©π‘–π‘›π‘’π‘  π‘π‘Ÿπ‘–π‘”π˜©π‘‘π‘’π‘ π‘‘ 𝑖𝑛 π‘‘π˜©π‘’ π‘‘π‘Žπ‘Ÿπ‘˜..."</font><br>
  296. <B>Types:</B> Dark, Ghost, Dragon, Steel, Psychic, Poison.<br>
  297. <B>Colors:</B> Royal Purple and Black.<br><br>
  298. House Nyx's dormitories are located beneath the academy, its common room a dungeon-like space with off-purple lamps and chairs. This dungeon extends partway under the city of Eterna, making it somewhat noisy during the daylight hours. The common room has lots of low backed black and dark violet button-tufted, leather sofas; skulls; and dark wood cupboards. Because of its depth in the earth, even the bedrooms are chilly and dim, which is why the furnishings in House Nyx dorm rooms are thought to be the most luxurious of the houses. It was borne of necessity since they are crypt-dwellers. Students are assigned roommates based on their type, and will continually share a bedroom with a type-mate for the entirety of their stay. However, students are permitted to intermingle freely in common spaces.<hr>
  299. <img src="https://cdn.bulbagarden.net/upload/b/b5/Rainbow_Badge.png" height="81" width="81"><br><br>
  300. <font color="pink">π‡πŽπ”π’π„ 𝐆𝐀𝐄𝐀<br>
  301. "𝐴 π‘Ÿπ‘Žπ‘–π‘›π‘π‘œπ‘€ 𝑖𝑠 π‘‘π˜©π‘’ π‘ π‘˜π‘¦'𝑠 π‘™π‘œπ‘£π‘’π‘™π‘¦ π‘”π‘Žπ‘Ÿπ‘‘π‘’π‘›."</font><br>
  302. <B>Types:</B> Grass, Ground, Water, Ice, Bug, Rock.<br>
  303. <B>Colors:</B> Rainbow.<br><br>
  304. House Gaea's dormitory is thought to be one of the airiest spaces at Eterna Forest School of Magic and Mystery. The common room itself is actually situated in a greenhouse! It is a wide, circular room with gracefully arched windows that punctuate the walls which were hung with tie-dyed silks, offsetting the earthen floor. At its center, a small pond with an iridescent fountain can be found, the prismatic rainbows it refracts are projected onto the domed glass ceiling. The rest of the dormitory seems to be carved from the natural world itself, entwined with ancient trees and stony boulders, creating an atmosphere that is as free as the ideology of the house's founder. Students are separated in House Gaea their very first year by type, otherwise assigned roommates at random, but are permitted to sleep with and intermingle freely among other types their second year and beyond.<hr>
  305. <img src ="https://cdn.bulbagarden.net/upload/6/6b/Marsh_Badge.png" height="81" width="81"><br><br>
  306. <font color="orange">π‡πŽπ”π’π„ ππ‘πŽπŒπ„π“π‡π„π”π’<br>
  307. "π‘Šπ‘–π‘ π‘‘π‘œπ‘š, π‘π‘Ÿπ‘’π‘‘π‘’π‘›π‘π‘’, π‘“π‘œπ‘Ÿπ‘’π‘‘π˜©π‘œπ‘’π‘”π˜©π‘‘, π‘‘π˜©π‘’π‘ π‘’ π‘Žπ‘Ÿπ‘’ π‘’π‘ π‘ π‘’π‘›π‘‘π‘–π‘Žπ‘™."</font><br>
  308. <B>Types:</B> Fire, Electric, Fairy, Flying, Normal, Fighting.<br>
  309. <b>Colors:</B> Vulcan Orange and Gold.<br><br>
  310. House Prometheus dormitories can be described as <i>homey.</i> Most find the atmosphere warm and inviting, a stark contrast to the lack of ambience in House Nyx's commons. That is perhaps why some whisper the two houses have such a prevalent rivalry. The dormitory can be found near the kitchens, with access to the library through a passageway lit by ornate candelabras. The common room itself is a circular room adjunct to the academy's pantries. This is where students can relax after a long day of studying. It is full of squashy armchairs, tables, and a bulletin board where school notices, ads, lost posters, etc. can be posted. The common room is decorated in several shades of orange and gold. Students are assigned roommates at random.<hr>
  311. <B><U>DISCLAIMER</U></b></center>
  312. Common room descriptions were borrowed largely using J.K. Rowling's description of house common spaces as their structural basis. I do not own her work!!<br><br>
  313. <h1>Interior Locations</h1>
  314.  
  315.  
  316. </center>
  317. </div></div>
  318.  
  319. <div id="five">
  320. <div id="tab">
  321. <h1>STAFF MEMBERS</h1>
  322. <center>
  323. <a target="_blank" href="https://roleplay.chat/profile.php?user=Salix"><img src="https://pbs.twimg.com/media/Dc1PaifWkAEzvbC.jpg" class="frienditempic" title="Your friendly neighborhood administrator! Yanagi (the character name, not the profile name) is also in charge of welcoming new students to the academy and helping everybody get settled. If disputes arise, please approach her! (House Gaea)" alt="friend"></a>
  324. <a target="_blank" href="https://roleplay.chat/profile.php?user=little+fairy"><img src="https://66.media.tumblr.com/2f8ed3a30bdc4da2b9fcfb95e5dc13d8/tumblr_p4kbvce3nu1vy2tgqo3_250.jpg" class="frienditempic" title="A fellow administrator. Little Fairy is also in charge of kicking butt and taking names, so please remember to follow the rules! (House Prometheus)" alt="friend"></a>
  325. <a target="_blank" href="https://roleplay.chat/profile.php?user=Mystical"><img src="https://66.media.tumblr.com/cf4caea6d504a148855c42d9d75d9741/5578657aaddee45d-a1/s640x960/06a0ceed5dfb656f3b8d62791f31c2319c033917.jpg" class="frienditempic" title="Mystical, a fellow administrator! Mystical is a good go-to for quick questions. If you want somebody to make you feel all snuggly, she is the one to message. (House Nyx)" alt="friend"></a>
  326. <a target="_blank" href="https://roleplay.chat/profile.php?user=Taiki"><img src="https://i.pinimg.com/564x/6e/5c/b5/6e5cb54fc8481beeb5d8e41352483b7b.jpg" class="frienditempic" title="Our little Jolteon administrator! He's very friendly, feel free to message him with any quick questions! They're also something of a Pokemon expert, so if you need any additional help, they're a great resource. (House Prometheus)" alt="friend"></a>
  327. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="https://i0.wp.com/www.crowsworldofanime.com/wp-content/uploads/2018/03/grancrestwar_20180317_figure02.jpg?w=640" class="frienditempic" title="Professor Kazan, a spitfire in charge of aiding Little Fairy in rule enforcement. She is also the school's teacher of fire magic! (House Prometheus)." alt="friend"></a>
  328. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="" class="frienditempic" title="" alt="friend"></a>
  329. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a></center>
  330. <h1>House Nyx</h1>
  331. <center>
  332. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  333. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  334. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  335. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  336. </center>
  337. <h1>House Gaea</h1><center>
  338. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  339. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  340. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  341. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  342. </center>
  343. <h1>House Prometheus</h1>
  344. <center>
  345. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  346. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  347. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  348. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  349. </center>
  350. <h1>Teachers</h1>
  351. <center>
  352. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="https://i.pinimg.com/564x/d2/97/d7/d297d7be0eb7e6270c0d545e3ceae47d.jpg" class="frienditempic" title="(NPC) Headmistress Aijin Shidare, an ancient mismagius gijinka that has lived many lifetimes. She has seen much, and keeps close to her breast a breadth of secrets that could alter the course of gijinkan history. A magnanimous woman who is seldom seen, many speculate that she is naught but a figurehead for the academy. Very few have ever met with her, and those who do return different than they were before. There exists a notion that she is perhaps the most powerful witch in the known world, having eons of experience that allow her to carry such a title. However, where the myth ends and the woman begins, those who truly befriend the Mistress of Magic herself know her stories hold some credence. She is the adopted mother of Yanagi Shidare, and has personally trains the girl in everything she knows. That is why many responsibilities tend to fall onto the shoulders of the young student." alt="friend"></a>
  353. <a target="_blank" href="https://roleplay.chat/profile.php?user=Medich"><img src="https://i.pinimg.com/564x/c7/1c/83/c71c830f1d636c8864fd14b1dbfbb9e8.jpg" class="frienditempic" title="(ADMIN ALT) Ichika Takahashi is a young woman who specializes in healing and defense and teaches both subjects in alternating years. She eventually plans to go on to become a doctor, but is currently a certified first responder and has her CPR certificate. She is trained in first aid, as well as more advanced techniques and continues to learn under an unnamed mentor. She is also the director of House Prometheus." alt="friend"></a>
  354. <a target="_blank" href="https://roleplay.chat/profile.php?user=Grumpig"><img src="https://i.pinimg.com/564x/7c/44/6e/7c446e9061f2ee7b3436e849714c9c96.jpg" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  355. <a target="_blank" href="https://roleplay.chat/profile.php?user=Parukia"><img src="https://cdnb.artstation.com/p/assets/images/images/023/255/583/large/fefy-art-en3z4obxkaasv91.jpg?1578602361" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  356. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  357. </center>
  358. <h1>Other Gijinka</h1>
  359. <center>
  360. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  361. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  362. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  363. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend"></a>
  364. </center>
  365. </div></div>
  366.  
  367. <div id="six">
  368. <div id="tab">
  369. <h1>THE WORLD</h1>
  370. <I>The State of the Universe...</i><br>
  371. <li>Magic and Pokemon moves are separate. You are permitted up to <B>6</B> Pokemon moves. They're your innate abilities as a Pokemon and are considered mainstream. In Pokemon battles, magic is prohibited while only moves are allowed. Pokemon can know <B>moves</B> that are not their type! However, as a gijinka, your magic is limited to your type (see more in the CREATE tab).</li>
  372. <li> Magic in this world is understood to be real. Not every person can use magic and must have an aptitude for it. This is why magic cannot be used in Pokemon battles and sanctioned tournaments. It would be an unfair advantage and thought of as "cheating." In the regular world, magic is tolerated and a part of everyday life, but there are certain laws about its use. Like most weapons, it cannot be used to intentionally harm others unless there one's life is being threatened. There exists some discrimination against magic users, as regular gijinka (like humans) often fear what they cannot understand.</li>
  373. <li> In recent years, there have been many attempts to bridge the gap between the magically-gifted and the mundane. Friendly tournaments and Pokemon battles are always encouraged. Your character doesn't necessarily have to be magical, but since the bulk of action centers around students in the academy, it is recommended so you don't experience IC isolation.</li> <br>
  374.  
  375. </div></div>
  376.  
  377. <div id="credit"><a class="credit" target="_blank" href="https://roleplay.chat/profile.php?user=Spaceman+Codes">Spaceman</a></div>
  378. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement