mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
[BRC] added set
This commit is contained in:
parent
518602bf61
commit
3b0cbc6459
7 changed files with 42 additions and 3 deletions
|
@ -23,7 +23,7 @@ public final class DominariaUnited extends ExpansionSet {
|
|||
}
|
||||
|
||||
private DominariaUnited() {
|
||||
super("Dominaria United", "DMU", ExpansionSet.buildDate(2022, 11, 9), SetType.EXPANSION);
|
||||
super("Dominaria United", "DMU", ExpansionSet.buildDate(2022, 9, 9), SetType.EXPANSION);
|
||||
this.blockName = "Dominaria United";
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 1;
|
||||
|
|
|
@ -16,7 +16,7 @@ public final class DominariaUnitedCommander extends ExpansionSet {
|
|||
}
|
||||
|
||||
private DominariaUnitedCommander() {
|
||||
super("Dominaria United Commander", "DMC", ExpansionSet.buildDate(2022, 11, 9), SetType.SUPPLEMENTAL);
|
||||
super("Dominaria United Commander", "DMC", ExpansionSet.buildDate(2022, 9, 9), SetType.SUPPLEMENTAL);
|
||||
this.hasBasicLands = false;
|
||||
|
||||
cards.add(new SetCardInfo("Abundant Growth", 128, Rarity.COMMON, mage.cards.a.AbundantGrowth.class));
|
||||
|
|
|
@ -16,7 +16,7 @@ public final class TheBrothersWar extends ExpansionSet {
|
|||
}
|
||||
|
||||
private TheBrothersWar() {
|
||||
super("The Brothers' War", "BRO", ExpansionSet.buildDate(2022, 11, 9), SetType.EXPANSION);
|
||||
super("The Brothers' War", "BRO", ExpansionSet.buildDate(2022, 11, 18), SetType.EXPANSION);
|
||||
this.blockName = "The Brothers' War";
|
||||
this.hasBoosters = false; // temporary
|
||||
|
||||
|
|
29
Mage.Sets/src/mage/sets/TheBrothersWarCommander.java
Normal file
29
Mage.Sets/src/mage/sets/TheBrothersWarCommander.java
Normal file
|
@ -0,0 +1,29 @@
|
|||
package mage.sets;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.constants.Rarity;
|
||||
import mage.constants.SetType;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class TheBrothersWarCommander extends ExpansionSet {
|
||||
|
||||
private static final TheBrothersWarCommander instance = new TheBrothersWarCommander();
|
||||
|
||||
public static TheBrothersWarCommander getInstance() {
|
||||
return instance;
|
||||
}
|
||||
|
||||
private TheBrothersWarCommander() {
|
||||
super("The Brothers' War Commander", "BRC", ExpansionSet.buildDate(2022, 11, 18), SetType.SUPPLEMENTAL);
|
||||
this.hasBasicLands = false;
|
||||
|
||||
cards.add(new SetCardInfo("Baleful Strix", 120, Rarity.RARE, mage.cards.b.BalefulStrix.class));
|
||||
cards.add(new SetCardInfo("Command Tower", 178, Rarity.COMMON, mage.cards.c.CommandTower.class));
|
||||
cards.add(new SetCardInfo("Preordain", 92, Rarity.COMMON, mage.cards.p.Preordain.class));
|
||||
cards.add(new SetCardInfo("Reliquary Tower", 196, Rarity.UNCOMMON, mage.cards.r.ReliquaryTower.class));
|
||||
cards.add(new SetCardInfo("Skullclamp", 159, Rarity.UNCOMMON, mage.cards.s.Skullclamp.class));
|
||||
cards.add(new SetCardInfo("Sol Ring", 160, Rarity.UNCOMMON, mage.cards.s.SolRing.class));
|
||||
}
|
||||
}
|
|
@ -214,6 +214,7 @@ Tempest|Tempest|
|
|||
Tempest Remastered|TempestRemastered|
|
||||
Tenth Edition|TenthEdition|
|
||||
The Brothers' War|TheBrothersWar|
|
||||
The Brothers' War Commander|TheBrothersWarCommander|
|
||||
The Dark|TheDark|
|
||||
Theros|Theros|
|
||||
Theros Beyond Death|TherosBeyondDeath|
|
||||
|
|
|
@ -46225,3 +46225,11 @@ Island|The Brothers' War|280|C||Basic Land - Island|||({T}: Add {U}.)|
|
|||
Swamp|The Brothers' War|282|C||Basic Land - Swamp|||({T}: Add {B}.)|
|
||||
Mountain|The Brothers' War|284|C||Basic Land - Mountain|||({T}: Add {R}.)|
|
||||
Forest|The Brothers' War|286|C||Basic Land - Forest|||({T}: Add {G}.)|
|
||||
Mishra, Eminent One|The Brothers' War Commander|1|M|{2}{U}{B}{R}|Legendary Creature - Human Artificer|5|4|At the beginning of combat on your turn, create a token that's a copy of target noncreature artifact you control, except its name is Mishra's Warform and it's a 4/4 Construct artifact creature in addition to its other types. It gains haste until end of turn. Sacrifice it at the beginning of the next end step.|
|
||||
Urza, Chief Artificer|The Brothers' War Commander|2|M|{3}{W}{U}{B}|Legendary Creature - Human Artificer|4|5|Affinity for artifact creatures$Artifact creatures you control have menace.$At the beginning of your end step, create a 0/0 colorless Construct artifact creature token with "This creature gets +1/+1 for each artifact you control."|
|
||||
Preordain|The Brothers' War Commander|92|C|{U}|Sorcery|||Scry 2, then draw a card.|
|
||||
Baleful Strix|The Brothers' War Commander|120|R|{U}{B}|Artifact Creature - Bird|1|1|Flying, deathtouch$When Baleful Strix enters the battlefield, draw a card.|
|
||||
Skullclamp|The Brothers' War Commander|159|U|{1}|Artifact - Equipment|||Equipped creature gets +1/-1.$Whenever equipped creature dies, draw two cards.$Equip {1}|
|
||||
Sol Ring|The Brothers' War Commander|160|U|{1}|Artifact|||{T}: Add {C}{C}.|
|
||||
Command Tower|The Brothers' War Commander|178|C||Land|||{T}: Add one mana of any color in your commander's color identity.|
|
||||
Reliquary Tower|The Brothers' War Commander|196|U||Land|||You have no maximum hand size.${T}: Add {C}.|
|
||||
|
|
|
@ -211,6 +211,7 @@ Super Series|SUS|
|
|||
Theros|THS|
|
||||
Theros Beyond Death|THB|
|
||||
The Brothers' War|BRO|
|
||||
The Brothers' War Commander|BRC|
|
||||
Tempest|TMP|
|
||||
Throne of Eldraine|ELD|
|
||||
Torment|TOR|
|
||||
|
|
Loading…
Reference in a new issue