From defb5730a61952dc30dc99dafd72f8b3954f5301 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Mon, 12 May 2025 23:47:25 +0700 Subject: [PATCH] Add pie dialog --- public/yml/DialogPie.yml | 144 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) diff --git a/public/yml/DialogPie.yml b/public/yml/DialogPie.yml index e69de29..b6b47a9 100644 --- a/public/yml/DialogPie.yml +++ b/public/yml/DialogPie.yml @@ -0,0 +1,144 @@ +- id: 1 + type: story + text: "In science class, the teacher announced that there will be a group project and presentation." + background: "bg-hallway.png" + goTo: 2 + +- id: 2 + type: story + text: "The groups are chosen and you end up working with Pie." + background: "bg-hallway.png" + goTo: 3 + +- id: 3 + type: story + text: "From what you've seen so far in this class, Pie seems like a reliable work partner." + background: "bg-hallway.png" + goTo: 4 + +- id: 4 + type: conversation + name: Pie + text: ”The project seems simple enough, why don’t we start brainstorming for ideas together? I'm Pie by the way.” + sprite: "_Pie_normal.zip" + background: "bg-hallway.png" + goTo: 5 + +- id: 5 + type: option + name: Pie + option: + - text: Ok! + goTo: 6 + sprite: "_Pie_normal.zip" + background: "bg-hallway.png" + +- id: 6 + type: story + text: "The two of you start brainstorming for the project right away." + background: "bg-hallway.png" + goTo: 7 + +- id: 7 + type: story + text: "Pie starts sharing their ideas to you, so you also share yours to Pie." + background: "bg-hallway.png" + goTo: 8 + +- id: 8 + type: conversation + name: Pie + text: ”The idea is nice…but I don’t know if it is creative enough. We don’t want to lose points on creativity.” + sprite: "_Pie_normal.zip" + background: "bg-hallway.png" + goTo: 9 + +- id: 9 + type: option + name: Pie + option: + - text: "Oh...I can think of another one then." + goTo: 10 + - text: "Oh...why don’t you like it though?" + goTo: 11 + sprite: "_Pie_normal.zip" + background: "bg-hallway.png" + +- id: 10 + type: conversation + name: Pie + text: ”Yeah maybe it’ll be better...” + sprite: "_Pie_normal.zip" + background: "bg-hallway.png" + goTo: 10.2 + +- id: 10.2 + type: conversation + name: Pie + text: ”We gotta impress the teacher haha.” + sprite: "_Pie_normal.zip" + background: "bg-hallway.png" + goTo: 12 + +- id: 11 + type: conversation + name: Pie + text: ”I’m not saying it’s bad! But you know, it’s a little basic. I kinda expected you to come up with something more original.” + sprite: "_Pie_normal.zip" + background: "bg-hallway.png" + goTo: 12 + +- id: 12 + type: story + text: "A few days passed, you and Pie start reviewing and making the presentation." + background: "bg-hallway.png" + goTo: 13 + +- id: 13 + type: story + text: "You try your best to make the presentation look good, but Pie keeps having things to say about what you are doing." + background: "bg-hallway.png" + goTo: 14 + +- id: 14 + type: conversation + name: Pie + text: ”Oh you’re doing it like that? I mean it’s okay...” + sprite: "_Pie_normal.zip" + background: "bg-hallway.png" + goTo: 14 01 + +- id: 14 01 + type: conversation + name: Pie + text: ”But I would do more so we don’t embarrass ourselves in front of the class.” + sprite: "_Pie_normal.zip" + background: "bg-hallway.png" + goTo: 15 + +- id: 15 + type: option + name: Pie + option: + - text: "Huh? But I’m not trying to embarrass us." + goTo: 16 + - text: "Ok..." + goTo: 17 + sprite: "_Pie_normal.zip" + background: "bg-hallway.png" + +- id: 16 + type: conversation + name: Pie + text: ”I was just trying to help! Don’t get upset so easily. I’m trying to do what’s best for the project!” + sprite: "_Pie_normal.zip" + background: "bg-hallway.png" + goTo: 18 + +- id: 17 + type: conversation + name: Pie + text: ”You can do it your way if you want. But don’t blame me if it doesn’t turn out good...just saying.” + sprite: "_Pie_normal.zip" + background: "bg-hallway.png" + goTo: 18 \ No newline at end of file