Skip to content
Snippets Groups Projects
mateBoxFoyerOH14.json 509 B
Newer Older
  • Learn to ignore specific revisions
  • Jonas Zohren's avatar
    Jonas Zohren committed
    {
      "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": []
        }
      }
    }