I’m kinda new here, so my questions can be easy to you guys, so I appreciate your answers:
I’ve already found the base hp, stamina, oxygen, regen rates and so for each dino in the DinoCharacterStatusComponent_BP_“dino”, but 3 things I can’t find:
Wild dino base speed (found only a multiplier in that file).
Wild dino base damage (found only a multiplier in that file).
Attack speed (since ridden dinos can attack faster than wild ones, I’d like to reduce this difference).
They’re typically found in the _BP file of dinos. I see this is your second topic on this. Have patience, it can take time for replies.
Attack speed might be a mixture of it’s AI and _BP file.
You need to look up “DinoCharacterStatus_”
go first to the Characert_BP for the dino you are working with, and right click > reference viewer. It will show on the right the DInOCharacterStatus file you want. Right flick that > view in file browser.
This will show you all the stats for the dino. Max base stats are the maximum base values it will generate with. The “max per level” values are what will be multiplied against to add to that value per level. make sure that you keep changes to these values VERY MINOR!
For example, if I change the speed multiplier for sabers to anything over 0.2 they are glitchy fast. Speed needs to really be managed in 0.025 sort of values.
If you want to see examples of vanilla stat comparisons and what each value does, you can have a look at my spreadsheet; I run custom stats for all the creatures in my Rainbow ZOo mod.