public SoulBurning(SoulBurning other, Chr _chrTarget = null) : base(other, _chrTarget)
 {
     nBaseDamage = other.nBaseDamage;
     dmg         = new Damage(other.dmg);
 }
 public Clause2(Skill _skill) : base(_skill)
 {
     soulToCopy = new SoulBurning(skill.chrOwner, null, skill);
 }