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