⚠️ 2 clés manquantes pour cette quête dans server.lang.

Mon titree ⌨ objectives.Example_Quest.title

Example_Quest Mistya.TestQuests · 5 étapes

Desc ⌨ objectives.Example_Quest.desc

1
Étape 1 6 tâches
  • Gather
    Gather Ingredient_Stick ×2 ⌨ objectives.Example_Quest.taskSet.0.task.0
    Ingredient_Stick
    10
  • Gather
    Gather Rubble ×2 ⌨ objectives.Example_Quest.taskSet.0.task.1
    Rubble
    2
  • Gather
    Gather Ingredient_Fibre ×2 ⌨ objectives.Example_Quest.taskSet.0.task.2
    Ingredient_Fibre
    2
  • Craft
    Craft Tool_Hatchet_Crude ⌨ objectives.Example_Quest.taskSet.0.task.3
    Tool_Hatchet_Crude
    1
  • Gather
    ⌨ objectives.Example_Quest.taskSet.0.task.4
    1
  • Gather
    ⌨ objectives.Example_Quest.taskSet.0.task.5
    1
2
Étape 2 1 tâche
  • Craft
    Craft Tool_Pickaxe_Crude ⌨ objectives.Example_Quest.taskSet.1.task.0
    Tool_Pickaxe_Crude
    1
3
Étape 3 1 tâche
  • Craft
    Craft Furniture_Crude_Brazier ⌨ objectives.Example_Quest.taskSet.2.task.0
    Furniture_Crude_Brazier
    1
4
Étape 4 1 tâche
  • Craft
    Craft Furniture_Crude_Bed ⌨ objectives.Example_Quest.taskSet.3.task.0
    Furniture_Crude_Bed
    1
5
Étape 5 1 tâche
  • Craft
    Craft Bench_WorkBench ⌨ objectives.Example_Quest.taskSet.4.task.0
    Bench_WorkBench
    1
{
    "TaskSets": [
        {
            "Tasks": [
                {
                    "Type": "Gather",
                    "BlockTagOrItemId": {
                        "ItemId": "Ingredient_Stick"
                    },
                    "Count": 10
                },
                {
                    "Type": "Gather",
                    "BlockTagOrItemId": {
                        "BlockTag": "Rubble"
                    },
                    "Count": 2
                },
                {
                    "Type": "Gather",
                    "BlockTagOrItemId": {
                        "ItemId": "Ingredient_Fibre"
                    },
                    "Count": 2
                },
                {
                    "Type": "Craft",
                    "ItemId": "Tool_Hatchet_Crude",
                    "Count": 1
                },
                {
                    "Type": "Gather",
                    "BlockTagOrItemId": {
                        "ItemId": ""
                    },
                    "Count": 1
                },
                {
                    "Type": "Gather",
                    "BlockTagOrItemId": {
                        "ItemId": ""
                    },
                    "Count": 1
                }
            ]
        },
        {
            "Tasks": [
                {
                    "Type": "Craft",
                    "ItemId": "Tool_Pickaxe_Crude",
                    "Count": 1
                }
            ]
        },
        {
            "Tasks": [
                {
                    "Type": "Craft",
                    "ItemId": "Furniture_Crude_Brazier",
                    "Count": 1
                }
            ]
        },
        {
            "Tasks": [
                {
                    "Type": "Craft",
                    "ItemId": "Furniture_Crude_Bed",
                    "Count": 1
                }
            ]
        },
        {
            "Tasks": [
                {
                    "Type": "Craft",
                    "ItemId": "Bench_WorkBench",
                    "Count": 1
                }
            ]
        }
    ]
}