mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
[BOK] Fixed some wrong rarities.
This commit is contained in:
parent
26b5a277c4
commit
6ca42f801e
5 changed files with 10 additions and 4 deletions
|
|
@ -49,7 +49,7 @@ import mage.players.Player;
|
|||
public class AuraBarbs extends CardImpl {
|
||||
|
||||
public AuraBarbs(UUID ownerId) {
|
||||
super(ownerId, 94, "Aura Barbs", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{2}{R}");
|
||||
super(ownerId, 94, "Aura Barbs", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{2}{R}");
|
||||
this.expansionSetCode = "BOK";
|
||||
this.subtype.add("Arcane");
|
||||
this.color.setRed(true);
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class BlessingOfLeeches extends CardImpl {
|
||||
|
||||
public BlessingOfLeeches(UUID ownerId) {
|
||||
super(ownerId, 62, "Blessing of Leeches", Rarity.UNCOMMON, new CardType[]{CardType.ENCHANTMENT}, "{2}{B}");
|
||||
super(ownerId, 62, "Blessing of Leeches", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{2}{B}");
|
||||
this.expansionSetCode = "BOK";
|
||||
this.color.setBlack(true);
|
||||
this.subtype.add("Aura");
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ import mage.players.Player;
|
|||
public class KamiOfTheHonoredDead extends CardImpl {
|
||||
|
||||
public KamiOfTheHonoredDead(UUID ownerId) {
|
||||
super(ownerId, 12, "Kami of the Honored Dead", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{5}{W}{W}");
|
||||
super(ownerId, 12, "Kami of the Honored Dead", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{5}{W}{W}");
|
||||
this.expansionSetCode = "BOK";
|
||||
this.subtype.add("Spirit");
|
||||
this.color.setWhite(true);
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
public class UncheckedGrowth extends CardImpl {
|
||||
|
||||
public UncheckedGrowth(UUID ownerId) {
|
||||
super(ownerId, 148, "Unchecked Growth", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{2}{G}");
|
||||
super(ownerId, 148, "Unchecked Growth", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{2}{G}");
|
||||
this.expansionSetCode = "BOK";
|
||||
this.subtype.add("Arcane");
|
||||
this.color.setGreen(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue