Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Objective / Objectives / Objective_KillSpawnMarker.json

Objective_KillSpawnMarker

Server/Objective/Objectives/Objective_KillSpawnMarker.json, 392 B

Fields

FieldType
TaskSetsarray[1]
Completionsarray[1]

Source

{
  "TaskSets": [
    {
      "Tasks": [
        {
          "Type": "KillSpawnMarker",
          "Count": 3,
          "NPCGroupId": "Trork_Warrior",
          "Radius": 25,
          "SpawnMarkerIds": [
            "Test_Objective_Spawn_Marker"
          ]
        }
      ]
    }
  ],
  "Completions": [
    {
      "Type": "GiveItems",
      "DropList": "Trork_Camp_Inventory"
    }
  ]
}