94 lines
2.4 KiB
JSON
94 lines
2.4 KiB
JSON
{
|
|
"dialogType": "villager",
|
|
"welcome": [
|
|
[
|
|
"Oh hello, {player}... You look great! What can I do for you?",
|
|
{
|
|
"I just wanna talk": "tipp",
|
|
"Nevermind!": "goodbye"
|
|
}
|
|
],
|
|
[
|
|
"Hey, {player}! Hope you have fun today! So what do you want?",
|
|
{
|
|
"What's up": "tipp",
|
|
"Nothing": "goodbye"
|
|
}
|
|
],
|
|
[
|
|
"Hi! What's up {player}?",
|
|
{
|
|
"Can we talk?": "tipp",
|
|
"Have a great day!": "goodbye"
|
|
}
|
|
]
|
|
],
|
|
"else": [
|
|
[
|
|
"Do you need something else?",
|
|
{
|
|
"Can you tell me something else?": "tipp",
|
|
"No, thanks!": "goodbye"
|
|
}
|
|
],
|
|
[
|
|
"So can i help you with something else?",
|
|
{
|
|
"Tell me a bit more maybe": "tipp",
|
|
"I'm good, thank you!": "goodbye"
|
|
}
|
|
]
|
|
],
|
|
"goodbye": [
|
|
[
|
|
"Was nice talking to you goodbye!",
|
|
0
|
|
],
|
|
[
|
|
"Have a great day, {player}!",
|
|
0
|
|
]
|
|
],
|
|
"tipp": [
|
|
[
|
|
"You can walk arround with WASD on PC.",
|
|
"You can also use your joystick and D-Pad, if you have a controller.",
|
|
"You can interact with cupcakes and use the buggy placeholder clouds as a football."
|
|
],
|
|
[
|
|
"[center][b][wave amp=50 freq=15][rainbow]This is cool test text[/rainbow][/wave][/b][/center]",
|
|
"sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,",
|
|
"sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.",
|
|
"Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet."
|
|
]
|
|
],
|
|
"story": [
|
|
[
|
|
"test1test1test1test1test1test1test1test1test1test1test1test1test1test1test1",
|
|
"test2test2test2test2test2test2test2test2test2test2test2test2test2test2test2",
|
|
"test3test3test3test3test3test3test3test3test3test3test3test3test3test3test3",
|
|
"So do you want to do xy for me?",
|
|
{
|
|
"Yes tell me more": [
|
|
"Lorem ipsum orem ipsumorem ipsumorem ipsumorem ipsumorem ipsum",
|
|
"orem ipsumorem ipsumorem ipsumorem ipsumorem ipsumorem ipsumorem ipsum,",
|
|
"do you want to know even more?",
|
|
{
|
|
"tell me even more": [
|
|
"this is more debug text and it should look great",
|
|
"i hope i am able to finish the code for it"
|
|
],
|
|
"No thats enough": false
|
|
},
|
|
"after yes tell me more debug text"
|
|
],
|
|
"Make it short": [
|
|
"okay so this is the short version: xyxyxyxy is xyxyxxyxxyyx123!"
|
|
],
|
|
"No I'm good": false
|
|
},
|
|
"This is the text after the prompt",
|
|
"and another text after the prompt"
|
|
]
|
|
]
|
|
} |