Modify cards

This commit is contained in:
JOAC69 2016-10-03 20:01:15 -05:00
parent 4b8d31e5f4
commit 59f88047e4
28119 changed files with 88042 additions and 761368 deletions

View file

@ -26,11 +26,10 @@
* or implied, of BetaSteward_at_googlemail.com.
*/
package mage.sets.magic2011;
package mage.cards.a;
import java.util.UUID;
import mage.constants.CardType;
import mage.constants.Rarity;
import mage.constants.Zone;
import mage.MageInt;
import mage.abilities.Ability;
@ -39,6 +38,7 @@ import mage.abilities.costs.mana.ManaCostsImpl;
import mage.abilities.effects.common.TapTargetEffect;
import mage.abilities.keyword.FlyingAbility;
import mage.cards.CardImpl;
import mage.cards.CardSetInfo;
import mage.filter.common.FilterCreaturePermanent;
import mage.filter.predicate.mageobject.AbilityPredicate;
import mage.target.common.TargetCreaturePermanent;
@ -55,9 +55,8 @@ public class AirServant extends CardImpl {
filter.add(new AbilityPredicate(FlyingAbility.class));
}
public AirServant(UUID ownerId) {
super(ownerId, 42, "Air Servant", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{4}{U}");
this.expansionSetCode = "M11";
public AirServant(UUID ownerId, CardSetInfo setInfo) {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{4}{U}");
this.subtype.add("Elemental");
this.power = new MageInt(4);