Add dialog yaml
This commit is contained in:
parent
7529dc0fcb
commit
f3314d0a1b
3 changed files with 75 additions and 0 deletions
0
src/pages/class/DialogPat.yml
Normal file
0
src/pages/class/DialogPat.yml
Normal file
0
src/pages/class/DialogPie.yml
Normal file
0
src/pages/class/DialogPie.yml
Normal file
75
src/pages/class/DialogPorsche.yml
Normal file
75
src/pages/class/DialogPorsche.yml
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue