示例#1
0
文件: SpellCata.cs 项目: rakot/rawr
 public override void UpdateSpell()
 {
     healBonus = (1f + stats.BonusHealingDoneMultiplier)
                 * (1f + PriestInformation.GetTwinDisciplines(character.PriestTalents.TwinDisciplines))
                 * (1f + PriestInformation.GetEmpoweredHealing(character.PriestTalents.EmpoweredHealing));
     base.UpdateSpell();
     DirectHealCalcs();
 }