Hello, I'm on MV, and I'm working on a project along the lines of FF5, and I'm very interested in your plugins.
1st question:
I use a lot of yanfly plugins, do you have any known incompatibilities with your plugins ?
and where should I place the addon among the other plugins?
2nd question:
Is your dualwield plugin fully compatible with MV/MZ weapon attack formulas?
so that each shot of each weapon is calculated with its own formula?
And still on the MV/MZ weapon attack formulas plugin (as I'm interested in the package)
Do multi-line formulas work or, as with the basic skills formula box, am I limited to one line?
For example, is a formula like this possible?
const power = power1Base + Math.randomInt(power1Base / 8);
const def = Math.floor(b.def / 16 + b.armurePhysique());
const multi = Math.floor((a.level * a.atk) / 128) + 2;
Math.floor(Math.max((power - def), 0) * multi) ;
or a script call like this?
DamageFormulas.blackMagicAttack(a, b,power)
I'm sorry but I don't have much money so I want to be sure that the plugin is compatible with my project before I buy it.
Thank you for your understanding!