skillPowerIs there a way to decrease the power of the magic attack globally? Or is there a setting in stats_custom_mod.xml that does this, but without having to decrease the mAtk of the mages, just the power of the spells?
Something like this
<mul stat=“mDamage” val=“0.7”/>
<?xml version='1.0' encoding='utf-8'?>skillPower
Sorry that is for physical Skills.<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE list SYSTEM "stats_custom_mod.dtd">
<list enabled="true">
<player classId="95">
<mul stat="skillPower" val="0.1"/>
</player>
</list>
I tried it this way, but it didn't work
I set it very low to see the difference in damage, but it stayed the same
Is something wrong?