Advertisement
Falkstids

The Grid

Dec 22nd, 2019
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.80 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Quicksand');
  2.  
  3. body {
  4. background-color:fff;
  5. overflow:hidden;
  6. }
  7.  
  8.  
  9. @font-face {
  10. font-family: 'SF4';
  11. src: url('https://dl.dropboxusercontent.com/s/o5pvlzifoz6okvd/SSF4%20ABUKET.ttf');
  12. }
  13.  
  14. ::-webkit-scrollbar
  15. {
  16. width:0px;
  17. background-color: transparent;
  18. }
  19.  
  20.  
  21. #overlay{
  22. background-image:url(https://i.imgur.com/rX4SqP8.png);
  23. background-size:40%;
  24. width:100%;
  25. height:100%;
  26. position:absolute;
  27. z-index:1;
  28. top:0px;
  29. left:0px;
  30. filter:brightness(100%);
  31.  
  32. }
  33.  
  34. #overlayshadow{
  35. width:100%;
  36. height:100%;
  37. background-color:transparent;
  38. box-shadow:inset 0px 0px 1500px 0px #000;
  39. position:absolute;
  40. top:0px;
  41. left:0px;
  42. z-index:2;
  43. }
  44.  
  45. #box{
  46. width:800px;
  47. height:700px;
  48. background-color:#731b25;
  49. position:absolute;
  50. z-index:50;
  51. top:50%;
  52. left:50%;
  53. margin-left:-650px;
  54. margin-top:-300px;
  55. background-image:url(https://www.transparenttextures.com/patterns/squared-metal.png);
  56. background-size:20%;
  57. }
  58.  
  59. #boxinterior{
  60. height: 660px;
  61. width:760px;
  62. position:absolute;
  63. background-color:#bf1919;
  64. position:absolute;
  65. top:20px;
  66. left:20px;
  67. box-shadow:inset 0px 0px 30px 0px #000;
  68. }
  69.  
  70. #bloch1{
  71. background-image:url(https://i.imgur.com/7xktVxa.png);
  72. background-size:100%;
  73. background-repeat:no-repeat;
  74. width:1100px;
  75. height:300px;
  76. margin-top:-70px;
  77. margin-left:150px;
  78. transform:rotate(15deg);
  79. position:absolute;
  80. }
  81.  
  82.  
  83.  
  84. .text{
  85. font-family: 'SF4';
  86. font-size:120pt;
  87. color:#000;
  88. position:absolute;
  89. margin-top:40px;
  90. margin-left:160px;
  91. z-index:5;
  92. }
  93.  
  94. .text2{
  95. font-family: 'SF4';
  96. font-size:115pt;
  97. color:#000;
  98. position:absolute;
  99. margin-top:40px;
  100. margin-left:160px;
  101. z-index:3;
  102. opacity:0;
  103. }
  104.  
  105. .text3{
  106. font-family: 'SF4';
  107. font-size:94pt;
  108. color:#000;
  109. position:absolute;
  110. margin-top:40px;
  111. margin-left:160px;
  112. z-index:3;
  113. opacity:0;
  114. }
  115.  
  116. .text4{
  117. font-family: 'SF4';
  118. font-size:100pt;
  119. color:#000;
  120. position:absolute;
  121. margin-top:40px;
  122. margin-left:160px;
  123. z-index:3;
  124. opacity:0;
  125. }
  126.  
  127. .textshadow{
  128. font-family: 'SF4';
  129. font-size:125pt;
  130. color:#fff;
  131. position:absolute;
  132. margin-top:40px;
  133. margin-left:145px;
  134. z-index:4;
  135. }
  136.  
  137. .textshadow2{
  138. font-family: 'SF4';
  139. font-size:120pt;
  140. color:#fff;
  141. position:absolute;
  142. margin-top:40px;
  143. margin-left:145px;
  144. z-index:2;
  145. opacity:0;
  146. }
  147.  
  148. .textshadow3 {
  149. font-family: 'SF4';
  150. font-size:99pt;
  151. color:#fff;
  152. position:absolute;
  153. margin-top:40px;
  154. margin-left:145px;
  155. z-index:2;
  156. opacity:0;
  157. }
  158.  
  159. .textshadow4{
  160. font-family: 'SF4';
  161. font-size:105pt;
  162. color:#fff;
  163. position:absolute;
  164. margin-top:40px;
  165. margin-left:125px;
  166. z-index:2;
  167. opacity:0;
  168. }
  169.  
  170.  
  171. #box1{
  172. width:720px;
  173. height:620px;
  174. background-color:transparent;
  175. position:absolute;
  176. margin-top:20px;
  177. margin-left:20px;
  178. overflow:hidden;
  179. z-index:11;
  180.  
  181. }
  182.  
  183. #box2, #box3, #box4{
  184. width:720px;
  185. height:620px;
  186. background-color:transparent;
  187. position:absolute;
  188. margin-top:20px;
  189. margin-left:20px;
  190. overflow:hidden;
  191. z-index:10;
  192. opacity:0;
  193. }
  194.  
  195. .info1{
  196. width:340px;
  197. height:500px;
  198. background-color:rgba(255, 255, 255, 0.5);
  199. position:absolute;
  200. top:0px;
  201. left:0px;
  202. margin-top:60px;
  203. padding:30px;
  204. oveflow:auto;
  205. color:#fff;
  206. font-family: 'Quicksand', sans-serif;
  207. font-size:14pt;
  208. }
  209.  
  210. .info2{
  211. background-color:rgba(255, 255, 255, 0.5);
  212. width:240px;
  213. height:340px;
  214. position:absolute;
  215. right:0px;
  216. bottom:0px;
  217. margin-bottom:50px;
  218. padding:30px;
  219. color:#fff;
  220. font-family: 'Quicksand', sans-serif;
  221. font-size:14pt;
  222. overflow:auto;
  223. }
  224.  
  225. .info3{
  226. background-color:rgba(255, 255, 255, 0.5);
  227. width:640px;
  228. height:290px;
  229. position:absolute;
  230. bottom:0px;
  231. left:0px;
  232. padding:30px;
  233. color:#fff;
  234. font-family: 'Quicksand', sans-serif;
  235. font-size:14pt;
  236. overflow:auto;}
  237.  
  238. .info4{
  239. background-color:rgba(255, 255, 255, 0.5);
  240. width:360px;
  241. height:160px;
  242. position:absolute;
  243. top:0px;
  244. left:0px;
  245. margin-top:50px;
  246. oveflow:auto;
  247. padding:20px;
  248. color:#fff;
  249. font-family: 'Quicksand', sans-serif;
  250. font-size:14pt;
  251. }
  252.  
  253. .rules{
  254. width:340px;
  255. height:200px;
  256. position:absolute;
  257. overflow:auto;
  258. top:100px;
  259. }
  260.  
  261. h1{
  262. font-family: 'SF4';
  263. font-size:30pt;
  264. color:#fff;
  265. margin-top:20px;
  266. margin-left:20px;
  267. }
  268.  
  269. h2{
  270. font-family: 'SF4';
  271. font-size:20pt;
  272. color:#fff;
  273. margin-top:20px;
  274. margin-left:20px;
  275. }
  276.  
  277. h3{
  278. font-family: 'SF4';
  279. font-size:30pt;
  280. color:#fff;
  281. margin-top:40px;
  282. margin-left:20px;
  283. }
  284. .oc{
  285. width:340px;
  286. height:160px;
  287. position:absolute;
  288. top:370px;
  289. overflow:auto;
  290.  
  291. }
  292.  
  293. b{
  294. background-color:#731b25;
  295.  
  296. transition:.5s;
  297. text-align:center;
  298. }
  299.  
  300. b:hover{
  301. background-color:#fff;
  302. color:#000;
  303. }
  304.  
  305. i {
  306. color:#fff;
  307. transition:1s;
  308. }
  309.  
  310. i:hover{
  311. color:#000;
  312. }
  313.  
  314. .setting{
  315. width:240px;
  316. height:280px;
  317. position:absolute;
  318. overflow:auto;
  319. text-align:justify;
  320. }
  321.  
  322.  
  323. .header{
  324. background-image:url(https://i.imgur.com/tfeaVbs.png);
  325. background-size:contain;
  326. color:#fff;
  327. width:340px;
  328. height:70px;
  329. position:absolute;
  330. top:20px;
  331. }
  332.  
  333. .header2{
  334. background-image:url(https://i.imgur.com/BjwnXMG.png);
  335. background-repeat:no-repeat;
  336. background-size:contain;
  337. color:#fff;
  338. width:100%;
  339. height:70px;
  340. position:absolute;
  341. top:300px;
  342. }
  343.  
  344. .header3{
  345. background-image:url(https://i.imgur.com/tBmMeKI.png);
  346. background-repeat:no-repeat;
  347. background-size:contain;
  348. color:#fff;
  349. width:110%;
  350. height:70px;
  351. margin-left:-10px;
  352. margin-top:-30px;
  353. }
  354.  
  355. .fighting{
  356.  
  357. width:340px;
  358. height:440px;
  359. position:absolute;
  360. overflow:auto;
  361. top:100px;
  362. text-align:justify;
  363. }
  364.  
  365. .fighting a{
  366. color:#fff;
  367. text-decoration:none;
  368. transition:1s;
  369. }
  370.  
  371. .fighting a:hover{
  372. color:#000;
  373. }
  374.  
  375. .header4{
  376. background-image:url(https://i.imgur.com/4ST07rt.png);
  377. background-repeat:no-repeat;
  378. background-size:contain;
  379. color:#fff;
  380. width:100%;
  381. height:100px;
  382. position:absolute;
  383. z-index:30;
  384. }
  385.  
  386. .navifriends{
  387. width:640px;
  388. height:contain;
  389. float:left;
  390. }
  391.  
  392. .Stages{
  393. width:640px;
  394. height:260px;
  395. overflow:auto;
  396. margin-top:30px;
  397. }
  398.  
  399. #blanket1:target #box1{
  400. opacity:1;
  401. z-index:11;
  402. transition:.5s;
  403. }
  404.  
  405. #blanket1:target #box2{
  406. opacity:0;
  407. z-index:10;transition:.5s;
  408.  
  409. }
  410. #blanket1:target #box3{
  411. opacity:0;
  412. z-index:10;transition:.5s;
  413.  
  414. }
  415.  
  416. #blanket1:target #box4{
  417. opacity:0;
  418. z-index:10;transition:.5s;
  419.  
  420. }
  421.  
  422. #blanket1:target .text{
  423. opacity:1;
  424. z-index:5;transition:.5s;
  425.  
  426. }
  427.  
  428. #blanket1:target .textshadow{
  429. opacity:1;
  430. transition:.5s;
  431. z-index:4;
  432. }
  433.  
  434. #blanket1:target .text2{
  435. transition:.5s;
  436. opacity:0;
  437. z-index:3;
  438. }
  439.  
  440. #blanket1:target .textshadow2{
  441. transition:.5s;
  442. opacity:0;
  443. z-index:2;
  444. }
  445.  
  446. #blanket1:target .text3{
  447. transition:.5s;
  448. opacity:0;
  449. z-index:3;
  450. }
  451.  
  452. #blanket1:target .textshadow3{
  453. opacity:0;
  454. transition:.5s;
  455. z-index:2;
  456. }
  457.  
  458. #blanket1:target .text4{
  459. opacity:0;
  460. transition:.5s;
  461. z-index:3;
  462. }
  463.  
  464. #blanket1:target .textshadow4{
  465. opacity:0;
  466. transition:.5s;
  467. z-index:2;
  468. }
  469.  
  470. #blanket2:target #box1{
  471. opacity:0;
  472. transition:.5s;
  473. z-index:10;
  474. }
  475.  
  476. #blanket2:target #box2{
  477. opacity:1;
  478. transition:.5s;
  479. z-index:12;
  480. }
  481. #blanket2:target #box3{
  482. opacity:0;
  483. transition:.5s;
  484. z-index:10;
  485. }
  486.  
  487. #blanket2:target #box4{
  488. transition:.5s;
  489. opacity:0;
  490. z-index:10;
  491. }
  492.  
  493. #blanket2:target .text{
  494. transition:.5s;
  495. opacity:0;
  496. z-index:3;
  497. }
  498.  
  499. #blanket2:target .textshadow{
  500. transition:.5s;
  501. opacity:0;
  502. z-index:2;
  503. }
  504.  
  505. #blanket2:target .text2{
  506. transition:.5s;
  507. opacity:1;
  508. z-index:5;
  509. }
  510.  
  511. #blanket2:target .textshadow2{
  512. transition:.5s;
  513. opacity:1;
  514. z-index:4;
  515. }
  516.  
  517. #blanket2:target .text3{
  518. transition:.5s;
  519. opacity:0;
  520. z-index:3;
  521. }
  522.  
  523. #blanket2:target .textshadow3{
  524. transition:.5s;
  525. opacity:0;
  526. z-index:2;
  527. }
  528.  
  529. #blanket2:target .text4{
  530. transition:.5s;
  531. opacity:0;
  532. z-index:3;
  533. }
  534.  
  535. #blanket2:target .textshadow4{
  536. transition:.5s;
  537. opacity:0;
  538. z-index:2;
  539. }
  540.  
  541. #blanket3:target #box1{
  542. transition:.5s;
  543. opacity:0;
  544. z-index:10;
  545. }
  546.  
  547. #blanket3:target #box2{
  548. transition:.5s;
  549. opacity:0;
  550. z-index:10;
  551. }
  552. #blanket3:target #box3{
  553. transition:.5s;
  554. opacity:1;
  555. z-index:12;
  556. }
  557.  
  558. #blanket3:target #box4{
  559. transition:.5s;
  560. opacity:0;
  561. z-index:10;
  562. }
  563.  
  564. #blanket3:target .text{
  565. transition:.5s;
  566. opacity:0;
  567. z-index:3;
  568. }
  569.  
  570. #blanket3:target .textshadow{
  571. transition:.5s;
  572. opacity:0;
  573. z-index:2;
  574. }
  575.  
  576. #blanket3:target .text2{
  577. transition:.5s;
  578. opacity:0;
  579. z-index:3;
  580. }
  581.  
  582. #blanket3:target .textshadow2{
  583. transition:.5s;
  584. opacity:0;
  585. z-index:2;
  586. }
  587.  
  588. #blanket3:target .text3{
  589. transition:.5s;
  590. opacity:1;
  591. z-index:5;
  592. }
  593.  
  594. #blanket3:target .textshadow3{
  595. transition:.5s;
  596. opacity:1;
  597. z-index:4;
  598. }
  599.  
  600. #blanket3:target .text4{
  601. transition:.5s;
  602. opacity:0;
  603. z-index:3;
  604. }
  605.  
  606. #blanket3:target .textshadow4{
  607. transition:.5s;
  608. opacity:0;
  609. z-index:2;
  610. }
  611.  
  612. #blanket4:target #box1{
  613. transition:.5s;
  614. opacity:0;
  615. z-index:10;
  616. }
  617.  
  618. #blanket4:target #box2{
  619. transition:.5s;
  620. opacity:0;
  621. z-index:10;
  622. }
  623. #blanket4:target #box3{
  624. transition:.5s;
  625. opacity:0;
  626. z-index:10;
  627. }
  628.  
  629. #blanket4:target #box4{
  630. transition:.5s;
  631. opacity:1;
  632. z-index:12;
  633. }
  634.  
  635. #blanket4:target .text{
  636. transition:.5s;
  637. opacity:0;
  638. z-index:3;
  639. }
  640.  
  641. #blanket4:target .textshadow{
  642. transition:.5s;
  643. opacity:0;
  644. z-index:2;
  645. }
  646.  
  647. #blanket4:target .text2{
  648. transition:.5s;
  649. opacity:0;
  650. z-index:3;
  651. }
  652.  
  653. #blanket4:target .textshadow2{
  654. transition:.5s;
  655. opacity:0;
  656. z-index:2;
  657. }
  658.  
  659. #blanket4:target .text3{
  660. transition:.5s;
  661. opacity:0;
  662. z-index:3;
  663. }
  664.  
  665. #blanket4:target .textshadow3{
  666. transition:.5s;
  667. opacity:0;
  668. z-index:2;
  669. }
  670.  
  671. #blanket4:target .text4{
  672. transition:.5s;
  673. opacity:1;
  674. z-index:5;
  675. }
  676.  
  677. #blanket4:target .textshadow4{
  678. transition:.5s;
  679. opacity:1;
  680. z-index:4;
  681. }
  682.  
  683. #navi{
  684. background-color:transparent;
  685. width:400px;
  686. height:550px;
  687. position:absolute;
  688. z-index:10;
  689. top:50%;
  690. left:50%;
  691. margin-left:-900px;
  692. margin-top:-275px;
  693. }
  694.  
  695.  
  696. #navi a{
  697. width:400px;
  698. height:100px;
  699. float:left;
  700. background-image:url(https://i.imgur.com/9vnlaVA.png);
  701. margin-top:50px;
  702. filter:drop-shadow(0px 0px 5px #000);
  703.  
  704. }
  705.  
  706. #navi a:hover #thing{
  707. animation:blink1 .5s infinite;
  708.  
  709. }
  710.  
  711. #navi a:hover #thing2{
  712. animation:blink2 .5s infinite;
  713.  
  714. }
  715.  
  716. #navi a:hover #thing3{
  717. animation:blink3 .5s infinite;
  718.  
  719. }
  720. #thing{
  721. background-image:url(https://i.imgur.com/qPNdkdN.png);
  722. width:75px;
  723. height:110px;
  724. background-size:100%;
  725. position:absolute;
  726. margin-top:-5px;
  727. margin-left:-20px;
  728. opacity:1;
  729. }
  730.  
  731. #thing2{
  732. background-image:url(https://i.imgur.com/qPNdkdN.png);
  733. width:75px;
  734. height:110px;
  735. background-size:100%;
  736. position:absolute;
  737. margin-top:-5px;
  738. margin-left:10px;
  739. opacity:0.75;
  740.  
  741. }
  742.  
  743. #thing3{
  744. background-image:url(https://i.imgur.com/qPNdkdN.png);
  745. width:75px;
  746. height:110px;
  747. background-size:100%;
  748. position:absolute;
  749. margin-top:-5px;
  750. margin-left:40px;
  751. opacity:0.5;
  752.  
  753. }
  754.  
  755. @keyframes blink1{
  756. 0%{
  757.  
  758.  
  759. opacity:1;
  760.  
  761.  
  762.  
  763. }
  764.  
  765. 35%{
  766. opacity:0.75;
  767.  
  768. }
  769.  
  770.  
  771.  
  772. 70%{
  773.  
  774. opacity:0.5;
  775.  
  776.  
  777.  
  778. }
  779.  
  780. 100%{
  781.  
  782. opacity:1;
  783.  
  784.  
  785. }
  786.  
  787. }
  788.  
  789. @keyframes blink2{
  790. 0%{
  791.  
  792.  
  793. opacity:0.75;
  794.  
  795.  
  796.  
  797. }
  798.  
  799.  
  800. 35{
  801. opacity:0.5;
  802. }
  803.  
  804.  
  805. 70%{
  806.  
  807. opacity:1;
  808.  
  809.  
  810.  
  811. }
  812.  
  813. 100%{
  814.  
  815. opacity:0.75;
  816.  
  817.  
  818. }
  819.  
  820. }
  821.  
  822. @keyframes blink3{
  823. 0%{
  824.  
  825.  
  826. opacity:0.5;
  827.  
  828.  
  829.  
  830. }
  831.  
  832. 35%{
  833. opacity:1;
  834. }
  835.  
  836.  
  837. 50%{
  838.  
  839. opacity:0.75;
  840.  
  841.  
  842.  
  843. }
  844.  
  845. 100%{
  846.  
  847. opacity:0.5;
  848.  
  849.  
  850. }
  851.  
  852. }
  853.  
  854.  
  855. </style>
  856. </head>
  857. <body>
  858. <div id="blanket1"> <div id="blanket2"> <div id="blanket3"> <div id="blanket4">
  859. <div id="overlay"></div>
  860. <div id="overlayshadow"></div>
  861. <div id="box">
  862. <div id="boxinterior">
  863. <div id="bloch1">
  864. <div class="text">THE GRID</div><div class="textshadow">THE GRID</div>
  865. <div class="text2">THE FIGHT</div><div class="textshadow2">THE FIGHT</div>
  866. <div class="text3">THE ROSTER</div><div class="textshadow3">THE ROSTER</div>
  867. <div class="text4">THE ARENA</div><div class="textshadow4">THE ARENA</div>
  868. </div>
  869.  
  870. <div id="box1">
  871. <div class="info1">
  872. <div class="header"><h1>Setting</h1></div>
  873.  
  874. <div class="rules">
  875. The multiverse is in jeopardy (for the umpteenth time), The Grid was created to resolve this crisis, a man-made alternate modular dimension where warriors from all over the multiverse are pitched against each other to appease an insatiable god that seeks conflict. Will the multiverse fall? Will the warriors save the world? <b>Welcome to The Grid.</b> </div>
  876. <div class="header2"><h1>OC Creation</h1></div>
  877.  
  878. <div class="oc">
  879. <b>00</b>All OCs must have a profile stating their character's basic stats. <br>
  880. <b>01</b>First and foremost, the OC must state <i> which franchise their character comes from </i> and their <i> affiliation with the universe</i>. <br>
  881. <b>02</b>Tasteful art is allowed, but try not to go overboard with NSFW/Sexual content on your profile as well as anything illegal (underaged characters). <br>
  882. <b>03</b>All abilities and where they come from must be explained as well as their connection with the original canon of the character's game of origin. <br>
  883. <b>04</b>Be mindful of how overpowered your character is, try to make them feel balanced. <br>
  884. <b>05</b>Real life face claims are not allowed in the room.
  885. </div>
  886. </div>
  887. <div class="info2">
  888. <div class="header3"><h1><center>Rules</center></h1></div>
  889. <div class="setting">
  890. <b>00</b> Canon characters from <i> any and all original fighting games </i> are welcomed here. We are currently <i> also allowing crossover titles like Marvel Vs Capcom, Smash, Dragon Ball Fighter Z, Cross Tag Battle, and Injustice </i>.<br>
  891. <b>01</b>Doubles are <i> allowed and welcomed </i> however <i>room plot participation works in a first come, first serve basis</i>. Doubles involvement can be discussed.<br>
  892. <b>02</b><i> OCs must be approved by the mod team</i>. They can <i> interact in the room </i>, but to use their powers and fight in the room they must <i>first be approved</i>. Relationships with canon characters must also be approved.<br>
  893. <b>03</b> Godmodding of any kind is forbidden without the roleplayer/room consent. <br>
  894. <b>04</b> No Spamming or trolling. We're all adults here.<br>
  895. <b>05</b> Keep NSFW roleplay in DMs. <br>
  896. <b>06</b>This profile is always a WIP
  897. </div>
  898. </div>
  899.  
  900. </div>
  901. <div id="box2">
  902.  
  903. <div class="info1"><div class="header"><h1>Fighting</h1></div>
  904. <div class="fighting">
  905. As much plot as the room will have, half of the reason of a fighting games room are the fights. The room staff gives people full responsibility of their fights (if they want to) and to use whatever rules they want to decide the winner. However, for those who are unfamiliar with roleplay fighting this we will give you a couple of explanations on a couple of well known rules, as well as the house rule for the room.<br><br>
  906. <div class="header4"><h3>T1 Fighting</h3></div><br><br><br><br><br>
  907. <a target="_blank" href="https://www.scribd.com/doc/11548456/T1-Rules-and-Guidelines-for-the-Modern-Day-Role-Player"><b>The source for the information below</b></a>
  908. <b>01</b>If you forget to post something in your intro; Power, ability, weapon, trait. You <i> can not </i> use it any time later in the fight. Those things forgotten are off limits. If they are used, it is grounds for Disqualification from the match through the no God Moding tolerance. This is a competition between the knowledge of two minds on how well they know their character.<br>
  909. <b>02</b>No power playing. That involves no selling a hit (getting up from a punch like nothing happened) or attacks that land automatically..<br>
  910. <b>03</b> Quantity is not required, but the more detail you put into your posts the bigger your chances or winning. That also goes for Punctuation and grammar. Well structured post will net you an easier win than run-on sentences. <br>
  911. <div class="header4"><h3>House Rule</h3></div><br><br><br><br><br>
  912. The house rule is pretty simple. All parties involved in the fight send a DM to the room profile (this one) rolling dice 4 times, they pick the 3 best results and arrange them in the order they want and write posts separating the action they'll perform with regarding each roll. Longer posts come at the discretion of the person writing it, but intelligible detail on the actions they're perfoming takes precedent. After the attacker posts the defender replies. Damage is calculated by the difference between the attacker and the defender rolls until it reaches a pre-determined number. <br>
  913. Some specifics. Rolling a 20 on attack is an auto hit that always deals double the damage difference between the rolls, rolling a 20 on defense is a perfect parry and counter attack that does a fixed 10 damage. Counter attacks also happen when the difference between the rolls of both defense and attack are 10 and over. Counter attack means that the attacking character will now be defending and the defending will do damage equal to half the difference between their posts which always starts at 5. Chip damage happens when the defense rolls are higher than the attack rolls, but the difference isn't higher than 9 the chip damage will always cap at 3 damage and are calculated following these parameters: a difference of 1-3 = 3 damage, a difference of 4-6 = 2 damage and a difference of 7-9 = 1 damage.
  914. </div>
  915. </div>
  916. <div class="info2"><div class="header3"><h2><center>Memorable Fights</center></h2></div>
  917. <div class="setting">
  918. <b>There will be links here hopefully!</b><br>
  919. </div>
  920. </div>
  921. </div>
  922. <div id="box3">
  923. <div class="info3">
  924.  
  925. <font style="float:left;"><img src="https://i.imgur.com/7XSBLN8.png" style="width:250px;"></img></font>Street Fighter (ストリートファイター Sutorīto Faitā), commonly abbreviated as SF or スト (Suto), is a fighting video game franchise developed and published by Capcom. The first game in the series was released in 1987, followed by five other main series games, various spin-offs and crossovers, and numerous appearances in various other media. Its best-selling 1991 release Street Fighter II is credited with establishing many of the conventions of the one-on-one fighting genre. Street Fighter is one of the highest-grossing video game franchises of all time and serves as the company's flagship series.<br><br>
  926. <div class="navifriends">
  927. <center><a target="_blank" href="https://roleplay.chat/profile.php?user=Master+Bison"><img src="https://i.imgur.com/QlcGL4s.png" style="width:150px; margin-left:0px;"></img></a><a href="#"><img src="https://i.imgur.com/ssHerQL.png" style="width:150px; margin-left:-20px;"></img></a> <a href="#"><img src="https://i.imgur.com/AYosLvz.png" style="width:150px; margin-left:-5px;"></img></a><a href="#"><img src="https://i.imgur.com/AYosLvz.png" style="width:150px; margin-left:-20px;"></img></a></center>
  928. </div>
  929. <br><br><br><br>
  930. <font style="float:right;"><img src="https://i.imgur.com/mHtP5lP.png" style="width:250px;"></img></font>Tekken (Japanese: 鉄拳, "Iron Fist") is a fighting video game franchise created, developed, and published by Namco (later Bandai Namco Entertainment). Beginning with the original Tekken released in December 1994, the series has received several sequels as well as updates and spin-off titles. Tekken was one of the first fighting games at the time to use 3D animation. The premise of each game in the main series documents the events of the King of Iron Fist Tournament, hosted by the Mishima Zaibatsu. The prize is typically control of the company, which allows the winner to host the following tournament. Tekken 2 and Tekken 3 are considered breakthrough titles and among the greatest games of all time, the latter also being the second best-selling fighting game to date. Tekken is the second best selling fighting game franchise in history.<br><br>
  931. <div class="navifriends">
  932. <center><a target="_blank" href="https://roleplay.chat/profile.php?user=Steve+Fox"><img src="https://i.imgur.com/1xfTLf3.png" style="width:90px; margin-left:0px;"></img></a><a href="#"><img src="https://i.imgur.com/UI0F4gm.png" style="width:90px; margin-left:10px;"></img></a><a href="#"><img src="https://i.imgur.com/UI0F4gm.png" style="width:90px; margin-left:10px;"></img></a><a href="#"><img src="https://i.imgur.com/UI0F4gm.png" style="width:90px; margin-left:10px;"></img></a><a href="#"><img src="https://i.imgur.com/UI0F4gm.png" style="width:90px; margin-left:10px;"></img></a><a href="#"><img src="https://i.imgur.com/UI0F4gm.png" style="width:90px; margin-left:10px;"></img></a></center>
  933. </div>
  934. <br><br><br><br><br><br><br><br><br>
  935. <font style="float:left;"><img src="https://i.imgur.com/W9ykAwk.png" style="width:350px;"></img></font>Under Night In-Birth takes place in a fictional modern-day setting some time in the 21st century. A phenomenon called the Hollow Night (虚ろの夜 utsuro no yoru) has been enveloping particular regions of Japan once a month for several centuries. Each area engulfed in the Hollow Night is beset by shadow-like creatures called Voids (虚無 kyomu (Immortals (イモータル imōtaru) in Japan)) that utilize and feed upon a power known as "Existence", or EXS (イグジス igujisu). Normal humans cannot see or come into contact with Voids, but certain people have the potential to perceive them. Those who acquire this perception are targeted by Voids and risk either being consumed by them or losing their sanity. Under special circumstances, a person who maintains their sanity after being attacked by a Void can become a being known as an In-Birth (インヴァース invāsu). If a person or even an In-Birth becomes a fallen type of Void, their EXS transforms into FLS (ファルス farusu), the power source of the Voids and the man-made ancient being known as Autonomic Nerves (オートノミックナーヴ otomatiku neruvēsu), powered by Curse Commandment (呪戒 noroikai). While this status places a person into a sort of limbo where they are neither living nor dead, they also gain the ability to control Existence. The protagonist, Hyde Kido, is one of the characters who survived a Void attack and became an In-Birth.
  936. <br><br>
  937. <div class="navifriends">
  938. <center><a target="_blank" href="https://roleplay.chat/profile.php?user=Steve+Fox"><img src="https://i.imgur.com/53VlsUt.png" style="width:90px; margin-left:-30px;"></img></a><a href=""><img src="https://i.imgur.com/e57y5X4.png" style="width:90px; margin-left:0px; margin-top:0px;"></img></a><a href=""><img src="https://i.imgur.com/eEIsL5i.png" style="width:90px; margin-left:0px; margin-top:40px;"></img></a><a href=""><img src="https://i.imgur.com/e57y5X4.png" style="width:90px; margin-left:0px; margin-top:0px;"></img></a><a href=""><img src="https://i.imgur.com/eEIsL5i.png" style="width:90px; margin-left:0px; margin-top:40px;"></img></a><a href=""><img src="https://i.imgur.com/e57y5X4.png" style="width:90px; margin-left:0px; margin-top:0px;"></img></a></center>
  939. </div>
  940. </div>
  941. <div class="info4">mem</div>
  942. </div>
  943. <div id="box4">
  944. <div class="header4" style="margin-top:250px; width:250px;"><h1>Stages</h1></div>
  945. <div class="info3">
  946. <div class="Stages">
  947. <font style="float:left;"><img src="https://i.imgur.com/GZAkhWj.jpg" style="width:350px;"></img></font>While the training mode has been available in most (if not all) of the Street Fighter games, this stage is designed specifically for the purposes of practicing. Trials and Training Mode (in the Street Fighter IV games only) automatically take place here.<br>
  948.  
  949. In all of its appearances so far, the Training Stage is designed to minimize distraction, which would be caused by the background and other interactive elements within a stage. As a result, the room is flat and mostly featureless, save for the inclusion of evenly marked lines. The blue squares on the floor mark the 'plane' where the gameplay takes place, and blue squares are placed around the red lines that divide the stages into equal halves.<br>
  950. The Street Fighter V iteration, The Grid, is revealed to be part of a Shadaloo testing facility - more specifically, F.A.N.G's lab, which he uses to test kidnapped fighters and have them battle against simulations until their death. Alex's story mode has him destroying the lab after being forced into fighting simulations, forcing F.A.N.G to set him loose.
  951. </div>
  952. </div>
  953. <div class="info4"></div>
  954. </div>
  955. </div>
  956.  
  957. </div>
  958. <div id="navi">
  959. <a href="#blanket1">
  960. <img src="https://i.imgur.com/8u1uXrk.png" style="position:absolute; width:90px; left:130px; top:-30px; filter:brightness(10000%) drop-shadow(5px 5px #000); transform:rotate(10deg); "></img>
  961.  
  962. <div id="thing"></div>
  963. <div id="thing2"></div>
  964. <div id="thing3"></div>
  965. </a>
  966. <a href="#blanket2">
  967. <img src="https://i.imgur.com/NlfhJwg.png" style="position:absolute; width:120px; left:110px; top:-30px; filter:brightness(10000%) drop-shadow(5px 5px #000); "></img>
  968. <div id="thing"></div>
  969. <div id="thing2"></div>
  970. <div id="thing3"></div>
  971. </a>
  972.  
  973. <a href="#blanket3">
  974. <img src="https://i.imgur.com/vPCThAR.png" style="position:absolute; width:120px; left:110px; top:-30px; filter:drop-shadow(5px 5px #000); "></img>
  975. <div id="thing"></div>
  976. <div id="thing2"></div>
  977. <div id="thing3"></div>
  978. </a>
  979. <a href="#blanket4">
  980. <img src="https://i.imgur.com/lWuzjBi.png" style="position:absolute; width:120px; left:110px; top:-30px; filter:brightness(10000%)drop-shadow(5px 5px #000); transform:rotate(-10deg); "></img>
  981. <div id="thing"></div>
  982. <div id="thing2"></div>
  983. <div id="thing3"></div>
  984. </a>
  985. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement