Skip to content
Snippets Groups Projects
Commit a1aac68b authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Make hans react to carrying wastebag

parent 05a51491
No related branches found
No related tags found
No related merge requests found
Pipeline #17072 passed
......@@ -9,23 +9,50 @@
"options": [
{
"text": "Stehen sie öfter in Kellern herum, wenn ihnen langweilig ist? ",
"forbiddenFacts": ["hans/madeFirstContact"],
"forbiddenFacts": [
"hans/madeFirstContact",
"kitchenWaste/carriesStinkingBag"
],
"linksToDialog": "firstContact"
},
{
"text": "Stehen sie öfter in Kellern herum, wenn ihnen langweilig ist? ",
"forbiddenFacts": ["hans/madeFirstContact"],
"requiredFacts": ["kitchenWaste/carriesStinkingBag"],
"linksToDialog": "firstContactButCarriesWaste"
},
{
"text": "Darf ich ihnen meine Unterstützung anbieten?",
"requiredFacts": ["hans/madeFirstContact"],
"forbiddenFacts": ["hans/acceptedQuestToFindNewAlumniMembers"],
"forbiddenFacts": [
"hans/acceptedQuestToFindNewAlumniMembers",
"kitchenWaste/carriesStinkingBag"
],
"linksToDialog": "offerToHelp"
},
{
"text": "Hallo?",
"requiredFacts": [
"hans/madeFirstContact",
"kitchenWaste/carriesStinkingBag"
],
"linksToDialog": "kitchenBagResponse"
},
{
"text": "Hallo Herr Decker!",
"requiredFacts": ["hans/acceptedQuestToFindNewAlumniMembers"],
"forbiddenFacts": ["hans/completedQuestToFindNewAlumniMembers"],
"forbiddenFacts": [
"hans/completedQuestToFindNewAlumniMembers",
"kitchenWaste/carriesStinkingBag"
],
"linksToDialog": "askForQuestStatus"
}
]
},
"kitchenBagResponse": {
"text": "Sie haben Nerven, mich mit ihrem Müllbeutel zu bedrängen. Weg damit!",
"options": []
},
"firstContact": {
"text": "Oh, nett dass sie fragen. Ich habe hier mein Büro.\nHaben sie schon einmal darüber nachgedacht, bei den Alumni Mitglied zu werden? ",
"options": [
......@@ -68,6 +95,10 @@
}
]
},
"firstContactButCarriesWaste": {
"text": "Und laufen sie überall mit ihrem Müllbeutel herum? Herrgott, das stinkt ja vielleicht...",
"options": []
},
"offerToHelp": {
"text": "Wenn sie wollen, gerne: Kennen sie vielleicht noch Leute, die Mitglied bei den Alumni werden wollen? ",
"options": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment