Dino Created

A dino was created by Sentinel’s web interface by a Sentinel script.

Event Data Properties

Property Type Notes
playerId String The Sentinel UUID of the player to receive the dino.
characterId String The Sentinel UUID of the survivor to receive the dino.
tribeId String The Sentinel UUID of the tribe the survivor belongs to.
dinoPath String The blueprint path of the dino that was created.
name String The dino name, if a name was included in the function parameters.
level Number The dino level, if a level was included in the function parameters.
age Number The dino age, if an age was included in the function parameters.
isFemale Boolean True or false if gender was included in the function parameters.
isSterilized Boolean True or false if sterilization was included in the function parameters.
imprint Number The imprint amount, if the imprint amount was included in the function parameters.
colors Array The requested colors, if colors were included in the function parameters.
stats Array The requested stats, if stats were included in the function parameters.
traits Array The requested traits, if traits were included in the function parameters.

Sample Event Data

{
  "playerId": "fc4c921c-ba83-4d1b-8470-a08fedf8246f",
  "characterId": "305b1849-c7ac-5a4b-afe9-86628d91bf23",
  "tribeId": "b72a9dd3-1a64-52a2-8f9c-f90409c871f0", 
  "dinoPath": "/Game/PrimalEarth/Dinos/Dodo/Dodo_Character_BP.Dodo_Character_BP",
  "name": "Tin Weasel",
  "level": 12,
  "age": 1.0,
  "isFemale": true,
  "isSterilized": false,
  "imprint": 0.8,
  "colors": [
    "Dino Dark Orange",
    "Dino Light Blue",
    "Dino Medium Blue",
    "Dino Dark Orange",
    "Dino Light Orange",
    "Dino Dark Purple"
  ],
  "stats": [
    {
      "index": 8,
      "value": 3
    }
  ],
  "traits": [
    "Vampiric[2]",
    "InheritWeightRobust[0]"
  ]
}