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
a40c616e
Verified
Commit
a40c616e
authored
4 years ago
by
David Mehren
Browse files
Options
Downloads
Patches
Plain Diff
Add first part of 'missing toner' story
parent
9413a35b
No related branches found
No related tags found
No related merge requests found
Pipeline
#17003
passed
4 years ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/dialogs/tonerMissingGuy.json
+109
-0
109 additions, 0 deletions
public/dialogs/tonerMissingGuy.json
public/images/unsplash_desperate.png
+0
-0
0 additions, 0 deletions
public/images/unsplash_desperate.png
with
109 additions
and
0 deletions
public/dialogs/tonerMissingGuy.json
0 → 100644
+
109
−
0
View file @
a40c616e
{
"$schema"
:
"../../src/dialogSet.schema.json"
,
"title"
:
"Ein verzweifelter Studi"
,
"imageUrl"
:
"./images/unsplash_desperate.png"
,
"startDialogName"
:
"start"
,
"dialogs"
:
{
"start"
:
{
"text"
:
""
,
"options"
:
[
{
"text"
:
"Du siehst aber gar nicht gut aus, was ist denn los?"
,
"forbiddenFacts"
:
[
"tonerMissingGuy/questStarted"
,
"tonerMissingGuy/questFinished"
],
"linksToDialog"
:
"intro1"
},
{
"text"
:
"Hallo!"
,
"requiredFacts"
:
[
"tonerMissingGuy/questStarted"
],
"forbiddenFacts"
:
[
"tonerMissingGuy/questFinished"
],
"linksToDialog"
:
"questState"
},
{
"text"
:
"Oh, druckst du immer noch?"
,
"requiredFacts"
:
[
"tonerMissingGuy/questFinished"
],
"linksToDialog"
:
"stillPrinting"
}
]
},
"intro1"
:
{
"text"
:
"Ich bin verzweifelt! Der Drucker druckt nicht!"
,
"options"
:
[
{
"text"
:
"Puh, von Druckern habe ich auch keine Ahnung. Vielleicht kann dir jemand anderes helfen."
,
"linksToDialog"
:
"sad"
},
{
"text"
:
"Hast du mal versucht den Drucker aus- und wieder einzuschalten?"
,
"linksToDialog"
:
"intro2"
}
]
},
"sad"
:
{
"text"
:
"Schade! Falls du mir doch helfen möchtest, schau gerne wieder vorbei."
,
"options"
:
[]
},
"intro2"
:
{
"text"
:
"Warte!
\n
...
\n
...
\n
...
\n
Jetzt sagt er, dass der Toner leer ist!
\n
Wo bekomme ich den denn jetzt her? Du muss mir helfen!"
,
"options"
:
[
{
"text"
:
"Oh, da habe ich leider keine Zeit für."
,
"linksToDialog"
:
"sad"
},
{
"text"
:
"Ok, ich schaue mal ob ich irgendwo Toner auftreiben kann."
,
"linksToDialog"
:
"startQuest"
}
]
},
"startQuest"
:
{
"text"
:
"Danke! Ich warte hier und passe auf, dass der Drucker nicht plötzlich Feuer fängt."
,
"addFacts"
:
[
"tonerMissingGuy/questStarted"
],
"options"
:
[]
},
"questState"
:
{
"text"
:
"Oh, da bist du ja wieder! Hast du schon Toner gefunden?"
,
"options"
:
[
{
"text"
:
"Leider noch nicht..."
,
"forbiddenFacts"
:
[
"tonerMissingGuy/gotToner"
],
"linksToDialog"
:
"comeBack"
},
{
"text"
:
"Ja, schau mal hier!"
,
"requiredFacts"
:
[
"tonerMissingGuy/gotToner"
],
"linksToDialog"
:
"questFinish"
}
]
},
"comeBack"
:
{
"text"
:
"Schade. Ich warte hier und beobachte weiter den Switch beim Blinken."
,
"options"
:
[]
},
"stillPrinting"
:
{
"text"
:
"Ja, sonderlich schnell ist der Drucker nicht."
,
"options"
:
[]
},
"questFinish"
:
{
"text"
:
"Danke! Jetzt druckt er endlich wieder!"
,
"addFacts"
:
[
"tonerMissingGuy/questFinished"
],
"options"
:
[]
}
}
}
This diff is collapsed.
Click to expand it.
public/images/unsplash_desperate.png
0 → 100644
+
0
−
0
View file @
a40c616e
2 MiB
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