Survivor Renamed

A survivor has been renamed.

Event Data Properties

Property Type Notes
playerId String The Sentinel UUID of the player whose survivor was renamed.
characterId String The Sentinel UUID of the survivor that was renamed.
tribeId String The Sentinel UUID of the tribe the survivor belongs to.
oldName String The survivor’s old name.
newName String The survivor’s new name.

Sample Event Data

{
  "playerId": "fc4c921c-ba83-4d1b-8470-a08fedf8246f",
  "characterId": "305b1849-c7ac-5a4b-afe9-86628d91bf23",
  "tribeId": "b72a9dd3-1a64-52a2-8f9c-f90409c871f0",
  "oldName": "Bicurious Llama",
  "newName": "Carbonated Paint"
}