Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Objective / Objectives / Objective_Gather.json

Objective_Gather

Server/Objective/Objectives/Objective_Gather.json, 312 B

Fields

FieldType
TaskSetsarray[1]
Completionsarray[1]

Source

{
  "TaskSets": [
    {
      "Tasks": [
        {
          "Type": "Gather",
          "BlockTagOrItemId": {
            "ItemId": "Soil_Dirt"
          },
          "Count": 3
        }
      ]
    }
  ],
  "Completions": [
    {
      "Type": "GiveItems",
      "DropList": "Trork_Camp_Inventory"
    }
  ]
}