From f3314d0a1bcd6fd664848a108d45f0738d9b8f5d Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Mon, 5 May 2025 00:21:39 +0700 Subject: [PATCH] Add dialog yaml --- src/pages/class/DialogPat.yml | 0 src/pages/class/DialogPie.yml | 0 src/pages/class/DialogPorsche.yml | 75 +++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 src/pages/class/DialogPat.yml create mode 100644 src/pages/class/DialogPie.yml create mode 100644 src/pages/class/DialogPorsche.yml diff --git a/src/pages/class/DialogPat.yml b/src/pages/class/DialogPat.yml new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/class/DialogPie.yml b/src/pages/class/DialogPie.yml new file mode 100644 index 0000000..e69de29 diff --git a/src/pages/class/DialogPorsche.yml b/src/pages/class/DialogPorsche.yml new file mode 100644 index 0000000..550c1ed --- /dev/null +++ b/src/pages/class/DialogPorsche.yml @@ -0,0 +1,75 @@ +- id: 1 + type: story + text: "During break, you go out into the hallway for some air, then someone approaches you with a smile." + background: "" + goTo: 2 + +- id: 2 + type: conversation + name: Porsche + text: ”Hi! I haven’t seen you around before so you must be new. I’m Porsche. Why don’t you sit with me and my friends? We'll tell you about the school!” + sprite: + background: "" + goTo: 3 + +- id: 3 + type: option + name: Porsche + option: + - text: Sure! + goTo: 4 + sprite: + background: "" + +- id: 4 + type: story + text: "After a while, you start hearing whispers around you about a rumor of a thief." + background: "" + goTo: 5 + +- id: 5 + type: story + text: "And you have a small feeling that they might be referring to you as the culprit." + background: "" + goTo: 6 + +- id: 6 + type: story + text: "Porsche then approaches you." + background: "" + goTo: 7 + +- id: 7 + type: conversation + name: Porsche + text: “Seems like people have been losing their stuff a lot lately. I can’t think of who would do it though, since we all know each other.” + sprite: "" + background: "" + goTo: 8 + +- id: 8 + type: option + name: Porsche + option: + - text: "What does that mean? You think it’s me?" + goTo: 9 + - text: "I don’t know either, I’m not familiar with anyone." + goTo: 10 + sprite: "" + background: "" + +- id: 9 + type: conversation + name: Porsche + text: “No! I don’t think so! But people might think it’s you because you’re new. It’s unfair but it’s just how it is sometimes.” + sprite: "" + background: "" + goTo: 10.2 + +- id: 10 + type: conversation + name: Porsche + text: “Yeah I know. It’s ok. People will calm down. You don’t have to worry!” + sprite: "" + background: "" + goTo: 10.2 \ No newline at end of file