Skip to content
Snippets Groups Projects
Commit 3a7f37ab authored by Nos's avatar Nos
Browse files

BETA: DP-Part for [L6399].

parent 6809a716
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ public final class EnergyAttack extends AbstractEffect
double damageMultiplier = Formulas.calcWeaponTraitBonus(attacker, target) * Formulas.calcAttributeBonus(attacker, target, skill) * Formulas.calcGeneralTraitBonus(attacker, target, skill.getTraitType(), true);
boolean ss = info.getSkill().useSoulShot() && attacker.isChargedShot(ShotType.SOULSHOTS);
double ssBoost = ss ? 1.5 : 1.0;
double ssBoost = ss ? 2 : 1.0;
double weaponTypeBoost;
L2Weapon weapon = attacker.getActiveWeaponItem();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment