From 4aa4ace5163dcaf5240e3e561c0fd159786e1a82 Mon Sep 17 00:00:00 2001 From: chimchooree Date: Sat, 6 Aug 2022 00:36:15 -0500 Subject: [PATCH] characters --- src/char/Abbey | 2 +- src/char/Belfry | 2 +- src/char/Castlevaugh | 7 -- src/char/Chandra | 2 +- src/char/Chandrakant | 7 -- src/char/Child | 7 -- src/char/Chimchooree | 21 ++++- src/char/Chloe | 21 ++++- src/char/Colt | 28 +++++- src/char/Coye | 22 +++++ src/char/Creed | 7 -- src/char/Crewe | 7 -- src/char/Customs | 7 -- src/char/Dagmar | 7 -- src/char/Dia | 25 ++++- src/char/Dorothea | 7 -- src/char/Dragomir | 7 -- src/char/Dreemi | 7 -- src/char/Dymn | 10 +- src/char/Eden | 23 ++++- src/char/Emily | 7 -- src/char/Eponnin | 7 -- src/char/Faber | 26 ++++- src/char/Fifi | 20 +++- src/char/Flambebe | 7 -- src/char/Foo | 7 -- src/char/{Amarr => Freefall} | 13 ++- src/char/Freya | 4 +- src/char/Funwa | 23 ++++- src/char/Futura | 7 -- src/char/Ginger | 7 -- src/char/Gundrune | 7 -- src/char/HOME | 5 + src/char/Havelock | 7 -- src/char/Heath | 7 -- src/char/Heather | 7 -- src/char/Helba | 23 ++++- src/char/Helmut | 25 +++++ src/char/Honor | 7 -- src/char/Juno | 7 -- src/char/Justice | 7 -- src/char/Katherine | 7 -- src/char/Koda | 7 -- src/char/Kome | 7 -- src/char/Laguna | 7 -- src/char/Lewis | 7 -- src/char/Lise | 7 -- src/char/Moonstone | 7 -- src/char/Nanna | 7 -- src/char/Newcomer | 16 +++- src/char/Nymph | 7 -- src/char/Pixie | 7 -- src/char/Raymond | 7 -- src/char/Silke | 19 +++- src/char/Silverhome | 7 -- src/char/Tilhar | 26 +++++ src/char/Trace | 24 ++++- src/char/Una | 7 -- src/char/Van | 7 -- src/char/Vernon | 7 -- src/char/WaspLady | 7 -- src/char/Will | 7 -- src/char/Window | 27 +++++- src/char/Winter | 7 -- src/index.py | 89 ++++++++++++++---- src/static/img/char/Angel/20220804_225919.jpg | Bin 313506 -> 0 bytes src/static/img/char/Angel/20220804_230212.jpg | Bin 239812 -> 0 bytes src/static/img/char/Angel/20220804_230435.jpg | Bin 323604 -> 0 bytes src/static/img/char/Angel/20220804_231205.jpg | Bin 180655 -> 0 bytes src/static/img/char/Angel/AngelHeadphones.png | Bin 0 -> 1008576 bytes .../img/char/Angel/AngelHeadphonesthumb.png | Bin 0 -> 40711 bytes src/static/img/char/Angel/Angelavi.png | Bin 38554 -> 40711 bytes src/static/img/char/Aries/20220804_231311.jpg | Bin 197894 -> 0 bytes src/static/img/char/Aries/Aries.png | Bin 0 -> 55016 bytes src/static/img/char/Aries/Ariesthumb.png | Bin 0 -> 55016 bytes .../img/char/Chandrakant/Chandrakantavi.png | Bin 490 -> 0 bytes .../Amarravi.png => Freefall/Freefall.png} | Bin src/static/img/char/Freefall/Freefallavi.png | Bin 0 -> 45967 bytes .../img/char/Freefall/Freefallthumb.png | Bin 0 -> 45967 bytes .../{Adah/Adahavi.png => HOME/HOMEavi.png} | Bin src/static/img/char/Helia/Girls.png | Bin 0 -> 4640 bytes src/static/img/char/Helia/Girlsthumb.png | Bin 0 -> 4255 bytes src/static/img/char/Helia/Heliaavi.png | Bin 63317 -> 4255 bytes .../Anneloreavi.png => Tilhar/Tilharavi.png} | Bin src/static/img/char/Window/Windowavi.png | Bin 33714 -> 43147 bytes src/views/char.tpl | 1 + 86 files changed, 431 insertions(+), 353 deletions(-) delete mode 100644 src/char/Castlevaugh delete mode 100644 src/char/Chandrakant delete mode 100644 src/char/Child create mode 100644 src/char/Coye delete mode 100644 src/char/Creed delete mode 100644 src/char/Crewe delete mode 100644 src/char/Customs delete mode 100644 src/char/Dagmar delete mode 100644 src/char/Dorothea delete mode 100644 src/char/Dragomir delete mode 100644 src/char/Dreemi delete mode 100644 src/char/Emily delete mode 100644 src/char/Eponnin delete mode 100644 src/char/Flambebe delete mode 100644 src/char/Foo rename src/char/{Amarr => Freefall} (53%) delete mode 100644 src/char/Futura delete mode 100644 src/char/Ginger delete mode 100644 src/char/Gundrune create mode 100644 src/char/HOME delete mode 100644 src/char/Havelock delete mode 100644 src/char/Heath delete mode 100644 src/char/Heather create mode 100644 src/char/Helmut delete mode 100644 src/char/Honor delete mode 100644 src/char/Juno delete mode 100644 src/char/Justice delete mode 100644 src/char/Katherine delete mode 100644 src/char/Koda delete mode 100644 src/char/Kome delete mode 100644 src/char/Laguna delete mode 100644 src/char/Lewis delete mode 100644 src/char/Lise delete mode 100644 src/char/Moonstone delete mode 100644 src/char/Nanna delete mode 100644 src/char/Nymph delete mode 100644 src/char/Pixie delete mode 100644 src/char/Raymond delete mode 100644 src/char/Silverhome create mode 100644 src/char/Tilhar delete mode 100644 src/char/Una delete mode 100644 src/char/Van delete mode 100644 src/char/Vernon delete mode 100644 src/char/WaspLady delete mode 100644 src/char/Will delete mode 100644 src/char/Winter delete mode 100644 src/static/img/char/Angel/20220804_225919.jpg delete mode 100644 src/static/img/char/Angel/20220804_230212.jpg delete mode 100644 src/static/img/char/Angel/20220804_230435.jpg delete mode 100644 src/static/img/char/Angel/20220804_231205.jpg create mode 100644 src/static/img/char/Angel/AngelHeadphones.png create mode 100644 src/static/img/char/Angel/AngelHeadphonesthumb.png delete mode 100644 src/static/img/char/Aries/20220804_231311.jpg create mode 100644 src/static/img/char/Aries/Aries.png create mode 100644 src/static/img/char/Aries/Ariesthumb.png delete mode 100644 src/static/img/char/Chandrakant/Chandrakantavi.png rename src/static/img/char/{Amarr/Amarravi.png => Freefall/Freefall.png} (100%) create mode 100644 src/static/img/char/Freefall/Freefallavi.png create mode 100644 src/static/img/char/Freefall/Freefallthumb.png rename src/static/img/char/{Adah/Adahavi.png => HOME/HOMEavi.png} (100%) create mode 100755 src/static/img/char/Helia/Girls.png create mode 100644 src/static/img/char/Helia/Girlsthumb.png rename src/static/img/char/{Annelore/Anneloreavi.png => Tilhar/Tilharavi.png} (100%) diff --git a/src/char/Abbey b/src/char/Abbey index df876e6..00fb69f 100644 --- a/src/char/Abbey +++ b/src/char/Abbey @@ -1,4 +1,4 @@ -Abbey | means fraternity | Shadow Tundra♂ | theme
+Abbey | means fraternity | Shadow Tundra♂ | theme: orpheus odyssey - legends on strings

basics



story

-


+



description

-


+


diff --git a/src/char/Funwa b/src/char/Funwa index 19c2258..8b89a97 100644 --- a/src/char/Funwa +++ b/src/char/Funwa @@ -1,5 +1,22 @@ -Miriam "Angel" Newman | means drop of the sea | weaponmaster♀ | student | teenager | 5'7
+Funwa | means ferryman | baku♂

-

She's not as disciplined as her twin brother Aries, but she has more natural talent. She's been awarded two best-in-state titles for her swordsmanship, and she's steadily building a portfolio on git for her tools. She consistently brings home As despite never studying to her brother's immense envy. Her natural aptitude is always undermined by her flitsy attitude and chronic forgetfulness, though. She always loses to peer pressure, too. She's a natural people pleaser and a friend to everyone around her.

+

basics

+

-

She's tall and looks mature for her age, so Tessa bullies her into serving as "chaperone" to mature movies and buying M-rated games. She's also popular with boys, but her mom absolutely forbids dating until college. Her mom also polices her wardrobe but is beginning to lose ground in that argument. She'd only allow simple natural makeup, too, but Angel's never really been interested in adding to her morning routine anyway. She wears lots of sweaters and jeans, especially if she can incorporate rainbows of color. Her thick, long blond hair is her favorite feature, and she is always experimenting with different hairstyles. She also has light green eyes, slightly brighter in hue than her brother, round silver glasses, and freckles near her mouth.

+

story

+

He appears not too long after Cass starts having nightmares about Tilhar. He moves in and offers his service as her dreamcatcher.

+
+

description

+

He has a tapir form and a human form.

diff --git a/src/char/Futura b/src/char/Futura deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Futura +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Ginger b/src/char/Ginger deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Ginger +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Gundrune b/src/char/Gundrune deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Gundrune +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/HOME b/src/char/HOME new file mode 100644 index 0000000..2990a3a --- /dev/null +++ b/src/char/HOME @@ -0,0 +1,5 @@ +

Driscoll is a nondescript ghost custodian for the abandoned hall of his master, which lies somewhere deep under snow. This hall holds crumbling monuments and treasures that tell the story of his master's life.

+
+

One winter, Katherine drawn to this hall during her dreams. Driscoll introduces himself, then each night, he leads her through a new wing, recounting the life of his master and his love for her. The last night, he says to wait for him and gives her a token from him as a reminder, an heirloom bracelet. That morning, she awakens with the bracelet in hand, but the dreams cease.

+
+

Driscoll's birthday was April 24♉︎.

diff --git a/src/char/Havelock b/src/char/Havelock deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Havelock +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Heath b/src/char/Heath deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Heath +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Heather b/src/char/Heather deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Heather +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Helba b/src/char/Helba index 1c80f28..9a077c5 100644 --- a/src/char/Helba +++ b/src/char/Helba @@ -1,7 +1,22 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
+Helba | means fertile | viral peesh♀ | theme: papiyon feat. Hatsune Miku - Glorious World

-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
+

basics

+

-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
+

story

+

If she isn't in her computer room all day, she's exploring equally dark and dank places. Her skin will never get any sun.


-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
+

description

+


diff --git a/src/char/Helmut b/src/char/Helmut new file mode 100644 index 0000000..f86ca79 --- /dev/null +++ b/src/char/Helmut @@ -0,0 +1,25 @@ +Faber | means craftsman | witch♂
+
+

basics

+
+
+

story

+

He and Helmut. Faber is training in sorcery.

+
+

description

+

He's always goofing off during studies, but he always looks put-together with his hair slicked back and outfits well-coordinated.

+
+

inspiration

+

Helmut and his apprentices are inspired by Pantone colors of the year.

diff --git a/src/char/Honor b/src/char/Honor deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Honor +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Juno b/src/char/Juno deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Juno +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Justice b/src/char/Justice deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Justice +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Katherine b/src/char/Katherine deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Katherine +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Koda b/src/char/Koda deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Koda +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Kome b/src/char/Kome deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Kome +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Laguna b/src/char/Laguna deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Laguna +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Lewis b/src/char/Lewis deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Lewis +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Lise b/src/char/Lise deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Lise +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Moonstone b/src/char/Moonstone deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Moonstone +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Nanna b/src/char/Nanna deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Nanna +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Newcomer b/src/char/Newcomer index 7aca0de..8e4727e 100644 --- a/src/char/Newcomer +++ b/src/char/Newcomer @@ -1 +1,15 @@ -Emily", "Adah", "Annelore", "Lewis", "Koda", "Will", "Brandyn +

Newcomer is my first story, started when I was like 8. It's flawed beyond saving, but I've got a soft spot for it.

+
+

Emily is the quintessential self-insert. She looks like me but prettier, and she has my life but with exaggerated tragedy. She's isekai'd to a generic fantasy world via a portal in a black secluded lake near her neighborhood. Will has a crush on her from afar and happened to be trailing her the night she falls into the lake. He dives in after her and becomes her guardian in the next world. She always rejects his presence and help, but he never gives up pursuing her. (So mean, Emily! What the heck?)

+
+

After meeting the evil witch queen Adah (who could have saved a lot of time and effort by killing Emily then?), Adah quickly enrolls her under her sister Annelore's mentorship. Emily is integrated into generic fantasy society, complete with an overly long and boring training arc with her mentors Annelore and Lewis.

+
+

Emily is the last of her race (the Al Khara), and she's led on a fradulous "chosen one" quest to put her securely in Adah's clutches so she can eliminate the Al Khara for once and all because racism or something.

+
+

Immature story, but Annelore and Lewis are actually kinda cool. Annelore is an exiled princess hiding under an assumed identity, but her natural aptitude with politics has elevated her to high leadership in her new city. She was cast out of the royal family of Calx as a teen, and encountered Lewis on the road who taught her basic survival and combat skills.

+
+

Lewis himself is a serial isekai victim, and he'd been through at least five different worlds by the age of 17. He was there just long enough to get her established then got isekai'd again. Annelore figures he must have been an angel in disguise and was taken back into heaven. She never moved on emotionally, though, missing him every day. Then, at a critical moment, he returns, having found his way back to his true love. (He also looks exactly like Edward Elric because why not? lol)

+
+

(Why weren't they the main characters? None of this is even in the story. It's just the backstory I had in my head for them.)

+
+

Adah has a boyfriend, too, named Koda. She's supposed to be a loveless icon of her church-state, so Koda's her secret "mistress." They're just evil, though, without much more to them.

diff --git a/src/char/Nymph b/src/char/Nymph deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Nymph +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Pixie b/src/char/Pixie deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Pixie +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Raymond b/src/char/Raymond deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Raymond +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Silke b/src/char/Silke index 911555b..5818fa8 100644 --- a/src/char/Silke +++ b/src/char/Silke @@ -1,8 +1,25 @@ -Silke | means heavenly | divine tabid♂ | intern | 5'3 | theme: tofubeats / トーフビーツ -「すてきなメゾン feat. 玉城ティナ」
+Silke | means heavenly | divine tabid♂ | theme: tofubeats / トーフビーツ -「すてきなメゾン feat. 玉城ティナ」

+

basics

+
+
+

story

They promise Silke training and opportunities for promotion, and she always gives her best to no reward. She has done data entry and taken calls for about every industry. Instead of being able to see her 'butts in seats' jobs for what they are and adjusting her expectations, she soldiers on, overworking herself fruitlessly.


Her parents were never really present in her life and kicked her out as a teenager, so she only knows self-reliance and perseverance, odd skills for office work. Her quiet, unassertive nature makes her easy to overlook, and while she has a calming presence, she hasn't had a genuine friendship since high school. She is rigidly professional at all times, afraid of offending someone. She needs someone to care about her and show her how to better focus her energy, but until then, she's hopeful her meticulously organized faxes will someday impress her manager into letting her sit in on the dev ops meetings and lead her to a real job.


+

description

She has a boyish build, big pink eyes hidden behind her thick frames, and blonde hair, usually worn up with cute hair accessories. Her ultimate outlet is dressing up in excessively feminine clothes, draping herself in lace, chiffon, tulle, and silk taffeta. She owns way too many dresses and pink blushes. She also loves unwind by playing with her two pets, Genie and Emme.

diff --git a/src/char/Silverhome b/src/char/Silverhome deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Silverhome +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Tilhar b/src/char/Tilhar new file mode 100644 index 0000000..a3d4dc5 --- /dev/null +++ b/src/char/Tilhar @@ -0,0 +1,26 @@ +Tilhar | means dark clouds | incubus♂
+
+

basics

+
+
+

story

+

Despite viewing women as nothing more than playthings, he's drawn to Cass for an indecipherable reason. Even when he rebels against the attraction and goes far away, he finds himself back in her town before long. The other incubi bully him incessantly about catching human feelings. He doesn't know what to think.

+
+

He can paralyze victims with his magic power.

+
+

description

+

Conventionally handsome with silver eyes and long black hair and a smooth, gentle voice.

+
+

inspiration

+

I initially developed this character to cope with recurring episodes of sleep paralysis, but he's his own character with his own plot at this point.

diff --git a/src/char/Trace b/src/char/Trace index 1c80f28..c3bbd1d 100644 --- a/src/char/Trace +++ b/src/char/Trace @@ -1,7 +1,23 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
+Trace | means heavenly | blue balkane♂

-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
+

basics

+

-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
+

story

+



-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
+

description

+


+ diff --git a/src/char/Una b/src/char/Una deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Una +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Van b/src/char/Van deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Van +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Vernon b/src/char/Vernon deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Vernon +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/WaspLady b/src/char/WaspLady deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/WaspLady +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Will b/src/char/Will deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Will +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/char/Window b/src/char/Window index 1c80f28..7304455 100644 --- a/src/char/Window +++ b/src/char/Window @@ -1,7 +1,26 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
+Window Harpen | means wind-eye | human♂

-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
+

basics

+

-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
+

story

+

Window is sent all over the globe to report on supernatural incidents for a national outlet. He doesn't really believe in this stuff, but he does his due diligence in his investigations. Even if he thinks he avoids bias, his contempt for his subjects is pretty obvious.


-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
+

description

+

He tries to blend into any situation (with his purple anime hair, I guess?), avoiding conversation or cameras. His eyes are always hidden behind a veil of black-almost-purple hair. He's short, slim, and relatively soft-spoken but with a deep voice.

+
+

inspiration

+

I made him while writing Dymn in middle school, but he ends up in everything I write. I'm not sure why I was stuck on this character, but it's a tradition at this point, I guess.

+
+

I thought his name was so cool when I was 13.

diff --git a/src/char/Winter b/src/char/Winter deleted file mode 100644 index 1c80f28..0000000 --- a/src/char/Winter +++ /dev/null @@ -1,7 +0,0 @@ -Aristen | means the best | mystic♀ | martial artist, soldier of fortune | 24 years old | 5'6
-
-My Black Desert Online main! The community and gear system ruin what is one of the best tycoon and life skilling MMOs, so I didn't play it for very long. I still adore Aristen, though.
-
-She's an honest and direct person who won't betray her core values of loyalty, submission towards authority, and denial of the flesh. Her Spartan lifestyle borders on asceticism. She lives off the land. Though her body is shaped by extreme discipline, she isn't necessarily the wisest person. She's always falling into the "work harder, not smarter" fallacy, leading to some pretty comical blunt-force solutions for her jobs.
-
-Her quiet femininity contrasts with her titanic arms and powerful thighs. (I maxxed out the arm muscularity and arm thickness sliders.) Perplexingly, she's retained an hourglass figure, which she attributes to a life of wearing belts. She always presents herself with excellence, wearing a meticulously perfected coral monochromatic face of makeup to set off her pale eyes, deep auburn hair, and glassy skin. Through experience, it wears gracefully even through sweat and heat. Her wardrobe is purely functional, consisting entirely of training and ceremonial uniforms, especially those that pair well with belts and scarves. Her favorite colors to wear are orange and jade.
diff --git a/src/index.py b/src/index.py index e936b64..50377c0 100644 --- a/src/index.py +++ b/src/index.py @@ -37,75 +37,126 @@ def find_gallery(name): if name == "Angel": gal.append("Blessfrey") gal.append([["Chibipixel.png","One of Angel's sprites. I prefer taller, less cartoony sprites, but this style is so popular it was worth trying."],["girls.png","Angel, Chloe, and Tessa"],["AngelHeadshot.png","Headshot of Angel and all her hair"]]) + if name == "Aries": + gal.append("Blessfrey") + gal.append([["Aries.png","pencil headshot"]]) if name == "Aristen": gal.append("Black Desert Online") gal.append([["menu.jpg","Aristen's fancy set with bright colors and an obi belt"], ["scarf.jpg", "Newbie Aristen with her orange scarf"], ["marine.jpg","Aristen in the Epheria Marine Classic Set, a goofy marine pinup costume."]]) + if name == "Belfry": + gal.append("City of Heroes") + gal.append([["name.png","desc"]]) if name == "Bless": gal.append("Blessfrey") - gal.append([]) + gal.append([["name.png","desc"]]) if name == "Bijoux": gal.append("Sims") - gal.append([]) + gal.append([["alchemy.png","Morning alchemy before work"],["dream.jpg","Stupid dream bubbles"]]) if name == "Calder": gal.append("FlightRising") gal.append([["pixelheadshot.png", "Calder's human form headshot"], ["FlightRising.png","Calder\'s sprite in FlightRising. He's wearing Sanguine Roses, Sanguine Plumage, and Pomegranate Plumes over Stonewatch Harpy."]]) if name == "Cass": gal.append("Beloved of the Moon") - gal.append([]) + gal.append([["name.png","desc"]]) + if name == "CatMan": + gal.append("City of Heroes") + gal.append([["name.png","desc"]]) + if name == "Chandra": + gal.append("Hello Traveler") + gal.append([["name.png","desc"]]) if name == "Chimchooree": gal.append("Aion") gal.append([["couture.jpg","Chimchooree in her oyster pink tiered couture dress"],["Headshot.jpg","Her closeup."]]) if name == "Chloe": gal.append("Blessfrey") gal.append([["girls.png","Angel, Chloe, and Tessa"]]) - if name == "Eponnin": - gal.append("Black Desert Online") - gal.append([]) + if name == "Colt": + gal.append("Hello Traveler") + gal.append([["name.png","desc"]]) + if name == "Coye": + gal.append("Verpets") + gal.append([["name.png","desc"]]) + if name == "Dia": + gal.append("Blessfrey") + gal.append([["name.png","desc"]]) + if name == "Dymn": + gal.append("Dymn") + gal.append([["name.png","desc"]]) + if name == "Eden": + gal.append("Blessfrey") + gal.append([["name.png","desc"]]) if name == "Faber": gal.append("Sims") - gal.append([]) + gal.append([["alchemy.png","Morning alchemy before work"],["dream.jpg","Stupid dream bubbles"]]) if name == "Fifi": gal.append("Sims") gal.append([["mirrorofvenus.jpg","Fifi debating herself in the mirror"],["guitarpractice.jpg","Fifi seeing how her old guitar sounds"]]) + if name == "Freefall": + gal.append("13th") + gal.append([["name.png","desc"]]) if name == "Freya": gal.append("Guild Wars") gal.append([]) - if name == "Gundrune": - gal.append("Black Desert Online") - gal.append([]) + if name == "Funwa": + gal.append("Beloved of the Moon") + gal.append([["name.png","desc"]]) + if name == "Helba": + gal.append("Verpets") + gal.append([["name.png","desc"]]) if name == "Helia": gal.append("Blessfrey") gal.append([["wm.png","Crop from a larger work-in-progress...so busy I can't draw everything I want to draw ahhh"],["Headshot.png","Helia in the style of Battle Girl High School...or at I tried! All the girls in that game wear their blush so high it's practically eyeshadow. It looks so innocent and vivacious on them, but it never comes out them same when I try to wear it myself."]]) if name == "Helmut": gal.append("Sims") - gal.append([]) + gal.append([["alchemy.png","Morning alchemy before work"],["dream.jpg","Stupid dream bubbles"]]) + if name == "HOME": + gal.append("HOME") + gal.append([["name.png","desc"]]) if name == "Leslie": gal.append("Guild Wars") - gal.append([]) + gal.append([["name.png","desc"]]) + if name == "Lisbet": + gal.append("Hello Traveler") + gal.append([["name.png","desc"]]) if name == "Lune": gal.append("Persona") gal.append([["RingOfFire.jpg","A painting of Lune in the Ring of Fire in her Vabbian"],["HallOfMonuments.png","My Guild Wars Necromancer showing off her Hall of Monuments"],["PhariseeFlying.jpg","My Aion Elysian Spiritmaster with really pretty hair"],["LuneMarine.png","Lune Marine, my gold side City of Heroes resistance Water Controller"],["ArcheageGuild.jpg","My ArcheAge dwarf ghost girl with gold-dipped hair and a frilly gown, sitting among her old guildmates"],["Pixelmon.png","Customs Officer Lune and her sidekick Lilligant in Pixelmon"],["tinypool.png","Bikini Lune in a tiny pool with her kitty in Minecraft"]]) + if name == "Nephele": + gal.append("Verpets") + gal.append([["name.png","desc"]]) + if name == "Newcomer": + gal.append("Newcomer") + gal.append([["name.png","desc"]]) if name == "Night": gal.append("Blessfrey") gal.append([]) if name == "Rodolphe": gal.append("Sims") - gal.append([]) + gal.append([["alchemy.png","Morning alchemy before work"],["dream.jpg","Stupid dream bubbles"]]) if name == "Rune": gal.append("Blessfrey") gal.append([["Bless+Rune.png","Rune and his dinosaur mother"],["Blessfrey.png","I saw the coverart for Elden Gate and tried to make my own coverart like that. It's rough, torn between pencil, digital painting, and pixelart, but I don't feel like working on it anymore."],["RuneHeadshot.png","Rune in the Battle Girl High School style, though there aren't a lot of guys in that game to reference"],["Teriuuuu_Artfight.png","2020 Artfight attack by Teriuuuu"]]) if name == "Ryada": gal.append("Guild Wars") - gal.append([]) + gal.append([[]]) if name == "Silke": gal.append("Verpets") gal.append([["Silke.png","Pixelart of Silke on the floor with her clipboard, wearing a striped green silk dress with an oversized pink tulle bow behind her bun. I tried to draw in Yuu Watase's style"],["Verpets.png","Silke's sprite from Verpets"]]) if name == "Tessa": gal.append("Blessfrey") gal.append([["Tessa.png","Pixelart of Tessa in athletic wear"],["ElissaKarminakria_Artfight.png","2020 Artfight attack by ElissaKarminakria"]]) + if name == "Tilhar": + gal.append("Beloved of the Moon") + gal.append([["name.png","desc"]]) if name == "Tilly": gal.append("Sims") - gal.append([]) + gal.append([["alchemy.png","Morning alchemy before work"],["dream.jpg","Stupid dream bubbles"]]) + if name == "Trace": + gal.append("13th") + gal.append([["name.png","desc"]]) + if name == "Window": + gal.append("Dymn") + gal.append([["name.png","desc"]]) if name == "WISE": gal.append("Blessfrey") gal.append([["WISE.png","WISE processing a query"],["CityOfHeroes.png","I made WISE in City of Heroes, too. She's an Electric/Empathy Controller."]]) @@ -389,12 +440,12 @@ def characters(): """characters""" info = {'css': 'me', 'title': 'about me', 'year': find_year(), 'persona': ["Lune"], -'blessfrey': ["Helia", "Angel", "Aries", "Bless", "Chloe", "Dia", "Eden", "Night", "Rune", "Tessa", "WISE"], +'blessfrey': ["Helia", "Angel", "Aries", "Bless", "Chloe", "Dia", "Night", "Rune", "Tessa", "WISE"], 'lemonland': ["CustomsOffice","BlessTheChild"], -'cw': ["Cass", "Chandrakant", "Funwa", "Katherine", "Chandra", "Colt", "Lisbet", "Amarr", "Trace", "Dymn", "Window", "Newcomer"], +'cw': ["Cass", "Funwa", "Tilhar", "HOME", "Chandra", "Colt", "Lisbet", "Freefall", "Trace", "Window", "Dymn", "Newcomer"], 'rp': ["Abbey", "Calder", "Helba", "Silke", "Coye", "Nephele"], -'games': ["Aloin", "Bijoux", "Fifi", "Rodolphe", "Faber", "Helmut", "Tilly"], -'mmos': ["Belfry", "CatMan", "Pixie", "Aristen", "Chimchooree", "Freya", "Leslie", "Ryada"]} +'games': ["Aloin", "Bijoux", "Fifi", "Faber", "Helmut", "Tilly"], +'mmos': ["Belfry", "CatMan", "Aristen", "Chimchooree", "Freya", "Leslie"]} return template('characters.tpl', info) # Blessfrey Credits Page diff --git a/src/static/img/char/Angel/20220804_225919.jpg b/src/static/img/char/Angel/20220804_225919.jpg deleted file mode 100644 index e30ac3acf1d16c0d8b9129048f3d85f70fccd1f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 313506 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