feat(content): update character descriptions
This commit is contained in:
parent
cf92eeac58
commit
d37ff3f386
1 changed files with 118 additions and 65 deletions
183
src/App.vue
183
src/App.vue
|
@ -79,44 +79,69 @@
|
||||||
|
|
||||||
<section class="prose">
|
<section class="prose">
|
||||||
<h2>Muscle Reference</h2>
|
<h2>Muscle Reference</h2>
|
||||||
<p>Sebin loves working out! As a result his body is very muscular.</p>
|
<p>
|
||||||
|
Sebin started working out at the age of 17. Being in top shape is very
|
||||||
|
important to him. His favorite workouts are weight-lifting (dumbbells as
|
||||||
|
well as barbells), lat pulldown, leg press, straight arm pulldown and
|
||||||
|
cable pull. He works out three times a week with one day in between
|
||||||
|
workout days for rest, switching body regions each workout day.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Sebin is very focused on evenly distributed muscle mass but pays special
|
||||||
|
attention to his back, chest and arms. This is so his fire breath
|
||||||
|
doesn't get weak and he can throw fire projectiles farther. A strong
|
||||||
|
back ensures his wings continue to carry him so he can stay airbourne
|
||||||
|
for extended periods of time.
|
||||||
|
</p>
|
||||||
<gallery :images="muscleRefs"></gallery>
|
<gallery :images="muscleRefs"></gallery>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="prose">
|
<section class="prose">
|
||||||
<h2>Personality</h2>
|
<h2>Personality</h2>
|
||||||
<p>
|
<p>
|
||||||
Sebin is an affectionate guy who cares immensely for his loved ones. If
|
Sebin is a warmhearted guy who cares a lot about his loved ones. He has
|
||||||
he notices someone having a hard time he always tries to lift them back
|
a keen sense for bad vibes and is always willing to do something about
|
||||||
up again. He will protect them no matter what. Not being able to help a
|
it, either by listening to the problems of others or with well-meant
|
||||||
friend in need equals to failing them for him and he will feel extremely
|
advice. Not being able to help a friend in need is the same for him as
|
||||||
guilty for it.
|
abandoning them.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
He is honest and direct about his feelings and doesn't mince words,
|
He is open and honest with his feelings and does not mince his words.
|
||||||
which some people might find brash.
|
However, some people may find this brazen or tactless.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
He likes to laugh and is easily amused, sometimes to the point of being
|
Sebin likes to laugh and is therefore easy to amuse, often up to a point
|
||||||
utterly childish and immature. He doesn't take himself too serious. His
|
where he becomes utterly childish and immature. He also doesn't take
|
||||||
vocabulary is often vulgar, he's not afraid to curse, though he still
|
himself too seriously and can laugh at himself -- even if only after a
|
||||||
knows when it's better to stay rationally diplomatic.
|
while. His vocabulary is rather vulgar and he rarely shies away from
|
||||||
|
cursing. But he knows when a more diplomatic choice of words is
|
||||||
|
appropriate.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
He's very enthusiastic about his hobbies and will talk your ears off if
|
However, if he feels that his points of view are right, his ambition may
|
||||||
he notices the slightest common interest. Sometimes his passion for
|
well run away with him. If he gets the feeling during ongoing
|
||||||
certain things might get the better of him though and he gets stubborn,
|
discussions that the other side is not paying any attention to his point
|
||||||
hotheaded and even outright rude in disagreements.
|
of view, he can go from persistent to stubborn to hot-headed and even
|
||||||
|
become downright rude.
|
||||||
</p>
|
</p>
|
||||||
<p>He can also be quite impatient at times.</p>
|
|
||||||
<p>
|
<p>
|
||||||
He is also a naughty hornball sometimes. He knows what he's got and he's
|
Sebin is very enthusiastic about his hobbies. If he notices even the
|
||||||
not afraid to show it off playfully. He loves to wear jockstraps and
|
slightest overlap of interests, he may chew your ear off. Sometimes he
|
||||||
bottomless briefs. He is vers, with a preference to top.
|
is also very impatient.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
But above all Sebin is a very naughty hornball. He knows what he’s got
|
||||||
|
and enjoys the reactions when he shows it off. He is a generally
|
||||||
|
dominant lover who likes to have it rough. But he is not lacking in
|
||||||
|
tenderness. However, that doesn't mean that he doesn't let others have
|
||||||
|
their fun with him too from time to time. It always depends on his
|
||||||
|
playmates. He loves to wear bottomless jockstraps and boxer briefs to
|
||||||
|
direct the attention of the viewer exactly where he wants it. After all
|
||||||
|
he is well endowed enough to peddle it around.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="prose">
|
<section>
|
||||||
<h2>Clothing Styles</h2>
|
<h2>Clothing Styles</h2>
|
||||||
<template v-for="(style, index) in clothingStyles">
|
<template v-for="(style, index) in clothingStyles">
|
||||||
<h3 :key="style.name">{{ style.name }}</h3>
|
<h3 :key="style.name">{{ style.name }}</h3>
|
||||||
|
@ -130,34 +155,18 @@
|
||||||
</ul>
|
</ul>
|
||||||
</template>
|
</template>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="prose">
|
<section class="prose">
|
||||||
<h2>Abilities</h2>
|
<h2>Abilities</h2>
|
||||||
<p>
|
<p>
|
||||||
Since Sebin is a fire dragon there’s a myriad of abilities he has at his
|
Since Sebin is a fire dragon there’s a myriad of abilities he has at his
|
||||||
disposal for his defense.
|
disposal to defend himself.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Attacks</h3>
|
<h3>Overdrive Form</h3>
|
||||||
<p>
|
|
||||||
Sebin is able to breath fire at his opponents in either a straight line
|
|
||||||
or in short bursts of fire balls directly from his mouth.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
He can also spit fireballs into his hands to throw them at his
|
|
||||||
opponents. His scales are fireproof and can withstand the high
|
|
||||||
temperatures. On impact these fire balls explode to a bigger ball of
|
|
||||||
flames with a diameter of 1-2 meters. He can also combine two fireballs
|
|
||||||
into a bigger one.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
During aerial combat Sebin can use his fire breath to engulf himself in
|
|
||||||
flames while spinning to become a fire tornado that singes opponents.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Overdrive Form</h2>
|
|
||||||
<p>
|
<p>
|
||||||
Sebin can enter an Overdrive Form which greatly increases his strength
|
Sebin can enter an Overdrive Form which greatly increases his strength
|
||||||
and abilities but comes at a cost.
|
and abilities but it comes at a cost.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -174,9 +183,9 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
To complete the transformation he inhales the flames again which heats
|
To complete the transformation he inhales the flames from the pillar
|
||||||
up his body from within. Even if Sebin is a fire dragon which allows him
|
surrounding him which heats up his body from within. Even if Sebin is a
|
||||||
to sustain great heat, even in his regular form, he is essentially
|
fire dragon who can sustain high degrees of heat he is essentially
|
||||||
overheating himself from the inside. Because of this he can't maintain
|
overheating himself from the inside. Because of this he can't maintain
|
||||||
this form for more than a few hours before he does permanent damage to
|
this form for more than a few hours before he does permanent damage to
|
||||||
his own body.
|
his own body.
|
||||||
|
@ -188,37 +197,81 @@
|
||||||
his body. His immediate surroundings are likely to burn or melt.
|
his body. His immediate surroundings are likely to burn or melt.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2>Attacks</h2>
|
||||||
|
<h3>Normal Form</h3>
|
||||||
|
<p>
|
||||||
|
<strong>Fire Breath:</strong> Either a long breath of fire or short
|
||||||
|
bursts fired directly from Sebin's mouth.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<strong>Flame Toss:</strong> Sebin spits fireballs into his hands to
|
||||||
|
throw them at his opponents. His scales are fireproof and can withstand
|
||||||
|
the high temperatures. On impact these fireballs explode into a bigger
|
||||||
|
fire bursts with a diameter of 1-2 meters. He can also combine two
|
||||||
|
fireballs into a bigger one for bigger impact.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<strong>Burning Twister:</strong> An attack for aerial combat, Sebin can
|
||||||
|
use his fire breath to engulf his body in flames while spinning to
|
||||||
|
become a fire tornado that singes opponents.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3>Attacks in Overdrive Form</h3>
|
<h3>Attacks in Overdrive Form</h3>
|
||||||
<p>
|
<p>
|
||||||
In this form he is able to burst fire shots emanating from the veins
|
<strong>Fire Breath:</strong> The reach of Sebin's Fire Breath increases
|
||||||
crossing by his arms directly from his hands. This way he doesn't need
|
as well as the frequency at which he can fire shots from his mouth.
|
||||||
to spit balls of fire into his hands to use his fire grenades, instead
|
|
||||||
he just creates them from his hands. He can combine the fire from both
|
|
||||||
hands when he holds them close together (think Goku's Kamehame-ha from
|
|
||||||
Dragon Ball Z).
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The reach of his fire breath increases dramatically and he can fire it
|
<strong>Flame Toss:</strong> Overdrive Form eliminates the need for
|
||||||
with much greater speed.
|
Sebin to spit fire into his palms. It instead enables him to fire the
|
||||||
|
shots directly from the palm of his hands, as the firey veins crossing
|
||||||
|
his arms act as an orifice to do so. The explosion radius of the burning
|
||||||
|
projectiles that explode on impact is greatly increased.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Another technique useful for both defense and attack is a ring of fire
|
<strong>Burning Shackles:</strong> Overdrive also allows Sebin to
|
||||||
balls diagonally circling around his body. Sebin summons them by
|
transform his fire balls into rings by sticking his fingers into the
|
||||||
spinning around in a circle once with stretched out arms and rapidly
|
fire balls and spinning them around on his finger until they expand into
|
||||||
releasing fire balls from his opened hands. By circling his body
|
rings. He can throw these at opponents like shurikens.
|
||||||
diagonally he can still move his arms relatively freely.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Overdrive also allows Sebin to transform his fire balls into rings by
|
<strong>Combustion Flare:</strong> A devastating firestorm by combining
|
||||||
sticking his fingers into the fire balls and spinning them around on his
|
the power of both hands from his fire-infused arms. The impact of the
|
||||||
finger until they expand into rings. He can throw these at opponents
|
two carbon-like palms against each other is like the clash of two
|
||||||
like shurikens.
|
flints, used to ignite the attack. A secure foothold is needed to
|
||||||
|
prevent Sebin from being thrown back by the recoil of the attack. Using
|
||||||
|
this technique in the air is therefore highly risky.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
He is not only able to emit fire from his hands in overdrive but also
|
<strong>Blazing Pandemonium:</strong> A heavy impact into the ground
|
||||||
his legs in two ways. One way is to do a backflip and let out a blade of
|
from a great height with both fists, tearing deep cracks in the ground
|
||||||
fire at his opponents. The other way is by stomping on the ground with
|
around the impact crater. Combined with <em>Burning Twister</em>, the
|
||||||
his heels to create a fiery explosion.
|
flames that previously surrounded Sebin's body are forced through the
|
||||||
|
newly created furrows, transforming the scene into an inferno.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<strong>Scorching Edge:</strong> A fiery blade towering several meters
|
||||||
|
into the air that Sebin sends careening towards his enemies from his
|
||||||
|
fire-infused legs with a backflip kick, leaving a swath of destruction
|
||||||
|
in its wake. Upon impact the force of the attack is distributed
|
||||||
|
sideways.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<strong>Circling Fire Shield:</strong> A rather defensive technique. By
|
||||||
|
spinning around with stretched out arms Sebin creates fire balls, which
|
||||||
|
he usually hurls towards enemies, that circle around his body
|
||||||
|
diagonally. They act as a shield while he can still move his arms
|
||||||
|
relatively freely. Enemies would be well advised to keep their distance
|
||||||
|
to this spinning shield, as the fire balls will still explode on
|
||||||
|
contact.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue