{
"DinoBalance": {
"Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'": { //Dino BP (get it in https://arkids.net/creatures)
"AllowTame": true, //Allow players tame the dino
"AllowBreed": true, //Allow players breed the dino
"AllowRide": true, //Allow players ride (mount) the dino
"DisableNet": false, //Disable net in dino
"IncreasedDamagePercentage": 0, //increases dino damage percentage (wild and tame) if you put 10, dino will do 10% less damage
"ReducedDamagePercentage": 0, //reduces dino damage by percentage (wild and tame) if you put 10, dino will do 10% more damage
"IncreasedResistancePercentage": 0, //increases dino resistance percentage (wild and tame) if you put 10, dino will recive 10% less damage
"ReducedResistancePercentage": 0, //reduces dino resistance by percentage (wild and tame) if you put 10, dino will recive 10% more damage
"TurretDamageRecivedIncreasedPercentage": 0, //increases dino turret damage recived percentage (wild and tame) if you put 10, dino will recive 10% more damage from turrets
"TurretDamageRecivedReducedPercentage": 0, //reduced dino turret damage recived percentage (wild and tame) if you put 10, dino will recive 10% less damage from turrets
"ReducedFoodConsumptionSpeedPercentage": 0, //reduced dino food consumption percentage (tame) if you put 10, dino will consume 10% less off food
"ReducedOxygenConsumptionSpeedPercentage": 0, //reduced dino oxygen consumption percentage (tame) if you put 10, dino will consume 10% less off oxygen
"ReducedStaminaConsumptionSpeedPercentage": 0 //reduced dino stamina consumption percentage (tame) if you put 10, dino will consume 10% less off stamina
},
"Blueprint'/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP.Raptor_Character_BP'": {
"AllowTame": true,
"AllowBreed": false,
"AllowRide": false,
"DisableNet": true,
"IncreasedDamagePercentage": 10,
"ReducedDamagePercentage": 0,
"IncreasedResistancePercentage": 50,
"ReducedResistancePercentage": 0,
"TurretDamageRecivedReducedPercentage": 20,
"TurretDamageRecivedIncreasedPercentage": 0,
"ReducedFoodConsumptionSpeedPercentage": 100,
"ReducedOxygenConsumptionSpeedPercentage": 90,
"ReducedStaminaConsumptionSpeedPercentage": 50
}
}
}