Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WorkAdventure Dialogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FS Info TU Dortmund
Events
WorkAdventure Dialogs
Commits
bc285d99
Commit
bc285d99
authored
4 years ago
by
Jonas Zohren
Browse files
Options
Downloads
Patches
Plain Diff
Make FTB respond to kitchen waste bag
parent
d5c48ae0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#16998
passed
4 years ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/dialogs/ftb.json
+30
-5
30 additions, 5 deletions
public/dialogs/ftb.json
with
30 additions
and
5 deletions
public/dialogs/ftb.json
+
30
−
5
View file @
bc285d99
...
...
@@ -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!
\n
Ich verdurste fast, könnten sie mir eine Mate bringen?
\n
Ich kann hier leider erstmal nicht weg und das selbst tun, zu viel Arbeit..."
,
"options"
:
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment