Tribe

The Tribe class represents a tribe. All survivors have a tribe, even if alone.

Properties

Property Type Notes
tribeId String The tribe’s Sentinel-generated v5 UUID.
tribeNumber Number The tribe’s in-game unique id number. For survivors without a tribe, this number should match the survivor’s specimen ID
name String The name of the tribe.

Example Instance

{
  "tribeId": "b72a9dd3-1a64-52a2-8f9c-f90409c871f0",
  "tribeNumber": 780901340,
  "name": "Reusable Breakfast Cereals"
}