From 9cd998bb9a6b3d1a9a4c21487f76c45e32db8d85 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 31 Aug 2021 16:00:31 +0200 Subject: [PATCH] first side story --- src/stores/dialog.js | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/src/stores/dialog.js b/src/stores/dialog.js index 4ce7038..ce6d398 100644 --- a/src/stores/dialog.js +++ b/src/stores/dialog.js @@ -9,6 +9,7 @@ export const chapters = { /** * @type {{ * name: string, + * background: "menu" | "heaven" | "hell", * character: typeof import("./characters").characters[number]["name"], * text: string, * next?: string, @@ -105,6 +106,48 @@ export const dialog = [{ text: "Well since it already got boring around here, and how can I say no to pancakes.", flags: ["success"], pose: "side_happy", + next: "side_1_1" +}, { + name: "side_1_1", + chapter: "uriel", + background: "heaven", + character: "Uriel", + text: "Quick, hide over there. Patrol is coming.", + next: "side_1_2" +}, { + name: "side_1_2", + chapter: "uriel", + background: "menu", + character: "Hadraniel", + text: "Uriel, did you see any wandering human here?", + next: "side_1_3" +}, { + name: "side_1_3", + chapter: "uriel", + background: "heaven", + character: "Uriel", + text: "Ah Hadraniel, what a unpleasant surprise seeing you here polluting my view.", + next: "side_1_4" +}, { + name: "side_1_4", + chapter: "uriel", + background: "menu", + character: "Hadraniel", + text: "Look I dont't want to fight, just answer the question.", + next: "side_1_5" +}, { + name: "side_1_5", + chapter: "uriel", + background: "heaven", + character: "Uriel", + text: "Saw him, shoo him alway, where did he go? Not my job.\nNow please gratefully and quickly get the fuck out of my sight.", + next: "side_1_6" +}, { + name: "side_1_6", + chapter: "uriel", + background: "menu", + character: "Hadraniel", + text: "Thanks, I guess...", next: "michael_heretic" }, { name: "michael_heretic",