Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Objective / Objectives / Objective_Tutorial.json

Objective_Tutorial

Server/Objective/Objectives/Objective_Tutorial.json, 1.2 KB

Fields

FieldType
TaskSetsarray[5]

Source

{
  "TaskSets": [
    {
      "Tasks": [
        {
          "Type": "Gather",
          "BlockTagOrItemId": {
            "ItemId": "Ingredient_Stick"
          },
          "Count": 2
        },
        {
          "Type": "Gather",
          "BlockTagOrItemId": {
            "BlockTag": "Rubble"
          },
          "Count": 2
        },
        {
          "Type": "Gather",
          "BlockTagOrItemId": {
            "ItemId": "Ingredient_Fibre"
          },
          "Count": 2
        },
        {
          "Type": "Craft",
          "ItemId": "Tool_Hatchet_Crude",
          "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
        }
      ]
    }
  ]
}