feat: 🩹 update ref image use in content files
This commit is contained in:
parent
e0d1f62eb3
commit
9da3fc2101
4 changed files with 80 additions and 12 deletions
BIN
src/img/sebin/ref-upper-body.png
Normal file
BIN
src/img/sebin/ref-upper-body.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 MiB |
|
@ -4,23 +4,37 @@ eleventyNavigation:
|
|||
order: 2
|
||||
refs:
|
||||
sebinFront:
|
||||
src: src/img/sebin/ref-front.png
|
||||
src: ref-front.png
|
||||
alt: Sebin Ref
|
||||
artist: draftgon
|
||||
href: https://bsky.app/profile/draftgon.bsky.social
|
||||
sebinBack:
|
||||
src: src/img/sebin/ref-back.png
|
||||
src: ref-back.png
|
||||
alt: Sebin Ref
|
||||
artist: draftgon
|
||||
href: https://bsky.app/profile/draftgon.bsky.social
|
||||
sebinExpressions:
|
||||
src: src/img/sebin/ref-expressions.png
|
||||
src: ref-expressions.png
|
||||
alt: Sebin's expressions
|
||||
artist: draftgon
|
||||
href: https://bsky.app/profile/draftgon.bsky.social
|
||||
sebinUpperBody:
|
||||
src: ref-upper-body.png
|
||||
alt: Sebin's upper body closeup
|
||||
artist: Nidhogg
|
||||
href: https://bsky.app/profile/nidthedragon.bsky.social
|
||||
---
|
||||
|
||||
<ref-img :src="refs.sebinFront.src" :alt="refs.sebinFront.alt" :width="[1000]" :artist="refs.sebinFront.artist" :href="refs.sebinFront.href" :dropshadow="true" webc:nokeep></ref-img>
|
||||
<ref-img
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="refs.sebinFront.src"
|
||||
:alt="refs.sebinFront.alt"
|
||||
:width="[1000]"
|
||||
:artist="refs.sebinFront.artist"
|
||||
:href="refs.sebinFront.href"
|
||||
:dropshadow="true"
|
||||
webc:nokeep
|
||||
></ref-img>
|
||||
|
||||
<colors :colors="getColors()" webc:nokeep></colors>
|
||||
|
||||
|
@ -34,13 +48,31 @@ Sebin has a muscular build that he keeps in shape with regular exercise.
|
|||
|
||||
## Wings
|
||||
|
||||
<ref-img :src="refs.sebinBack.src" :alt="refs.sebinBack.alt" :width="[1000]" :artist="refs.sebinBack.artist" :href="refs.sebinBack.href" :dropshadow="true" webc:nokeep></ref-img>
|
||||
<ref-img
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="refs.sebinBack.src"
|
||||
:alt="refs.sebinBack.alt"
|
||||
:width="[1000]"
|
||||
:artist="refs.sebinBack.artist"
|
||||
:href="refs.sebinBack.href"
|
||||
:dropshadow="true"
|
||||
webc:nokeep
|
||||
></ref-img>
|
||||
|
||||
Sebin's wings have a span of about 4.17 meters (13'8"). They function very much like a second pair of arms: two interconnected limbs that form a bendable arm, at the end of which sits a hand-like structure, adorned with a talon in exchange for a thumb, with a sturdy membrane stretched between its long fingers. On solid ground, he keeps his wings closed so as not to accidentally bump into anything with them. Sebin also pays a lot of attention to his wings when working out, so that they can keep carrying him reliably through the air. Though, he only travels short to medium distances through the air before he has to take a rest - as long as the airspace in the area has been declared open for wing bearers.
|
||||
|
||||
## Head
|
||||
|
||||
<ref-img :src="refs.sebinExpressions.src" :alt="refs.sebinExpressions.alt" :width="[1000]" :artist="refs.sebinExpressions.artist" :href="refs.sebinExpressions.href" :dropshadow="true" webc:nokeep></ref-img>
|
||||
<ref-img
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="refs.sebinExpressions.src"
|
||||
:alt="refs.sebinExpressions.alt"
|
||||
:width="[1000]"
|
||||
:artist="refs.sebinExpressions.artist"
|
||||
:href="refs.sebinExpressions.href"
|
||||
:dropshadow="true"
|
||||
webc:nokeep
|
||||
></ref-img>
|
||||
|
||||
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).
|
||||
|
||||
|
@ -48,6 +80,17 @@ Despite what one might expect with reptilians, Sebin's pupils are rounded instea
|
|||
|
||||
At the age of 17, Sebin gradually began to keep his body in shape on a regular basis. His favorite exercises include weightlifting (with both dumbbells and barbells), lat pulldown, leg press and cable curls. He works out three days a week with one day off between training days, rotating the body regions he trains each day.
|
||||
|
||||
<ref-img
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="refs.sebinUpperBody.src"
|
||||
:alt="refs.sebinUpperBody.alt"
|
||||
:width="[1000]"
|
||||
:artist="refs.sebinUpperBody.artist"
|
||||
:href="refs.sebinUpperBody.href"
|
||||
:dropshadow="true"
|
||||
webc:nokeep
|
||||
></ref-img>
|
||||
|
||||
Sebin is very concerned with an even distribution of muscle mass, but pays particular attention to his back, chest and arms. A strong chest with strong arms helps to throw fire projectiles as far as possible. A strong back guarantees a longer stay in the air.
|
||||
|
||||
## Additional Muscle References
|
||||
|
|
|
@ -4,13 +4,22 @@ eleventyNavigation:
|
|||
order: 4
|
||||
refs:
|
||||
overdrive:
|
||||
src: src/img/sebin/ref-overdrive.jpg
|
||||
src: ref-overdrive.jpg
|
||||
alt: Sebin Overdrive Ref
|
||||
artist: CVictorrosso
|
||||
href: https://bsky.app/profile/cvictorrosso.bsky.social
|
||||
---
|
||||
|
||||
<ref-img :src="refs.overdrive.src" :alt="refs.overdrive.alt" :width="[1000]" :artist="refs.overdrive.artist" :href="refs.overdrive.href" :dropshadow="false" webc:nokeep></ref-img>
|
||||
<ref-img
|
||||
:char="firstName.toLowerCase()"
|
||||
:src="refs.overdrive.src"
|
||||
:alt="refs.overdrive.alt"
|
||||
:width="[1000]"
|
||||
:artist="refs.overdrive.artist"
|
||||
:href="refs.overdrive.href"
|
||||
:dropshadow="false"
|
||||
webc:nokeep
|
||||
></ref-img>
|
||||
|
||||
Sebin can enter an Overdrive Form which greatly increases his strength and abilities but it comes at a cost.
|
||||
|
||||
|
|
|
@ -4,18 +4,26 @@ eleventyNavigation:
|
|||
order: 2
|
||||
refs:
|
||||
viktorRef:
|
||||
src: src/img/viktor/ref-SFW.png
|
||||
src: ref-SFW.png
|
||||
alt: Viktor Ref
|
||||
artist: sabertoofs
|
||||
href: https://bsky.app/profile/sabertoofs.bsky.social
|
||||
viktorPinup:
|
||||
src: src/img/viktor/pinup-SFW.png
|
||||
src: pinup-SFW.png
|
||||
alt: Viktor Ref
|
||||
artist: sabertoofs
|
||||
href: https://bsky.app/profile/sabertoofs.bsky.social
|
||||
---
|
||||
|
||||
<ref-img :src="refs.viktorRef.src" :alt="refs.viktorRef.alt" :artist="refs.viktorRef.artist" :href="refs.viktorRef.href" :dropshadow="true" webc:nokeep></ref-img>
|
||||
<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
|
||||
></ref-img>
|
||||
|
||||
<colors :colors="getColors()" webc:nokeep></colors>
|
||||
|
||||
|
@ -25,7 +33,15 @@ 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 :src="refs.viktorPinup.src" :alt="refs.viktorPinup.alt" :artist="refs.viktorPinup.artist" :href="refs.viktorPinup.href" :dropshadow="true" webc:nokeep></ref-img>
|
||||
<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
|
||||
></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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue