diff --git a/public/dialogs/mateBoxFoyerOH14.json b/public/dialogs/mateBoxFoyerOH14.json new file mode 100644 index 0000000000000000000000000000000000000000..d2418bee4897e3062b3a92155e6b7c833169ac84 --- /dev/null +++ b/public/dialogs/mateBoxFoyerOH14.json @@ -0,0 +1,23 @@ +{ + "title": "Ein Kasten Mate im Foyer", + "imageUrl": "./matekasten.jpg", + "startDialogName": "start", + "dialogs": { + "start": { + "text": "", + "options": [ + { + "text": "Flasche Mate nehmen", + "linksToDialog": "takeMateBottle", + "requiredFacts": ["acceptedFtbMateQuest"], + "forbiddenFacts": ["collectedFtbMate"] + } + ] + }, + "takeMateBottle": { + "text": "", + "addFacts": ["collectedFtbMate"], + "options": [] + } + } +} diff --git a/public/matekasten.jpg b/public/matekasten.jpg new file mode 100644 index 0000000000000000000000000000000000000000..171676419526d318048c28b092a6bbb2fe8b91f5 Binary files /dev/null and b/public/matekasten.jpg differ