| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- [
- {
- "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
- }
- ]
- }
- ]
- },
- {
- "questId": "tutorial_2",
- "questName": "Inventory",
- "description": "Your inventory shows you all the items you currently have.\nYou can open it by pressing the tab key on your keyboard.\nIn your inventory you can also combine items to to create new once.\n",
- "imagePath": "data/images/gui_icons.ltdb/questdialog.png",
- "requiredQuestIds": [
- [
- "tutorial_1"
- ]
- ],
- "requirements": [
- {
- "id": "1",
- "description": "Open your inventory",
- "type": "open_dialog",
- "dialogId": "player_inventory"
- }
- ],
- "rewards": [
- {
- "rewardId": "1",
- "type": "give_items",
- "items": [
- {
- "item": {
- "type": "Wooden Stick"
- },
- "count": 10
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "name": "Stone Age",
- "quests": [
- {
- "questId": "wood_sticks",
- "questName": "Wooden Sticks",
- "description": "You can get some wooden sticks by harvesting tree leaves.",
- "imagePath": "itemType:Wooden Stick",
- "requirements": [
- {
- "type": "item_in_inventory",
- "amount": 4,
- "itemType": "Wooden Stick",
- "id": "wooden_sticks_requirement",
- "description": "Wooden Stick"
- }
- ],
- "rewards": [
- {
- "rewardId": "1",
- "type": "give_items",
- "items": [
- {
- "item": {
- "type": "Flint"
- },
- "count": 1
- }
- ]
- }
- ]
- },
- {
- "questId": "stone",
- "questName": "Stone",
- "description": "You can get some stones by searching throu gravel.",
- "imagePath": "itemType:Gravel",
- "requirements": [
- {
- "type": "item_in_inventory",
- "amount": 4,
- "itemType": "Stone",
- "id": "stone_requirement",
- "description": "Stone"
- }
- ],
- "rewards": [
- {
- "rewardId": "1",
- "type": "give_items",
- "items": [
- {
- "item": {
- "type": "Flint"
- },
- "count": 1
- }
- ]
- }
- ]
- },
- {
- "questId": "tree_bark",
- "questName": "Tree bark",
- "description": "Just grab some bark from the Trees arround you.",
- "imagePath": "itemType:Tree bark",
- "requirements": [
- {
- "type": "item_in_inventory",
- "amount": 1,
- "itemType": "Tree bark",
- "id": "tree_bark_requirement",
- "description": "Tree bark"
- }
- ],
- "rewards": [
- {
- "rewardId": "1",
- "type": "give_items",
- "items": [
- {
- "item": {
- "type": "Flint"
- },
- "count": 1
- }
- ]
- }
- ]
- },
- {
- "questId": "campfire",
- "questName": "Campfire",
- "description": "Use the gathered materials to craft a campfire.\n\nYou will need a fast burning material like tree bark to start the burning process.\nOnce the fire burns it only requires burnable materials like wooden sticks to keep it burning.",
- "imagePath": "itemType:Campfire",
- "requiredQuestIds": [
- [
- "tree_bark"
- ],
- [
- "stone"
- ],
- [
- "wood_sticks"
- ]
- ],
- "mainQuest": true,
- "requirements": [
- {
- "type": "item_in_inventory",
- "amount": 1,
- "itemType": "Campfire",
- "id": "campfire_requirement",
- "description": "Campfire"
- }
- ],
- "rewards": [
- {
- "rewardId": "1",
- "type": "give_items",
- "items": [
- {
- "item": {
- "type": "Tree bark"
- },
- "count": 1
- },
- {
- "item": {
- "type": "Wooden Stick"
- },
- "count": 5
- }
- ]
- }
- ]
- }
- ]
- }
- ]
|