public override bool IsVaild(Troop troop)
 {
     return troop.AmbushAvail(this.id);
 }