107 lines
3.9 KiB
JSON
107 lines
3.9 KiB
JSON
{
|
|
"<dialogType>": "villager",
|
|
"<intro>": [
|
|
[
|
|
"Hello i'm {title}. Your name must be {player}!",
|
|
0
|
|
]
|
|
],
|
|
"<welcome>": [
|
|
[
|
|
"Oh hello, {player}... You look great!",
|
|
"<goto:0:begindialog>"
|
|
],
|
|
[
|
|
"Hey, {player}! Hope you have fun today!",
|
|
"<goto:0:begindialog>"
|
|
],
|
|
[
|
|
"Hi! What's up {player}?",
|
|
"<goto:0:begindialog>"
|
|
]
|
|
],
|
|
"<begindialog>": [
|
|
[
|
|
"What can I do for you?",
|
|
{
|
|
"<eventBeginAnswers>": true,
|
|
"I just wanna talk": "<goto:0:tipp>",
|
|
"Nevermind!": "<goto:0:goodbye>"
|
|
}
|
|
],
|
|
[
|
|
"So what do you want?",
|
|
{
|
|
"<eventBeginAnswers>": true,
|
|
"What's up": "<goto:0:tipp>",
|
|
"Nothing": "<goto:0:goodbye>"
|
|
}
|
|
]
|
|
],
|
|
"<else>": [
|
|
[
|
|
"Do you need something else?",
|
|
{
|
|
"Can you tell me more?": "<goto:0:tipp>",
|
|
"No, thanks!": "<goto:0:goodbye>"
|
|
}
|
|
],
|
|
[
|
|
"So can i help you with something else?",
|
|
{
|
|
"Tell me a bit more": "<goto:0:tipp>",
|
|
"I'm good, thank you!": "<goto:0:goodbye>"
|
|
}
|
|
]
|
|
],
|
|
"<goodbye>": [
|
|
[
|
|
"Was nice talking to you goodbye!"
|
|
],
|
|
[
|
|
"Have a great day, {player}!"
|
|
]
|
|
],
|
|
"<tipp>": [
|
|
[
|
|
"[font s=6]░░░░░▄▄▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▄░░░░░░░░\n░░░░░█░░░░▒▒▒▒▒▒▒▒▒▒▒▒░░▀▀▄░░░░\n░░░░█░░░▒▒▒▒▒▒░░░░░░░░▒▒▒░░█░░░\n░░░█░░░░░░▄██▀▄▄░░░░░▄▄▄░░░░█░░\n░▄▀▒▄▄▄▒░█▀▀▀▀▄▄█░░░██▄▄█░░░░█░\n█░▒█▒▄░▀▄▄▄▀░░░░░░░░█░░░▒▒▒▒▒░█\n█░▒█░█▀▄▄░░░░░█▀░░░░▀▄░░▄▀▀▀▄▒█\n░█░▀▄░█▄░█▀▄▄░▀░▀▀░▄▄▀░░░░█░░█░\n░░█░░░▀▄▀█▄▄░█▀▀▀▄▄▄▄▀▀█▀██░█░░\n░░░█░░░░██░░▀█▄▄▄█▄▄█▄████░█░░░\n░░░░█░░░░▀▀▄░█░░░█░█▀██████░█░░\n░░░░░▀▄░░░░░▀▀▄▄▄█▄█▄█▄█▄▀░░█░░\n░░░░░░░▀▄▄░▒▒▒▒░░░░░░░░░░▒░░░█░\n░░░░░░░░░░▀▀▄▄░▒▒▒▒▒▒▒▒▒▒░░░░█░\n░░░░░░░░░░░░░░▀▄▄▄▄▄░░░░░░░░█░░[/font]",
|
|
"<goto:0:else>"
|
|
],
|
|
[
|
|
"[center][font s=80][wave amp=50 freq=15][rainbow]This is cool test text[/rainbow][/wave][/font][/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.",
|
|
"<goto:0:else>"
|
|
]
|
|
],
|
|
"<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"
|
|
]
|
|
]
|
|
} |