- Joined
- Jul 19, 2018
- Messages
- 96
- Reaction score
- 10
- First Language
- Indonesian
- Primarily Uses
- RMMV
Hi, guys
I want my game to have additive stat rate.
My game uses Lecode's and Yanfly's plugins so I wish that it should be compatible with both plugins.
I think it should be somewhere in Yanfly's, but I can't find it...
Yanfly's is (base + plus) * paramRate * buffRate + flat
What I need is: stat= (base+plus*(100+sum of paramRate)*buffRate+flat
OR stat= (base+plus+((base+plus)*sum of paramRate)*buffRate+flat works as well
sum of paramRate is the additive values and it seems to be multiplicative in the editor...
example:
character who has 100 HP with 2 +20% HP gets +44% HP (120%*120%=144%), thus 144 HP in the end since it's multiplicative. What I need is 20%+20%=40% which means 140 HP
My paramRate only comes from accessories FYI
Thanks in advance
I want my game to have additive stat rate.
My game uses Lecode's and Yanfly's plugins so I wish that it should be compatible with both plugins.
I think it should be somewhere in Yanfly's, but I can't find it...
Yanfly's is (base + plus) * paramRate * buffRate + flat
What I need is: stat= (base+plus*(100+sum of paramRate)*buffRate+flat
OR stat= (base+plus+((base+plus)*sum of paramRate)*buffRate+flat works as well
sum of paramRate is the additive values and it seems to be multiplicative in the editor...
example:
character who has 100 HP with 2 +20% HP gets +44% HP (120%*120%=144%), thus 144 HP in the end since it's multiplicative. What I need is 20%+20%=40% which means 140 HP
My paramRate only comes from accessories FYI
Thanks in advance
