Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Objective / Objectives / Objective_Bounty.json

Objective_Bounty

Server/Objective/Objectives/Objective_Bounty.json, 575 B

Fields

FieldType
TaskSetsarray[2]
Completionsarray[1]
RemoveOnItemDropboolean

Source

{
  "TaskSets": [
    {
      "Tasks": [
        {
          "Type": "Bounty",
          "NpcId": "Trork_Warrior",
          "WorldLocationCondition": {
            "Type": "LocationRadius",
            "MinRadius": 10,
            "MaxRadius": 30
          }
        }
      ]
    },
    {
      "Tasks": [
        {
          "Type": "UseEntity",
          "TaskId": "Bounty_Completion",
          "Count": 1,
          "AnimationIdToPlay": ""
        }
      ]
    }
  ],
  "Completions": [
    {
      "Type": "ClearObjectiveItems"
    }
  ],
  "RemoveOnItemDrop": true
}