|
@@ -76,10 +76,10 @@
|
|
|
"requirements": [
|
|
"requirements": [
|
|
|
{
|
|
{
|
|
|
"type": "item_in_inventory",
|
|
"type": "item_in_inventory",
|
|
|
- "amount": 10,
|
|
|
|
|
|
|
+ "amount": 4,
|
|
|
"itemType": "Wooden Stick",
|
|
"itemType": "Wooden Stick",
|
|
|
"id": "wooden_sticks_requirement",
|
|
"id": "wooden_sticks_requirement",
|
|
|
- "description": "Wooden Sticks"
|
|
|
|
|
|
|
+ "description": "Wooden Stick"
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
"rewards": [
|
|
"rewards": [
|
|
@@ -91,7 +91,112 @@
|
|
|
"item": {
|
|
"item": {
|
|
|
"type": "Flint"
|
|
"type": "Flint"
|
|
|
},
|
|
},
|
|
|
- "count": 10
|
|
|
|
|
|
|
+ "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
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|