added Throne of Eldraine

This commit is contained in:
Evan Kranzler 2019-07-22 17:34:13 -04:00
parent ff6b961e7c
commit 25043eaa3e
4 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,28 @@
package mage.sets;
import mage.cards.ExpansionSet;
import mage.constants.SetType;
/**
* @author TheElk801
*/
public final class ThroneOfEldraine extends ExpansionSet {
private static final ThroneOfEldraine instance = new ThroneOfEldraine();
public static ThroneOfEldraine getInstance() {
return instance;
}
private ThroneOfEldraine() {
super("Throne of Eldraine", "ELD", ExpansionSet.buildDate(2019, 10, 4), SetType.EXPANSION);
this.blockName = "Throne of Eldraine";
this.hasBoosters = false; // false until basics officially spoiled
this.numBoosterLands = 1;
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.maxCardNumberInBooster = 269; // unconfirmed for now
}
}

View file

@ -185,6 +185,7 @@ Tempest Remastered|TempestRemastered|
Tenth Edition|TenthEdition|
The Dark|TheDark|
Theros|Theros|
Throne of Eldraine|ThroneOfEldraine|
Time Spiral|TimeSpiral|
Time Spiral "Timeshifted"|TimeSpiralTimeshifted|
Torment|Torment|

View file

@ -35660,3 +35660,5 @@ Dark Remedy|Core Set 2020|321|C|{1}{B}|Instant|||Target creature gets +1/+3 unti
Engulfing Eruption|Core Set 2020|328|C|{2}{R}{R}|Sorcery|||Engulfing Eruption deals 5 damage to target creature.|
Nimble Birdsticker|Core Set 2020|333|C|{2}{R}|Creature - Goblin|2|3|Reach|
Woodland Mystic|Core Set 2020|344|C|{1}{G}|Creature - Elf Druid|1|1|{T}: Add {G}.|
Chulane, Teller of Tales|Throne of Eldraine|326|M|{2}{G}{W}{U}|Legendary Creature - Human Druid|2|4|Vigilance$Whenever you cast a creature spell, draw a card, then you may put a land card from your hand onto the battlefield.${3}, {T}: Return target creature you control to its owner's hand.|
Arcane Signet|Throne of Eldraine|331|C|{2}|Artifact|||{T}: Add one mana of any color in your commander's color identity.|

View file

@ -183,6 +183,7 @@ Stronghold|STH|
Super Series|SUS|
Theros|THS|
Tempest|TMP|
Throne of Eldraine|ELD|
Torment|TOR|
Tempest Remastered|TPR|
Time Spiral "Timeshifted"|TSB|