public BaseAttack GetCopy() { BaseAttack ba = new BaseAttack(this.consume.Length); ba.SetData(this.GetData(new Hashtable())); return ba; }