refactor: ♻️ use more of the webc feature set proper
This commit is contained in:
parent
c0b42b82d0
commit
aa410f916a
21 changed files with 678 additions and 723 deletions
|
@ -2,30 +2,18 @@
|
|||
eleventyNavigation:
|
||||
key: Anatomy
|
||||
order: 2
|
||||
refs:
|
||||
viktorRef:
|
||||
src: ref-SFW.png
|
||||
alt: Viktor Ref
|
||||
artist: sabertoofs
|
||||
href: https://bsky.app/profile/sabertoofs.bsky.social
|
||||
viktorPinup:
|
||||
src: pinup-SFW.png
|
||||
alt: Viktor Ref
|
||||
artist: sabertoofs
|
||||
href: https://bsky.app/profile/sabertoofs.bsky.social
|
||||
---
|
||||
|
||||
<ref-img
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="refs.viktorRef.src"
|
||||
:alt="refs.viktorRef.alt"
|
||||
:artist="refs.viktorRef.artist"
|
||||
:href="refs.viktorRef.href"
|
||||
:dropshadow="true"
|
||||
webc:nokeep
|
||||
src="ref-SFW.png"
|
||||
alt="Viktor Ref"
|
||||
artist="sabertoofs"
|
||||
href="https://bsky.app/profile/sabertoofs.bsky.social"
|
||||
:@char="$data.firstName.toLowerCase()"
|
||||
:@dropshadow="true"
|
||||
></ref-img>
|
||||
|
||||
<colors :colors="getColors()" webc:nokeep></colors>
|
||||
<colors :@colors="$data.getColors()"></colors>
|
||||
|
||||
Viktor is a bipedal plantigrade Ankylosaurus. His skin is mostly bicolored, with several shades of brown.
|
||||
|
||||
|
@ -34,13 +22,12 @@ His forehead, nose, chest, belly and crotch are of light desert sand colors that
|
|||
His cheeks, shoulders, back and thighs, in contrast, stand out with a rich walnut brown, which is also found on the sides of his tail. From the back of his head, down his spine and across the top of his tail is a continuous strip of deep dark cedar brown. Arms and legs are distinguished by a light earthy brown.
|
||||
|
||||
<ref-img
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="refs.viktorPinup.src"
|
||||
:alt="refs.viktorPinup.alt"
|
||||
:artist="refs.viktorPinup.artist"
|
||||
:href="refs.viktorPinup.href"
|
||||
:dropshadow="true"
|
||||
webc:nokeep
|
||||
src="pinup-SFW.png"
|
||||
alt="Viktor Ref"
|
||||
artist="sabertoofs"
|
||||
href="https://bsky.app/profile/sabertoofs.bsky.social"
|
||||
:@char="$data.firstName.toLowerCase()"
|
||||
:@dropshadow="true"
|
||||
></ref-img>
|
||||
|
||||
His entire body is speckled with scattered aquamarine spots, which come in pairs of one large and one small spot. The only exceptions are the spots on his cheeks and behind his lower cheek horns, which come in threes and his the top side of his snout, which sports a big single spot. Mouth, tongue, nostrils and any other tissue of his body also feature this color.
|
||||
|
|
|
@ -7,4 +7,4 @@ eleventyNavigation:
|
|||
Viktor's had many different jobs in the past, some of which where very formative, other's just
|
||||
paid the bills.
|
||||
|
||||
<timeline :@jobs="jobs" webc:nokeep></timeline>
|
||||
<timeline :@jobs="jobs"></timeline>
|
||||
|
|
|
@ -14,8 +14,8 @@ Viktor prefers to keep it simple. He's not particularly fond of the dependence o
|
|||
|
||||
## Sexuality
|
||||
|
||||
<quick-info webc:nokeep>
|
||||
<traits :traits="getTraits('naughty')" webc:nokeep></traits>
|
||||
<quick-info>
|
||||
<traits :@traits="$data.getTraits('naughty')"></traits>
|
||||
</quick-info>
|
||||
|
||||
As a teenager, Viktor noticed that he felt a bit differently about the boys in his class. Especially in gym class, his eyes tended to linger longer on his classmates as they rough-housed in the locker room, as pubescent boys do. However, he could never quite come to terms with the idea that he might be a little different from his friends, who were all beginning to take an interest in girls, unlike him, who was more interested in his buddies.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue