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

Make FTB respond to kitchen waste bag

parent d5c48ae0
No related branches found
No related tags found
No related merge requests found
Pipeline #16998 passed
......@@ -9,32 +9,57 @@
"options": [
{
"text": "Hallo Herr Breuer, ich grüße sie recht herzlich!",
"linksToDialog": "greetBreuer"
"linksToDialog": "greetBreuer",
"forbiddenFacts": [
"ftb/acceptedFtbMateQuest",
"kitchenWaste/carriesStinkingBag"
]
},
{
"text": "Geht es ihnen gut? Sie sehen etwas bleich aus.",
"linksToDialog": "mayIBringSomething",
"forbiddenFacts": ["ftb/acceptedFtbMateQuest"]
"forbiddenFacts": [
"ftb/acceptedFtbMateQuest",
"kitchenWaste/carriesStinkingBag"
]
},
{
"text": "Ich habe ihnen ihre Mate gebracht!",
"linksToDialog": "giveMate",
"requiredFacts": ["ftb/collectedFtbMate"],
"forbiddenFacts": ["ftb/completedFtbMateQuest"]
"forbiddenFacts": [
"ftb/completedFtbMateQuest",
"kitchenWaste/carriesStinkingBag"
]
},
{
"text": "Hallo, ich suche den Hörsaal E23",
"forbiddenFacts": ["ftb/askedFtbForHs"],
"forbiddenFacts": [
"ftb/askedFtbForHs",
"kitchenWaste/carriesStinkingBag"
],
"linksToDialog": "seekHS"
},
{
"text": "Wollen sie vielleicht Alumni-Mitglied werden?",
"requiredFacts": ["hans/acceptQuestToFindNewAlumniMembers"],
"forbiddenFacts": ["ftb/askedHimToJoinAlumni"],
"forbiddenFacts": [
"ftb/askedHimToJoinAlumni",
"kitchenWaste/carriesStinkingBag"
],
"linksToDialog": "askToJoinAlumni"
},
{
"text": "Hallo?",
"requiredFacts": ["kitchenWaste/carriesStinkingBag"],
"linksToDialog": "kitchenBagResponse"
}
]
},
"kitchenBagResponse": {
"text": "Was wollen sie hier mit einem Müllbeutel? Raus mit ihnen, und vergessen sie ihren Beutel nicht!",
"options": []
},
"mayIBringSomething": {
"text": "Oh ja!\nIch verdurste fast, könnten sie mir eine Mate bringen?\nIch kann hier leider erstmal nicht weg und das selbst tun, zu viel Arbeit...",
"options": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment