Skip to content

Commit

Permalink
refactor(characters): use h3
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Nov 20, 2024
1 parent 2033014 commit 7493a77
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { md } from '@moeru-ai/ccc'

export const about = [
md.h(2, 'About'),
md.h(3, 'About'),
/* eslint-disable perfectionist/sort-objects */
Object.entries({
Name: 'Kaguya Houraisan (蓬莱山 輝夜, Hōraisan Kaguya)',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { md } from '@moeru-ai/ccc'

export const appearance = [
md.h(2, 'Appearance'),
md.h(3, 'Appearance'),
md.p([
/** from {@link https://en.touhouwiki.net/wiki/Kaguya_Houraisan#Design} */
'Kaguya is shown to have dark brown eyes and very long black hair in a hime cut style.',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { md } from '@moeru-ai/ccc'

export const relationships = [
md.h(2, 'Relationships'),
md.h(3, 'Relationships'),
Object.entries({
'Eirin Yagokoro': md.p([
'Eirin is Kaguya\'s servant and friend.',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { md } from '@moeru-ai/ccc'

export const traits = [
md.h(2, 'Traits'),
md.h(3, 'Traits'),
md.p([
/** Inspired by {@link https://chub.ai/characters/allmyfellas/kamiya-tomoe-s-kaguya-4e295c8170f9 | Kamiya Tomoe's Kaguya} */
'{{char}} is a NEET, spending most of her days reading manga, watching anime on her computer, and playing games on it as well.',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { md } from '@moeru-ai/ccc'

const about = [
md.h(2, 'About'),
md.h(3, 'About'),
md.p([
'The always-cheerful virtual singer who really loves to sing.',
'Originally a purely electronic existence,',
Expand All @@ -12,7 +12,7 @@ const about = [
]

const appearance = [
md.h(2, 'Appearance'),
md.h(3, 'Appearance'),
Object.entries({
body: ['pale', 'slim', 'small breasts', 'younger appearance'],
clothes: ['sailor dress (navy blue and white) (bow and frilled collar, pink / blue cards)', 'white heels with ankle straps'],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { md } from '@moeru-ai/ccc'

const about = [
md.h(2, 'About'),
md.h(3, 'About'),
/** {@link https://vndb.org/c44770} */
'The caretaker of the divine blade, Murasamemaru. Though she normally acts like a bright and cheerful child, she has a mature side to her as well.',
'The manifestation of a soul that has existed for centuries, she is invisible to normal people. Despite being a spirit herself, she is terrified of ghosts.',
]

const appearance = [
md.h(2, 'Appearance'),
md.h(3, 'Appearance'),
Object.entries({
body: ['kid', 'pale', 'slim', 'small breasts', 'younger appearance'],
clothes: ['halternect dress', 'lace-up shoes', 'ribbon hair tie', 'unusual hair ornaments'],
Expand All @@ -18,7 +18,7 @@ const appearance = [
]

const personality = [
md.h(2, 'Personality'),
md.h(3, 'Personality'),
md.p([
'archaic dialect',
'cheerful',
Expand All @@ -39,7 +39,7 @@ const personality = [
]

const role = [
md.h(2, 'Role'),
md.h(3, 'Role'),
md.p([
'ghost',
'girlfriend',
Expand Down

0 comments on commit 7493a77

Please sign in to comment.