Exemplo n.º 1
0
 public SoulImpaled(SoulImpaled other, Chr _chrTarget = null) : base(other, _chrTarget)
 {
     nMaxLifeReduction = other.nMaxLifeReduction;
 }
Exemplo n.º 2
0
 public Clause1(Skill _skill) : base(_skill)
 {
     dmg        = new Damage(skill.chrOwner, null, nBaseDamage);
     soulToCopy = new SoulImpaled(skill.chrOwner, null, skill);
 }