Encounter_Macro_Transition_TargetGone
Server/EncounterManager/Macros/Encounter_Macro_Transition_TargetGone.json, 679 B
Fields
| Field | Type |
|---|---|
Class | string |
Type | string |
Interface | string |
Parameters | object |
Content | object |
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"
}
]
}
}