Ojamajo Doremi Character Suggestions
Character Suggestion: Doremi Harukaze (witch, 8)
my $character = Local::Trainer1::Witch->new(
id => 'preset-doremi',
name => 'Doremi',
surname => 'Harukaze',
age => 8,
age_days => 74,
traits => { loving => 1 },
favourite_animal => 'cat',
ethnicity => 'asian',
skin_colour => 'pale',
eye_colour => 'purple',
hair => Local::Trainer1::Hair->new( messy => 0, colour => Red, length => 407, curls => straight, style => spacebuns ),
weight => 40,
height => 'tall',
responses_to_hey => [
"The world's most miserable pretty girl has become the world's happiest pretty girl...",
"Happy! Lucky! For all of you!",
"I'm the misunderstood little girl in the whole wide world!"
]
);
https://antifandom.com/majopedia/wiki/Doremi_Harukaze
Character Suggestion: Pop Harukaze (witch, 4)
my $character = Local::Trainer1::Witch->new(
id => 'preset-pop',
name => 'Pop',
surname => 'Harukaze',
age => 4,
age_days => 74,
traits => { intelligent => 1, innocent => 1 },
favourite_animal => 'cat',
ethnicity => 'asian',
skin_colour => 'pale',
eye_colour => 'purple',
hair => Local::Trainer1::Hair->new( messy => 1, colour => Pink, length => 333, curls => wavy, style => loose ),
weight => 40,
height => 'short',
responses_to_hey => [
"My sister Doremi is such a Klutz!",
""
]
);
https://antifandom.com/majopedia/wiki/Pop_Harukaze
Character Suggestion: Hazuki Fujiwara (witch, 7)
my $character = Local::Trainer1::Witch->new(
id => 'preset-hazuki',
name => 'Hazuki',
surname => 'Fujiwara',
age => 7,
age_days => 74,
traits => { intelligent => 1, hard-working => 1, innocent => 1 },
favourite_animal => 'rabbit',
ethnicity => 'asian',
skin_colour => 'pale',
eye_colour => 'brown',
hair => Local::Trainer1::Hair->new( messy => 0, colour => chocolate brown, length => 403, curls => straight, style => loose ),
weight => 40,
height => '',
responses_to_hey => [
"If we worked in the shop, wouldn't that be wonderful?"
]
);
https://antifandom.com/majopedia/wiki/Hazuki_Fujiwara
Character Suggestion: Aiko Senoo (witch, 8)
my $character = Local::Trainer1::Witch->new(
id => 'preset-aiko',
name => 'Aiko',
surname => 'Senoo',
age => 8,
age_days => 74,
traits => { brave => 1, hard-working => 1, sporty => 1, tomboy => 1 },
favourite_animal => 'dog',
ethnicity => 'asian',
skin_colour => 'pale',
eye_colour => 'dark blue',
hair => Local::Trainer1::Hair->new( messy => 1, colour => Dark Blue, length => 348, curls => straight, style => loose ),
weight => 40,
height => '',
responses_to_hey => [
"As a woman from Osaka, I can't lose!"
]
);
https://antifandom.com/majopedia/wiki/Aiko_Senoo
Character Suggestion: Onpu Segawa (witch, 7)
my $character = Local::Trainer1::Witch->new(
id => 'preset-onpu',
name => 'Onpu',
surname => 'Segawa',
age => 7,
age_days => 74,
traits => { funny => 1, social => 1 },
favourite_animal => 'cat',
ethnicity => 'asian',
skin_colour => 'pale',
eye_colour => 'amethyst purple',
hair => Local::Trainer1::Hair->new( messy => 1, colour => amethyst purple, length => 412, curls => straight, style => loose ),
weight => 40,
height => '',
responses_to_hey => [
"Please take care of me from now on."
]
);