86 lines
1.6 KiB
JSON
86 lines
1.6 KiB
JSON
{
|
|
"initial": [
|
|
{
|
|
"speaker": "<b>Baker</b>",
|
|
"text": "Oh, hi deer!"
|
|
},
|
|
{
|
|
"speaker": "<b>Baker</b>",
|
|
"text": "What can I do for you?"
|
|
},
|
|
{
|
|
"speaker": "<b>Luna</b>",
|
|
"text": "Could you bake me a Blueberry Pie?"
|
|
},
|
|
{
|
|
"speaker": "<b>Luna</b>",
|
|
"text": "My mom told me that it's your last day here!"
|
|
},
|
|
{
|
|
"speaker": "<b>Baker</b>",
|
|
"text": "Oh, yes!"
|
|
},
|
|
{
|
|
"speaker": "<b>Baker</b>",
|
|
"text": "I'd love to bake you one!"
|
|
},
|
|
{
|
|
"speaker": "<b>Baker</b>",
|
|
"text": "But for the Cake I need 30 Blueberries."
|
|
},
|
|
{
|
|
"speaker": "<b>Baker</b>",
|
|
"text": "I'll bake it for you if you'll get me them!"
|
|
},
|
|
{
|
|
"speaker": "<b>Luna</b>",
|
|
"text": "Bet!"
|
|
}
|
|
],
|
|
"reminder": [
|
|
{
|
|
"speaker": "<b>Baker</b>",
|
|
"text": "Have you already found 30 Berries?"
|
|
},
|
|
{
|
|
"speaker": "<b>Luna</b>",
|
|
"text": "Not yet!"
|
|
}
|
|
],
|
|
"success": [
|
|
{
|
|
"speaker": "<b>Luna</b>",
|
|
"text": "Here they are!"
|
|
},
|
|
{
|
|
"speaker": "<b>Baker</b>",
|
|
"text": "Oh, that was fast!"
|
|
},
|
|
{
|
|
"speaker": "<b>Baker</b>",
|
|
"text": "Give me a second"
|
|
},
|
|
{
|
|
"speaker": "<b>Luna</b>",
|
|
"text": "Sure!"
|
|
},
|
|
{
|
|
"speaker": "<b>Baker</b>",
|
|
"text": "I hope you like your cake!"
|
|
},
|
|
{
|
|
"speaker": "<b>Luna</b>",
|
|
"text": "IT'S DELICIOUS!"
|
|
}
|
|
],
|
|
"successRepetition": [
|
|
{
|
|
"speaker": "<b>Baker</b>",
|
|
"text": "I hope you like your cake!"
|
|
},
|
|
{
|
|
"speaker": "<b>Luna</b>",
|
|
"text": "IT'S DELICIOUS!"
|
|
}
|
|
]
|
|
} |