mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
updated WAR details
This commit is contained in:
parent
47cd85b436
commit
54a1010c36
2 changed files with 6 additions and 2 deletions
|
|
@ -15,12 +15,12 @@ public final class WarOfTheSpark extends ExpansionSet {
|
|||
private WarOfTheSpark() {
|
||||
super("War of the Spark", "WAR", ExpansionSet.buildDate(2019, 5, 3), SetType.EXPANSION);
|
||||
this.blockName = "Guilds of Ravnica";
|
||||
this.numBoosterSpecial = 1;
|
||||
this.numBoosterLands = 0;
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 10;
|
||||
this.numBoosterUncommon = 3;
|
||||
this.numBoosterRare = 1;
|
||||
this.ratioBoosterMythic = 8;
|
||||
this.needsPlaneswalker = true;
|
||||
this.maxCardNumberInBooster = 264;
|
||||
|
||||
cards.add(new SetCardInfo("Ajani's Pridemate", 4, Rarity.UNCOMMON, mage.cards.a.AjanisPridemate.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue