Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Objective / Objectives / Objective_KillSpawnBeacon.json

Objective_KillSpawnBeacon

Server/Objective/Objectives/Objective_KillSpawnBeacon.json, 416 B

Fields

FieldType
TaskSetsarray[1]
Completionsarray[1]

Source

{
  "TaskSets": [
    {
      "Tasks": [
        {
          "Type": "KillSpawnBeacon",
          "Count": 3,
          "NPCGroupId": "Trork_Warrior",
          "SpawnBeacons": [
            {
              "SpawnBeaconId": "Test_Kill_Spawn_Beacon_Marker"
            }
          ]
        }
      ]
    }
  ],
  "Completions": [
    {
      "Type": "GiveItems",
      "DropList": "Trork_Camp_Inventory"
    }
  ]
}