Modifying physicalSkillPower and magicalSkillPower to do what description says.
This commit is contained in:
		| @@ -179,7 +179,7 @@ public final class Formulas | ||||
| 		} | ||||
| 		 | ||||
| 		damage = damage * critMod * generalTraitMod * attributeMod * randomMod * pvpPveMod; | ||||
| 		damage = attacker.getStat().getValue(Stats.MAGICAL_SKILL_POWER, damage); | ||||
| 		damage += attacker.getStat().getValue(Stats.MAGICAL_SKILL_POWER, 0); | ||||
| 		 | ||||
| 		return damage; | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment