This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstory.1.json
153 lines (112 loc) · 3.72 KB
/
story.1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"story" : [
{
"id" : 0,
"desc" : "Du bist bei Tugis party und jamand bietet dir ein Getränk an, wie reagierst du?",
"links" : [
{ "type" : "choice",
"desc" : "Trinken",
"destiny" : 1 },
{ "type" : "choice",
"desc" : "Ablehnen",
"destiny" : 2 },
{ "type" : "choice",
"desc" : "Person Haun",
"destiny" : 0 }
]
},
{
"id" : 1,
"desc" : "Ist es Tugi? ",
"links" : [
{ "type" : "choice",
"desc" : "Ja",
"destiny" : 3 },
{ "type" : "choice",
"desc" : "Nein",
"destiny" : 4 }
]
},
{
"id" : 2,
"desc" : "Bist du wirklich so uncool?",
"links" : [
{ "type" : "choice",
"desc" : "Nein",
"destiny" : 9 },
{ "type" : "choice",
"desc" : "Fix not!",
"destiny" : 9 }
]
},
{
"id" : 9,
"desc" : "Ok, also : Du bist bei Tugis party und jamand bietet dir ein Getränk an, wie reagierst du?",
"links" : [
{ "type" : "choice",
"desc" : "Trinken",
"destiny" : 1 },
{ "type" : "choice",
"desc" : "Trinken!!",
"destiny" : 1 }
]
},
{
"id" : 1,
"desc" : "Ist es Tugi? ",
"links" : [
{ "type" : "choice",
"desc" : "Ja",
"destiny" : 3 },
{ "type" : "choice",
"desc" : "Nein",
"destiny" : 4 }
]
},
{
"id" : 3,
"desc" : " Nice ",
"links" : [
{ "type" : "choice",
"desc" : " Weiter Trinken",
"destiny" : 5 }
]
},
{
"id" : 4,
"desc" : "Bei Tugis party ohne Tugi trinken.. ziemlich asozial",
"links" : [
{ "type" : "choice",
"desc" : "Tugi rufen",
"destiny" : 3 }
]
},
{
"id" : 5,
"desc" : "Welches Getränk trinkst du?",
"links" : [
{ "type" : "choice",
"desc" : "Bier",
"destiny" : 7 },
{ "type" : "choice",
"desc" : "Wein",
"destiny" : 7 },
{ "type" : "choice",
"desc" : "Gin Tonic",
"destiny" : 7 }
]
},
{
"id" : 7,
"desc" : "Mit Tugi? ",
"links" : [
{ "type" : "choice",
"desc" : "Ja",
"destiny" : 3 },
{ "type" : "choice",
"desc" : "Nein..",
"destiny" : 4 }
]
}
]
}