Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
titaniumnetwork-dev
GitHub Repository: titaniumnetwork-dev/Incognito-old
Path: blob/main/static/src/gs/public/friendlyfire/assets/dummy.texts.json
1343 views
1
{
2
"greetings": {
3
"start": [
4
"Hi?",
5
"Hoi\nWaddup?",
6
"Hey!\nYou!\nOver here…"
7
],
8
"finished": [
9
"Bye",
10
"Nice Job"
11
]
12
},
13
"dialogs": {
14
"start": {
15
"text": "This is the start of the game!",
16
"options": [
17
{
18
"text": "You are dumb!",
19
"actions": [
20
"camera zoomin",
21
"face worried",
22
"dialog dumb"
23
]
24
},
25
{
26
"text": "End this now!",
27
"actions": [
28
"camera zoomout",
29
"face angry",
30
"state finish",
31
"dialog done"
32
]
33
},{
34
"text": "Bye."
35
}
36
],
37
"dialogs": {
38
"dumb": {
39
"text": "HOW DARE YOU TALK TO ME LIKE THAT",
40
"options": [
41
{
42
"text": "Like that: you dumb",
43
"actions": [
44
"camera zoomin",
45
"face amused",
46
"dialog dumber"
47
]
48
},
49
{
50
"text": "Im so sorry",
51
"actions": [
52
"face amused",
53
"dialog OK"
54
]
55
}
56
],
57
"dialogs": {
58
"ok": {
59
"text": "i forgive you"
60
},
61
"dumber": {
62
"text": "You seem to be confused…"
63
}
64
}
65
},
66
"done": {
67
"text": "It is done. Hope you are happy",
68
"options": {
69
"text": "i will be when you are dead",
70
"actions": [
71
"face worried"
72
]
73
}
74
}
75
76
}
77
78
},
79
"finished": {
80
"text": "I have nothing to say to you"
81
}
82
}
83
}
84
85