Structure Destroyed

A structure has been destroyed. Includes information about what destroyed it.

Event Data Properties

Property Type Notes
tribeId String The Sentinel UUID of the tribe whose structure was destroyed.
structureName String The name of the structure, such as Heavy Turret.
attacker Object An object conforming to the Attacker class.

Sample Event Data

{
  "tribeId": "e188c013-12b7-5877-8af5-0c284fe8250e",
  "structureName": "Bookshelf",
  "attacker": {
    "kind": "player",
    "playerId": "fc4c921c-ba83-4d1b-8470-a08fedf8246f",
    "characterId": "305b1849-c7ac-5a4b-afe9-86628d91bf23"
    "tribeId": "b72a9dd3-1a64-52a2-8f9c-f90409c871f0"
  }
}