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