Skill Screenshot:
Notebox Formula:
<MP Cost: 50%>
<Enemy or Actor Select>
<Single or Multiple Select>
<damage formula>
if (target.isActor){
value = -(Math.round((a.mat * 8) * 0.25))
} else {
value = a.mat * 8 - b.mdf * 4
}
</damage formula>
Battle Proof of 0 Damage:
Same with the healing... it heals for 0 when I select the party. But the plugins work.
And I also figured out why it would only select the Bat B. Because for some reason mouse control is enabled with the plugin, which confused me.
~ Dragon