Dino Unfrozen
A dino has been released from a cryopod. This event is expected to execute for modded cryopods as well.
Event Data Properties
Property | Type | Notes |
---|---|---|
dinoId | String | The Sentinel UUID of the dino that was released. |
tribeId | String | The Sentinel UUID of the tribe that released the dino. |
hasCryoSickness | Boolean | True if the dino had cryosickness when released. |
characterId | String | The Sentinel UUID of the survivor that released the dino. |
Sample Event Data
{
"dinoId": "8ebd16a3-6055-5d6e-8898-7021b1a19e73",
"tribeId": "b72a9dd3-1a64-52a2-8f9c-f90409c871f0",
"hasCryoSickness": false,
"characterId": "305b1849-c7ac-5a4b-afe9-86628d91bf23"
}