Hi!
I'm using yanfly's auto passive states to make some passive effects in my game, and I want a passive skill/effect that give a flat bonus (+15 MDF) and/or a variable bonus like "Gives 1 MDF for every 100 HP" (and the formula would be like Math.floor(mhp / 100)), just like the <Custom Parameters> tag in Equip Core Plugins.
I also tried MOG's Passive plugin that binds a skill with a weapon, but it didn't work witj <Custom Parameter> tag (however the flat bonuses worked).
I didnt find anything like this in yanfly's plugin ç_ç
is this possible?
Passive Skill with non % bonuses
● ARCHIVED · READ-ONLY
-
-
You can use Moogle X's Traits Extension plugin to give a state a flat stat bonus and then use Quasi's QParam plugin for the formula. I think this should be the right formula.
<rates>
100 mhp to mdf
</rates>