Advertisement
fatblackcat

Untitled

Mar 8th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.24 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <link href='https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer' rel='stylesheet' type='text/css'>
  10.  
  11. <link href='https://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  12.  
  13. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  14.  
  15. <link href='https://fonts.googleapis.com/css?family=Zeyada' rel='stylesheet' type='text/css'>
  16.  
  17. <link href='https://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
  18.  
  19. <script type="text/javascript"
  20. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21. <script>
  22. $(document).ready(function() {
  23. //
  24. $('a.poplight[href^=#]').click(function() {
  25. var popID = $(this).attr('rel'); //Get Popup Name
  26. var popURL = $(this).attr('href'); //Get Popup href to define size
  27. var query= popURL.split('?');
  28. var dim= query[1].split('&');
  29. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  30. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></a>');
  31. var popMargTop = ($('#' + popID).height() + 80) / 2;
  32. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  33. //Apply Margin to Popup
  34. $('#' + popID).css({
  35. 'margin-top' : -popMargTop,
  36. 'margin-left' : -popMargLeft
  37. });
  38. $('body').append('<div id="fade"></div>');
  39. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  40. return false;
  41. });
  42. $('a.close, #fade').live('click', function() {
  43. $('#fade , .popup_block').fadeOut(function() {
  44. $('#fade, a.close').remove(); //fade them both out
  45. });
  46. return false;
  47. });
  48. });
  49. </script>
  50.  
  51. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  52. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  53. <script>
  54. (function($){
  55. $(document).ready(function(){
  56. $("[title],a[title],img[title]").style_my_tooltips({
  57. tip_follows_cursor:true,
  58. tip_delay_time:90,
  59. tip_fade_speed:600,
  60. attribute:"title"
  61. });
  62. });
  63. })(jQuery);
  64. </script>
  65.  
  66. <meta name="text:bg url" content="" />
  67.  
  68. <meta name="color:background" content="#ffffff"/>
  69. <meta name="color:text" content="#a8a8a8"/>
  70. <meta name="color:text shadow" content="#a8a8a8"/>
  71. <meta name="color:bold" content="#000"/>
  72. <meta name="color:bold shadow" content="#a8a8a8"/>
  73. <meta name="color:italic shadow" content="#a8a8a8"/>
  74. <meta name="color:blockquote" content="#000"/>
  75. <meta name="color:link" content="#b8b8b8"/>
  76. <meta name="color:link hover" content="#f2f2f2"/>
  77. <meta name="color:extra links" content="#b8b8b8"/>
  78. <meta name="color:extra links hover" content="#f2f2f2"/>
  79. <meta name="color:border" content="#eeeeee"/>
  80. <meta name="color:scrollbar" content="#000"/>
  81. <meta name="color:tooltip color" content="#000000"/>
  82. <meta name="color:tooltip border" content="#000000"/>
  83. <meta name="color:tooltip bg" content="#ffffff"/>
  84.  
  85. <meta name="text:cont height" content="450px" />
  86. <meta name="text:cont top axis" content="100px" />
  87. <meta name="text:cont left axis" content="100px" />
  88.  
  89. <meta name="text:tag symbol" content="+" />
  90.  
  91. <meta name="text:pagination forward" content="+" />
  92. <meta name="text:pagination forward title" content="forward" />
  93. <meta name="text:pagination backward" content="-" />
  94. <meta name="text:pagination backward title" content="backward" />
  95. <meta name="text:pagination left axis" content="100px" />
  96. <meta name="text:pagination top axis" content="10px" />
  97.  
  98. <meta name="text:A links title" content="Link A" />
  99. <meta name="text:A links url" content="/" />
  100. <meta name="text:A links symbol" content="+" />
  101. <meta name="text:A links size" content="25px" />
  102. <meta name="text:A links left axis" content="490px" />
  103. <meta name="text:A links top axis" content="75px" />
  104.  
  105. <meta name="text:B links title" content="Link B" />
  106. <meta name="text:B links url" content="/" />
  107. <meta name="text:B links symbol" content="+" />
  108. <meta name="text:B links size" content="25px" />
  109. <meta name="text:B links left axis" content="510px" />
  110. <meta name="text:B links top axis" content="75px" />
  111.  
  112. <meta name="text:C links title" content="Link C" />
  113. <meta name="text:C links url" content="/" />
  114. <meta name="text:C links symbol" content="+" />
  115. <meta name="text:C links size" content="25px" />
  116. <meta name="text:C links left axis" content="530px" />
  117. <meta name="text:C links top axis" content="75px" />
  118.  
  119. <meta name="text:D links title" content="Link D" />
  120. <meta name="text:D links url" content="/" />
  121. <meta name="text:D links symbol" content="+" />
  122. <meta name="text:D links size" content="25px" />
  123. <meta name="text:D links left axis" content="550px" />
  124. <meta name="text:D links top axis" content="75px" />
  125.  
  126. <meta name="text:E links title" content="Link E" />
  127. <meta name="text:E links url" content="/" />
  128. <meta name="text:E links symbol" content="+" />
  129. <meta name="text:E links size" content="25px" />
  130. <meta name="text:E links left axis" content="570px" />
  131. <meta name="text:E links top axis" content="75px" />
  132.  
  133. <style type="text/css">
  134.  
  135. /** basic tooltip from tutorial-baby**/
  136. .tooltip{
  137. display:inline;
  138. position:relative;
  139. }
  140. #s-m-t-tooltip{
  141. max-width:300px; /*how big the tooltip can be at most*/
  142. border-radius: 3px; /*change your border radius*/
  143. padding:2px 2px 2px 2px; /*padding inside tooltip*/
  144. margin:20px 7px -2px 20px; /*distance from word*/
  145. background-color:{color:tooltip bg};/*background color*/
  146. border:1px solid {color:tooltip border}; /*border info*/
  147. font-family: 'IM Fell Great Primer', serif; /*tooltip font*/
  148. font-size:11px; /*tooltip font size*/
  149. letter-spacing:1px; /*tooltip letter spacing*/
  150. text-transform:uppercase; /*makes the tooltip title uppercase*/
  151. color:{color:tooltip color}; /*tooltip font color*/
  152. z-index:99999999999999999999;
  153. }
  154.  
  155. ::-webkit-scrollbar-thumb{
  156. background-color: {color:scrollbar};
  157. height:auto;
  158. }
  159.  
  160. ::-webkit-scrollbar {
  161. height:auto;
  162. width:4px;
  163.  
  164. }
  165.  
  166. /*- body -*/
  167.  
  168. body {
  169. margin:0px;
  170. font-family: 'IM Fell Great Primer', serif;
  171. font-size:14px;
  172. text-shadow: 1px 1px 1px {color:Text shadow};
  173. letter-spacing:1px;
  174. line-height:90%;
  175. color:{color:text};
  176. background:{color:background};
  177. background-image:url({text:bg url});
  178. background-attachment: fixed;
  179. background-image:stretch;
  180. background-repeat: no-repeat;
  181. background-image:cover;
  182. background-position:left top;
  183. }
  184.  
  185. b, strong{
  186. color: {color:bold};
  187. text-shadow: 1px 1px 1px {color:Bold shadow};
  188. font-size:16px;
  189. letter-spacing:1px;
  190. font-family: 'Zeyada', cursive;
  191. font-weight:bold;
  192. }
  193.  
  194. i, em, strong {
  195. font-size:13px;
  196. text-shadow: 1px 1px 1px {color:Italic shadow};
  197. letter-spacing:1px;
  198. font-family: 'Gloria Hallelujah', cursive;
  199. }
  200.  
  201. h1 {
  202. color: {color:bold};
  203. font-size:20px;
  204. text-shadow: 1px 1px 1px {color:bold shadow};
  205. text-align:center;
  206. font-family: 'Homemade Apple', cursive;
  207. }
  208.  
  209. h2 {
  210. color: {color:bold};
  211. font-size:15px;
  212. text-shadow: 1px 1px 1px {color:bold shadow};
  213. text-align:center;
  214. font-family: 'Homemade Apple', cursive;
  215. }
  216.  
  217. blockquote {
  218. border-radius:7px;
  219. border-left:2px solid {color:blockquote};
  220. padding-left:10px;
  221. padding-top:0.5px;
  222. padding-bottom:0.5px;
  223. margin:5px;
  224. }
  225.  
  226. a {
  227. text-decoration:none;
  228. outline:none;
  229. -moz-outline-style:none;
  230. color:{color:link};
  231. -webkit-transition: all 0.6s ease;
  232. -moz-transition: all 0.6s ease;
  233. -o-transition: all 0.6s ease
  234. }
  235.  
  236. a:hover {
  237. color:{color:link hover};
  238. -webkit-transition: all 0.8s ease;
  239. -moz-transition: all 0.8s ease;
  240. -o-transition: all 0.8s ease
  241. }
  242.  
  243. blockquote img {
  244. max-width:100%;
  245. height:auto;
  246. }
  247.  
  248. img {
  249. max-width: 100%;
  250. }
  251.  
  252. /*- posts/entries -*/
  253.  
  254. #entries {
  255. left:{text:cont left axis};
  256. top:{text:cont top axis};
  257. position:fixed;
  258. background-color:transparent;
  259. width:455px;
  260. height:{text:cont height};
  261. padding: 20px;
  262. overflow-x:scroll;
  263. scroll:left;
  264. overflow-x:hidden;
  265. }
  266.  
  267.  
  268. #post {
  269. padding-bottom:30px;
  270. margin-top:20px;
  271. }
  272.  
  273.  
  274. #links {
  275. margin-top:{text:links top axis};
  276. margin-left:{text:links left axis};
  277. width:10px;
  278. height:auto;
  279. text-align:center;
  280. font-size:25px;
  281. font-family:calibri;
  282. word-spacing:2px;
  283. position:fixed;
  284. }
  285.  
  286. #links a {
  287. -webkit-transition: all 0.4s ease;
  288. -moz-transition: all 0.4s ease;
  289. -o-transition: all 0.4s ease;
  290. }
  291.  
  292. #links a:hover {
  293. color:{color:link hover}
  294. -webkit-transition: all 0.4s ease;
  295. -moz-transition: all 0.4s ease;
  296. -o-transition: all 0.4s ease;
  297. }
  298.  
  299. #alinks {
  300. top:{text:A links top axis};
  301. left:{text:A links left axis};
  302. width:10px;
  303. height:auto;
  304. text-align:center;
  305. font-size:{text:A links size};
  306. font-family: 'Homemade Apple', cursive;
  307. position:fixed;
  308. }
  309.  
  310. #alinks a {
  311. color:{color:extra links};
  312. -webkit-transition: all 0.4s ease;
  313. -moz-transition: all 0.4s ease;
  314. -o-transition: all 0.4s ease;
  315. }
  316.  
  317. #alinks a:hover {
  318. color:{color:extra links hover};
  319. -webkit-transition: all 0.4s ease;
  320. -moz-transition: all 0.4s ease;
  321. -o-transition: all 0.4s ease
  322. }
  323.  
  324. #blinks {
  325. top:{text:B links top axis};
  326. left:{text:B links left axis};
  327. width:10px;
  328. height:auto;
  329. text-align:center;
  330. font-size:{text:B links size};
  331. font-family: 'Homemade Apple', cursive;
  332. position:fixed;
  333. }
  334.  
  335. #blinks a {
  336. color:{color:extra links};
  337. -webkit-transition: all 0.4s ease;
  338. -moz-transition: all 0.4s ease;
  339. -o-transition: all 0.4s ease;
  340. }
  341.  
  342. #blinks a:hover {
  343. color:{color:extra links hover};
  344. -webkit-transition: all 0.4s ease;
  345. -moz-transition: all 0.4s ease;
  346. -o-transition: all 0.4s ease;
  347. }
  348.  
  349. #clinks {
  350. top:{text:C links top axis};
  351. left:{text:C links left axis};
  352. width:10px;
  353. height:auto;
  354. text-align:center;
  355. font-size:{text:C links size};
  356. font-family: 'Homemade Apple', cursive;
  357. position:fixed;
  358. }
  359.  
  360. #clinks a {
  361. color:{color:extra links};
  362. -webkit-transition: all 0.4s ease;
  363. -moz-transition: all 0.4s ease;
  364. -o-transition: all 0.4s ease;
  365. }
  366.  
  367. #clinks a:hover {
  368. color:{color:extra links hover};
  369. -webkit-transition: all 0.4s ease;
  370. -moz-transition: all 0.4s ease;
  371. -o-transition: all 0.4s ease;
  372. }
  373.  
  374. #dlinks {
  375. top:{text:D links top axis};
  376. left:{text:D links left axis};
  377. width:10px;
  378. text-align:center;
  379. font-size:{text:D links size};
  380. font-family: 'Homemade Apple', cursive;
  381. position:fixed;
  382. }
  383.  
  384. #dlinks a {
  385. color:{color:extra links};
  386. -webkit-transition: all 0.4s ease;
  387. -moz-transition: all 0.4s ease;
  388. -o-transition: all 0.4s ease;
  389. }
  390.  
  391. #dlinks a:hover {
  392. color:{color:extra links hover};
  393. -webkit-transition: all 0.4s ease;
  394. -moz-transition: all 0.4s ease;
  395. -o-transition: all 0.4s ease;
  396. }
  397.  
  398. #elinks {
  399. top:{text:E links top axis};
  400. left:{text:E links left axis};
  401. width:10px;
  402. height:auto;
  403. text-align:center;
  404. font-size:{text:E links size};
  405. font-family: 'Homemade Apple', cursive;
  406. position:fixed;
  407. }
  408.  
  409. #elinks a {
  410. color:{color:extra links};
  411. -webkit-transition: all 0.4s ease;
  412. -moz-transition: all 0.4s ease;
  413. -o-transition: all 0.4s ease;
  414. }
  415.  
  416. #elinks a:hover {
  417. color:{color:extra links hover};
  418. -webkit-transition: all 0.4s ease;
  419. -moz-transition: all 0.4s ease;
  420. -o-transition: all 0.4s ease;
  421. }
  422.  
  423.  
  424. #pagination {
  425. margin-top:{text:pagination top axis};
  426. margin-left:{text:pagination left axis};
  427. text-align:center;
  428. font-size:17px;
  429. position:fixed;
  430. font-family: 'Homemade Apple', cursive;
  431. }
  432.  
  433. /*- others -*/
  434.  
  435. #info {
  436. text-align:center;
  437. width:450px;
  438. margin-top:10px;
  439. padding: 5px;
  440. font-size: 12px;
  441. color: {color:link};
  442. border-top: 1px solid {color:border};
  443. }
  444.  
  445. #ask {
  446. padding:9px;
  447. padding-top:4px;
  448. padding-bottom:4px;
  449. text-align:left;
  450. text-transform:italic;
  451. color:{color:text};
  452. border-left:2px solid {color:blockquote};
  453. border-radius:7px;
  454. line-height:200%
  455. }
  456.  
  457. #answer {
  458. width: 450px;
  459. padding-top: 5px;
  460. margin-left: 7px;
  461. line-height:120%;
  462. }
  463.  
  464. #quote {
  465. font-size: 23px;
  466. text-align: center;
  467. line-height: 100%;
  468. font-family: 'Nothing You Could Do', cursive;
  469. }
  470.  
  471. #credit {
  472. font-size:9px;
  473. font-family:calibri;
  474. letter-spacing:1px;
  475. }
  476.  
  477. #credit a {
  478. color:{color:tooltip color};
  479. background-color:{color:tooltip bg};
  480. border:1px solid {color:tooltip border};
  481. border-radius:5px;
  482. padding:5px;
  483. position:fixed;
  484. right:15px;
  485. bottom:10px
  486. }
  487.  
  488. #credit a hover {
  489. color:{color:link hover};
  490. }
  491.  
  492. #tags {
  493. font-style:normal;
  494. width:450px;
  495. text-transform:normal;
  496. font-style:normal;
  497. line-height:120%;
  498. text-align:center;
  499. }
  500.  
  501. #fade { /*--Transparent background layer--*/
  502. display: none; /*--hidden by default--*/
  503. background: #fff;
  504. position: fixed; left: 0; top: 0;
  505. width: 100%; height: 100%;
  506. opacity: .80;
  507. z-index: 9999;
  508. }
  509. .popup_block{
  510.  
  511. display: none; /*--hidden by default--*/
  512. background-image:url("https://56.media.tumblr.com/397870425544f237db8c8637785c4044/tumblr_o3qi7i83FV1ufxgs3o1_400.png");
  513. height:550px;
  514. padding: 5px;
  515. border: 3px solid #b6ab92;
  516. text-align:center;
  517. float: left;
  518. position: fixed;
  519. top: 55%; left: 55%;
  520. z-index: 999999;
  521. /*--CSS3 Box Shadows--*/
  522. -webkit-box-shadow: 0px 0px 20px #000;
  523. -moz-box-shadow: 0px 0px 20px #000;
  524. box-shadow: 0px 0px 20px #000;
  525. /*--CSS3 Rounded Corners--*/
  526. -webkit-border-radius: 2px;
  527. -moz-border-radius: 2px;
  528. border-radius: 10px;
  529. }
  530. img.btn_close {
  531. float: right;
  532. margin: -2px -2px 0 0;
  533. }
  534. /*--Making IE6 Understand Fixed Positioning--*/
  535. *html #fade {
  536. position: absolute;
  537. }
  538. *html .popup_block {
  539. position: absolute;
  540. }
  541.  
  542. /************** FLAGS UPDATES TAB **************/
  543. /* tutorial by deanlirium|tumblr (clarence.tk) */
  544.  
  545. #flags {
  546. position:fixed;
  547. margin-top:180px; /* distance from the top of the page - adjust as you wish! */
  548. margin-left:237px;
  549. text-align:left;
  550. /* the text is in all caps - delete this line and it won't be */
  551. color:#76736c; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
  552. font-size:11px; /* adjust font size */
  553. letter-spacing:1px;
  554. z-index:2147483607;
  555. font-family: 'IM Fell Great Primer', serif;}
  556.  
  557.  
  558. #flag1 {
  559. border:solid 6px #b6ab92; /* flag color */
  560. border-left:solid 6px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  561. padding-right:10px;
  562. right:00px;
  563. width:20px; /* increase or decrease to change the lenght of the CLOSED flag */
  564. height:0px;
  565. position:absolute;
  566. -moz-transition:all 0.7s ease-out;
  567. -webkit-transition:all 0.7s ease-out;
  568. -o-transition:all 0.7s ease-out;}
  569.  
  570. #flag1:hover {
  571. width:180px;} /* lenght of the OPEN flag */
  572.  
  573. #upd1 {
  574. position:absolute;
  575. width:110px;
  576. padding:10px;
  577. padding-right:60px; /* adjust this if you've changed the length of the open flag, subtract what you add here to the 'left' value below */
  578. right:-180px;
  579. margin-top:6px; /* keep this number equal to the 'border' value for the flag */
  580. opacity:0;
  581. -moz-transition:all 0.7s ease-out;
  582. -webkit-transition:all 0.7s ease-out;
  583. -o-transition:all 0.7s ease-out;}
  584.  
  585. #flag1:hover #upd1{
  586. right:0px;
  587. opacity:1;}
  588.  
  589. /* following is the coding for the other flags - same as above! */
  590.  
  591. /* to here */
  592.  
  593. {CustomCSS}</style></head><body>
  594.  
  595. <div id="flags">
  596. <div id="flag1"><div id="upd1">
  597.  
  598. »ɪ ᴋɴᴏᴡ ɪᴛ’s ʜᴀʀᴅ ᴛᴏ ʟᴇᴛ ɢᴏ ᴏғ ʏᴏᴜʀ ᴅᴀʀᴋ sɪᴅᴇ. Yᴏᴜ ʀᴀɪsᴇᴅ ɪᴛ. ʏᴏᴜ ɢʀᴇᴡ ᴜᴘ ᴡɪᴛʜ ɪᴛ. ᴏғ ᴄᴏᴜʀsᴇ ɪᴛ’s ʜᴀʀᴅ ᴛᴏ ʟᴇᴛ ɪᴛ ɢᴏ. ʙᴜᴛ ᴛʜᴇ ᴅᴇᴠɪʟ’s ɢᴏᴛᴛᴀ ɢᴏ.«</p>
  599. ● Indie RP blog for <b>Dagran</b> from <i>Last Story</i></b> ●</p>
  600. <b>find info under dogtag</b>
  601.  
  602. </div></div>
  603.  
  604. </div>
  605.  
  606. <div id="links">
  607.  
  608.  
  609. <div id="alinks"><a href="{text:A links url}" title="{text:A links title}">{text:A links symbol}</a></div>
  610. <div id="blinks"><a href="#?w=400" rel="a" class="poplight" title="{text:B links title}">{text:B links symbol}</a></div>
  611. <div id="clinks"><a href="#?w=400" rel="r" class="poplight" title="{text:C links title}">{text:C links symbol}</a></div>
  612. <div id="dlinks"><a href="#?w=400" rel="q" class="poplight" title="{text:D links title}">{text:D links symbol}</a></div>
  613. <div id="elinks"><a href="{text:E links url}" title="{text:E links title}">{text:E links symbol}</a></div>
  614. </div>
  615.  
  616. </div>
  617.  
  618. {block:Pagination}
  619. <div id="pagination">
  620.  
  621. {block:PreviousPage}<a href="{PreviousPage}" title="{text:pagination backward title}">{text:pagination backward}</a>{/block:PreviousPage} —
  622. {block:NextPage} <a href="{NextPage}" title="{text:pagination forward title}">{text:pagination forward}</a>{/block:NextPage}
  623. </div>{/block:Pagination}
  624.  
  625. </div></div>
  626.  
  627. <div id="entries">{block:Posts}<div id="post">
  628.  
  629. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  630.  
  631. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  632.  
  633. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  634.  
  635. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  636.  
  637.  
  638. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  639.  
  640. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  641.  
  642. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  643. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  644. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  645. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  646. {/block:Audio}
  647.  
  648. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  649.  
  650. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;<b>{Asker}:</b> <i>{Question}</i></div><br><div id="answer">{Answer}</div>{/block:Answer}
  651.  
  652. <div id="info">
  653. {block:Date}<a href="{Permalink}">
  654. {TimeAgo}</a></a>{/block:Date} | <a href="{Permalink}">
  655. {NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}"
  656. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} <br>
  657. {block:HasTags}<div class="tags"> {block:Tags}<a href="{TagURL}">{text:tag symbol}{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  658.  
  659. </div>
  660.  
  661. </div>
  662. {/block:Posts}
  663. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  664. {/block:Posts}</div></div></div>
  665.  
  666. <div id="credit"><a href="http://empireofoao.tumblr.com/" title="code by Aoibara">oAo</a></center></div>
  667.  
  668.  
  669. </body>
  670.  
  671. <div id="q" class="popup_block">
  672. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:520px ; width: 380px;">
  673. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/amxthystus.tumblr.com" width="100%"></iframe></p>
  674.  
  675. <h1>What’s the matter, kid?</h1></p>
  676.  
  677. </div></div></div></div>
  678.  
  679. <div id="a" class="popup_block">
  680. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:520px ; width: 380px;">
  681. <h1>The mercenary</h1>
  682. <a href="#?w=400" rel="id" class="poplight" title="About Dagran"><div style="font-size:17px; text-align:center;">Dogtag</a></div></p>
  683. <a href="#?w=400" rel="hc" class="poplight" title="Headcanons"><div style="font-size:17px; text-align:center;">Additional info.</a></div></p>
  684. <a href="/bonds" title="Relationships"><div style="font-size:17px; text-align:center;">Merc. members</a></div></p>
  685. <a href="#?w=400" rel="tg" class="poplight" title="Tourist Guide"><div style="font-size:17px; text-align:center;">Map</a></div></p>
  686. </div></div></div></div>
  687.  
  688. <div id="r" class="popup_block">
  689. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:520px ; width: 380px;">
  690. <h1>Contract</h1>
  691.  
  692. <b>✘</b> Tag everything you want me to see with <b>#thighhighsandgoldeneyes or just @ me or message me</b></p>
  693.  
  694. <b>✘</b> <b>This is a sideblog, so I will be selective about who I follow.</b> My main is mythinktankguys.</p>
  695.  
  696. <b>✘</b> This blog’s main verse is <b>post canon.</b></p>
  697.  
  698. <b>✘</b> My <b>nsfw tag is #dagrans dirty mindpalace</b> with an additional rp at the end when necessary.</p>
  699.  
  700. <b>✘</b> <b>I work with the umbrella term #trigger warning</b>. Unless I am able to specify it and then it’ll show up like tw [enter trigger], but keep especially watch to the general, since I am a human and flawed and might not catch everything. And <b>if there’s anything you need specifically tagged please tell me</b>, I will serve to your needs uwu</p>
  701.  
  702. <b>✘</b> <b>Personally I don’t have any triggers</b>, we can write about anything.</p>
  703.  
  704. <b>✘</b> <b>BUT I will never ever ever ever ever ever ever rp rape</b>. Don’t even try to, my character will be up and gone before you can notice.</p>
  705.  
  706. <b>✘</b> <b>I believe in reblog karma</b> and generally I think it’s a nice thing uwu I send you something, you send me something and everybody’s happy~</p>
  707.  
  708. <b>✘</b> <b>This is a multiverse blog</b></p>
  709.  
  710. <b>→</b> <b>I might alter a few things about his story from time to time</b>, you probably won’t notice anyway</p>
  711.  
  712. <b>→</b> <b>I will only alter his story for the benefits of our rp</b>, for example for he can’t possibly have a history with one character he’s never met</p>
  713.  
  714. <b>→</b> <b>I have a favourite verse and will use said one for answering question</b>, so I won’t get all too confused</p>
  715.  
  716. <b>→</b> <b>I might or might not add Zael to my rps</b>, depends on who I’m playing with</p>
  717.  
  718. <b>✘</b> <b>Mun and Muse are of legal age</b></p>
  719.  
  720. <b>→</b> <b>Mun still feels unable to write smut OTL</b></p>
  721.  
  722. <b>→</b> <b>I wouldn’t mind some practice</b>, but I don’t feel like I could publish it</p>
  723.  
  724. <b>→</b> <b>This doesn’t mean our characters won’t have sex</b>, it just means I won’t always write that out</p>
  725.  
  726. <b>→</b> <b>I’m also very fond of writing/playing all the trappings to it</b>, so we could still do that, flirting is lots of fun but how do you do it</p>
  727.  
  728. <b>→</b> Keep in mind that <b>my goal is not to fuck up my muse even more</b>.</p>
  729.  
  730. <b>✘</b> <b>I won’t follow everyone back</b>, I love you guys, but I don’t intend to flood my dash</p>
  731.  
  732. <b>✘</b> First and most important thing to do, i<b>f you wanna rp with me: Talk to me!</b> The way to my muse is past me.</p>
  733.  
  734. <b>→</b> <b>Tell me you want to rp with me</b></p>
  735.  
  736. <b>→</b> As a matter of fact <b>I need to know at least the place and time of where and how our characters meet</b></p>
  737.  
  738. <b>→</b> <b>I’m fine if we start from scratch</b></p>
  739.  
  740. <b>→</b> <b>I love to plot</b>, it’s okay if you don’t</p>
  741.  
  742. <b>→</b> <b>Talking to mun and muse for any reason is very appreciated</b></p>
  743.  
  744. <b>✘</b> Please keep in mind that <b>I play a canonwise dead character</b></p>
  745.  
  746. <b>→</b> <b>See why I need a time and place</b>? It’s very possible your character was still a child or not even born when he was alive, so we might need an AU for them to meet</p>
  747.  
  748. <b>✘</b> <b>I won’t write starters for every follower</b>. In fact if you want one, best thing is you go tell me. That’s how it works with me.</p>
  749.  
  750. <b>✘</b> <b>I love to plot, I really do</b>. I love the anticipation of scenes that are yet to come. I love to think up scenes I would just love to write right now</p>
  751.  
  752. <b>→</b> Even if you don’t like it, <b>you might understand that it’s a good way to avoid stagnation</b></p>
  753.  
  754. <b>→</b> That’s why: <b>At the latest if stagnation is ahead I will come and try plotting with you</b></p>
  755.  
  756. <b>→</b> Sooner or later I will start throwing random scenes at you including our characters, you probably won’t be able to do anything against it, better just accept your fate (◕‿◕✿)</p>
  757.  
  758. <b>✘</b> Since I tend to write rather long posts, <b>I expect an answer of reasonable length</b></p>
  759.  
  760. <b>→</b> <b>I just don’t want to end up writing 20 lines and getting 4 in response</b>, that’s really wearing me down</p>
  761.  
  762. <b>→</b> <b>You don’t have to answer each and every petty thought my character has</b></p>
  763.  
  764. <b>→</b> <b>Your post doesn’t need to be as long as mine</b>, that’s not what I want to tell you with this, it’s very likely that you might need less words for what you’re writing than me</p>
  765.  
  766. <b>→</b> In a nutshell: <b>Gimme working material</b>, that’s all I ask for</p>
  767.  
  768. <b>✘</b> <b>I also post a shitton of posts I relate to Dagran or his story</b>. I understand if you don’t want that on your dash, but if you follow me, be prepared.</p>
  769.  
  770. <b>✘</b> <b>Dagran has some shitty memories and they will surface, that’s a given fact</b>. I will however not go much into detail with these, as neither me nor muse are interested in intricate descriptions of these events.</p>
  771.  
  772. </div></div></div></div>
  773.  
  774. <div id="id" class="popup_block">
  775. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:520px ; width: 380px;">
  776.  
  777. <h1>Dogtag</h1>
  778.  
  779. <b>Surname:</b> Misra (mishra) Indian Old Sanskrit; name originally meaning “mixed, manifold” but later associated with “honorable”</br>
  780. <b>Middle name:</b> None</br>
  781. <b>First name:</b> Dagran</br>
  782. <b>Nickname/Aliases:</b> Dag, Daggy, Pretty Boy, Boss, Merc(enary) </p>
  783.  
  784. <b>Status:</b> Deceased †</br>
  785. <b>Occupation:</b> Soldier, Mercenary, Gigolo </br>
  786. <b>Date of Birth:</b> 14th February </br>
  787. <b>Zodiac:</b> Aquarius ♒ </br>
  788. <b>Age:</b> 27 </p>
  789.  
  790. <b>Hair colour:</b> Black </br>
  791. <b>Eye colour:</b> Gold; Amber </br>
  792. <b>Height:</b> <s>Not As Tall As Lowell</s> ??? </br>
  793. <b>Weight:</b> <s>Not Enough For Someone His Size</s> ??? </br>
  794. <b>Sex:</b> ♂ </br>
  795. <b>Blood type:</b> AB+ </p>
  796.  
  797. <b>Significant features:</b> Golden eyes; Tattoos on his upper arms and right above is wrists; His legs are tattooed from soles to a hands width above his knees with lots of spells; About two dozen wristbands cover his lower arms; The Traive </p>
  798.  
  799. <b>Parents:</b> Namoc and Cali(ca) </br>
  800. <b>Siblings:</b> a pair of younger twin brothers he never got to meet </br>
  801. <b>Relationship status:</b> Single </br>
  802. <b>Orientation:</b> Demisexual; Demi-Panromantic </p>
  803.  
  804. <b>Pressure points:</b> Zael; Lowell; any of the mercs tbh</p>
  805.  
  806. </div></div></div></div>
  807.  
  808. <div id="hc" class="popup_block">
  809. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:520px ; width: 380px;">
  810.  
  811. <h1>Headcanons</h1>
  812.  
  813. “Dᴏ ʏᴏᴜ ʜᴀᴠᴇ ᴀ ᴅʀᴇᴀᴍ ғᴏʀ ʏᴏᴜʀ ʟɪғᴇ? Yᴏᴜʀ ғᴜᴛᴜʀᴇ? Yᴇs?” - “ Oғ ᴄᴏᴜʀsᴇ. Dᴏ ʏᴏᴜ?” - “Iᴛ ᴍɪɢʜᴛ sᴏᴜɴᴅ ᴡᴇɪʀᴅ. I ᴡᴀɴᴛ ᴛᴏ sᴏᴍᴇᴅᴀʏ ʙᴇ ᴄᴏɴᴛᴇɴᴛ. Jᴜsᴛ ғᴇᴇʟ ᴄᴏᴍғᴏʀᴛᴀʙʟᴇ, ʟɪᴋᴇ ᴇᴠᴇʀʏᴏɴᴇ ᴇʟsᴇ. I ᴡᴀɴᴛ…” -“…ᴀ ɴᴏʀᴍᴀʟ ʟɪғᴇ?” - “Yᴇᴀʜ, ᴀ ɴᴏʀᴍᴀʟ ʟɪғᴇ.” - “Tʜᴀᴛ’s ᴀʟʟ I ᴡᴀɴᴛ. Jᴜsᴛ ᴛʜᴀᴛ.” - “Nᴏ ғᴀᴍᴇ ᴀɴᴅ ғᴏʀᴛᴜɴᴇ? Exᴄɪᴛᴇᴍᴇɴᴛ ᴀᴛ ᴇᴠᴇʀʏ ᴛᴜʀɴ?” - “Nᴏ, I'ᴠᴇ ʜᴀᴅ ᴇɴᴏᴜɢʜ ᴇxᴄɪᴛᴇᴍᴇɴᴛ, ᴛʜᴀɴᴋ ʏᴏᴜ. I'ʟʟ ᴛᴀᴋᴇ ʙᴏʀɪɴɢ.” - “Aᴠᴇʀᴀɢᴇ.” - “Oʀᴅɪɴᴀʀʏ.” - “Tʜᴀᴛ’s ᴡᴇɪʀᴅ, ʜᴜʜ?” - “Yᴇᴀʜ.”</br>
  814. – <b>Dᴇxᴛᴇʀ & Rɪᴛᴀ</b> ғʀᴏᴍ <i>Dᴇxᴛᴇʀ</i></p>
  815.  
  816. <b>✘</b> <b>Dagran is a jack-of-all-trades</b>, he had to acquire a vast skill set over the years of growing up with and simultaneously raising Zael. Most of his skills can be traced back either to Zael because of that, though some lead back to his childhood and early teen years. Either way don’t be surprised if he seems to be capable of something which seems unusual for a former mercenary.</p>
  817.  
  818. <b>✘</b> <b>His most useless skill is knitting</b>. Dagran also has no recollection of how or why he acquired it, it’s just there and really serves no purpose at all.</p>
  819.  
  820. <b>✘</b> <b>Dagran has been trained to read and write as well as fight with a sword, pretty early on</b>. The sword training started when he was eleven. He also received a basic training in magical knowledge, nothing beyond that though as he is unable to perform it.</p>
  821.  
  822. <b>✘</b> <b>Dagran is left handed by nature, but cross-dominant by force</b>. He is able to use is right hand as asked of him by society, but he does prefer his left hand for most tasks. You will often see him switching things from his right to left hand or vice versa. The latter usually only happens when he handles a blade as those are generally made for right hands and he would risk cutting himself elsewise.</p>
  823.  
  824. <b>✘</b> <b>His handwriting is equally scrawly with both hands</b>. Using his right is hard and annoying and he never got to use his left very often to he’s not p<b>✘</b> articularly good at writing with that hand either.</p>
  825.  
  826. <b>✘</b> <b>Dagran is an early bird by nature</b>. You will find he curls up into a ball when asleep with has a lot to do with that making him feel more safe and also a little with the fact that him and Zael used to huddle up for warmth when they were small.</p>
  827.  
  828. <b>✘</b> <b>If there’s rain you can bet your money Dagran won’t sleep</b>. It’s not that he’s not tired, but rain usually only brings nightmares and he’s not up for waking up every two hours scared and sweaty and miserable so he tries to avoid sleep on rainy nights at all costs.</p>
  829.  
  830. <b>✘</b> <b>Except for the nightmares every now and then Dagran is blessed with naturally dreamless sleep, as he barely ever remembers his dreams</b>. For a mercenary his sleep is also surprisingly deep, as you will find he’s not easy to wake. Yet he will up in an instant if there’s any sound he recognises as something that could be endangering his life e.g. the clanging of sword when there should be none.</p>
  831.  
  832. <b>✘</b> <b>When it comes to eating, well that’s a task for Dagran</b>, and you will find he handles it as such. It is not something he enjoys. Rather something which is necessary for his survival. Which results in the problematic fact that he sometimes doesn’t eat for a long period of time.</p>
  833.  
  834. <b>✘</b> Two other reasons for this behaviour are that <b>Dagran sometimes really doesn’t feel like putting anything in his mouth</b>, as well that he’s used to ignore a grumbling stomach since he often prioritised feeding Zael before he himself would eat.</p>
  835.  
  836. <b>✘</b> <b>There happened a war when Dagran was about ten,</b> it raged on for several more years, when he was fifteen he fled his home country and found himself as an orphan on the streets. The former was something he was familiar with, the latter not. At sixteen he picked up a kid of twelve years called Zael and shepherded that precious little thing around. Zael wanted to become a knight, to Dagran that was next best career, so they started a band of mercenaries.</p>
  837.  
  838. <b>✘</b> <b>Ever since the two of them have been inseparable</b>.</p>
  839.  
  840. <b>✘</b> <b>Dagran knew of The Outsider since he was a kid</b>. The story had been told to him in a fairy-tale-esque manner with a side of old legend as kid, he never knew for certain it was true till he came to Lazulis as the Outsider on the Guraks side had been out of reach.</p>
  841.  
  842. <b>✘</b> <b>Dagran cannot ride</b>, well he can - technically, but riding a horse is mostly frustrating for him since there’s so much in the way down on the ground. His preferred method of transportation. He prefers anything that can fly.</p>
  843.  
  844. <b>✘</b> <b>Dagran's knowledge about his family is very limited</b>, as he never got to meet his parents. When he speaks about his past family he means the other kids at the orphanage (and a dragon), when he speaks about his present family that entails Zael and the other mercs.</p>
  845.  
  846. <b>✘</b> <b>Dagran loves kids, and kids love Dagran</b>. He’s protective of them in their favour, meaning he’s always on their side when it counts. He wouldn’t mind having like half a dozen himself, but he’s content tending to the little mages at the castle and the orphans of the city.</p>
  847.  
  848. <b>✘</b> <b>✘</b> <b>Dagran speaks at least three different languages</b>.</p>
  849.  
  850. <b>✘</b> <b>He knows he pretty</b>, people have been telling him since he’s three or so. Don’t expect him to act surprised or flattered. He doesn’t like people wooing him by oozing charm all over him. He doesn’t like being wooed in general. In fact he’s more happy on his own. It’s not impossible, it’s just not something he’ll engage in or seek out on his own.</p>
  851.  
  852. <b>✘</b> <b>Dagran can talk to dragons</b>. Like magic is ability is inheritable, however it is even more rare and the powers don’t exclude each others as they are able to coexist. It is an ability which cannot be taught either you have it or you don’t.</p>
  853.  
  854. <b>✘</b> <b>A side effect of those powers is a strong telepathic ability</b>, however he cannot read just anyone’s mind. The telepathic network rather only consists of those capable of it and those with no or only a few borders up in their minds. As dragons go, most of their communication is telepathic as that is a trait near every race of theirs has.</p>
  855.  
  856. <b>✘</b> <b>Instead of fearing this power the south decided to embrace it</b>, but can also give commands the dragons cannot refuse. Which is why most communication goes on telepathically and supposedly why it developed into such a strong skill among for these people.</p>
  857.  
  858. <b>✘</b> <b>Instead of fearing this power the south decided to embrace it</b>, much like the gift of magic is commonly embraced, and train their little dragon whisperers so they learn the extend of their powers and to use them for good. The training starts when they are eleven and is finished by the time they are seventeen. It includes a broad spectrum of skills.</p>
  859.  
  860. <b>✘</b> <b>As a basic rule these children are trained to be peaceful and only to protect their own from harm</b>, but even that without abusing their powers. To further prevent that people have developed several ways to suppress their powers and stop them if one of them ever goes batshit crazy.</p>
  861.  
  862. <b>✘</b> <b>The training includes the tattoos Dagran wears which mark which stages of training have been completed and later can mark battles and other important stages in their lives</b>. The tattoos on Dagran’s leg also serve the purpose of making him a walking extension to any mages casting circles as well as protecting him from the effects of such. For the mages the tattoos serve to shorten their casting time.</p>
  863.  
  864. <b>✘</b> <b>It’s not commonly known, but these people have to thank the Gurak for their abilities</b>, as it’s one of the outcomes when their blood mixed. Granted, not a common outcome, the reason it appears to be common is because people decided to take these powers for good use and co-exist with the dragons in their land in a peaceful relationship.</p>
  865.  
  866. <b>✘</b> <b>As a general rule there are only few so called “pure” humans with no Gurak blood left in the south</b>. It gave them their ability to endure extreme heat, and sometimes their looks still surface, but that has become just as rare as the sightings of the Gurak in their cities.</p>
  867.  
  868. <b>✘</b> <b>Dagran may be canonically dead, but he isn’t here</b>. I think he made a deal with Mitra to get out of there at the cost of his eyesight for life. He didn’t want to give up a leg or a hand.</p>
  869.  
  870. <b>The following content deserves a trigger warning</b>, so here you go, you have been warned - I won’t go into detail with anything, but there are mentions of the abuse he suffered.</p>
  871.  
  872. <b>✘</b> <b>To survive Dagran has done a lot and that from gambling to selling himself and whatever else would bring food on their table and a roof over their heads</b>. The latter has lead to several fucked up experiences in his life and to Dagran being equally fucked up by it. It caused him to stay away from relationships and refusing to seek them out in the first place.</p>
  873.  
  874. <b>✘</b> <b>Dagran never talks much about what he’s been through</b>, out of many other things it made him an excellent liar and he uses that to acquire personal space and stay a lone wolf even within his pack.</p>
  875.  
  876. <b>✘</b> <b>Dagran has suffered sexual and physical abuse</b>, and is walking a thin line between the consequences of the trauma and lying through his teeth to secure his own and everyone else’s survival. It can lead to an involuntarily hysteric reaction on his side upon realising how fucked up some event in his life was. Usually he prefers not to realise that, or to say these things out loud and give them meaning and life, but also he’s so tired of it all.</p>
  877.  
  878. <b>✘</b> <b>Dagran has frequent nightmares about what happened to him</b>, but it also haunts him while he’s awake given a trigger to remind him the situation in question.</p>
  879.  
  880. <b>✘</b> <b>Overall he will appear fine, as far as that can go</b>. The devil’s in the detail with him because if he doesn’t want you to know, he will make sure you don’t.
  881. Dagran tries to avoid his problems by developing disinterest in any situation which might cause them.</p>
  882.  
  883. <b>✘</b> <b>There are lots of scars on Dagran’s body and more than half of them he doesn’t want to remember getting</b>. Especially notable though is one on right hip where he goes as far denying it’s very existence. It’s one of the very things he really cannot remember, though usually to his demise his memory works very well. Especially his tactile and olfactory sense.</p>
  884.  
  885. </div></div></div></div>
  886.  
  887. <div id="tg" class="popup_block">
  888. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:520px ; width: 380px;">
  889.  
  890. <h1>Tourist Guide</h1>
  891.  
  892. <s>contains spoilers</s></p>
  893.  
  894. <b>✘</b> Sadly Dagran died in the game, but we’re gonna ignore that bc reasons. But also that makes him an ex-mercenary.</p>
  895.  
  896. <b>✘</b> Dagran picked up Zael as a kid and I’m pretty sure he thinks of that floofball as his kid.</p>
  897.  
  898. <b>✘</b> Dagran was the final boss in the game and we were all disappointed in him. He also killed Asthar boo Dagran that was not nice.</p>
  899.  
  900. <b>✘</b> It’s canon that Dagran is a lefty, listen I replayed this game for the nth time just to find proof for that, I’m not making this up.</p>
  901.  
  902. <b>✘</b> Dagran does his homework. No seriously that guy knew more about the count than any average merc likely does. And I am concerned where he gets all his knowlegde form.</p>
  903.  
  904. <b>✘</b> Catchphrase: “I gotta look cool sometimes.”</p>
  905.  
  906. <b>✘</b> That supposed eye injury on the Gurak ship, which nobody can prove bc either nobody can see it because of the bad wii graphics or because Dagran straight up lied. Nobody knows the truth.</p>
  907.  
  908. <b>✘</b> He obtained the power of The Outsider at the end of the game, but also revived Lowell with it so I guess that’s where it is now. Good job Dagran at least you did one thing right.</p>
  909.  
  910.  
  911. </div></div></div></div>
  912.  
  913. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement