Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / EncounterManager / Macros / Encounter_Macro_Transition_TargetGone.json

Encounter_Macro_Transition_TargetGone

Server/EncounterManager/Macros/Encounter_Macro_Transition_TargetGone.json, 679 B

Fields

FieldType
Classstring
Typestring
Interfacestring
Parametersobject
Contentobject

Source

{
  "Class": "Instruction",
  "Type": "Component",
  "Interface": "Hytale.Instruction.Encounter.Phase.Transition",
  "Parameters": {
    "_ImportStates": [ "Next" ],
    "Slot": {
      "Value": "Boss",
      "Description": "Marked target slot holding the tracked entity"
    },
    "Range": {
      "Value": 100,
      "Description": "Search range for the slot's entity"
    }
  },
  "Content": {
    "Sensor": {
      "Type": "Not",
      "Sensor": {
        "Type": "Target",
        "Range": { "Compute": "Range" },
        "TargetSlot": { "Compute": "Slot" }
      }
    },
    "Actions": [
      {
        "Type": "ParentState",
        "State": "Next"
      }
    ]
  }
}