Skip to content

Coffin Of Andy and Leyley

Character Suggestion: Andy Graves (boy, 7)

my $character = Local::Trainer1::Boy->new(
    id => 'preset-andy',
    name => 'Andy',
    surname => 'Graves',
    age => 7,
    age_days => 95,
    traits => { paranoid => 1 },
    favourite_animal => 'rabbit',
    ethnicity => 'white',
    skin_colour => 'pale',
    eye_colour => 'green',
    hair => Local::Trainer1::Hair->new( messy => 1, colour => Black, length => 75, style => loose ),
    weight => 40,
    height => 'short',
    responses_to_hey => [        
        ""You're going to care for me right?""
    ]
);

Character Suggestion: Leyley Graves (girl, 5)

my $character = Local::Trainer1::Girl->new(
    id => 'preset-leyley',
    name => 'Leyley',
    surname => 'Graves',
    age => 5,
    age_days => 95,
    traits => { nympho => 1, brave => 1, sadistic => 1, funny => 1 },
    favourite_animal => 'rabbit',
    ethnicity => 'white',
    skin_colour => 'pale',
    eye_colour => 'pink',
    hair => Local::Trainer1::Hair->new( messy => 1, colour => Black, length => 300, curls => wavy, style => loose ),
    weight => 40,
    height => 'short',
    responses_to_hey => [        
        ""Want to play hide and seek?""
    ]
);