mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Jedi - Fixed Soothing Aura
This commit is contained in:
@@ -887,8 +887,9 @@ public class CombatService implements INetworkDispatch {
|
||||
healPotency += healer.getSkillMod("expertise_healing_line_sm_heal").getBase();
|
||||
if(healer.getSkillMod("expertise_healing_line_sp_heal") != null)
|
||||
healPotency += healer.getSkillMod("expertise_healing_line_sp_heal").getBase();
|
||||
if(healer.getSkillMod("expertise_stance_healing_line_fs_heal") != null)
|
||||
healPotency += healer.getSkillMod("expertise_stance_healing_line_fs_heal").getBase();
|
||||
if(healer.hasBuff("fs_buff_def_1_1"))
|
||||
if(healer.getSkillMod("expertise_stance_healing_line_fs_heal") != null)
|
||||
healPotency += healer.getSkillMod("expertise_stance_healing_line_fs_heal").getBase();
|
||||
if(healPotency > 0)
|
||||
healAmount += ((healAmount * healPotency) / 100);
|
||||
if(target.getSkillMod("expertise_healing_reduction") != null)
|
||||
|
||||
Reference in New Issue
Block a user