- Joined
- Mar 21, 2019
- Messages
- 17
- Reaction score
- 1
- First Language
- Russian
- Primarily Uses
- RMMV
Hello everyone, i need a tip.
As default, by skills we can add a buff or debuff with X turns duration. I wanted to set this X dependable on caster's stat (MAT for example). Noticed i can do this via YEP_BuffsStatesCore. There what typed in notes:
<Custom Def Buff Turn>
turn = 1;
turn += user.mat / 25;
</Custom Def Buff Turn>
But in fact, skill adds nothing. What to do? Thanks for advance!
As default, by skills we can add a buff or debuff with X turns duration. I wanted to set this X dependable on caster's stat (MAT for example). Noticed i can do this via YEP_BuffsStatesCore. There what typed in notes:
<Custom Def Buff Turn>
turn = 1;
turn += user.mat / 25;
</Custom Def Buff Turn>
But in fact, skill adds nothing. What to do? Thanks for advance!






