Advertisement
Hellsrainistears

Finished Code

May 29th, 2019
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.95 KB | None | 0 0
  1. <html>
  2. <style>
  3. /* Last Update: 02/24/18 */
  4.  
  5. /* PAGE BACKGROUND AND FONT */
  6. body {
  7. background-image:url(https://cdn.discordapp.com/attachments/414991205902974976/583076032274497566/cd01cafef69c16afe07f05c4a127e776.png);
  8. background-attachment:fixed;
  9. background-repeat:no-repeat;
  10. background-size:100% 100%;
  11. background-color:#dc143c;
  12. font-size:105%;
  13. font-family:serif;
  14. text-align:left;
  15. }
  16.  
  17. /* MAIN DISPLAY COLORS */
  18. .color {
  19. background-color:#2b000f;
  20. border:2px solid #000000;
  21. color:#ffffff;
  22. }
  23. h2 {
  24. border-bottom:2px solid #f61307;
  25. width:100%;
  26. text-align:left;
  27. }
  28. b, h1, h2 {
  29. color:#d07e01;
  30. }
  31. a {
  32. text-decoration:none;
  33. color:;#ffa500;
  34. }
  35.  
  36. /* GOOGLE CHROME SCROLLBARS */
  37. ::-webkit-scrollbar {
  38. width:8px;
  39. height:8px;
  40. background-color:transparent;
  41. }
  42. ::-webkit-scrollbar-thumb:vertical {
  43. background-color:#945b04;
  44. border-radius:5px;
  45. }
  46. ::-webkit-scrollbar-thumb:horizontal {
  47. background-color:#945b04;
  48. border-radius:5px;
  49. }
  50.  
  51. /* CSS MEAT */
  52. #mugshot, .infobox {
  53. position:fixed;
  54. border-radius:1px;
  55. }
  56. #mugshot {
  57. top:7.5%;
  58. left:63%;
  59. height:89.5%;
  60. width:32%;
  61. overflow:hidden;
  62. }
  63. #mugshot img {
  64. position:absolute;
  65. top:50%;
  66. left:50%;
  67. height:100%;
  68. transform: translateX(-50%) translateY(-50%);
  69. -o-transform: translateX(-50%) translateY(-50%);
  70. -moz-transform: translateX(-50%) translateY(-50%);
  71. -webkit-transform: translateX(-50%) translateY(-50%);
  72. }
  73. .infobox {
  74. top:7.5%;
  75. left:5%;
  76. width:30%;
  77. padding:1%;
  78. overflow-y:auto;
  79. }
  80. #one {
  81. height:45%;
  82. }
  83. #two {
  84. top:63%;
  85. height:26%;
  86. }
  87. #three {
  88. left:40%;
  89. height:81.5%;
  90. width:18%;
  91. text-align:center;
  92. }
  93. #three img {
  94. width:70%;
  95. }
  96. #three h3 {
  97. margin-top:0%;
  98. margin-bottom:2%;
  99. }
  100. #equip {
  101. width:100%;
  102. }
  103. #equip img {
  104. height:8vh;
  105. width:8vh;
  106. border:2px solid #ffffff;
  107. border-radius:50%;
  108. }
  109. #equip h3 {
  110. display:inline-block;
  111. position:absolute;
  112. width:75%;
  113. text-indent:2.5%;
  114. }
  115. .infobox img {
  116. max-width:100%;
  117. }
  118. p {
  119. text-indent:5%;
  120. }
  121. #credit {
  122. position:fixed;
  123. height:17px;
  124. right:1%;
  125. bottom:0%;
  126. background-color:#ffffff;
  127. border-radius:5px;
  128. }
  129. </style>
  130.  
  131. <body>
  132. <div class="color" id="mugshot">
  133. <img src="https://cdn.discordapp.com/attachments/575528207613427717/583080516027154448/f6255efe2df8ad45e000332fff6300ef.png" alt=""/>
  134. </div>
  135.  
  136. <div class="color infobox" id="one">
  137. <h2>Stats</h2>
  138. <p style="text-indent:0%;">
  139. <b>Name:</b> Falish.D.Darakin
  140. <br/>
  141. <br>
  142. <b>Rank:</b> Captain of The Silent Sultans
  143. <br>Second Captain of the crew after the first died
  144. <br>
  145. <br>
  146. <b>Species:</b> Cursed One(Devilkin)
  147. <br/>
  148. <b>Gender:</b> Male
  149. <br/>
  150. <b>Age:</b> 17
  151. <br>Legally a adult for the race by one year
  152. <br/>
  153. <br>
  154. <b>Hair:</b> Dark red
  155. <br/>
  156. <b>Eyes:</b> Orange with no pupil
  157. <br>Blood-lusted: Red with a snake like pupil
  158. <br/>
  159. <br>
  160. <b>Height:</b> 6'0ft
  161. <br>
  162. <b>Weight:</b> 231Lb
  163. <br>
  164. <br>
  165. <b>Styles Known:</b>
  166. <br> Claw-Style
  167. <br>Stance one: Dodge and Counter
  168. <br>Snake Style: Coiling Strike
  169. <br>Ape Style: Iron Palm
  170. <br>
  171. <br>
  172.  
  173. <h2>Race Info</h2>
  174. <br>
  175. Tainted blood runs through their families blood. A possible devil bread with their ancestor or created a deal with it. Either way, the blood of a devil runs through their veins causing their bodies to react differently than other races.
  176. <br>
  177. <br>
  178. <b><u>Dominant traits</b></u>
  179. <br>-30% men/70% Females
  180. <br>-Silver or White hair
  181. <br>-Grey or Red eyes
  182. <br>-Natural Tan Skin
  183. <br>-Pointed Ears
  184. <br>
  185. <br>
  186. <b><u>Rare traits</b></u>
  187. <br>-Red Hair or Black Hair
  188. <br>-Orange eyes
  189. <br>-Sharp Canine Teeth
  190. <br>
  191. <br>
  192. <b><u>Abnormalities</b></u>
  193. <br>-Retractable Wings
  194. <br>-Sharp, Steel like, nails
  195. <br>-Hell Fire Creation
  196. <br>-Flaming Hair
  197. <br>
  198. <br>
  199. Abnormalities Explained:
  200. It's extremely rare to have more than one Abnormal trait within the race. So much so only the originator had all 4 and his child had 2 and the after very few had more than one if any at all. Even so, the only documented way to trigger the blood to gain even ONE of these traits if they held it was to experience blood lusting levels of rage.
  201. <br>
  202. <br>
  203. <br>-Contactable Wings: With this, the Cursed One can form wings from their backs and pull them back in but it takes time to both actions. It's not instant.
  204. <br>
  205. <br>
  206. <br>-Sharp, Steel-Like, nails: The Cursed One's nails are more like claws able to cut through skin and rock like butter. At a young age, they grow then stop, hardening to the point of steel and stay that way for the rest of their lives, growing with them to match their body growth.
  207. <br>
  208. <br>
  209. <br>-Hell Fire Creation: Hellfire burns hotter than any human fire and can burn through anything with enough time. The cursed one can create flames on the tips of their fingers or blow a small stream from their lips. This takes a massive amount of energy so they will need to eat and sleep a lot depending on the amount they used it or else death is possible.
  210. <br>
  211. <br>
  212. <br>-Flaming hair: The cursed one's turns to fire in a flame hot enough to burn the flesh of those who wasn't them. This can overheat them fast depending on how much, long and how many times they use it.
  213. <br>
  214. <br>
  215. <b><u>Generational Evolution Traits</b></u>
  216. <br>
  217. <br>
  218. Generational traits are mainly things that are passed down through the family and somethings through evolution through a devil fruit being introduced into the family's DNA. It's not uncommon to have 2 or 3 of these traits or new ones being formed. The main family line, aka royalty, has almost all of these due to being 'first bloods'.
  219. <br>
  220. <br>
  221. <br>-Their skin is tougher than humans, enough so it could bend needles and catch blades in some areas but other parts are softer. Their most soft parts are the founders of their arms and legs, Ears, and the tops of their feet.
  222. <br>
  223. <br>
  224. <br>-Their body heat is naturally high causing them to be immune to fire based attacks but can be overheated akin to a Human if continuously taking the heat in.
  225. <br>
  226. <br>
  227. <br>-Their hearing and smell is above humans but only barely. They only hear 1.5x better and their smell is able to pick up on scents in a 5-foot radius exactly.
  228. <br>
  229. <br>
  230. <br>-Completely unlike humans, Cursed ones can see in the dark almost as good as they see in the day but sudden bright flashes of lights with the dark causes them to be blinded till they recover from the shock.
  231. <br>
  232. <br>
  233. <br>-Comparable to Humans, a Cursed One's muscles recover faster after being worn out letting them recover faster from an extreme activity but due to this, they require MUCH more food than a human. Around 2 times to fill their stomachs.
  234. <br>
  235. <br>
  236.  
  237. <b><u>Devil Fruits</b></u>
  238. <br>
  239. Unlike other races, once a Cursed Blood consumes a Devil Fruit they do not gain the power of one but rather it bonds with them creating a new trait based on the aspects of the fruit's its self.
  240.  
  241. </p>
  242. <h2>Story</h2>
  243. <p>
  244. Yo! Name is Darakin! Middle child and son of the current champion of the Cursed Ones! Or...was? Many years ago when I was 5 my father had bedded three amazon like women for strong heirs but that's all I really know of my mothers. I had seen their faces in pictures and heard stories from dad but other then that... nothing.
  245. <br>
  246. <br>
  247. My story truly started with a spark, a indomitable rage from seeing my father betray my hometown for the marines end goals. My brothers and I lost our home, we lost our friends, we lost everything and I lost what little innocence I had left unlocking my Devil's blood. My silky white hair turned crimson from their blood as my nails tore through as many invaders that I could but atlas....nothing. I was only a child, what could I had hopped to have done against them? My brothers awakened their blood around that time as well but I couldn't find them after. We really never talked about it but I always assumed I bought them enough time to get away. I was only 9 back then... and my story only picked up from there till I met my family once more.
  248. <br>
  249. <br>
  250. I was captured by my own father and brought to a base after seeing my rage but I didn't have any of it. He lost his eye and parts of his cheek from a slash of my claws but I couldn't hold a candle to his power. Months of experiments, training, probing and the likes went by like a blur but one single thought kept my body alive and mind sound. I will kill these people... they will all burn for what they did. So I trained, honing my skills in private. I took books, scrolls, anything I could get to read so my mind was sharp and never dulled.
  251. <br>
  252. <br>
  253. The final day came a year later at the age of ten when I seen my chance. There had been a shipment of supplies filled with weapons and TNT moved to their base for a reason I really didn't give a damn. From my barred window, a feral grin grew on my face with my plan to escape finally coming! It took time.. I had to be careful no one could see what I did, several days to be in fact, but I finally did it. Leaving the house with a Blizzard to cover my trail, I felt the wind of the explosion behind me singling I am free...
  254. <br>
  255. <Br>
  256. I couldn't find my brothers for a while though but every stop I made to the towns, I learned something new for my skills set. I learned mainly about the body since I doubted my brothers would figure out half the shit I did about the body. Sure, common things are hit the vitals but what about aiming for parts to just disable? It was like second nature to me as I learned all I could like a sponge.
  257. <br>
  258. <br>
  259. I don't even know how long it had been honestly, but I found them... down in a small ice fishing village. The last place on my list from the possible areas and I felt so dumb for not going there first. Either way! On my way there I had gathered enough money to get off this damn land with a boat and we to go sailing like the pirates we heard so many stories about. My goal personally you may ask? I want to find the One Piece but also be the best damn combat doctor there ever was!
  260. <br>
  261. <br>
  262. But lately things haven't been going well on the adventure. My brothers and I had joined a crew entrusting our faith to the leader who ended up going out in a blaze of glory saving a Black Smith we gained trying to defeat some bastard that was part of a challenge. It had been a rough task to get over...my mind had been turned into a raging mess till one month changed my life...somewhat
  263. <br>
  264. <br>
  265. Within a Island, a jungle of spirit's laid to rest calling to the fresh captain. They took control of his mind and brought them there as he was at the wheel. It was a hidden island to the world, only having the blood of the cursed one would only find it. Each of the crew took their time to lick their wounds to train and focus on new tasks while he went to find these new spirits.
  266. <br>
  267. <br>
  268. They trained him and reviled that he held a deep power, Hade's Curse. A powerful boost similar to Conqueror's Haki but much darker. He had dubbed it, Dark Conqueror's Haki, to fit the theme. Either way, the spirit's had trained him as well as teaching him how to awaken his Devil's blood fully. At the end of the month, he had been a 'Awakened Cursed Blood' meaning his body had changed drastically as well.
  269. </p>
  270. </ul>
  271. </div>
  272.  
  273. <div class="color infobox" id="two">
  274. <h2>Styles,Skills, and Weapons</h2>
  275. <div id="equip">
  276.  
  277. </div>
  278.  
  279. <div id="Styles and Skills">
  280. <h3><b><u>Passive skill: Learn by battle</b></u></h3>
  281. </div>
  282. <p>
  283. Requirements
  284. <br>-Three turns in a fight(not required to BE fighting) or having fought a person before.
  285. -Has to see the attack coming
  286. <br>
  287. <br>
  288. Effect
  289. <br>This allows the person to dodge more effectively
  290. Upon rolling a dodge roll, you roll another d10 after.
  291. If the second d10 is higher than 5 you gain a plus equal to the number of the roll (max 5)
  292. Ex: Rolling a 6 would grant a +1, rolling an 8 would grant a +3.
  293. <br>
  294. <br>
  295. If the roll lands on a 5 or 10, the user has a choice to use Vacuum Palm as a reaction attack.
  296. </p>
  297. <br>-----------------------------------------------------------
  298. <div id="Styles and Skills">
  299. <h3><b><u>Claw Style</b></u></h3>
  300. </div>
  301. <p>
  302. <br>Each attack is precise and controlled hitting either nerve bundles to create pain, pressure points to freeze the body or outright destroying important muscle ligaments to cause great pain and a worthless pile of flesh.
  303. </p>
  304. <br>-----------------------------------------------------------
  305. <div id="Styles and Skills">
  306.  
  307. <h3><b><u>Snake Style: Coiling Strike </b></u></h3>
  308. </div>
  309. <p>
  310. <u>This also counts as a transformation</u>
  311.  
  312. <br>Style Requirements:
  313. <br>Claw style
  314. <br>Stance One, Dodge
  315. <br>Total power above 7k
  316. <br>
  317. <br>
  318. <br>Effects: Combining the two into one style, the user can act like a snake dodging and striking out with devastating attacks.
  319. <br>
  320. <br>
  321. <br>This style is as the explanation says, taking both Stance one-Dodge and Claw style before putting them together with their added effects.
  322. <br>
  323. <br>
  324. <br>The style grants grappling and dodging rolls a +2.
  325. <br>
  326. <Br>
  327. <br>the major flaw of this is that it takes 50 stamina per user rounds to keep up similar to a transformation.
  328. </p>
  329. <br>-----------------------------------------------------------
  330. <div id="Styles and Skills">
  331. <h3><b><u>SKill: Vacuum Palm</b></u></h3>
  332. </div>
  333. <p>
  334. <br>Requirements:
  335. <br>Claw Style
  336. <br>1500 speed, 500 Strength, 300 Range
  337. <br>
  338. <br>Info
  339. <br>This can be used as a Wall, Range, or Close combat skill
  340. <br>This attack can only be used via 3 turns apart.
  341. <br>This also takes half of attack/Range plus speed to calculate pluses
  342. <br>50 points= 6 feet in total.
  343. <br>
  344. <br>Effect
  345. <br>Acts as Claw Style but damages organs as well.
  346. If hit, the foe is knocked down and needs to take a turn to get back up.
  347. <br>
  348. <br>Description:
  349. <br>With speed and strength, the user of the claw style pushes out a force of air strong enough to damage organs and knock grown men off their feet.
  350. <br>This attack can be focused to a singular point or expanded out to defend against attacks!
  351. </p>
  352. <br>-----------------------------------------------------------
  353. <div id="Styles and Skills">
  354. <h3><b><u>Claw skill: Blurring Claw Strike</b></u></h3>
  355. </div>
  356. <p>
  357. <br><u>This skill uses Speed to attack</u>
  358. <br>Requirements: Claw Style
  359. <br>Stat requirements:
  360. <br>-32 Claw Strike: 500 Speed, 200 Strength, 50 Stamina, 25 range
  361. <br>-64 Claw Strike: 700 Speed, 300 Strength, 100 Stamina, 50 range
  362. <br>-96 Claw Strike: 2000 Speed, 1000 Strength, 350 Stamina, 75 range
  363. <br>-128 Claw Strike: 2500 Speed, 1500 Strength, 1000 Stamina, 100 range
  364. <br>
  365. <br>Claw Style blurring claw Strike is the core of the Claw Style but more focused heavily with disabling or destroying a foe at first chance using their fast pointed strikes with their claws within their range.
  366. <br>
  367. <br>Each Claw Poke is precise and controlled hitting either nerve bundles to create pain, pressure points to freeze the body or outright destroying important muscle ligaments to cause great pain and a worthless pile of flesh.
  368. <br>
  369. <br>
  370. Starting with 32 Claw Strike with one action they activate the skill once per times their stamina in a fight
  371. <br>EX: 25 is needed for 32 but you have 50, you can use it twice
  372. <br>
  373. <br>The way to defend against this style is to roll the number of strikes used allowing you to defend against, the number roll divided by 2, it plus defense bonus by 200 per in each stat.
  374. <br>If all strikes were blocked, the user is left wide open
  375. <br>
  376. <br>EX1: If the defender has 1000 defense, they can add a +5 to the roll.
  377. <br>EX2: 32 claw strike is used. The Defender 32 rolls and gets a 20 on the dice, which goes down to 10, but their defense bonus is 15 so they block 25 attacks total
  378. <br>
  379. <Br>
  380. Dodging is another story! The speed behind each doubling of attacks come almost at a instant making it hard for those who are lower than the opponents speed!
  381. <br>If they are faster however, they gain a added buff starting from 1000 higher than the user's speed stat to their roll
  382. <br>Ex3: I have 2000 speed, add 1000 onto that causing it to become 3000 due to the strikes and the defender has 5000 stat in speed. They gain a +10
  383. </p>
  384. <br>-----------------------------------------------------------
  385. <div id="Styles and Skills">
  386. <h3><b><u>Skill: Perfect Dodge</b></u></h3>
  387. </div>
  388. <p>
  389. <u>This counts as a fighting technique rather skill</u>
  390.  
  391. <br>Skill Requirements:
  392. <br>-To be in Stance One, Dodge
  393. <br>-To see the attack coming
  394. <br>
  395. <br>
  396. Effects: Once every 3 days, the user can do a perfect dodge out of the way of an attack.
  397. <br>The user rolls their first dodge then second, afterwards if the dodge is not enough to beat the roll and is within a 20 difference of rolls, they can activate this skill to dodge or cancel out the attack.
  398. </p>
  399. <br>-----------------------------------------------------------
  400.  
  401. <div id="Styles and Skills">
  402. <h3><b><u>Skill: Grapple Counter</b></u></h3>
  403. </div>
  404. <p>
  405.  
  406. <u>This counts as a fighting technique rather skill</u>
  407.  
  408. <br>Skill Requirements:
  409. <br>To be in Stance One, Dodge
  410. <br>To see the Attack Coming
  411. <br>To be above in speed or at least 2000 lower in speed for auto hit
  412. <br>Can't grapple Giants
  413. <br>
  414. <br>
  415. <br>Effects: Upon dodging a attack, the user can activate this skill on the opponents turn to grapple them.
  416. <br>
  417. <br>If the opponent is faster than the user, they do not automatically succeed in the roll but rather they roll like a normal grapple.
  418. <br>
  419. <br>The user will roll a d10 but the opponent gains pluses from 2000 higher than user's base speed
  420. </p>
  421. <br>-----------------------------------------------------------
  422.  
  423. <div id="Styles and Skills">
  424. <h3><b><u>Skill: Disarm/Forceful disarm</b></u> </h3>
  425. </div>
  426. <p>
  427.  
  428. <u>This counts as a fighting technique rather skill</u>
  429.  
  430. <br>Skill Requirements:
  431. <br>To be in Stance one, Dodge
  432. <br>To see the weapon
  433. <br>Within range
  434. <br>Range is 50=1 foot.
  435. <br>
  436. <br>
  437. <br>Disarm Effect: Upon dodging an attack, the user can disarm the opponent with a quick and surprising burst of speed.
  438. To have this work, the user must be faster than the opponent.
  439. <br>
  440. <br>
  441. <br>Forceful Disarm Effect: Upon dodging an Attack, the user disarms the opponent with a forceful twist of their wrist possibly spraining, snapping the bone, cutting the muscles used for grasping, etc
  442. <br>
  443. <br>
  444. <br>To have this work, the user must be stronger than the opponent
  445. Rolls: The opponent and the user roll a 2d10's with no modifiers and who ever has the highest wins
  446. </p>
  447. <br>-----------------------------------------------------------
  448.  
  449. </div>
  450.  
  451. <div class="color infobox" id="three">
  452. <h2>Connections</h2>
  453. <h3>Falish Dante: Little brother</h3>
  454. <img src="https://cdn.discordapp.com/attachments/575528207613427717/583100933693505556/ac.jpg" alt=""/>
  455.  
  456. <br/>
  457. <h3>Falish Drake: Older Brother</h3>
  458. <img src="https://cdn.discordapp.com/attachments/575528207613427717/583100933697699847/RSIMR1T.jpg" alt=""/>
  459.  
  460. <br/>
  461. <h3>Lilith Razorand: Crew mate and one of his race </h3>
  462. <img src="https://cdn.discordapp.com/attachments/575528207613427717/583100934184501248/Lillith.jpg" alt=""/>
  463.  
  464. <br/>
  465. <h3>Name 4</h3>
  466. <img src="IMAGE HERE" alt=""/>
  467.  
  468. <br>
  469. </div>
  470.  
  471. <a href="http://wix.cera-nore.com/" target="_blank" title="CC#26">
  472. <img src="https://orig00.deviantart.net/9a8a/f/2017/256/c/d/cera_by_cera_nore-dbncbii.png" id="credit"/>
  473. </a>
  474. </body>
  475. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement