Compare commits
No commits in common. "fcb4b092db315f394d191efc490232e658bcb709" and "33e603cf05c4342458651c67c221193e33aaabe0" have entirely different histories.
fcb4b092db
...
33e603cf05
6 changed files with 10 additions and 12 deletions
|
@ -50,8 +50,6 @@
|
|||
|
||||
border: 0.125em dashed var(--clr-box-border);
|
||||
padding: 1em;
|
||||
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
:host figcaption {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<nav :aria-label="label" webc:root="override">
|
||||
<label for="nav-toggle">
|
||||
<icon icon="fa6-solid:bars"></icon>
|
||||
<icon icon="bars"></icon>
|
||||
</label>
|
||||
<input type="checkbox" id="nav-toggle" />
|
||||
<template
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title webc:if="$data.fullName" @text="`${$data.fullName} — Character Reference`"></title>
|
||||
<title webc:else>Choose Your Character!</title>
|
||||
<title>Character Ref</title>
|
||||
|
||||
<template webc:is="page-head-base" webc:nokeep></template>
|
||||
<template webc:is="page-head-fonts" webc:nokeep></template>
|
||||
|
|
|
@ -64,7 +64,7 @@ Sebin's wings have a span of about 4.17 meters (13'8"). They function very much
|
|||
<traits :@traits="$data.getTraits('head')"></traits>
|
||||
</quick-info>
|
||||
|
||||
Despite what one might expect with reptilians, Sebin's pupils are rounded instead of slit-shaped. Yellow spikes running above his eyelids serve as eyebrows. These spikes are also found along his jaw bone. Two pointed, slightly curved, black horns protrude from his head. He usually wears his medium-length, blue hair loose. His long, pointed ears are very flexible, allowing him to hear sounds around him without having to turn his head. They are also used for non-verbal communication, to express emotions through body language. His hearing perceives a wider range of frequencies, making it superior to that of a human. His jaws are equipped with razor-sharp teeth that effortlessly sink into anything he manages to bite, be it nourishment or adversaries. Embedded between them lies his tongue, which is typically pointed for reptilians. Glands in his throat produce a mixture which he uses to spit fire, which can reach up to around 100 °C (<span @text="$data.toFahrenheit(100)" webc:nokeep></span> °F).
|
||||
Despite what one might expect with reptilians, Sebin's pupils are rounded instead of slit-shaped. Yellow spikes running above his eyelids serve as eyebrows. These spikes are also found along his jaw bone. Two pointed, slightly curved, black horns protrude from his head. He usually wears his medium-length, blue hair loose. His long, pointed ears are very flexible, allowing him to hear sounds around him without having to turn his head. They are also used for non-verbal communication, to express emotions through body language. His hearing perceives a wider range of frequencies, making it superior to that of a human. His jaws are equipped with razor-sharp teeth that effortlessly sink into anything he manages to bite, be it nourishment or adversaries. Embedded between them lies his tongue, which is typically pointed for reptilians. Glands in his throat produce a mixture which he uses to spit fire, which can reach up to around 100 °C (212 °F).
|
||||
|
||||
## Upper body
|
||||
|
||||
|
@ -107,7 +107,7 @@ An assortment of additional references how Sebin can be drawn.
|
|||
|
||||
## Danger Zone
|
||||
|
||||
You haven't seen it *all*, yet! 👀💦
|
||||
Here be kinky dragons 👀💦
|
||||
</div>
|
||||
|
||||
## Penis
|
||||
|
|
|
@ -35,7 +35,10 @@ Sebin rarely says no to a good beer with friends, just as he rarely says no to a
|
|||
|
||||
## But wait! There's more…
|
||||
|
||||
Curious what he's into? 😏
|
||||
Discover Sebin's kinkier side 😏
|
||||
</div>
|
||||
|
||||
## Kinks
|
||||
|
||||
<filter-list :@data="$data.kinks"></filter-list>
|
||||
</nsfw-barrier>
|
||||
|
|
|
@ -5,8 +5,7 @@ import {
|
|||
getTailLength,
|
||||
getWeight,
|
||||
getWingspan,
|
||||
toInch,
|
||||
toFahrenheit
|
||||
toInch
|
||||
} from '../includes/util.js';
|
||||
|
||||
const firstName = 'Sebin',
|
||||
|
@ -167,6 +166,5 @@ export default {
|
|||
colors,
|
||||
kinks,
|
||||
description,
|
||||
getTraits,
|
||||
toFahrenheit
|
||||
getTraits
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue