Decrease magic attack globally

walker975

Vassal
Customer
Is 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”/>
 
Is 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”/>
skillPower
 
skillPower
<?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?
 
<?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?
Sorry that is for physical Skills.
You can mod by this stats
pveMagicSkillDmgBonus
pvpMagicSkillDmgBonus
 
Back
Top