-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDialogue.json
94 lines (94 loc) Β· 2.01 KB
/
Dialogue.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
{
"sounds": {
"dragon": ["rawr"],
"horse": ["neigh","neiigghh","neeiiiggghhh"],
"python": ["hisssss..","sss...","tsss!"]
},
"trites": {
"basic": ["How about the weather?", "I like your shirt.", "Gods be with ye.","Salute"],
"dragon": ["Greetings small one.","Excelsior.","Omens Aghast."],
"horse": ["Howdy partner.","Git Varmint!","Yeehaw!"],
"python": ["Dessssstroy....","Kill!","Sssoo... Hungrryyy..."]
},
"trees": {
"Dale": {
"surprise": {
"cases": "'naked' in speaker.appraisal",
"children": [{"remark": "Gollee! Put some clothes on!"}, {}]
},
"quest": {
"cases": "",
"children": [
{
"rapportReq": 1,
"remark": "Well shucks... I could sure use a fresh cold brew right about now..."
}
]
},
"colloquy": {
"visitLimit": 1,
"children": [
{
"rapportReq": 0,
"isCheckpoint": true,
"remark": "Howdy! We don't see many folks around here. I'm Dale",
"cases": [25,50],
"children": [
{
"remark": "You look like a fancy fella."
},
{
"remark": "You look like a nice fella."
},
{
"remark": "You look like a mean fella."
}
]
},
{
"rapportReq": 1,
"isCheckpoint": true,
"remark": "So you've come back around?",
"replies": ["Aye.","What's it to you?","I love you..."],
"children": [
{
"remark": "Alrighty then."
},
{
"remark": "Nuthin"
},
{
"remark": "Good golly... I'm not sure what to say..."
}
]
},
{
"rapportReq": 2,
"remark": "Again?"
}
]
},
"chatter": {
"trites": "basic"
},
"reactions": {
"Give": {
"children": [
{
"guardCase": "I.name == 'bottle of coffee'",
"remark": "Gee whiz! Thanks pal!",
"loveMod": 1,
"repMod": 1,
"reactTrue": true
}
]
}
}
},
"The Earl of Chesterbrook": {
"chatter": {
"trites": "basic"
}
}
}
}