mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
[GTC] Corrected some wrong rarities.
This commit is contained in:
parent
1fb9923199
commit
73c4095335
5 changed files with 5 additions and 5 deletions
|
@ -45,7 +45,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class AerialManeuver extends CardImpl<AerialManeuver> {
|
||||
|
||||
public AerialManeuver(UUID ownerId) {
|
||||
super(ownerId, 1, "Aerial Maneuver", Rarity.RARE, new CardType[]{CardType.INSTANT}, "{1}{W}");
|
||||
super(ownerId, 1, "Aerial Maneuver", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{1}{W}");
|
||||
this.expansionSetCode = "GTC";
|
||||
|
||||
this.color.setWhite(true);
|
||||
|
|
|
@ -57,7 +57,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class AlphaAuthority extends CardImpl<AlphaAuthority> {
|
||||
|
||||
public AlphaAuthority(UUID ownerId) {
|
||||
super(ownerId, 114, "Alpha Authority", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{1}{G}");
|
||||
super(ownerId, 114, "Alpha Authority", Rarity.UNCOMMON, new CardType[]{CardType.ENCHANTMENT}, "{1}{G}");
|
||||
this.expansionSetCode = "GTC";
|
||||
|
||||
this.subtype.add("Aura");
|
||||
|
|
|
@ -49,7 +49,7 @@ public class AngelicEdict extends CardImpl<AngelicEdict> {
|
|||
}
|
||||
|
||||
public AngelicEdict(UUID ownerId) {
|
||||
super(ownerId, 2, "Angelic Edict", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{4}{W}");
|
||||
super(ownerId, 2, "Angelic Edict", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{4}{W}");
|
||||
this.expansionSetCode = "GTC";
|
||||
|
||||
this.color.setWhite(true);
|
||||
|
|
|
@ -44,7 +44,7 @@ import mage.cards.CardImpl;
|
|||
public class DaringSkyjek extends CardImpl<DaringSkyjek> {
|
||||
|
||||
public DaringSkyjek(UUID ownerId) {
|
||||
super(ownerId, 9, "Daring Skyjek", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{1}{W}");
|
||||
super(ownerId, 9, "Daring Skyjek", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{W}");
|
||||
this.expansionSetCode = "GTC";
|
||||
this.subtype.add("Human");
|
||||
this.subtype.add("Knight");
|
||||
|
|
|
@ -53,7 +53,7 @@ import mage.target.common.TargetLandPermanent;
|
|||
public class DebtorsPulpit extends CardImpl<DebtorsPulpit> {
|
||||
|
||||
public DebtorsPulpit(UUID ownerId) {
|
||||
super(ownerId, 10, "Debtor's Pulpit", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{4}{W}");
|
||||
super(ownerId, 10, "Debtor's Pulpit", Rarity.UNCOMMON, new CardType[]{CardType.ENCHANTMENT}, "{4}{W}");
|
||||
this.expansionSetCode = "GTC";
|
||||
|
||||
this.subtype.add("Aura");
|
||||
|
|
Loading…
Reference in a new issue