Survivor Died
A survivor has died. Includes information about what kill them.
Event Data Properties
Property | Type | Notes |
---|---|---|
playerId | String | The Sentinel UUID of the player whose survivor died. |
characterId | String | The Sentinel UUID of the survivor that died. |
tribeId | String | The Sentinel UUID of the tribe the survivor belongs to. |
attacker | Object | An object conforming to the Attacker class. |
Sample Event Data
{
"playerId": "fc4c921c-ba83-4d1b-8470-a08fedf8246f",
"characterId": "305b1849-c7ac-5a4b-afe9-86628d91bf23",
"tribeId": "b72a9dd3-1a64-52a2-8f9c-f90409c871f0",
"attacker": {
"kind": "self"
}
}