Implemented Yarok, the Desecrated

This commit is contained in:
Evan Kranzler 2019-06-20 20:36:55 -04:00
parent 930504bee0
commit 446cb5e01a
2 changed files with 102 additions and 0 deletions

View file

@ -115,5 +115,6 @@ public final class CoreSet2020 extends ExpansionSet {
cards.add(new SetCardInfo("Wakeroot Elemental", 202, Rarity.RARE, mage.cards.w.WakerootElemental.class));
cards.add(new SetCardInfo("Wolfkin Bond", 203, Rarity.COMMON, mage.cards.w.WolfkinBond.class));
cards.add(new SetCardInfo("Yarok's Fenlurker", 123, Rarity.UNCOMMON, mage.cards.y.YaroksFenlurker.class));
cards.add(new SetCardInfo("Yarok, the Desecrated", 220, Rarity.MYTHIC, mage.cards.y.YarokTheDesecrated.class));
}
}