Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / EncounterManager / Example_Beacon_Sender.json

Example_Beacon_Sender

Server/EncounterManager/Example_Beacon_Sender.json, 666 B

Fields

FieldType
Classstring
Typestring
Instructionsarray[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 ] }
          ]
        }
      ]
    }
  ]
}