Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.23 KB | None | 0 0
  1. <style>
  2. body {
  3. background: #eeeff0;
  4. cursor: crosshair;
  5. }
  6. table {
  7. background-color: transparent;
  8. }
  9. table a img {
  10. display: none;
  11. }
  12. .sf {
  13. display: none;
  14. }
  15. .side {
  16. left: 970px;
  17. top: 10px;
  18. background: url("http://i.imgur.com/xBQgpVH.png");
  19. width: 205px;
  20. height: 600px;
  21. text-align: justify;
  22. overflow: hidden;
  23. padding-right: 10px;
  24. }
  25. .scr {
  26. width: 100% !important;
  27. height: 570px;
  28. overflow: auto !important;
  29. padding-left: 10px;
  30. padding-right: 20px !important;
  31. padding-bottom: 20px;
  32. padding-top: 10px;
  33. }
  34. .main {
  35. left: 200px;
  36. top: 220px;
  37. background: url("http://i.imgur.com/CuXYeHL.png");
  38. width: 770px;
  39. height: 390px;
  40. text-align: justify;
  41. overflow: hidden;
  42. }
  43. .scroll {
  44. width: auto;
  45. height: 380px;
  46. overflow: auto;
  47. padding: 8px;
  48. }
  49. .menu {
  50. left: 82px;
  51. top: 220px;
  52. height: 382px;
  53. width: 110px;
  54. overflow: hidden;
  55. background: url("http://i.imgur.com/xBQgpVH.png");
  56. padding: 4px;
  57. text-align: center;
  58. }
  59. .banner {
  60. left: 82px;
  61. top: 10px;
  62. background: url("http://i.imgur.com/xBQgpVH.png");
  63. width: 888px;
  64. height: 210px;
  65. overflow: hidden;
  66. text-align: center;
  67. }
  68. p, .medtext, font, body, div, tr, td, table {
  69. color: #999;
  70. font: 9pt georgia;
  71. line-height: 15px;
  72. }
  73. a:link, a:visited {
  74. font: 7.5pt georgia;
  75. text-transform: uppercase;
  76. letter-spacing: 1px;
  77. text-decoration: none;
  78. color: #f7c5bd;
  79. cursor: se-resize;
  80. }
  81. a:hover {
  82. color: #ddd;
  83. }
  84. b {
  85. font-style: italic;
  86. color: #fd5f79;
  87. text-transform: lowercase;
  88. }
  89. i {
  90. color: #fa432d;
  91. font: italic 8pt georgia;
  92. text-transform: lowercase;
  93. letter-spacing: 1px;
  94. }
  95. strong {
  96. font: 6.5pt georgia;
  97. color: #fff;
  98. text-transform: uppercase;
  99. background: #fdaa4a;
  100. letter-spacing: 1px;
  101. padding: 1 4;
  102. }
  103. h1 {
  104. text-align: left;
  105. letter-spacing: 3pt;
  106. color: #ccc;
  107. font: bold 16pt felix titling;
  108. padding-left: 10px;
  109. border-left: 20px solid #fff;
  110. border-right: 200px solid #fff;
  111. }
  112. h2 {
  113. text-align: left;
  114. letter-spacing: 3pt;
  115. color: #999;
  116. font: 16pt rage;
  117. padding-left: 60px;
  118. margin-top: -20px;
  119. }
  120. h3 {
  121. font: bold 7pt georgia;
  122. color: #aaa;
  123. background: #fff;
  124. padding: 2px;
  125. letter-spacing: 2px;
  126. text-transform: uppercase;
  127. border-bottom: 2px solid #fa432d;
  128. }
  129. .menu a {
  130. display: block;
  131. text-transform: uppercase;
  132. font: 8pt georgia;
  133. letter-spacing: 1px;
  134. line-height: 30px;
  135. color: #ccc;
  136. padding: 3px;
  137. margin-bottom: 2px;
  138. }
  139. .menu a:hover {
  140. background: url("http://i.imgur.com/zPwPPKk.png");
  141. color: #fa432d;
  142. font: 7pt georgia;
  143. text-transform: uppercase;
  144. line-height: 30px;
  145. text-align: left;
  146. border-right: 10px solid #fff;
  147. }
  148. textarea {
  149. width: 88px;
  150. height: 20px;
  151. font: italic 40pt georgia;
  152. letter-spacing: -5px;
  153. line-height: 0.5em;
  154. overflow: hidden;
  155. color: #f7c5bd;
  156. background: url("http://i.imgur.com/zPwPPKk.png");
  157. border: none;
  158. margin: 1px;
  159. }
  160. textarea:hover {
  161. font-weight: bold;
  162. background: #fa432d;
  163. color: #fff;
  164. }
  165. a.nav {
  166. font: 7pt georgia;
  167. text-transform: uppercase;
  168. color: #fff;
  169. background: #fd5f79;
  170. width: 43%;
  171. float: left;
  172. line-height: 10px;
  173. padding-left: 10px;
  174. text-align: left;
  175. margin: 1px;
  176. }
  177. a.nav:hover {
  178. color: #fff;
  179. background: #fdaa4a;
  180. letter-spacing: 2px;
  181. }
  182. .clearfloat {
  183. clear: both;
  184. display: block;
  185. height: 0;
  186. padding: 3px 0;
  187. visibility: hidden;
  188. }
  189. li {
  190. list-style-image: url("http://i.imgur.com/4ZstLJi.png");
  191. color: #999;
  192. font: 7pt georgia;
  193. text-transform: uppercase;
  194. text-align: left;
  195. padding: 2 10;
  196. }
  197. .pgal img {
  198. width: 100px;
  199. height: 100px;
  200. border: 1px solid #eee;
  201. }
  202. .pgal span.pgalimg span {
  203. display: none;
  204. }
  205. .pgal span.pgalimg:hover span {
  206. display: block;
  207. background: #eee;
  208. top: 100px;
  209. margin: 0 auto;
  210. z-index: 2;
  211. border: 1px solid #eee;
  212. }
  213. .pgal span.pgalimg:hover span img {
  214. width: auto;
  215. height: auto;
  216. border: 0;
  217. }
  218. .petbxcred {
  219. display: block;
  220. width: 100%;
  221. text-align: right;
  222. }
  223. .petbxcred a, .petbxcred a:visited {
  224. color: #D00058;
  225. }
  226. </style><div class="banner" style="position: fixed;">
  227. <img src="http://i.imgur.com/uAteq05.png" style="width: 100%; margin: -20 0;"></div>
  228.  
  229. <div class="menu" style="position: fixed;">
  230.  
  231. <a href="#home">Home</a>
  232. <a href="#one">Rules</a>
  233. <a href="#two">Pets UFA</a>
  234. <a href="#three">Zapping</a>
  235. <a href="#four">The Team</a>
  236. <a href="#five">Happy Endings</a>
  237. <a href="#six">F.A.Q</a>
  238. <a href="http://www.neopets.com/neomessages.phtml?type=send&recipient=konata_tsukasa">Mail apps</a>
  239. <a href="http://www.neopets.com/">Go back?</a>
  240.  
  241. </div>
  242.  
  243. <div class="side" style="position: fixed;">
  244. <div class="scr">
  245.  
  246. <h3>link back</h3>
  247.  
  248. <center>
  249. <br><img src="http://imagizer.imageshack.com/img922/2350/ePRNg6.gif" style="padding: 1px;"><img src="http://i.imgur.com/gOlSoni.gif" style="padding: 1px;"><br><textarea style="margin-bottom: 4px; height: 12px;"><a href="/~saeyuung"><img src="http://imagizer.imageshack.com/img922/2350/ePRNg6.gif"></a></textarea><textarea style="margin-bottom: 4px; height: 12px;"><a href="/~saeyuung"><img src="http://i.imgur.com/gOlSoni.gif"></a></textarea></center>
  250.  
  251.  
  252. <h3>affiliates</h3>
  253. <a href="/" class="nav">link here</a>
  254. <a href="/" class="nav">link here</a>
  255. <a href="/" class="nav">link here</a>
  256. <a href="/" class="nav">link here</a>
  257. <a href="/" class="nav">link here</a>
  258. <a href="/" class="nav">link here</a>
  259. <div class="clearfloat"></div>
  260.  
  261.  
  262. <h3>listers</h3>
  263. <a href="/" class="nav">link here</a>
  264. <a href="/" class="nav">link here</a>
  265. <a href="/" class="nav">link here</a>
  266. <a href="/" class="nav">link here</a>
  267. <a href="/" class="nav">link here</a>
  268. <a href="/" class="nav">link here</a>
  269. <div class="clearfloat"></div>
  270.  
  271. <h3>sitely</h3>
  272. <center>
  273. <li>css © <a href="/~chimmey">Element</a>, edited by <a href="/userlookup.phtml?user=amy_lilly">amy_lilly</a>.</li>
  274. <li>Placeholders and dividers from <a href="/~drelda">Bejeweled</a>.</li>
  275. <li>PNG from <a href="/~liahness">Details</a>.</li>
  276. <li>Bullets from <a href="/~ziasie">Crumble</a>.</li>
  277. <li>Buttons made by <a href="/~caurik">Salt</a> and <a href="/userlookup.phtml?user=tinyali">Ali</a>.</li>
  278. <li>Banner made by <a href="/userlookup.phtml?user=tinyali">Ali</a>.</li>
  279.  
  280.  
  281. <br><i><b>NEOPETS</b>, characters, logos, names and all related indicia are trademarks of <a href="/">Neopets, Inc.</a>, © 1999-2018.</i>
  282. </center>
  283.  
  284. <br><br></div>
  285. </div>
  286.  
  287. <div class="main" style="position: fixed;">
  288.  
  289. <div class="scroll" id="home">
  290.  
  291. <h1>R.F.A</h1>
  292. <h2>Risk Free Adoptions</h2>
  293.  
  294. Welcome to RFA! This is an <b>adoption</b> page made in honor of the amazing <b>Candy</b>, who gave me the inspiration and will to carry on her legacy.<br>
  295.  
  296. So what makes us different from your typical adoption page? Well, we adopt pets from the pound and we zap them...but we also <i>draw and write characters for them</i>! From <b>poems to sketches to full drawn art and customizations</b>, you will find a wide array of things to accompany your future pet in its new journey with you once you adopt them. You're not good at drawing or coming up with characters so you're afraid to apply for pets? Fear not, as here we incentive you to get inspiration from <strong>us!</strong><br><br>If you'd like to submit a customization for a pet that we have UFA, click here <a href="http://www.neopets.com/neomessages.phtml?type=send&recipient=amy_lilly">here</a> to message me. If you're looking to <i>adopt</i> instead, please browse the menu to your left.
  297. <br><br><center><div style="width: 90%; background: url('http://i.imgur.com/zPwPPKk.png'); height: 120px; overflow: auto; border: 2px solid #fff;">
  298. <li>Since most pets now have their custom pages, updates will be more slowly added now. More pets and customs were added, special thanks to discardedcrayon for helping our team with many customizations!<strong>18/06/19</strong></li>
  299. <li>Relinna, Aitiru and Nookums found a new home! Also added FAQ to avoid confusions. Keirol zapped stealthy so moved to UFA page and two more pets UFA!<strong>16/06/19</strong></li>
  300.  
  301. <li>We're no longer recruiting! I'm waiting on member descriptions to add the last ones to the team and that is how it'll stay for now. You are welcome to help us by submitting customizations if that is your thing, though! Rules have been updated and more art, customizations and poems have been added. Awzt, Mibil and Rusthye have found new owners!<strong>15/06/19</strong></li><li>We did it! More pets and team members have been added. Some still don't have customizations/etc, but I'll be slowly adding them in.<strong>13/06/19</strong></li><br></div></center>
  302. <br><br></div>
  303.  
  304.  
  305. <div class="scroll" id="one">
  306. <h1>Rules</h1>
  307. <h2>Here's some tips to guide you through. </h2>
  308.  
  309. <li><strong>Be an active player.</strong></li>
  310. You only play once per week? No problem! But if you only play once a year, then maybe we're not the best page for you.<br><br><li><strong>Tell us your future plans</strong></li>
  311. Will you develop further their character? Are you going to draw? Customize them? Maybe they'll be friends with your other permanent pets? Let us know all about your plans! <b>IMPORTANT NOTE: please don't lie!</b> If you state you will be drawing and entering the BC with the pet you adopt from us, then we expect you to have at least sketched one of your current permanent pets. If not, who is to say our lovelies wouldn't get the same treatment?<br><br><li><strong>List your accounts</strong></li>
  312. If you have them linked on your lookup or something else, feel free to state that and we'll check by ourselves. Also, please let us know where should we send the pet should you be chosen to adopt!<br><br><li><strong>Please be respectful if you're not selected to adopt our pets.</strong></li>
  313. Imagine we get two apps for one pet in the same day, and we love them both. Ultimately there's only one pet to give, so please be understanding in these types of situations, or if we reject your apply. We will explain why we did so but we promise, as long as you have pets well fed and you don't lie, we're easy to please.<br><br><li><strong>Keep the pets you adopt, or inform us if you'd no longer like to keep.</strong></li>
  314. We want to guarantee that these pets all find loving homes, and won't end up in the pound again or as trading fodder. If you fall out of love with a pet you adopted from us, that's perfectly fine and we understand. Should that be the case, please mail us and we'll gladly find a new owner for the said pet who will love them as much as you did.<br><br><br>
  315.  
  316. If after reading these rules you have a <b>question</b> or want to <b>apply</b>, then please direct your mails towards <a href="http://www.neopets.com/neomessages.phtml?type=send&recipient=konata_tsukasa">here</a>.<br><br><br></div>
  317.  
  318. <div class="scroll" id="two">
  319.  
  320. <h1>Pets UFA</h1>
  321. <h2>Click them to see our musings.</h2>
  322.  
  323. <a href="#Mexiko"><img src="http://pets.neopets.com/cpn/Mexiko/1/3.png" style="border-radius: 30em;"></a><a href="#Clearning"><img src="http://pets.neopets.com/cpn/Clearning/1/3.png" style="border-radius: 30em;"></a><a href="#Kildek"><img src="http://pets.neopets.com/cpn/Kildek/1/3.png" style="border-radius: 30em;"></a><a href="#Luminosae"><img src="http://pets.neopets.com/cpn/Luminosae/1/3.png" style="border-radius: 30em;"></a><a href="#Saccho"><img src="http://pets.neopets.com/cpn/Saccho/1/3.png" style="border-radius: 30em;"></a><a href="#Trenebra"><img src="http://pets.neopets.com/cpn/Trenebra/1/3.png" style="border-radius: 30em;"></a><a href="#Cerizier"><img src="http://pets.neopets.com/cpn/Cerizier/1/3.png" style="border-radius: 30em;"></a><a href="#Lkdx"><img src="http://pets.neopets.com/cpn/Lkdx/1/3.png" style="border-radius: 30em;"></a><a href="#Gretchinne"><img src="http://pets.neopets.com/cpn/Gretchinne/1/3.png" style="border-radius: 30em;"></a><a href="#Iterinarun"><img src="http://pets.neopets.com/cpn/Iterinarun/1/3.png" style="border-radius: 30em;"></a><a href="#Ascair"><img src="http://pets.neopets.com/cpn/Ascair/1/3.png" style="border-radius: 30em;"></a><a href="#Ridgered"><img src="http://pets.neopets.com/cpn/Ridgered/1/3.png" style="border-radius: 30em;"></a><a href="#Krispik"><img src="http://pets.neopets.com/cpn/Krispik/1/3.png" style="border-radius: 30em;"></a><a href="#tiiea"><img src="http://pets.neopets.com/cpn/tiiea/1/3.png" style="border-radius: 30em;"></a><a href="#Ashtlo"><img src="http://pets.neopets.com/cpn/Ashtlo/1/3.png" style="border-radius: 30em;"></a><a href="#Zupx"><img src="http://pets.neopets.com/cpn/Zupx/1/3.png" style="border-radius: 30em;"></a><a href="#Cherulu"><img src="http://pets.neopets.com/cpn/Cherulu/1/3.png" style="border-radius: 30em;"></a><a href="#Koreneki"><img src="http://pets.neopets.com/cpn/Koreneki/1/3.png" style="border-radius: 30em;"></a><a href="#Garloc"><img src="http://pets.neopets.com/cpn/Garloc/1/3.png" style="border-radius: 30em;"></a><a href="#Malyense"><img src="http://pets.neopets.com/cpn/Malyense/1/3.png" style="border-radius: 30em;"></a><a href="#Lyniiz"><img src="http://pets.neopets.com/cpn/Lyniiz/1/3.png" style="border-radius: 30em;"></a><a href="#Doohiky"><img src="http://pets.neopets.com/cpn/Doohiky/1/3.png" style="border-radius: 30em;"></a><a href="#Dillafinna"><img src="http://pets.neopets.com/cpn/Dillafinna/1/3.png" style="border-radius: 30em;"></a><a href="#MarmiteJ"><img src="http://pets.neopets.com/cpn/MarmiteJ/1/3.png" style="border-radius: 30em;"></a><a href="#Seyz"><img src="http://pets.neopets.com/cpn/Seyz/1/3.png" style="border-radius: 30em;"></a><a href="#Syprasius"><img src="http://pets.neopets.com/cpn/Syprasius/1/3.png" style="border-radius: 30em;"></a><a href="#Taellure"><img src="http://pets.neopets.com/cpn/Taellure/1/3.png" style="border-radius: 30em;"></a><a href="#Keirol"><img src="http://pets.neopets.com/cpn/Keirol/1/3.png" style="border-radius: 30em;"></a><a href="#Torasmeow"><img src="http://pets.neopets.com/cpn/Torasmeow/1/3.png" style="border-radius: 30em;"></a><a href="#lnevitable"><img src="http://pets.neopets.com/cpn/lnevitable/1/3.png" style="border-radius: 30em;"></a><a href="#Nobahe"><img src="http://pets.neopets.com/cpn/Nobahe/1/3.png" style="border-radius: 30em;"></a><br><br></div>
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336. <div class="scroll" id="Mexiko">
  337.  
  338. <h1>Mexiko</h1>
  339. <h2>the halloween lupe</h2>
  340.  
  341. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png" width="330" height="330"></td><td><p align="center"><strong>Hero - Brave - Righteous</strong><br><br><i>vigilante, brown ragged fur<br>
  342. shields your brave heart<br>
  343. you have courage in your eyes<br>
  344. determination in your fangs<br>
  345.  
  346. smite the evil, tend to the innocent<br>
  347. be a hero of the masses, my dear<br>
  348. you are the one we need,<br>
  349. yet not the one we deserve.</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"></span></span>
  350. </div>
  351. </center></td>
  352. </tr></table></center><br>
  353. The leader of her pack, Mexiko struggles every day to provide for her family. In the Haunted Woods, the recent droughts have left the forest empty. They must scavenge amongst carcasses for sustenance. But Mexiko sees a future, one where she leads her pack into prosperity, one where every pup survives. Thus, she wanders every day, searching for somewhere they can survive.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png" width="150" height="150"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/694/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  354. Art by x<br>
  355. Description by jakco0622<br>
  356. NP Custom by drizzydraik<br>
  357. NC custom by kabrevi<br>
  358. Poem by wolfycries104<br></p>
  359. <a href="#two">Go back?</a></div>
  360.  
  361.  
  362.  
  363. <div class="scroll" id="Clearning">
  364.  
  365. <h1>Clearning</h1>
  366. <h2>the oil paint gelert</h2>
  367.  
  368. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/283/preview.png" width="330" height="330"></td><td><p align="center"><strong>Determined - Puzzled - Hardworking</strong><br><br><i>
  369.  
  370. Shades of grey,<br>
  371. Colour's gone,<br>
  372. Trying to find,<br>
  373. what exactly went wrong.<br>
  374. Pick up the trail,<br>
  375. Try not to run,<br>
  376. being a dectective,<br>
  377. is loads of fun.
  378. </i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/283/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/283/preview.png"></span></span>
  379. </div></center></td>
  380. </tr></table></center><br>
  381. A thief has been stealing the Fountain Faerie's magic. All around Neopia, pets are waking up as basic colours. Detective Clearning is on the case, but she has a secret to hide - she has a rare oilpaint colour herself, and if anybody finds out she could be the next target.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/283/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  382. Art by x<br>
  383. Description by jakco0622<br>
  384. NP Custom by amy_lilly<br>
  385. Poem by hzoo_26<br></p>
  386. <a href="#two">Go back?</a></div>
  387.  
  388.  
  389. <div class="scroll" id="Kildek">
  390.  
  391. <h1>Kildek</h1>
  392. <h2>the stealthy gelert</h2>
  393.  
  394. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/542/preview.png" width="330" height="330"></td><td><p align="center"><strong>Patient - Sorrowful - Vengeful</strong><br><br><i>Are you?<br>
  395. Are you?<br>
  396. Waitin' neath the tree...<br>
  397.  
  398. to find the person, <br>
  399. who dared to hurt me?<br>
  400.  
  401. Strange things have happened here,<br>
  402. no stranger would it seem,<br>
  403. for you to be waiting<br>
  404. under my red leaves.</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/542/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/542/preview.png"></span></span>
  405. </div></center></td>
  406. </tr></table></center><br>
  407. She was gone, and she would never come back. Her spirit haunted him, woke him in a cold sweat in the dead of night. Whispering to him, always, begging him... Find him.... Avenge me... Where her cold body was found years ago, a sapling had now become a tall oak with deep red leaves. He spent hours beneath that tree waiting, searching for the target of his revenge.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/542/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  408. Art by x<br>
  409. Description by jakco0622<br>
  410. NP Custom by amy_lilly<br>
  411. Poem by hzoo_26<br></p>
  412. <a href="#two">Go back?</a></div>
  413.  
  414.  
  415.  
  416.  
  417.  
  418. <div class="scroll" id="Luminosae">
  419.  
  420. <h1>Luminosae</h1>
  421. <h2>the maraquan aisha</h2>
  422.  
  423. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/586/preview.png" width="330" height="330"></td><td><p align="center"><strong>Curious - Adventurous - Excited</strong><br><br><i>Down in the beds of kiko lake,<br>
  424. Lived an adventurous princess,<br>
  425. who a journey would take,<br>
  426. to find her past<br>
  427. and perhaps a future,<br>
  428.  
  429. But the question is,<br>
  430. which path would suit her?</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://i.imgur.com/NMnNgZc.png"><span style="position: fixed;"><img src="http://i.imgur.com/NMnNgZc.png"></span></span>
  431. </div></center></td>
  432. </tr></table></center><br>
  433. Luminosae is Kiko Lake's prized princess, found abandoned in the lake and adopted by the mayor. She desperately wants to know where she comes from, and ventures out by the lake borders every day, despite her father's wishes. One day, she makes a daring escape, but now she has the village of Kiko Lake AND the Maraquan prince who fell in love with her hunting her down.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/586/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  434. Art by starlitsky4251<br>
  435. NC Custom by kabrevi<br>
  436. Description by wolfycries104<br>
  437. Poem by hzoo_26</p>
  438. <a href="#two">Go back?</a></div>
  439.  
  440.  
  441. <div class="scroll" id="Saccho">
  442.  
  443. <h1>Saccho</h1>
  444. <h2>the woodland bori</h2>
  445.  
  446. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/604/preview.png" width="330" height="330"></td><td><p align="center"><strong>Stuff to be added</strong><br><br><i>x<br>
  447. x<br>
  448. x<br>
  449. x<br>
  450.  
  451. x<br>
  452. x<br>
  453. x<br>
  454. x</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://66.media.tumblr.com/b8f8f064d1c1749e3192cb5196912014/tumblr_pt61w2IXts1xxin38o2_500.jpg"><span style="position: fixed;"><img src="http://66.media.tumblr.com/b8f8f064d1c1749e3192cb5196912014/tumblr_pt61w2IXts1xxin38o2_500.jpg"></span></span>
  455. </div></center></td>
  456. </tr></table></center><br>
  457. There was always something to be done, always something new that could be learned and Saccho balked at the sheer amount of knowledge that existed in the world. He'd taken up botany on a whim, but found the mysticism of trees too compelling to ignore. He studies the rings of trees, and the trees therefore talk to him and tell him their histories.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/604/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  458. Art by cyberpuppy33<br>
  459. Description by jakco0622<br>
  460. NP Custom by moduvator<br>
  461. Poem by x<br></p>
  462. <a href="#two">Go back?</a></div>
  463.  
  464.  
  465.  
  466. <div class="scroll" id="Trenebra">
  467.  
  468. <h1>Trenebra</h1>
  469. <h2>the plushie bori</h2>
  470.  
  471. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/597/preview.png" width="330" height="330"></td><td><p align="center"><strong>Stuff to be added</strong><br><br><i>x<br>
  472. x<br>
  473. x<br>
  474. x<br>
  475.  
  476. x<br>
  477. x<br>
  478. x<br>
  479. x</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/597/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/597/preview.png"></span></span>
  480. </div></center></td>
  481. </tr></table></center><br>
  482. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/597/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  483. Art by x<br>
  484. NC Custom kabrevi<br>
  485. Poem by x<br></p>
  486. <a href="#two">Go back?</a></div>
  487.  
  488. <div class="scroll" id="Cerizier">
  489.  
  490. <h1>Cerizier</h1>
  491. <h2>the maraquan hissi</h2>
  492.  
  493. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/587/preview.png" width="330" height="330"></td><td><p align="center"><strong>Stuff to be added</strong><br><br><i>x<br>
  494. x<br>
  495. x<br>
  496. x<br>
  497.  
  498. x<br>
  499. x<br>
  500. x<br>
  501. x</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/587/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/587/preview.png"></span></span>
  502. </div></center></td>
  503. </tr></table></center><br>
  504. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/587/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  505. Art by x<br>
  506. NC Custom by kabrevi<br>
  507. Poem by x<br></p>
  508. <a href="#two">Go back?</a></div>
  509.  
  510. <div class="scroll" id="Lkdx">
  511.  
  512. <h1>Lkdx</h1>
  513. <h2>the woodland gelert</h2>
  514.  
  515. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/568/preview.png" width="330" height="330"></td><td><p align="center"><strong>Mystical - Gentle - Dreamer</strong><br><br><i>LKDX<br>
  516. Let the true love never end<br>
  517. Keys to the heart is in my hand<br>
  518. Dreams are safe until I rust<br>
  519. Xenolith of a distant past</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://i.imgur.com/Sqh4ucz.jpg"><span style="position: fixed;"><img src="http://i.imgur.com/Sqh4ucz.jpg"></span></span>
  520. </div></center></td>
  521. </tr></table></center><br>
  522. L K D X, those letters were permanently etched into the trunk of the beautiful elm, a testament to eternal love. There would be more names, more romances, more broken hearts, yet even as those lovers parted ways the tree stood unwavering. But the tale of L K D X would forever be held close to the tree's heart, and following this inscription each couple that later scribed their names into the gnarled trunk would grant the tree the power to influence their relationship.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/568/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  523. Quad art by 72belowzero<br>
  524. Description by jakco0622<br>
  525. NP Custom by austgh123<br>
  526. Poem by moduvator<br></p>
  527. <a href="#two">Go back?</a></div>
  528.  
  529.  
  530.  
  531. <div class="scroll" id="Gretchinne">
  532.  
  533. <h1>Gretchinne</h1>
  534. <h2>the white aisha</h2>
  535.  
  536. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/574/preview.png" width="330" height="330"></td><td><p align="center"><strong>Stuff to be added</strong><br><br><i>x<br>
  537. x<br>
  538. x<br>
  539. x<br>
  540.  
  541. x<br>
  542. x<br>
  543. x<br>
  544. x</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://66.media.tumblr.com/f831661e28f1d45857b6c4256c23a3da/tumblr_pt61w2IXts1xxin38o1_500.png"><span style="position: fixed;"><img src="http://66.media.tumblr.com/f831661e28f1d45857b6c4256c23a3da/tumblr_pt61w2IXts1xxin38o1_500.png"></span></span>
  545. </div></center></td>
  546. </tr></table></center><br>
  547. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/574/preview.png" width="150" height="150"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/575/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  548. Art by cyberpuppy33<br>
  549. NP and NC Custom by austgh123<br>
  550. Poem by x<br></p>
  551. <a href="#two">Go back?</a></div>
  552.  
  553. <div class="scroll" id="Iterinarun">
  554.  
  555. <h1>Iterinarun</h1>
  556. <h2>the dimensional pteri</h2>
  557.  
  558. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/692/preview.png" width="330" height="330"></td><td><p align="center"><strong>Spirit - Punisher - Justice</strong><br><br><i>Winds of east and stars of west<br>
  559. Lay this spirit back to rest<br>
  560. When I close my eyes at night<br>
  561. I can see his cursed light<br>
  562.  
  563. As my dream comes on tiptoe<br>
  564. Would it bring me weal or woe?
  565. </i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/692/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/692/preview.png"></span></span>
  566. </div></center></td>
  567. </tr></table></center><br>
  568. A winged spirit who can enter others dreams and might help to solve one's problems and fight away nightmares as well as punish those he deems unworthy or rotten.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/692/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  569. Art by x<br>
  570. Description and poem by moduvator<br>
  571. NC Custom by kabrevi<br></p>
  572. <a href="#two">Go back?</a></div>
  573.  
  574.  
  575.  
  576. <div class="scroll" id="Ascair">
  577.  
  578. <h1>Ascair</h1>
  579. <h2>the fire xweetok</h2>
  580.  
  581. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/621/preview.png" width="330" height="330"></td><td><p align="center"><strong>Stuff to be added</strong><br><br><i>x<br>
  582. x<br>
  583. x<br>
  584. x<br>
  585.  
  586. x<br>
  587. x<br>
  588. x<br>
  589. x</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://cdn.discordapp.com/attachments/587849495925096457/589690138884571149/Fire_Xwee.jpg"><span style="position: fixed;"><img src="http://cdn.discordapp.com/attachments/587849495925096457/589690138884571149/Fire_Xwee.jpg"></span></span>
  590. </div></center></td>
  591. </tr></table></center><br>
  592. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/621/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  593. Art by 72belowzero<br>
  594. NC Custom by kabrevi<br>
  595. Poem by x<br></p>
  596. <a href="#two">Go back?</a></div>
  597.  
  598. <div class="scroll" id="Ridgered">
  599.  
  600. <h1>Ridgered</h1>
  601. <h2>the water xweetok</h2>
  602.  
  603. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/914/preview.png" width="330" height="330"></td><td><p align="center"><strong>Stuff to be added</strong><br><br><i>x<br>
  604. x<br>
  605. x<br>
  606. x<br>
  607.  
  608. x<br>
  609. x<br>
  610. x<br>
  611. x</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/914/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/914/preview.png"></span></span>
  612. </div></center></td>
  613. </tr></table></center><br>
  614. Ridgered is a middle aged retired composer, famous for his works and is known worldwide for his music. He's off on an extended retreat somewhere in the most remote places of Neopia, but the paparazzi will NOT stop bothering him! He's just trying to have a good time wherever he goes, but he can't seem to get those camera-hounds off his back.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/914/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  615. Art by x<br>
  616. NP Custom and description by wolfycries104<br>
  617. Poem by x<br></p>
  618. <a href="#two">Go back?</a></div>
  619.  
  620. <div class="scroll" id="Krispik">
  621.  
  622. <h1>Krispik</h1>
  623. <h2>the chocolate buzz</h2>
  624.  
  625. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/426/preview.png" width="330" height="330"></td><td><p align="center"><strong>Stuff to be added</strong><br><br><i>x<br>
  626. x<br>
  627. x<br>
  628. x<br>
  629.  
  630. x<br>
  631. x<br>
  632. x<br>
  633. x</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/426/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/426/preview.png"></span></span>
  634. </div></center></td>
  635. </tr></table></center><br>
  636. A Neopian classic, Faerie chocolate cookies can't be beat! But one day, the Baking Faerie uses a bit too much magic in her secret recipe, and Krispek the cookie comes to life! Now he is the mascot for the Faerie Baking Company, and is always on the run from hungry Neopets!<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/269/preview.png" width="150" height="150"> <img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/158/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  637. Art by x<br>
  638. Description by jakco0622<br>
  639. NP Customs by dickies_808_gurl and drizzydraik<br>
  640. Poem by x<br></p>
  641. <a href="#two">Go back?</a></div>
  642.  
  643. <div class="scroll" id="tiiea">
  644.  
  645. <h1>tiiea</h1>
  646. <h2>the baby shoyru</h2>
  647.  
  648. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/567/preview.png" width="330" height="330"></td><td><p align="center"><strong>Stuff to be added</strong><br><br><i>x<br>
  649. x<br>
  650. x<br>
  651. x<br>
  652.  
  653. x<br>
  654. x<br>
  655. x<br>
  656. x</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/567/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/567/preview.png"></span></span>
  657. </div></center></td>
  658. </tr></table></center><br>
  659. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/567/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  660. Art by x<br>
  661. NP Custom by jakco0622<br>
  662. Poem by x<br></p>
  663. <a href="#two">Go back?</a></div>
  664.  
  665. <div class="scroll" id="Ashtlo">
  666.  
  667. <h1>Ashtlo</h1>
  668. <h2>the eventide acara</h2>
  669.  
  670. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/016/preview.png" width="330" height="330"></td><td><p align="center"><strong>Stuff to be added</strong><br><br><i>x<br>
  671. x<br>
  672. x<br>
  673. x<br>
  674.  
  675. x<br>
  676. x<br>
  677. x<br>
  678. x</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/016/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/016/preview.png"></span></span>
  679. </div></center></td>
  680. </tr></table></center><br>
  681. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/016/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  682. Art by x<br>
  683. NP Custom by hzoo_26<br>
  684. Poem by x<br></p>
  685. <a href="#two">Go back?</a></div>
  686.  
  687. <div class="scroll" id="Zupx">
  688.  
  689. <h1>Zupx</h1>
  690. <h2>the stealthy blumaroo</h2>
  691.  
  692. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/870/074/preview.png" width="330" height="330"></td><td><p align="center"><strong>x</strong><br><br><i>x<br>
  693. x<br>
  694. x<br>
  695. x<br>
  696.  
  697. x<br>
  698. x<br>
  699. x<br>
  700. x</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://upload.neopets.com/userart/art/2014-08-05_666_0433508001407255853.jpg"><span style="position: fixed;"><img src="http://upload.neopets.com/userart/art/2014-08-05_666_0433508001407255853.jpg"></span></span>
  701. </div>
  702. </center></td>
  703. </tr></table></center><br>
  704. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/870/074/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  705. Art by moduvator<br>
  706. NP Custom by punkprincezz07<br>
  707. Poem by x<br></p>
  708. <a href="#two">Go back?</a></div>
  709. <div class="scroll" id="Cherulu">
  710.  
  711. <h1>Cherulu</h1>
  712. <h2>the chocolate elephante</h2>
  713.  
  714. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/609/preview.png" width="330" height="330"></td><td><p align="center"><strong>x</strong><br><br><i>x<br>
  715. x<br>
  716. x<br>
  717. x<br></i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://i.imgur.com/piEziIl.jpg"><span style="position: fixed;"><img src="http://i.imgur.com/piEziIl.jpg"></span></span>
  718. </div>
  719. </center></td>
  720. </tr></table></center><br>
  721. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/609/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  722. Art by moduvator<br>
  723. NP Custom by moduvator<br>
  724. Poem by x<br></p>
  725. <a href="#two">Go back?</a></div>
  726. <div class="scroll" id="Koreneki">
  727.  
  728. <h1>Koreneki</h1>
  729. <h2>the ice lupe</h2>
  730.  
  731. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/680/preview.png" width="330" height="330"></td><td><p align="center"><strong>x</strong><br><br><i>x<br>
  732. x<br>
  733. x<br>
  734. x<br></i><br><br><strong>Art</strong><br><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/680/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/680/preview.png"></span></span>
  735. </div>
  736.  
  737. </center></td>
  738. </tr></table></center><br>
  739. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/680/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  740. Art by x<br>
  741. NC Custom by kabrevi<br>
  742. Poem by x<br></p>
  743. <a href="#two">Go back?</a></div>
  744.  
  745.  
  746.  
  747. <div class="scroll" id="Garloc">
  748.  
  749. <h1>Garloc</h1>
  750. <h2>the garlic jubjub</h2>
  751.  
  752. <center><table><tr><td><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/683/preview.png" width="330" height="330"></td><td><p align="center"><strong>x</strong><br><br><i>x</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/683/preview.png"><span style="position: fixed;"><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/683/preview.png"></span></span>
  753. </div>
  754.  
  755. </center></td>
  756. </tr></table></center><br>
  757. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/683/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  758. Art by x<br>
  759. NP Custom by Discardedcrayon<br>
  760. Poem by x<br></p>
  761. <a href="#two">Go back?</a></div>
  762.  
  763.  
  764.  
  765. <div class="scroll" id="Malyense">
  766.  
  767. <h1>Malyense</h1>
  768. <h2>the magma cybunny</h2>
  769.  
  770. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/907/preview.png" width="330" height="330"></td><td><p align="center"><strong>Righteous - Powerful - Mighty</strong><br><br><i>From fire and flame she rose,<br>
  771. a Goddess who's true power no mortal knows.<br>
  772. To fight for the weak she was born,<br>
  773. evil would run away afraid of her scorn.<br>
  774. For Malyense is all powerful with her heat,<br>
  775. betray her values and a burning death you will meet!<br>
  776. But her love is as strong as her wrath,<br>
  777. as long as you choose the righteous path.</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/907/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/907/preview.png"></span></span>
  778.  
  779. </div>
  780.  
  781. </center></td>
  782. </tr></table></center><br>
  783. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/907/preview.png" width="150" height="150"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/908/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  784. NC, NP custom and poem by punkprincezz07<br></p>
  785. <a href="#two">Go back?</a></div>
  786.  
  787. <div class="scroll" id="Lyniiz">
  788.  
  789. <h1>Lyniiz</h1>
  790. <h2>the darigan cybunny</h2>
  791.  
  792. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/972/preview.png" width="330" height="330"></td><td><p align="center"><strong>x</strong><br><br><i>Scams, cons, hacks,<br>
  793. in those, Lyniiz never lacks.<br>
  794. Yet, she's been cursed,<br>
  795. bad luck and misfortune lay about,<br>
  796. in fortunes, she needs someone well-versed.<br>
  797. She can't stay like this forever,<br>
  798. she needs her NP, she can't be broke for long!</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/972/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/972/preview.png"></span></span>
  799.  
  800. </div>
  801.  
  802. </center></td>
  803. </tr></table></center><br>
  804. Lyniiz... is a con artist. She lives in the dark and bad parts of Shenkuu, reading fake fortunes and scams innocent Neopians out of their Neopoints. However, one day, this tricky Darigan Cybunny reads the fortune of a real fortune-teller, and everything she read off to this pet is coming true... but it's happening to Lyniiz herself! Now Lyniiz has to push aside her greed and figure out what's going on, but will she push aside her selfishness for long?<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/972/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  805. NP custom, poem and description by wolfycries104<br></p>
  806. <a href="#two">Go back?</a></div>
  807.  
  808.  
  809.  
  810. <div class="scroll" id="Doohiky">
  811.  
  812. <h1>Doohiky</h1>
  813. <h2>the halloween flotsam</h2>
  814.  
  815. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/000/preview.png" width="330" height="330"></td><td><p align="center"><strong>creepy - playful - offputting</strong><br><br><i>What is he doing?!<br>
  816. I told him we'd have tea at three,<br>
  817. I mean, it's not like he can go anywhere,<br>
  818. he's as dead as can be!</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/000/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/000/preview.png"></span></span>
  819. </div>
  820.  
  821. </center></td>
  822. </tr></table></center><br>
  823. Doohiky... is a mystery. This little girl lives in her own abandoned castle in the Haunted Woods, and her best friends aren't the kindergarteners down the road, they're the kindergarteners' old and dead ancestors. She lives and plays with the dead and if anyone interrupts Sunday's teatime with Mr. Bonejangles, they're gonna get it...<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/000/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  824. NP custom, description and poem by wolfycries104<br></p>
  825. <a href="#two">Go back?</a></div>
  826.  
  827.  
  828.  
  829. <div class="scroll" id="Dillafinna">
  830.  
  831. <h1>Dillafinna</h1>
  832. <h2>the baby kougra</h2>
  833.  
  834. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/003/preview.png" width="330" height="330"></td><td><p align="center"><strong>spoiled - fun-loving - childish</strong><br><br><i>Happy birthday to me!<br>
  835. Wait, is it my birthday?<br>
  836. I can't remember. But hey,<br>
  837. who cares?</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/003/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/003/preview.png"></span></span>
  838. <span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/003/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/003/preview.png"></span></span></div>
  839.  
  840. </center></td>
  841. </tr></table></center><br>
  842. Dillafinna thinks every day is her birthday! She can't help it, she is the baby of two very popular and well-known party planners. She's always seen with cake on her face or a present in her hand. She's spoiled, but she always has a ton of fun every day!
  843. <br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/873/003/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  844. NP custom, poem and description by wolfycries104<br></p>
  845. <a href="#two">Go back?</a></div>
  846.  
  847.  
  848. <div class="scroll" id="MarmiteJ">
  849.  
  850. <h1>MarmiteJ</h1>
  851. <h2>the faerie draik</h2>
  852.  
  853. <center><table><tr><td><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/477/preview.png" width="330" height="330"></td><td><p align="center"><strong>x</strong><br><br><i>x</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/477/preview.png"><span style="position: fixed;"><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/477/preview.png"></span></span>
  854. </div>
  855.  
  856. </center></td>
  857. </tr></table></center><br>
  858. MarmiteJ was orphaned as a baby by an evil witch and taken captive to be the witch's source of faerie magic, for years MarmiteJ lived under the witches rule but she was getting stronger and training behind her captors back and now she has escaped her thrall and fighting tooth and nail to get to anywhere she can feel safe.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/477/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  859. NP custom and Description by Punkprincezz07<br></p>
  860. <a href="#two">Go back?</a></div>
  861.  
  862.  
  863. <div class="scroll" id="Seyz">
  864.  
  865. <h1>Seyz</h1>
  866. <h2>the eldergirl eyrie</h2>
  867.  
  868. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/423/preview.png" width="330" height="330"></td><td><p align="center"><strong>x</strong><br><br><i>x</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/423/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/423/preview.png"></span></span>
  869.  
  870. </div>
  871.  
  872. </center></td>
  873. </tr></table></center><br>
  874. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/423/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  875. NP custom by drizzydraik<br></p>
  876. <a href="#two">Go back?</a></div>
  877.  
  878. <div class="scroll" id="Syprasius">
  879.  
  880. <h1>Syprasius</h1>
  881. <h2>the oil paint cybunny</h2>
  882.  
  883. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/915/preview.png" width="330" height="330"></td><td><p align="center"><strong>thief - determined - smart</strong><br><br><i>the sister wants to be faerie,<br>
  884. the mother wants to be cloud.<br>
  885. the father wants to be pink,<br>
  886. and the son, wants to make his family proud.</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/915/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/915/preview.png"></span></span>
  887.  
  888. </div>
  889.  
  890. </center></td>
  891. </tr></table></center><br>
  892. Syprasius is a world famous art thief, pulling off his grandest heist- the colors of the Rainbow Fountain. He does it for a noble cause however, as he was, and still is, the most colorful creature in all of Neovia. He intends to steal the color to bring it back to his dreary hometown, and make his Grey family the colors they've always wanted to be. However, a certain Gelert detective is chasing down his trail...<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/915/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  893. NP custom, poem and description by wolfycries104<br></p>
  894. <a href="#two">Go back?</a></div>
  895.  
  896.  
  897. <div class="scroll" id="Taellure">
  898.  
  899. <h1>Taellure</h1>
  900. <h2>the jelly ixi</h2>
  901.  
  902. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/427/preview.png" width="330" height="330"></td><td><p align="center"><strong>Vengeful - Talented - Calculated</strong><br><br><i>I really tried to fight the beast,<br>
  903. But alas I lost my sight,<br>
  904. So I do my best to train each day,<br>
  905. So it I can go fight.<br>
  906. During the day I pluck the strings,<br>
  907. I feel the music's beat,<br>
  908. Through my jelly fingers, <br>
  909. my fans say my music's sweet.</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/427/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/427/preview.png"></span></span>
  910. <span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/922/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/922/preview.png"></span></span></div>
  911.  
  912. </center></td>
  913. </tr></table></center><br>
  914. Born a talented musician, Taellure is an expert at her craft, and loves to play for her audiences in the Tyrannian Music Hall. However, she's blind, but not by birth-- The Beast stole her eyes, and ate them. She trains every night and performs every day, so she can get her revenge on that wicked creature.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/427/preview.png" width="150" height="150"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/922/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  915. NC custom by drizzydraik<br>
  916. NP custom and poem by hzoo_26<br>
  917. Description by wolfycries104</p>
  918. <a href="#two">Go back?</a></div>
  919.  
  920. <div class="scroll" id="Keirol">
  921.  
  922. <h1>Keirol</h1>
  923. <h2>the Stealthy Gelert</h2>
  924.  
  925. <center><table><tr><td><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/685/preview.png" width="330" height="330"></td><td><p align="center"><strong>WIP</strong><br><br><i>x<br>
  926. x<br>
  927. x<br>
  928. x<br>
  929.  
  930. x<br>
  931. x<br>
  932. x<br>
  933. x</i><br><br><strong>Art</strong><br><br></p><div class="pgal"><span class="pgalimg"><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/685/preview.png"><span style="position: fixed;"><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/685/preview.png"></span></span>
  934. </div></td>
  935. </tr></table></center><br>
  936. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/685/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  937. Art by x<br>
  938. NP Custom by discardedcrayon<br>
  939. Poem by x<br></p>
  940. <a href="#two">Go back?</a></div>
  941.  
  942. <div class="scroll" id="Torasmeow">
  943.  
  944. <h1>Torasmeow</h1>
  945. <h2>the Snot Uni</h2>
  946.  
  947. <center><table><tr><td><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/491/preview.png" width="330" height="330"></td><td><p align="center"><strong>WIP</strong><br><br><i>x<br>
  948. x<br>
  949. x<br>
  950. x<br>
  951.  
  952. x<br>
  953. x<br>
  954. x<br>
  955. x</i><br><br><strong>Art</strong><br><br></p><div class="pgal"><span class="pgalimg"><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/491/preview.png"><span style="position: fixed;"><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/491/preview.png"></span></span>
  956. </div></td>
  957. </tr></table></center><br>
  958. Torasmeow by day works in the Magical Bookshop but by night she is a painter aspiring to one day be able to quit the bookshop and make a living with her art.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/491/preview.png" width="150" height="150"><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/688/preview.png" width="150" height="150"><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/686/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  959. Art by x<br>
  960. Description by punkprincezz07<br>
  961. NP Customs by punkprincezz07 and discardedcrayon<br>
  962. Poem by x<br></p>
  963. <a href="#two">Go back?</a></div>
  964. <div class="scroll" id="lnevitable">
  965.  
  966. <h1>lnevitable (lowercase l)</h1>
  967. <h2>the Chocolate Chomby</h2>
  968.  
  969. <center><table><tr><td><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/627/preview.png" width="330" height="330"></td><td><p align="center"><strong>WIP</strong><br><br><i>x<br>
  970. x<br>
  971. x<br>
  972. x<br>
  973.  
  974. x<br>
  975. x<br>
  976. x<br>
  977. x</i><br><br><strong>Art</strong><br><br></p><div class="pgal"><span class="pgalimg"><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/627/preview.png"><span style="position: fixed;"><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/627/preview.png"></span></span>
  978. </div></td>
  979. </tr></table></center><br>
  980. lnevitable is one of Neopia's biggest - and richest stars! She's a renowned actress with many Neopies in her trophy cabinet and beloved by many. But as is inevitable, she is not content with her luxurious life of fame and riches, yeah she seems like she has it all on the outside but something is missing...<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/627/preview.png" width="150" height="150"><img src="https://openneo-uploads.s3.amazonaws.com/outfits/001/873/690/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  981. Art by x<br>
  982. Description by Punkprincezz07<br>
  983. NP Custom by punkprincezz07<br>
  984. NC Custom by discardedcrayon<br>
  985. Poem by x<br></p>
  986. <a href="#two">Go back?</a></div>
  987. <div class="scroll" id="Nobahe">
  988.  
  989. <h1>Nobahe</h1>
  990. <h2>the Island Lupe</h2>
  991.  
  992. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png" width="330" height="330"></td><td><p align="center"><strong>WIP</strong><br><br><i>x<br>
  993. x<br>
  994. x<br>
  995. x<br>
  996.  
  997. x<br>
  998. x<br>
  999. x<br>
  1000. x</i><br><br><strong>Art</strong><br><br></p><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png"></span></span>
  1001. </div></td>
  1002. </tr></table></center><br>
  1003. Put Character Description here.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1004. Art by x<br>
  1005. Description by x<br>
  1006. NP Custom by x<br>
  1007. Poem by x<br></p>
  1008. <a href="#two">Go back?</a></div>
  1009.  
  1010.  
  1011. <div class="scroll" id="three">
  1012.  
  1013. <h1>Zapping</h1>
  1014. <h2>Also UFA, but be cautious for their appearance will change.</h2>
  1015.  
  1016. <a href="#Arums"><img src="http://pets.neopets.com/cpn/Arums/1/3.png" style="border-radius: 30em;"></a><a href="#Schev"><img src="http://pets.neopets.com/cpn/Schev/1/3.png" style="border-radius: 30em;"></a><a href="#Arenola"><img src="http://pets.neopets.com/cpn/Arenola/1/3.png" style="border-radius: 30em;"></a><a href="#Xivanga"><img src="http://pets.neopets.com/cpn/Xivanga/1/3.png" style="border-radius: 30em;"></a><a href="#Kimeii"><img src="http://pets.neopets.com/cpn/Kimeii/1/3.png" style="border-radius: 30em;"></a><a href="#Katelynne"><img src="http://pets.neopets.com/cpn/Katelynne/1/3.png" style="border-radius: 30em;"></a><a href="#Atribue"><img src="http://pets.neopets.com/cpn/Atribue/1/3.png" style="border-radius: 30em;"></a>
  1017.  
  1018. </div>
  1019.  
  1020.  
  1021. <div class="scroll" id="Arums">
  1022.  
  1023. <h1>Arums</h1>
  1024. <h2>the ?????</h2>
  1025.  
  1026. <center><table><tr><td><img src="http://pets.neopets.com/cpn/Arums/1/4.png" width="330" height="330"></td><td><p align="center"><strong>WIP</strong><br><br><i>x<br>
  1027. x<br>
  1028. x<br>
  1029. x<br>
  1030.  
  1031. x<br>
  1032. x<br>
  1033. x<br>
  1034. x</i><br><br><strong>Art</strong><br><br></p><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"></span></span>
  1035. </div></td>
  1036. </tr></table></center><br>
  1037. Lilies often get overlooked when picking bouquets for loved ones. But Arty knows that the lilies can stand for humility and devotion. Something he feels a lot of neopets are lacking. Arty is nothing more than a small florist, until he helped an earth faerie who had a broken wing. In parting she allowed him to talk to flowers, and now he can't seem to figure out if lilies are as humble as the stories say.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1038. Art by x<br>
  1039. Description by potent<br>
  1040. NP Custom by x<br>
  1041. Poem by x<br></p>
  1042. <a href="#three">Go back?</a></div>
  1043.  
  1044. <div class="scroll" id="Schev">
  1045.  
  1046. <h1>Schev</h1>
  1047. <h2>the ?????</h2>
  1048.  
  1049. <center><table><tr><td><img src="http://pets.neopets.com/cpn/Schev/1/4.png" width="330" height="330"></td><td><p align="center"><strong>Stuff to be added</strong><br><br><i>x<br>
  1050. x<br>
  1051. x<br>
  1052. x<br>
  1053.  
  1054. x<br>
  1055. x<br>
  1056. x<br>
  1057. x</i><br><br><strong>Art</strong><br><br></p><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"></span></span>
  1058. </div></td>
  1059. </tr></table></center><br>
  1060. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1061. Art by x<br>
  1062. NP Custom by x<br>
  1063. Poem by x<br></p>
  1064. <a href="#three">Go back?</a></div>
  1065.  
  1066. <div class="scroll" id="Xivanga">
  1067.  
  1068. <h1>Xivanga</h1>
  1069. <h2>the ?????</h2>
  1070.  
  1071. <center><table><tr><td><img src="http://pets.neopets.com/cpn/Xivanga/1/4.png" width="330" height="330"></td><td><p align="center"><strong>Stuff to be added</strong><br><br><i>x<br>
  1072. x<br>
  1073. x<br>
  1074. x<br>
  1075.  
  1076. x<br>
  1077. x<br>
  1078. x<br>
  1079. x</i><br><br><strong>Art</strong><br><br></p><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"></span></span>
  1080. </div></td>
  1081. </tr></table></center><br>
  1082. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1083. Art by x<br>
  1084. NP Custom by x<br>
  1085. Poem by x<br></p>
  1086. <a href="#three">Go back?</a></div>
  1087.  
  1088. <div class="scroll" id="Arenola">
  1089.  
  1090. <h1>Arenola</h1>
  1091. <h2>the ?????</h2>
  1092.  
  1093. <center><table><tr><td><img src="http://pets.neopets.com/cpn/Arenola/1/4.png" width="330" height="330"></td><td><p align="center"><strong>Special case!</strong><br><br><i>x<br>
  1094. x<br>
  1095. x<br>
  1096. x<br>
  1097.  
  1098. x<br>
  1099. x<br>
  1100. x<br>
  1101. x</i><br><br><strong>Art</strong><br><br></p><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"></span></span>
  1102. </div></td>
  1103. </tr></table></center><br>
  1104. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1105. Art by x<br>
  1106. NP Custom by x<br>
  1107. Poem by x<br></p>
  1108. <a href="#three">Go back?</a></div>
  1109.  
  1110. <div class="scroll" id="Kimeii">
  1111.  
  1112. <h1>Kimeii</h1>
  1113. <h2>the ?????</h2>
  1114.  
  1115. <center><table><tr><td><img src="http://pets.neopets.com/cpn/Kimeii/1/4.png" width="330" height="330"></td><td><p align="center"><strong>Special case!</strong><br><br><i>x<br>
  1116. x<br>
  1117. x<br>
  1118. x<br>
  1119.  
  1120. x<br>
  1121. x<br>
  1122. x<br>
  1123. x</i><br><br><strong>Art</strong><br><br></p><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"></span></span>
  1124. </div></td>
  1125. </tr></table></center><br>
  1126. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1127. Art by x<br>
  1128. NP Custom by x<br>
  1129. Poem by x<br></p>
  1130. <a href="#three">Go back?</a></div>
  1131. <div class="scroll" id="Katelynne">
  1132.  
  1133. <h1>Katelynne</h1>
  1134. <h2>the ?????</h2>
  1135.  
  1136. <center><table><tr><td><img src="http://pets.neopets.com/cpn/Katelynne/1/4.png" width="330" height="330"></td><td><p align="center"><strong>Special case!</strong><br><br><i>x<br>
  1137. x<br>
  1138. x<br>
  1139. x<br>
  1140.  
  1141. x<br>
  1142. x<br>
  1143. x<br>
  1144. x</i><br><br><strong>Art</strong><br><br></p><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"></span></span>
  1145. </div></td>
  1146. </tr></table></center><br>
  1147. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1148. Art by x<br>
  1149. NP Custom by x<br>
  1150. Poem by x<br></p>
  1151. <a href="#three">Go back?</a></div>
  1152. <div class="scroll" id="Atribue">
  1153.  
  1154. <h1>Atribue</h1>
  1155. <h2>the ?????</h2>
  1156.  
  1157. <center><table><tr><td><img src="http://pets.neopets.com/cpn/Atribue/1/4.png" width="330" height="330"></td><td><p align="center"><strong>Special case!</strong><br><br><i>x<br>
  1158. x<br>
  1159. x<br>
  1160. x<br>
  1161.  
  1162. x<br>
  1163. x<br>
  1164. x<br>
  1165. x</i><br><br><strong>Art</strong><br><br></p><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/184/preview.png"></span></span>
  1166. </div></td>
  1167. </tr></table></center><br>
  1168. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1169. Art by x<br>
  1170. NP Custom by x<br>
  1171. Poem by x<br></p>
  1172. <a href="#three">Go back?</a></div>
  1173.  
  1174.  
  1175. <div class="scroll" id="four">
  1176.  
  1177. <h1>The Team</h1>
  1178. <h2>RFA wouldn't be possible without our creators and zappers.</h2>
  1179.  
  1180. <li><strong>amy_lilly | Lily</strong></li>
  1181. Your host and creator of this page. Adapts and fills any necessary role in the adoption process of this page. An animal lover who constantly dreams about 2d characters and cosplay.<br><br><li><strong>drizzydraik | Lily</strong></li>
  1182. A fantastic writer and zapper who is also a poet at heart. She will stun you with her beautiful musings.<br><br><li><strong>Abacedarian_girl | Aba</strong></li>
  1183. One of our resident quad artists! Specialized in traditional watercolour + ink. See her other art on /~Agaila.<br><br><li><strong>wolfycries104 | Wolfy</strong></li>
  1184. A lovely poet and pet name provider. She loves to make misspells and compound names and write poems for them!<br><br><li><strong>jakco0622 | Jak</strong></li>
  1185. Jak likes to draw, code, and write, but most of all loves helping cute pets find their furever homes!<br><br><li><strong>marcelarenoldi | Mah</strong></li>
  1186. Mah likes to draw animals most of the time, but also spending some time in the moon thinking about the most crazy stories she can come with. Her goal irl is to work with animal behavior.<br><br><li><strong>moduvator | Gene</strong></li>
  1187. Gene is an impulse adopter and occasional artist with lots of creative ideas to share with you!<br><br><li><strong>tinyali | Ali</strong></li>
  1188. Ali loves to code and create graphics, as well as adopt and zap pets from the pound.<br><br><li><strong>potent | Honey</strong></li>
  1189. Honey likes blumaroos and skeiths, has a mad passion for character creation and art, and loves working with us fabulous folks!<br><br><li><strong>72belowzero | Ace</strong></li>Ace or Zero came to neo hoping to draw and create a world for her pets. She enjoys world building around her characters. Loves cats and Xweetok. Cuz like. Little weasels.<br><br><li><strong>cyberpuppy33 | Runie</strong></li>
  1190. It's Runie!! Ixis and Aisha are her jam but she believes every pet deserves a loving home. A little obsessed with comics and stories and characters and here to make friends!<br><br><li><strong>austgh123 | Kristen</strong></li>
  1191. Kristen likes to procrastinate in real life by creating art, customizations, and characters for this page!<br><br><li><strong>pug33333 | Kimberly</strong></li>
  1192. Kimberly loves to zap and adopt pets from the pound. She also has a obsession with lupes and kougras.<br><br><li><strong>starlitsky4251 | Ashe</strong></li>
  1193. A loser that likes to draw.<br><br><li><strong>sapphie_star | tabby</strong></li>
  1194. Quad artist, customizer and writer. Loves kougras, and cries a lot??<br><br><li><strong>Lucy | punkprincezz07</strong></li>
  1195. Lucy is an indecisive Gemini moon which makes her a sort of jack of all trades who loves to customize pets for the most part but she dabbles in editing code, writing, character creation, and art. She loves cute things, spooky things and a mix of the two!<br><br><li><strong>Sunny | hzoo_26</strong></li>
  1196. The ixi queen, our Sunny of all trades.<br><br><br><li><strong>Others to be added here</strong></li><br><br><br></div>
  1197. <div class="scroll" id="five">
  1198.  
  1199. <h1>Happy endings</h1>
  1200. <h2>These pets were adopted thanks to our agency.</h2>
  1201.  
  1202.  
  1203. <a href="#Creamse"><img src="http://pets.neopets.com/cpn/Creamse/1/3.png" style="border-radius: 30em;"></a><a href="#Awzt"><img src="http://pets.neopets.com/cpn/Awzt/1/3.png" style="border-radius: 30em;"></a><a href="#Mibil"><img src="http://pets.neopets.com/cpn/Mibil/1/3.png" style="border-radius: 30em;"></a><a href="#Rusthye"><img src="http://pets.neopets.com/cpn/Rusthye/1/3.png" style="border-radius: 30em;"></a><a href="#Relinna"><img src="http://pets.neopets.com/cpn/Relinna/1/3.png" style="border-radius: 30em;"></a><a href="#Aitiru"><img src="http://pets.neopets.com/cpn/Aitiru/1/3.png" style="border-radius: 30em;"></a><a href="#Kitky"><img src="http://pets.neopets.com/cpn/Kitky/1/3.png" style="border-radius: 30em;"></a><a href="#Nookums"><img src="http://pets.neopets.com/cpn/Nookums/1/3.png" style="border-radius: 30em;"></a>
  1204. <br><br></div>
  1205.  
  1206. <div class="scroll" id="Nookums">
  1207.  
  1208. <h1>Nookums</h1>
  1209. <h2>the baby kiko</h2>
  1210.  
  1211. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/294/preview.png" width="330" height="330"></td><td><p align="center"><strong>Cute - Mischievous - Playful</strong><br><br><i>Peeka-boo,<br>
  1212. Peeka-boo,<br>
  1213. Try to find me!<br>
  1214.  
  1215. I promise I'll not run,<br>
  1216. I'll just curl up my wings.<br>
  1217.  
  1218. Don't look up high,<br>
  1219. Try down low.<br>
  1220.  
  1221. I can't climb very well you know.<br>
  1222.  
  1223. The flowers are my friends,<br>
  1224. The forest is my home.<br>
  1225. Will you play my game,<br>
  1226. so I won't be alone?
  1227. </i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://imgur.com/JzJMlpZ.png"><span style="position: fixed;"><img src="http://imgur.com/JzJMlpZ.png"></span></span>
  1228. </div></center></td>
  1229. </tr></table></center><br>
  1230. Nookums is a baby faerie, found in the fresh blooming forget-me-nots with a binky in his mouth and a smile on his face. He's under the care of multiple Earth Faeries, but that doesn't stop him from being a little troublemaker.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/294/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1231. Art by abacedarian_girl<br>
  1232. NP Custom by amy_lilly<br>
  1233. Description by wolfycries104<br>
  1234. Poem by hzoo_26</p>
  1235. <a href="#five">Go back?</a></div>
  1236.  
  1237. <div class="scroll" id="Aitiru">
  1238.  
  1239. <h1>Aitiru</h1>
  1240. <h2>the wraith draik</h2>
  1241.  
  1242. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/183/preview.png" width="330" height="330"></td><td><p align="center"><strong>Greedy - Strong - Cursed</strong><br><br><i>People used to revere you<br>
  1243. Now, they only fear you<br>
  1244. You used to be a protector<br>
  1245. These days, you're just a spectre<br>
  1246.  
  1247. You used to inspire and lead<br>
  1248. But now, you're just a cautionary tale of insatiable greed</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://i.imgur.com/HXeHU8T.png"><span style="position: fixed;"><img src="http://i.imgur.com/HXeHU8T.png"></span></span>
  1249. <span class="pgalimg"><img src="http://i.imgur.com/xX96Phi.png"><span style="position: fixed;"><img src="http://i.imgur.com/xX96Phi.png"></span></span>
  1250. <span class="pgalimg"><img src="http://i.imgur.com/pSuwKea.jpg"><span style="position: fixed;"><img src="http://i.imgur.com/pSuwKea.jpg"></span></span>
  1251. </div>
  1252.  
  1253. </center></td>
  1254. </tr></table></center><br>
  1255. In the clouds above Meridell, an elite Draik clan watches over the town and protects its citizens. Aitiru was once a strong and fearless member of this clan, but his greed overtook his desire to protect others. He was banished from the clouds, and while on Neopia was coerced by a sorceress who promised him infinite power. She did not tell him of his curse--he was no longer a physical being, and could only be summoned into existence by the ill wishes of others.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/183/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1256. Quad art by marcelarenoldi<br>
  1257. Anthro art by moduvator<br>
  1258. Description by jakco0622<br>
  1259. NP Custom and poem by drizzydraik<br></p>
  1260. <a href="#five">Go back?</a></div>
  1261. <div class="scroll" id="Kitky">
  1262.  
  1263. <h1>Kitky</h1>
  1264. <h2>the plushie wocky</h2>
  1265.  
  1266. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/424/preview.png" width="330" height="330"></td><td><p align="center"><strong>Soft - Warm - Loving</strong><br><br><i>Cakes, cookies, confections, and more!<br>
  1267. Kitky's Bake Shop is full of sweet treats galore.<br>
  1268. Ding ding goes the bell of the shop's door,<br>
  1269. Kitky wipes her paws on the apron she wore.<br>
  1270.  
  1271. How may I help you?, Kitky asks<br>
  1272. The customer replies, Just popping in before my daily tasks.<br>
  1273. What sweet would you like to try today?<br>
  1274. I think I'll have a dozen sugar cookies and then be on my way.<br>
  1275. Kitky hands the customer the pink box, That will be 10 Neopoints.<br>
  1276. The customer hands her the coins, Your shop never disappoints!<br>
  1277. Kitky smiles and waves, Thank you, have a nice day!<br>
  1278. She goes back to her work without delay.</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/424/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/424/preview.png"></span></span>
  1279. </div></center></td>
  1280. </tr></table></center><br>
  1281. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/424/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1282. NC Custom, description and poem by punkprincezz07<br></p>
  1283. <a href="#five">Go back?</a></div>
  1284. <div class="scroll" id="Creamse">
  1285.  
  1286. <h1>Creamse</h1>
  1287. <h2>the transparent bori</h2>
  1288.  
  1289. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/177/preview.png" width="330" height="330"></td><td><p align="center"><strong>Sweet - Innocent - Dreamer</strong><br><br><i>orange floats for clouds<br>
  1290. soda bubbles for stars<br>
  1291. touch the sunset skies<br>
  1292. my creamsicle child<br>
  1293.  
  1294. you radiate saccharine sweetness<br>
  1295. tangerine cuddles and citrus hugs<br>
  1296. i'll fly to great heights<br>
  1297. with you at my side</i><br><br><strong>Art</strong><br><br></p><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/177/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/177/preview.png"></span></span>
  1298. </div></td>
  1299. </tr></table></center><br>
  1300. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/177/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1301. Art by x<br>
  1302. NP Custom by drizzydraik<br>
  1303. Poem by wolfycries104<br></p>
  1304. <a href="#five">Go back?</a></div>
  1305.  
  1306. <div class="scroll" id="Awzt">
  1307.  
  1308. <h1>Awzt</h1>
  1309. <h2>the pastel draik</h2>
  1310.  
  1311. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/870/074/preview.png" width="330" height="330"></td><td><p align="center"><strong>Mystical - Protector - Healer</strong><br><br><i>The lady in the woods<br>
  1312. is a fabled, mystical spirit<br>
  1313. She is said to protect and care for its inhabitants<br>
  1314. and that her presence is felt by all who are near it<br>
  1315.  
  1316. This kindred, mystical being<br>
  1317. spends countless hours<br>
  1318. Watering, planting, healing,<br>
  1319. And watching over her darling flowers</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://imgur.com/nVVY00T.png"><span style="position: fixed;"><img src="http://imgur.com/nVVY00T.png"></span></span>
  1320. <span class="pgalimg"><img src="http://i.imgur.com/YLJWDQ2.jpg"><span style="position: fixed;"><img src="http://i.imgur.com/YLJWDQ2.jpg"></span></span>
  1321. <span class="pgalimg"><img src="http://i.imgur.com/wk8FOB8.png"><span style="position: fixed;"><img src="http://i.imgur.com/wk8FOB8.png"></span></span></div>
  1322.  
  1323. </center></td>
  1324. </tr></table></center><br>
  1325. Insert character description here<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/870/074/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1326. Quad art by abacedarian_girl<br>
  1327. Anthro art by moduvator<br>
  1328. NP Custom by amy_lilly<br>
  1329. Poem by drizzydraik<br></p>
  1330. <a href="#five">Go back?</a></div>
  1331.  
  1332. <div class="scroll" id="Mibil">
  1333. <h1>Mibil</h1>
  1334. <h2>the transparent wocky</h2>
  1335.  
  1336. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png" width="330" height="330"></td><td><p align="center"><strong>LOVING - KIND - LONELY</strong><br><br><i>little ghost kitty,<br>
  1337. abandoned in the rain<br>
  1338. she wanders through the streets,<br>
  1339. hiding all her pain<br>
  1340. one day she hopes to find<br>
  1341. an owner to adore<br>
  1342. she's got a heart full of love,<br>
  1343. who could ask for more?</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png"></span></span>
  1344. </div>
  1345.  
  1346. </center></td>
  1347. </tr></table></center><br>
  1348. A cat born with a skull marking on her forehead. Her previous owner abandoned her, and she was hit by a car but revived with Faerie magic. She now wanders Neopia, looking for an owner that will love her as she is.
  1349. <br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/164/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1350. Description by jakco0622<br>
  1351. NP Custom and poem by drizzydraik<br></p>
  1352. <a href="#five">Go back?</a></div>
  1353.  
  1354.  
  1355.  
  1356. <div class="scroll" id="Rusthye">
  1357.  
  1358. <h1>Rusthye</h1>
  1359. <h2>the faerie xweetok</h2>
  1360.  
  1361. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/975/preview.png" width="330" height="330"></td><td><p align="center"><strong>x</strong><br><br><i>x</i><br><br><strong>Art</strong><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/975/preview.png"><span style="position: fixed;"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/975/preview.png"></span></span>
  1362. </div>
  1363.  
  1364. </center></td>
  1365. </tr></table></center><br>
  1366. Let's get ONE thing straight. Rusthye may be a female, and she may be faerie in color. But she is the head plumber of Moltara's public water system for a reason. She has more mechanical know-how in her pretty brain than most. How she manages to not get her skirt in sewer water is a mystery.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/975/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1367. NP Custom and description by hzoo_26<br></p>
  1368. <a href="#five">Go back?</a></div>
  1369.  
  1370. <div class="scroll" id="Relinna">
  1371.  
  1372. <h1>Relinna</h1>
  1373. <h2>the faerie quiggle</h2>
  1374.  
  1375. <center><table><tr><td><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/931/preview.png" width="330" height="330"></td><td><p align="center"><strong>x</strong><br><br><i>x<br>
  1376. x<br>
  1377. x<br>
  1378. x<br></i><br><br><strong>Art</strong><br><br></p><center><div class="pgal"><span class="pgalimg"><img src="http://i.imgur.com/ExPD7A2.png"><span style="position: fixed;"><img src="http://i.imgur.com/ExPD7A2.png"></span></span>
  1379. </div>
  1380. </center></td>
  1381. </tr></table></center><br>
  1382. Relinna - One day she was a fair girl, a risky adventurer entering a dark mysterious forest without fear. The ext day she took a sip from a potion bottle, a gift from a dark faerie. It would grant you any wish, the faerie said, it would turn you into a princess. Now, being a frog princess, Relinna has to find a way to trade her newfound nobility back for her former beauty... or maybe there is a way to get both? There are many more faeries in the forest.<br><br><p align="center"><a href="/~Drelda"><img src="http://i.imgur.com/VlsISsF.png" border="0"></a></p><br><strong>Customizations</strong><br><br><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/872/143/preview.png" width="150" height="150"><img src="http://openneo-uploads.s3.amazonaws.com/outfits/001/871/931/preview.png" width="150" height="150"><br><p align="right"><strong>Credits</strong><br>
  1383. Art and NC custom by marcelarenoldi<br>
  1384. NP Custom and description by moduvator<br></p>
  1385. <a href="#five">Go back?</a></div>
  1386.  
  1387. <div class="scroll" id="six">
  1388.  
  1389. <h1>F.A.Q</h1>
  1390. <h2>Here you can see questions asked to avoid repeating them</h2>
  1391.  
  1392. <li><strong>Do we have to keep the design/character made?</strong></li>
  1393. <i>No!</i> You're free and welcome to come up with your own ideas. <i>However</i>, please use the art somehow! You can ask the artist to change the art they drew to fit your character idea more, but please understand if they refuse! These drawings take a long time for our artists to come up with and they also have their own lives to deal with. You can just stick the drawings in a toybox if they don't suit your characters anymore, that works for us!<br><li><strong>Can we repaint/remorph?</strong></li>
  1394. <i>Yes!</i> We have no problem with it, as the art issue is respected as mentioned above.<br><li><strong>Are there deadlines for these pets?</strong></li>
  1395. <i>No!</i> These pets are UFA until we receive an apply. We will then take a couple of days discussing between ourselves if that applicant will be a good owner for our cuties. If we do, that's when we adopt out! Otherwise, it's back to no deadline.<br><li><strong>I don't have time right now and I'm afraid a new owner will be picked before I send my app!</strong></li>
  1396. <i>No worries!</i> Mail me <a href="http://www.neopets.com/neomessages.phtml?type=send&recipient=konata_tsukasa">here</a> and let me know you want to apply for said pet. Even if we receive other apply that we like, we will wait for yours. However, please be reasonable, don't make us wait 1 month for your apply. We don't need anything that extensive in the first place!<br><br><br>
  1397. Still got questions? Mail me <a href="http://www.neopets.com/neomessages.phtml?type=send&recipient=konata_tsukasa">here</a>!<br><br><br></div>
  1398. </div>l
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement