Passive Skill with non % bonuses

● ARCHIVED · READ-ONLY
Started by MahouShoujo 2 posts View original ↗
  1. 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?
  2. 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>