Beispiel #1
0
 public virtual float ModifyHeal(WarheadHeal source, float heal)
 {
     return(heal);
 }
Beispiel #2
0
 public override float ModifyHeal(WarheadHeal source, float heal)
 {
     return(source.boostInfluence * effectiveness * heal);
 }