Advertisement
Lizellea

Chirstmas Simba!

Dec 22nd, 2016
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.77 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(http://fonts.googleapis.com/css?family=Overlock+SC);
  3. @import url(http://fonts.googleapis.com/css?family=Play);
  4. @import url(http://fonts.googleapis.com/css?family=Play|Arizonia);
  5.  
  6. body { background-color: #111; background-image: url(http://i.imgur.com/p7L5X0P.jpg);
  7. background-attachment: fixed;
  8. background-position: center;
  9. background-repeat: no-repeat;
  10. background-size: 100% 100%;margin: 0; overflow: hidden;}
  11.  
  12. ::-webkit-scrollbar { width: 4px; }
  13. ::-webkit-scrollbar-track { border-radius: 2px; background-color: #; }
  14. ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #DBFDFF; }
  15.  
  16. #snow{
  17. background: none;
  18. font-family: Androgyne;
  19. background-image: url(''), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
  20. height: 100%;
  21. left: 0;
  22. position: absolute;
  23. top: 0;
  24. width: 100%;
  25. z-index:1;
  26. -webkit-animation: snow 10s linear infinite;
  27. -moz-animation: snow 10s linear infinite;
  28. -ms-animation: snow 10s linear infinite;
  29. animation: snow 10s linear infinite;
  30. }
  31. @keyframes snow {
  32. 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  33. 50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  34. 100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
  35. }
  36. @-moz-keyframes snow {
  37. 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  38. 50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  39. 100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
  40. }
  41. @-webkit-keyframes snow {
  42. 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  43. 50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  44. 100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
  45. }
  46. @-ms-keyframes snow {
  47. 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  48. 50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  49. 100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
  50. }
  51.  
  52.  
  53. #Toggle1 {
  54. position:absolute;
  55. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth590.ani), url(http://cur.cursors-4u.net/others/oth-6/oth590.png), progress !important;
  56. left:-100%;
  57. top:-100%;
  58. }
  59.  
  60. #Toggle1 + label {
  61. width: 25%;
  62. height: 12%;
  63. position: absolute;
  64. left: 37.5%;
  65. top: 0%;
  66. border-bottom-left-radius: 10px;
  67. border-bottom-right-radius: 10px;
  68. background-color: #D7D7D7;
  69. background-image: url(http://i.imgur.com/q1xSsOy.png);
  70. background-position: center;
  71. background-repeat: no-repeat;
  72. background-size: 100% 100%;
  73. border: 1px #fff solid;
  74. border-top: none;
  75. opacity: 1;
  76. z-index: 1;
  77. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;
  78. -webkit-transition: all 0.6s ease-out;
  79. -moz-transition: all 0.6s ease-out;
  80. -ms-transition: all 0.6s ease-out;
  81. -o-transition: all 0.6s ease-out;
  82. transition: all 0.6s ease-out;
  83. }
  84.  
  85. #Toggle1:checked + label {
  86. opacity: 0;
  87. z-index: -1;
  88. -webkit-transition: all 0.6s ease-out;
  89. -moz-transition: all 0.6s ease-out;
  90. -ms-transition: all 0.6s ease-out;
  91. -o-transition: all 0.6s ease-out;
  92. transition: all 0.6s ease-out;
  93. }
  94.  
  95. #Toggle1:checked ~ #Toggle2 + label {
  96. position: absolute;
  97. left: 0;
  98. -webkit-transition: all 0.6s ease-out;
  99. -webkit-transition: all 0.6s ease-out;
  100. -moz-transition: all 0.6s ease-out;
  101. -ms-transition: all 0.6s ease-out;
  102. -o-transition: all 0.6s ease-out;
  103. transition: all 0.6s ease-out;
  104. }
  105.  
  106. #Toggle2 {
  107. position:absolute;
  108. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth590.ani), url(http://cur.cursors-4u.net/others/oth-6/oth590.png), progress !important;
  109. left:-100%;
  110. top:-100%;
  111. }
  112.  
  113. #Toggle2 + label {
  114. width: 25%;
  115. height: 12%;
  116. position: absolute;
  117. left: -30%;
  118. top: 50%;
  119. border-top-right-radius: 10px;
  120. border-bottom-right-radius: 10px;
  121. background-color: #D7D7D7;
  122. background-image: url(http://i.imgur.com/JgPCFxG.png);
  123. background-position: center;
  124. background-repeat: no-repeat;
  125. background-size: 100% 100%;
  126. border: 1px #fff solid;
  127. border-top: none;
  128. z-index: 1;
  129. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;
  130. -webkit-transition: all 0.6s ease-out;
  131. -moz-transition: all 0.6s ease-out;
  132. -ms-transition: all 0.6s ease-out;
  133. -o-transition: all 0.6s ease-out;
  134. transition: all 0.6s ease-out;
  135. }
  136.  
  137. #Toggle2:checked + label {
  138. opacity: 0;
  139. z-index: -1;
  140. -webkit-transition: all 0.6s ease-out;
  141. -moz-transition: all 0.6s ease-out;
  142. -ms-transition: all 0.6s ease-out;
  143. -o-transition: all 0.6s ease-out;
  144. transition: all 0.6s ease-out;
  145. }
  146.  
  147. #Toggle2:checked ~ #Toggle3 + label {
  148. position: absolute;
  149. right: 0;
  150. -webkit-transition: all 0.6s ease-out;
  151. -webkit-transition: all 0.6s ease-out;
  152. -moz-transition: all 0.6s ease-out;
  153. -ms-transition: all 0.6s ease-out;
  154. -o-transition: all 0.6s ease-out;
  155. transition: all 0.6s ease-out;
  156. }
  157.  
  158. #Toggle3 {
  159. position:absolute;
  160. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth590.ani), url(http://cur.cursors-4u.net/others/oth-6/oth590.png), progress !important;
  161. left:-100%;
  162. top:-100%;
  163. }
  164.  
  165. #Toggle3 + label {
  166. width: 25%;
  167. height: 12%;
  168. position: absolute;
  169. right: -30%;
  170. top: 50%;
  171. border-top-left-radius: 10px;
  172. border-bottom-left-radius: 10px;
  173. background-color: #D7D7D7;
  174. background-image: url(http://i.imgur.com/18ZwXsa.png);
  175. background-position: center;
  176. background-repeat: no-repeat;
  177. background-size: 100% 100%;
  178. border: 1px #fff solid;
  179. border-top: none;
  180. z-index: 1;
  181. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;
  182. -webkit-transition: all 1s ease-out;
  183. -moz-transition: all 1s ease-out;
  184. -ms-transition: all 1s ease-out;
  185. -o-transition: all 1s ease-out;
  186. transition: all 1s ease-out;
  187. }
  188.  
  189. #Toggle3:checked + label {
  190. opacity: 0;
  191. z-index: -1;
  192. -webkit-transition: all 0.6s ease-out;
  193. -moz-transition: all 0.6s ease-out;
  194. -ms-transition: all 0.6s ease-out;
  195. -o-transition: all 0.6s ease-out;
  196. transition: all 0.6s ease-out;
  197. }
  198.  
  199. #Toggle3:checked ~ #Toggle4 + label {
  200. position: absolute;
  201. bottom: 0;
  202. -webkit-transition: all 0.6s ease-out;
  203. -webkit-transition: all 0.6s ease-out;
  204. -moz-transition: all 0.6s ease-out;
  205. -ms-transition: all 0.6s ease-out;
  206. -o-transition: all 0.6s ease-out;
  207. transition: all 0.6s ease-out;
  208. }
  209.  
  210. #Toggle4 {
  211. position:absolute;
  212. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth590.ani), url(http://cur.cursors-4u.net/others/oth-6/oth590.png), progress !important;
  213. left:-100%;
  214. top:-100%;
  215. }
  216.  
  217. #Toggle4 + label {
  218. width: 25%;
  219. height: 15%;
  220. position: absolute;
  221. right: 37.5%;
  222. bottom: -30%;
  223. border-top-left-radius: 10px;
  224. border-top-right-radius: 10px;
  225. background-color: #D7D7D7;
  226. background-image: url(http://i.imgur.com/UQMpURX.png);
  227. background-position: center;
  228. background-repeat: no-repeat;
  229. background-size: 60% 90%;
  230. border: 1px #fff solid;
  231. border-bottom: none;
  232. z-index: 1;
  233. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;
  234. -webkit-transition: all 0.6s ease-out;
  235. -moz-transition: all 0.6s ease-out;
  236. -ms-transition: all 0.6s ease-out;
  237. -o-transition: all 0.6s ease-out;
  238. transition: all 0.6s ease-out;
  239. }
  240.  
  241. #Toggle4:checked + label {
  242. opacity: 0;
  243. z-index: -1;
  244. -webkit-transition: all 0.6s ease-out;
  245. -moz-transition: all 0.6s ease-out;
  246. -ms-transition: all 0.6s ease-out;
  247. -o-transition: all 0.6s ease-out;
  248. transition: all 0.6s ease-out;
  249. }
  250.  
  251. #Toggle4:checked ~ .Simba {
  252. opacity: 1;
  253. z-index: 12;
  254. -webkit-transition: all 0.6s ease-out;
  255. -moz-transition: all 0.6s ease-out;
  256. -ms-transition: all 0.6s ease-out;
  257. -o-transition: all 0.6s ease-out;
  258. transition: all 0.6s ease-out;
  259. }
  260.  
  261. .Simba {height: 100%;width: 100%;overflow: hidden;background-color: #333;background-image: url(http://waifu2x.booru.pics/outfiles/1d5720edf900642020d4936017458686010bbb26_s1_n1.jpg);background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: 100% 100%;opacity: 0;z-index: -1;margin: 0;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  262.  
  263. #tab1{position:absolute;left:3%;top:5%;z-index:3;}
  264. #tab2{position:absolute;left:27%;top:18%;z-index:3;}
  265. #tab3{position:absolute;right:35%;top:28%;z-index:3;}
  266. #tab4{position:absolute;right:2%;top:3%;z-index:3;}
  267. #tab5{position:absolute;left:2%;bottom:2%;z-index:3;}
  268. #tab6{position:absolute;right:2%;bottom:2%;z-index:3;}
  269.  
  270. .fly {z-index: -1;position: absolute;border: 1px solid #51B562;background-color: #000;font-family: cambria;font-size: 16px;padding: 4px;color: #DBFDFF;height:35%;bottom:30%;left: 1%;width: 20%;line-height:16px;overflow: auto;opacity: 0;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;}
  271. .fly:target {z-index: 10;opacity: 1;position: absolute;bottom: 25%;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;}
  272.  
  273. .away {z-index: -1;position: absolute;border: 1px solid #51B562;background-color: #000;font-family: cambria;font-size: 16px;padding: 4px;color: #DBFDFF;overflow: auto;height:35%;bottom:30%;width: 20%;right: 1%;opacity: 0;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;}
  274. .away:target {z-index: 10;opacity: 1;position: absolute;bottom: 25%;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;}
  275.  
  276. .free {z-index: -1;position: absolute;border: 1px solid #51B562;background-color: #000;font-family: cambria;font-size: 16px;padding: 4px;color: #DBFDFF;overflow: auto;height:25%;bottom:30%;width: 20%;right: 43%;opacity: 0;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;}
  277. .free:target {z-index: 10;opacity: 1;position: absolute;bottom: 25%;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;}
  278.  
  279. a { color: #4D8ABB;Text-shadow: 3px 4px 4px #333; font-family:cambria; font-size: 16px; letter-spacing: 1px; text-decoration: none; transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out;}
  280. a:hover { color: #4D8ABB; text-decoration: line-through;cursor:help; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out;}
  281.  
  282. h1{
  283. font-size: 16px; width: 100%;color: #51B562;font-family: 'Play', cursive;font-weight: normal; line-height: 12px;text-transform: uppercase;text-align: left;border-bottom: 1px solid #51B562;}
  284. h1:first-letter{color: #51B562;font-size: 16px;font-weight: bold;text-shadow: 0px 0px 3px silver;}
  285.  
  286. b {text-size: 12px;color: #51B562;font-weight:bold; }
  287.  
  288. #credit{ position: fixed;
  289. right: 1px;
  290. bottom: 0px;
  291. font-family: Arial;
  292. font-variant: normal;
  293. font-weight: normal;
  294. font-size: 90%;
  295. color: #ccc;
  296. z-index:5;}
  297.  
  298. </style>
  299. <div id="snow"></div>
  300.  
  301. <input type="checkbox" name="toggle" id="Toggle1" />
  302. <label for="Toggle1"></label>
  303. <input type="checkbox" name="toggle" id="Toggle2" />
  304. <label for="Toggle2"></label>
  305. <input type="checkbox" name="toggle" id="Toggle3" />
  306. <label for="Toggle3"></label>
  307. <input type="checkbox" name="toggle" id="Toggle4" />
  308. <label for="Toggle4"></label>
  309.  
  310. <div class="Simba">
  311. <img src="http://i.imgur.com/GGqTczh.png" height="100%" style="position:fixed; bottom:0%; left: 28%;">
  312. <div id="nav">
  313. <a href="#1"><div id="tab1"><img src="http://i.imgur.com/J4Uqxet.png" height="60px" width="60px"></a></div>
  314. <a href="#2"><div id="tab2"><img src="http://i.imgur.com/8LQ3Inq.png" height="50px" width="50px"></a></div>
  315. <a href="#3"><div id="tab3"><img src="http://i.imgur.com/SQlfIa3.png" height="60px" width="60px"></a></div>
  316. <a href="#4"><div id="tab4"><img src="http://i.imgur.com/9R58Qfo.png" height="50px" width="50px"></a></div>
  317. <a href="#5"><div id="tab5"><img src="http://i.imgur.com/Jx0R8Os.png" height="60px" width="60px"></a></div>
  318. <a href="##"><div id="tab6"><img src="http://i.imgur.com/FsXHbGU.png" height="90px" width="90px"></a></div>
  319.  
  320.  
  321. <div id="1" class="fly">
  322. <h1>The Lord of Lions</h1>
  323.  
  324. Name: ☬ <a href="" title="It'll be revealed. Someday.">Unknown.</a><br>
  325. Alias: ☬ <a href="" title="Swahili for Lion, this name was simply what summarized the Homunculus in a single word. Normally not possible for anything living, and still not enough justice, but its just the right amount to satisfy his existence. For now.">Simba.</a> ☬ <a href="" title="Given to him by his first Servant from an event that only she knows of.">Sir Simba.</a> ☬ <a href="" title="Given to him by Master of the Grand Order. Self-explanatory and rolls off the tongue.">Lord of Lions.</a> ☬ <a href="" title="Given to him by Hakuno Kishinami. A big brother-sort of title.">Simmie.</a> <br>
  326. Race: ☬ <strike><a href="" title="Only the past knows. It's all but forgotten.">Homunculus.</a></strike> / Master.<br>
  327. Age: ☬ <a href="" title="Rumored to be born on the day of the Witch's Night.">Twenty.</a><br>
  328. Height: ☬ <a href="" title="Six feet tall.">182cm.</a><br>
  329. Weight: ☬ <a href="" title="One hundred fifty-six pounds.">70kgs.</a><br>
  330. Orientation: ☬ <a href="" title="Females and females only.">Heterosexual.</a><br>
  331. Marital Status: ☬ <a target="_blank" href="https://roleplay.chat/profile.php?user=Tohsaka" title="As you can truly see, that ass is the one for me.">💎</a><br>
  332. Holy Grail War Status: ☬ <b><a href="" title="Currently resigned from the current Holy Grail War.">Resigned.</a></b><br>
  333. Servant(s): ☬ <a target="_blank" href="https://roleplay.chat/profile.php?user=Fafnir" title="What if a man found Andvari's ring?">🔥</a><br>
  334. Command Seal: ☬ <a target="_blank" href="http://i.imgur.com/Jx0R8Os.png" title="The Dragon]and the Lion's symbol.">Three.</a><br>
  335. Occupation: ☬ <a href="" title="Currently working at an antique store in Fuyuki City. It can be located along an alley way and up a flight of stairs somewhere near main water mountain. He cleans up the antiques, store, and occasionally sells some items under the supervision of the old man that works there.">Antique Store-Assistant.</a><br>
  336. Current Residence: ☬ <a href="" title="">Tohsaka Manor.</a><br>
  337.  
  338.  
  339. </div>
  340.  
  341. <div id="2" class="fly">
  342. <h1>Magus Knight</h1>
  343. <u><a target="_blank" href="http://i.imgur.com/6LtqDtE.jpg" title="Simba's beloved 92nd Cavalry Rifle Sabre. It's true history and date of origin is completely unknown, though it holds the story of belonging to a high classed soldier or Lord of some status. The scabbard possesses a surplus amount of scratches and marks that foreshadows the amount of times it has saved its wielder. The blade itself is does not seem worn or completely without use, instead hinting that the sword almost always left its mark upon being drawn or used. It has yet to be given a name, so the Magus Knight has grown to calling this Rifle Sabre, Nameless.">Nameless.</a></u><br><br>
  344.  
  345. <u>Master of Sabers.</u><br>
  346. <u><a target="_blank" href="http://typemoon.wikia.com/wiki/Avalon" title="Used as a catalyst to summon Artoria Pendragon, the Ever-distant Utopia has continued to remain as a method of Simba's wounds regenerationing as long as his Saber is present. Even at a distance, his body has taken to using the magical energy that has remained in him since his first war to heal minor wounds. For unknown reasons, it appears to be the cause of Simba's origin changing to the Cold affinity. The reason as to why it has done this is unknown.">Avalon.</a></u><br><br>
  347.  
  348. <u><a target="_blank" href="http://i.imgur.com/Zdoa6bP.png" title="Magical Resistance is passively at C. Upon activation, it is increased to A that is capable of resisting most Magecraft of this day and age. Magic from a Servant must be ranked at least D or higher to inflict harm. This is a Mystic Code woven by Tohsaka, otherwise known as the Mother of his soon-to-be-children.">Aegelward: Noble Protector</a></u><br>
  349. <a href="" title="Silk and cotton blend for the main body, sleeves, and hood of the coat. Black bear fur for the cuffs and around the opening of the hood. Gold thread. Mana and shield gems. Goose down feather lining.">Materials.</a><br>
  350. <a href="" title="Each piece was imbued with Rin's own mana. Re-enforcing it so the gems themselves do not affect the overall structure of the jacket. Gold thread mana infused to hold the mystical pieces together and be a sturdier container for the gems themselves. Fur for style and comfort. Silk and cotton blend fabric for comfort and warmth. Shield and mana gems lining the whole coat. Total of ten each for balance.">Crafting.</a><br>
  351. <a href="" title="The jacket itself might not seem like much. Just a plain jacket. But the uses of which it holds depends on the wearer. Its main focus is for protection from both physical and magical attacks. The wearer only has to think of 'shield' or 'protect'. This will activate a shield that spans two feet larger in any direction, that of the form of the wearer. This allows for a more protected area. The other uses of the jacket are for extra mana storage. Rin's own mana filled the gems that lines the coat, however, once they are depleted, the storage gems will start to siphon off of the wearer's own. This is not a sudden thing. It is gradual. The golden threads stretching from one gem to another in a spider web pattern, the thread actually acting as a conductor for the mana to flow from one to another. This spreading out equally and filling each gem with equal amounts of mana. The storage gems can also be used as extra mana when the wearer is depleted. Because of the structure of the coat the mana flowing through it also acts almost like armor and can protect from attacks if struck though not as strong as if the actual power word was given.">Usage.</a><br>
  352. Full Description: <a target="_blank" href="http://pastebin.com/mKcdSPcK" target="_blank">Pastebin.</a>
  353. </div>
  354.  
  355. <div id="3" class="away">
  356. <h1>The Grand Code</h1>
  357.  
  358. ☬ <u><a href="" title="Similar in use of the 'Reinforce All' spell from Chaldea's Mystic Codes, Might of the Pendragons grants an attack boost on Servants and Servant-allies that lasts two turns (posting rounds after activation). Cool down is four turns.">Might of the Pendragons (Reinforce All)</a></u><br>
  359. ☬ <u><a href="" title="Similar in the use of the 'Knight's Oath' spell from Chaldea's Mystic Codes, Will of the Knights bestows a similar effect of Battle Continuation for one fatal strike or wound for one turn (after activation). This can only be used on Simba's own Servants and those that he has a temporary contract with. Cool down time is five posts.">Will of the Knights. (Knight's Oath)</a></u><br>
  360. ☬ <u><a href="" title="Similar in the use of the 'Mana Burst' spell from Chaldea's Mystic Codes, Mana Burst under the use of Simba causes a great increase in Noble Phantasm Damage for one turn. I.E. a B Noble Phantasm would be a B+, B+ = B++, so forth. Cool down is four turns.">Lion's Roar. (Mana Burst)</a></u><br>
  361. ☬ <u><a href="" title="Similar in the use of the 'Unavoidable Strike' spell from Chaldea's Mystic Codes, Eschatos bestows a 'Sure-Hit' strike on one Servant or ally Servant. This allows the Servant to otherwise have a greater chance of striking another that is under the use of the Evasion status. This by no means allows the Servant or person under use of said spell to automatically have any one attack land. Cool down is seven posts.">Eschatos. (Unavoidable Strike)</a></u><br>
  362.  
  363. </div>
  364.  
  365. <div id="4" class="away">
  366. <h1>The Will of His People</h1>
  367. </div>
  368.  
  369. <div id="5" class="free">
  370. <h1>A Kingdom Unknown.</h1>
  371. <b>Bold</b> <i>italics</i> <a href="link.com" target="_blank">Link</a><br>
  372.  
  373. ☬ Thank you for navigating my profile and reaching the end. This is a Fate/OC and as such, Fate/Type Universe roleplay will receive priority over all else. When roleplaying, a minimum to a paragraph and more is required for serious writing. Anything less can be assumed as tomfoolery.<br><br>
  374.  
  375. ☬ When deciphering OOC and IC, it should be assumed that any comment made with a ☬ or // at the end is OOC. Anything else is IC and should not be taken seriously. Please take into account that just because Simba is a reckless and rather vulgar individual, it does not mean that I am the same. Do not be like the many that assume a roleplayer's character is a self-insert of themselves.<br><br>
  376.  
  377. ☬ Where as Simba perviously refused having more than one Servant, he is now open to another. A third is highly unlikely, but a temporary contract or a permanent one for the Chaldea event has proven that his character development is appropriate enough for his better control over both his mana pool and his status as a Magus/Master. Simply approach Simba or myself (IC or OOCly) for the possibility.<br><br>
  378.  
  379. ☬ Fighting is reserved for story and story only. Playful sparring will be allowed, as T1 will be the default fighting style that I will be following by. If any questions are had, do not hesitate to ask me.<br><br>
  380.  
  381. ☬ The purpose for Simba possessing Avalon is not for the sake of having a 'cure-all' to most fatal wounds. It was taken from the Church in the first Fate/Type Universe room that this character originated from. He is still under possession of it.<br><br>
  382.  
  383. ☬ The majority of the time, I'm sitting around and fleshing out this profile or idly writing. Do not be afraid to approach me for idle banter. If roleplay is desired and an idea is not present, I will be happy to brain-storm with you. This does not mean that I am thinking of everything that can happen from start to finish. Creativity is admired and appreciated greatly.<br><br>
  384.  
  385. ☬ More will come as this profile is filled out. This profile will more than likely never be finished in its entirety<br><br>
  386. </div>
  387.  
  388. <div id="credit">
  389. Layout © <a href="profile.php?user=Pachi" target="_blank">Pachi</a>
  390. </div>
  391. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement