Hp Regen Skill

● ARCHIVED · READ-ONLY
Started by Lady_Elva 3 posts View original ↗
  1. Hello all, I'm still trying to learn how MV works and game making in general and I could use some help. I am trying to create a skill that regenerates HP over time for a few turns (probably 5) and I'm not sure what to do or how to do it. I know there's a formula but I have no idea what the formula is. I did a lot of searching online and I came up short. Can anyone help me? Thanks <3
  2. this can only be done using formula if you are using a plugin.
    by default there is only HP regeneration % from traits which you would use as a state effect
    (look at the default Poison state, that is when you use HP regeneration % as a negative value)

    yanfly's Extended DoT plugin will allow you to use a formula in a note tag instead of the default traits
  3. awesome, thank you so much :)