1234567891011121314151617181920212223242526272829303132333435 |
- [
- {
- "name": "Tutorial",
- "quests": [
- {
- "questId": "tutorial_1",
- "questName": "Quest Dialog",
- "description": "Welcome to Factory Craft!\nThis is a tutorial quest to get you started.\nYou have already completed it by opening the quest dialog.\nHere you can see all current open or completed quests.\nCompleting a quest can make other quests visible.\nYou can view all current quests by clicking on a quest category on the left.",
- "imagePath": "data/images/gui_icons.ltdb/questdialog.png",
- "requirements": [
- {
- "id": "1",
- "description": "Open the quest dialog",
- "type": "open_dialog",
- "dialogId": "quests"
- }
- ],
- "rewards": [
- {
- "rewardId": "1",
- "type": "give_items",
- "items": [
- {
- "item": {
- "type": "Flint"
- },
- "count": 10
- }
- ]
- }
- ]
- }
- ]
- }
- ]
|