:richard_first
  Player "Hello there. What's your name?"
  Richard "I'm Richard, why?"
  Player "Hi Richard, I'm new here. My name is <name>."
  Richard "Ok, whatever."

:richard_default
  Richard "My brother is always so busy. I wish he could have more time to play with me."

:richard_weekly_sunday
  Richard "I wish my brother would stop working, at least on sundays."

:richard_weekly_monday
  Richard "Aunt Mia spends more time with her animals than she does with us."

:richard_weekly_tuesday
  Richard "Even though my brother is busy all the time, at least I still have him to make me company."

:richard_weekly_wednesday
  Richard "Do you have a girlfriend, <name>? When I grow old, I want to marry Cindy."

:richard_weekly_thursday
  Richard "Chloe's food is the best in the world! And she's very kind to us as well. I wonder why she never had kids."

:richard_weekly_friday
  if-variable hour < 10
    Richard "Today we're gonna play hide and seek. It's the only game I'm better than Phi at."
    return
  end

  if-variable hour < 17
    Richard "Today we're playing hide and seek. It's the only game I'm better than Phi at."
    return
  end

  Richard "It was a fun day today, I beat Phi at hide and seek again."

:richard_weekly_saturday
  Richard "Sometimes I miss my old school. I didn't have many friends but at least there were many other kids around."

:richard_morning_1
  Richard "Good morning. I'm hoping I get to see some new kind of wild animal today."
  Richard "<music:async>"

:richard_morning_2
  Richard "They want me to study hard so I can attend a good school in the city."
  Richard "I'm fine with going to the city, but do I really need to study?"

:richard_morning_3
  Richard "I need to think of a good revenge plan against <color:name>Phi</color>."
  Richard "Nobody scribbles all over my pirate book without punishment."

:richard_morning_4
  Richard "Maybe I should go fetch some ores for my brother... I think he would like that."

:richard_afternoon_1
  Richard "Good afternoon. I'm playing with <color:name>Phi</color> again, since my brother is busy."

:richard_afternoon_2
  Richard "I think we should explore the mountains. Maybe we can find a magical being?"

:richard_afternoon_3
  Richard "I told <color:name>Phi</color> that eating mango with milk can kill you. I may have ruined her favorite snack."
  Richard "<music>"

:richard_afternoon_4
  Richard "Chloe sometimes leave pies resting on the window. Sometimes, a few pieces go missing. It's a mystery."
  Richard "<music>"

:richard_night_1
  Richard "Good evening. The day is over already, how boring."

:richard_night_2
  Richard "Even at night might brother needs to work. Maybe if I take his tools..."

:richard_night_3
  Richard "I wanted to read a new pirate book, but <color:name>Nathalia</color> gets mad that I don't return the books, now I can't borrow them anymore."

:richard_night_4
  Richard "I often stare out the window at night, hoping to see a mischievous Saci doing his thing."

:richard_daily_1
  Richard "I wish I could be in the city. They have movies and also a big harbor there."

:richard_daily_2
  Richard "<color:name>Phi</color> and I are the only kids in Orange Town. I wish there were more."

:richard_daily_3
  Richard "Urgh, my brother never lets me use his forge. He's always busy on it."

:richard_rain_1
  Richard "It's raining today. Maybe it will make my brother take some time off from work."

:richard_spring_1
  Richard "I'd better stay away from the flowers. I don't want to find any bees."

:richard_spring_2
  Richard "I saw a flower unbuttoning yesterday. It's boring and takes too long."

:richard_spring_3
  Richard "I want the summer to come faster. The rivers are waiting for me."

:richard_summer_1
  Richard "I've waited a whole year for summer to come back. Let's go for a swim!"

:richard_summer_2
  Richard "It's way too hot. How can my brother stay near the forge all day?"

:richard_summer_3
  Richard "I wanna try grabbing a fish with my bare hands. It should be fun."

:richard_fall
  Richard "Phi won't beat me! This year I am going to make the biggest pile of leaves."

:richard_fall_2
  Richard "The seasons are passing by but my brother's work never stop... Maybe it never will..."

:richard_fall_3
  Richard "Someone told me that the fall season is when Mother Nature loses her skirt. Poor girl."

:richard_winter
  Richard "I hope I can make my brother build a snowman with me this year. He promised me he would."

:richard_winter_2
  Richard "I'm carrying a bunch of snowballs. <color:name>Phi</color> won't know what hit her."

:richard_winter_3
  Richard "I wanted to go ice skating, but I would probably get hurt."

:richard_candy_day_day_after_tomorrow
  Richard "Candy Day will be the day after tomorrow. It's my favorite day because I get candy from almost everyone in town."

:richard_candy_day_tomorrow
  Richard "Tomorrow is candy day. Have you bought enough candy already?"

:richard_candy_day
  js this.listCandyItems();
  Richard ("Today is candy day! Did you bring me anything?", "Nothing", "Not Yet", "Not Yet")
  if response == "Nothing"
    Richard "You're no fun."
    end event
  end

  if response == "Not Yet"
    Richard "What are you waiting for? It's the tradition!"
    end event
  end

  js window.itemId = window.response.replace('item-', '');
  + Managers.Items.loseItemId(window.itemId, 1);
  switch gaveCandyToRichard ON

  if Managers.Villagers.getGiftLevel('Richard', window.itemId) > 1
    play child richard_loved_candy
  else
    play child richard_liked_candy
  end

:richard_loved_candy
  Richard "Good choice! I love it."
  js Managers.Relationship.increaseFriendship('Richard', 300);

:richard_liked_candy
  Richard "richard-saying-thanks"
  js Managers.Relationship.increaseFriendship('Richard', 100);
