Example_Beacon_Sender
Server/EncounterManager/Example_Beacon_Sender.json, 666 B
Fields
| Field | Type |
|---|---|
Class | string |
Type | string |
Instructions | array[1] |
Source
{
"Class": "EncounterManager",
"Type": "Generic",
"Instructions": [
{
"Instructions": [
{
"ActionsBlocking": true,
"Actions": [
{ "Type": "Log", "Message": "[Beacon] Sender: broadcasting EncounterPing" },
{ "Type": "SpawnParticles", "Offset": [ 0, 1.5, 0 ], "ParticleSystem": "Alerted" },
{ "Type": "Beacon", "Message": "EncounterPing", "TargetGroups": [ "EncounterBeaconGroup" ], "Range": 40, "ExpirationTime": 2 },
{ "Type": "PlaySound", "SoundEventId": "SFX_Test_Blip_B" },
{ "Type": "Timeout", "Delay": [ 3, 3 ] }
]
}
]
}
]
}