Survivor Tribe Changed
A survivor has changed tribes. This can execute when they leave a tribe, as well as when they join another tribe.
Event Data Properties
Property | Type | Notes |
---|---|---|
characterId | String | The Sentinel UUID of the survivor that was renamed. |
oldTribeId | Number | The Sentinel UUID of the tribe the survivor left. |
newTribeId | String | The Sentinel UUID of the tribe the survivor joined. |
Sample Event Data
{
"characterId": "305b1849-c7ac-5a4b-afe9-86628d91bf23",
"oldTribeId": "e188c013-12b7-5877-8af5-0c284fe8250e",
"newTribeId": "b72a9dd3-1a64-52a2-8f9c-f90409c871f0"
}