Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Objective / Objectives / Objective_TreasureMap.json

Objective_TreasureMap

Server/Objective/Objectives/Objective_TreasureMap.json, 759 B

Fields

FieldType
TaskSetsarray[1]
Completionsarray[1]
RemoveOnItemDropboolean

Source

{
  "TaskSets": [
    {
      "Tasks": [
        {
          "Type": "TreasureMap",
          "Chests": [
            {
              "MinRadius": 10,
              "MaxRadius": 20,
              "DropList": "Zone1_Encounters_Tier3",
              "WorldLocationCondition": {
                "Type": "LookBlocksBelow",
                "BlockTags": [
                  "Stone",
                  "Soil"
                ],
                "Count": 3,
                "MinRange": 0,
                "MaxRange": 5
              },
              "ChestBlockTypeKey": "Furniture_Ancient_Chest_Large_Treasure"
            }
          ]
        }
      ]
    }
  ],
  "Completions": [
    {
      "Type": "ClearObjectiveItems"
    }
  ],
  "RemoveOnItemDrop": true
}