Asura wrote: ↑Thu Feb 25, 2021 6:03 pm
Currently in the equipment editor is there any way we can give a value less than max, for example if soul core drop rate max is 5%, how can we make it so that it gets a 3% roll. Currently we can set it only for max values. I would like to keep things a bit realistic as well. Without having max values for all the rolls
The "Efficiency" part in the footer controls the intensity. 0 is min value, 3FFF (fourteen 1s, 16383 in dec) is max value.
Change that to anything in between. Consider it a scale of 0% = 0, 3FFF = 100%, and pick any value you want.
Just do the math to figure out the rest.
SinGul4ritY wrote: ↑Thu Feb 25, 2021 8:01 pm
tbh seeing that there's no support from this community except of thumbs up from the one who's updating the table
i just won't participate any further... don't have the time anyway
I have been reading and doing what I can, at least for what I can. It's why I made the skill ptr scripts in the first place.
I honestly had trouble following what you were asking for with the ultimate effects. What's there is very different from the skill system.
I don't know if the scroll itself works if you edit the strength / efficiency to its min. As far as I'm aware, only the soul cores work with edited values like that, even if it looks OK on the armor/weapon. (Though you do have to edit the strength each time.)
I suppose I could look into what constrains the strength and see if I can keep it unlocked, but it's complex, and reading decompiled assembly is slow work.