- Joined
- May 11, 2018
- Messages
- 134
- Reaction score
- 30
- First Language
- English
- Primarily Uses
- N/A
So I am using this plugin:
www.yanfly.moe
I have it set to ADDITIVE. This is because my game revolves around dual elements. Every character attack and spell has dual elements (really, i define them as one Element and one Attribute... it is set to encourage you to use strategy to always ensure maximum damage).
What this results into is one of several equations:
50% + 50% = 0 damage
50% + 100% = 1/2 damage
100% + 100% = normal damage
50% + 200% = 1.5x damage
100% + 200% = 2x damage
200% + 200% = 4x damage
The ONLY issue is when I reach 200% + 200%... I get 300% instead of 400%, or, 3x instead of 4x damage. And 200/100 + 200/100 in math is 4... when turned into a percentage, is 400. Or a simple multiplication of damage x4. So not sure WHERE the math is going wrong or WHY. Can the plugin not do math beyond 400%? Is that a core restriction somewhere?
All I need is this last thing to work and this plugin will do exactly what I need it to do, haha. Any help would be appreciated!


Element Core (YEP) - Yanfly.moe Wiki

I have it set to ADDITIVE. This is because my game revolves around dual elements. Every character attack and spell has dual elements (really, i define them as one Element and one Attribute... it is set to encourage you to use strategy to always ensure maximum damage).
What this results into is one of several equations:
50% + 50% = 0 damage
50% + 100% = 1/2 damage
100% + 100% = normal damage
50% + 200% = 1.5x damage
100% + 200% = 2x damage
200% + 200% = 4x damage
The ONLY issue is when I reach 200% + 200%... I get 300% instead of 400%, or, 3x instead of 4x damage. And 200/100 + 200/100 in math is 4... when turned into a percentage, is 400. Or a simple multiplication of damage x4. So not sure WHERE the math is going wrong or WHY. Can the plugin not do math beyond 400%? Is that a core restriction somewhere?
All I need is this last thing to work and this plugin will do exactly what I need it to do, haha. Any help would be appreciated!

