Pelayori submitted a new resource:
Custom Dino Levels - Modify dino level distribution to your liking, even with custom creature overrides.
Read more about this resource...
Custom Dino Levels - Modify dino level distribution to your liking, even with custom creature overrides.
Modify the different level ranges for wild dino spawns. Can override per dino type
[CODE lang="json" title="Config"]{
"DinoLevelEntries": [ // entries that affect all creatures
{
"EntryWeight": 1, // entry weight. the higher the weight, the more chance it has to be chosen
"MinLevel": 15, // min level of the entry
"MaxLevel": 25 // max level. will choose a value between min/max, that is multiply of 5
},
{
"EntryWeight": 0.8...[/CODE]
Read more about this resource...