Encounter_Macro_Trigger_Spawners
Server/EncounterManager/Macros/Encounter_Macro_Trigger_Spawners.json, 793 B
Fields
| Field | Type |
|---|---|
Class | string |
Type | string |
Interface | string |
Parameters | object |
Content | object |
Source
{
"Class": "Instruction",
"Type": "Component",
"Interface": "Hytale.Instruction.Encounter.Phase.Behavior",
"Parameters": {
"Range": {
"Value": 30,
"Description": "Range within which to trigger spawn markers."
},
"Count": {
"Value": 0,
"Description": "Number of markers to randomly trigger (0 triggers all matching markers in range)."
},
"Spawner": {
"Value": "Test_Boss_Marker",
"Description": "The spawn marker type to trigger."
}
},
"Content": {
"Sensor": {
"Type": "Any",
"Once": true
},
"Actions": [
{
"Type": "TriggerSpawners",
"Range": { "Compute": "Range" },
"Count": { "Compute": "Count" },
"SpawnMarker": { "Compute": "Spawner" }
}
]
}
}