{ //Gives a dino (0 or more of this type) temporary cryopod
"Type": "dino", //reward type
"MinLevel": 100, //Min dino level that will be given
"MaxLevel": 150, //Max dino level that will be given if both are equal that exact level is provided
"Neutered": false, //true prevents breeding this dino
"Blueprint": "RandomDinoRewards:Tier1", //Selects a random dino from the RandomDinoRewards Tier1 list
"PermissionGroups": "Default", //Groups allowed to recieve this reward //if omitted "Default" is assumed
"Weight": 1 //Weight is used to determine the chance of this reward being selected. The higher the number the more likely it will be selected. //1 or higher are valid values and omitting the setting is the same as setting to 1
},