Advertisement
Viragora

for_husbandry

Apr 2nd, 2022
1,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.53 KB | None | 0 0
  1. <!--ROW 4 (APPEARANCE HEADER BOX)-->
  2. <div class="row mt-2">
  3. <div class="col-lg p-2">
  4. <div class="card bg-primary border-0 rounded-0 p-3 text-center">
  5.  
  6. <h1 class="display-4 m-0 text-uppercase">RUNDOWN</h1>
  7. </div>
  8. </div>
  9. </div>
  10. <!--row 4 end-->
  11. <!--ROW 5 (TABS)-->
  12. <div class="row">
  13. <!--LEFT COLUMN (PILLS)-->
  14.   <div class="col-lg-3 p-2">
  15.     <div class="nav flex-column nav-pills"><a class="nav-link btn btn-outline-primary my-1 text-left show active" data-toggle="pill" href="#TAB-1">Appearance</a>
  16.       <a class="nav-link btn btn-outline-primary my-1 text-left show" data-toggle="pill" href="#TAB-2">Abilities</a>
  17.       <a class="nav-link btn btn-outline-primary my-1 text-left show" data-toggle="pill" href="#TAB-3">Statistics</a>
  18.     </div>
  19.   </div>
  20. <!--left end-->
  21. <!--RIGHT COLUMN (TAB CONTENT)-->
  22.   <div class="col-lg-9 p-2">
  23.     <div class="tab-content card border-0 rounded-0" style="height:400px; overflow:auto;">
  24.       <!--TAB 1-->
  25.       <div class="tab-pane fade p-3 show active" id="TAB-1">
  26.       <!--IMAGE-->
  27.       <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/46310118_mBdkG1olHJNCAKA.png" class="fr-fic fr-dib" width="395" height="332" alt="An adult goblin fearing a young pup.">
  28.       <div class="tab-pane fade p-3 show active">
  29.      
  30.       <h3><span style="font-size: 18px;">PHYSICAL DESCRIPTION</span></h3>
  31.       <hr>
  32.      
  33.       <p><em><span style="color: rgb(115, 115, 115);">Moles, warts, discolored patches of skin, wrinkles, and other such variables are common in goblins</span></em></p>
  34.       <hr>
  35.      
  36.       <p>Goblins are short, skinny, green creatures with large eyes, long bat-like ears, and pointy noses. Though they’ve been known to also come in shades of yellow and blue, green is the majority.</p>
  37.      
  38.       <p>Goblin heads are ovular, though can vary in width, height, and rigidity depending on the individual. Other variant features include eyes, noses, and ears. All can be larger, smaller, or longer, but remain relatively recognizable. It is a common trait of goblins to have a noticeable, sharp-fanged overbite. Underbites are not uncommon either, but are not as iconic. Even if their sharp front teeth are the most visible, their mouth is mostly full of flat molars used to crush and grind the exoskeletons of the bugs they eat. Goblins have poor vision, but are still light-sensitive, as their pupils dilate in the dark to better pick up on silhouettes and movement. The only recorded eye colors are bright colors, such as yellow, cyan, red, or white- but never green. A goblin’s large ears are used to hear what they cannot see. They are sensitive to noise, and the reason for the creature’s vocal nature. Screaming, shrieking, and hissing in caves allows them to echolocate bugs that may be hiding where the goblin can’t see.</p>
  39.      
  40.       <p>All goblins are naturally (near skeletal) skinny due to their high metabolism and high dietary need for protein. A fat goblin is an extremely rare sight, seeing as it would take heaps upon heaps of insects or meat, fats, and eggs to achieve and maintain this. Their bodies are covered in a slight, transparent fuzz much like humans. Longer, darker/lighter hairs can more visibly sprout on their arms, legs, top of head, chin, and back, but are never more than a few. The fingers of a goblin’s hand come to a hardened point, commonly sharpened and filed against the rocks of their caves. Their thumbs are notably long, reaching to the tips of their pinky fingers. As a result, a goblin’s grip is not to be trifled with.</p>
  41.      
  42.       <p>Goblins always seem to be room temperature to the touch. This results in their avoidance of climates that are too hot, or too cold, as the surrounding air controls their body’s regulation. They have a preference towards the cool, humid climates of most caverns. When faced with the sun, they will wear caps, hats, and light vests to stave off direct contact with the sun’s rays. If not properly shaded goblins are prone to sunburn.</p>
  43.       <hr>
  44.      
  45.       <p><em><span style="color: rgb(115, 115, 115);">Goblins have no sexual dimorphism nor biological sex at all. As a result they will be overall indifferent to pronouns, however, goblins with a better grasp on the concept might introduce themselves with a specific set.</span></em></p>
  46.       </div>
  47.       </div><!--tab 1 end-->
  48.       <!--TAB 2-->
  49.       <div class="tab-pane fade p-3" id="TAB-2">
  50.      
  51.       <h3><span style="font-size: 18px;">GENERAL</span></h3>
  52.       <hr>
  53.      
  54.       <p>Living in the dark of caves, goblins have developed sensitive hearing and a quick claw to pluck at any glimmers they spy. They are most commonly known for their cat-like reflexes and quick getaways, making them avid thieves. Overall, goblins are rather physically underwhelming, as they primarily rely on speed and wit. They excel at climbing rocky terrain, and will often apply this to trees when possible.</p>
  55.      
  56.       <p>
  57.       <br>
  58.       </p>
  59.      
  60.       <h3><span style="font-size: 18px;">SPECIAL</span></h3>
  61.       <hr>
  62.      
  63.       <p><strong>Good Hearing: </strong>Goblins are able to pick out the sound of a centipede crawling on rock. This may make them sensitive to/startled by sudden loud noises, though.</p>
  64.      
  65.       <p><strong>Thumbs up:</strong> Triple jointed thumbs, great for grabbing and hooking!</p>
  66.       </div>
  67.       <!--tab 2 end-->
  68.       <!--TAB 3-->
  69.       <div class="tab-pane fade p-3" id="TAB-3">
  70.      
  71.       <p><strong>TBA</strong></p>
  72.       </div>
  73.       <!--tab 3 end-->
  74.     </div>
  75.     <!--right column end-->
  76.   </div>
  77. </div>
  78. <!--row 5 end-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement