-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconversation.json
59 lines (59 loc) · 2.06 KB
/
conversation.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
{
"conversations": [
{
"character": "Hadley Smith",
"dialogue": "Hello Ettore, how fares the battlefield today?",
"action": "Idle"
},
{
"character": "Ettore Johnson",
"dialogue": "I'm in my element, Hadley, ever ready for the clash of steel and valor. And you, amidst the serene bloom of nature's grace?",
"action": "Idle"
},
{
"character": "Hadley Smith",
"dialogue": "In the embrace of enchantment, my friend. The world is painted with the colors of harmony.",
"action": "Idle"
},
{
"character": "Player",
"dialogue": "Hi Ettore, Can you show me how to do a Backflip?",
"action": "Idle"
},
{
"character": "Ettore Johnson",
"dialogue": "Of course, my friend. Here, let me show you.",
"action": "Backflip"
},
{
"character": "Player",
"dialogue": "Hi Hadley, Can you show me your favorite spell?",
"action": "Idle"
},
{
"character": "Hadley Smith",
"dialogue": "With great pleasure, my friend. Behold, the power of Floromagia Elysium!",
"action": "Floromagia Elysium"
},
{
"character": "Player",
"dialogue": "Ettore, can you show me some of your fight moves?",
"action": "Idle"
},
{
"character": "Ettore Johnson",
"dialogue": "Of course, my friend. Here, let me show you.",
"action": "Combat Moves"
},
{
"character": "Player",
"dialogue": "Hadley can you show me another spell?",
"action": "Idle"
},
{
"character": "Hadley Smith",
"dialogue": "With great pleasure, my friend. Behold, the power of Musica Harmoniosa Creatus!",
"action": "Musica Harmoniosa Creatus"
}
]
}