Add 5 Arena Tutorial Cards (as custom set) (#12627)

This commit is contained in:
Svyatoslav28597 2024-08-15 04:11:19 +03:00 committed by GitHub
parent b016e0fa71
commit 4a041aa89c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 219 additions and 6 deletions

View file

@ -41,10 +41,5 @@ public final class ArenaNewPlayerExperienceExtras extends ExpansionSet {
cards.add(new SetCardInfo("Volcanic Dragon", 45, Rarity.UNCOMMON, mage.cards.v.VolcanicDragon.class));
cards.add(new SetCardInfo("Waterknot", 22, Rarity.COMMON, mage.cards.w.Waterknot.class));
// cards removed entirely - no longer exist on scryfall at all.
// cards.add(new SetCardInfo("Blinding Radiance", 2, Rarity.UNCOMMON, mage.cards.b.BlindingRadiance.class));
// cards.add(new SetCardInfo("Goblin Bruiser", 39, Rarity.UNCOMMON, mage.cards.g.GoblinBruiser.class));
// cards.add(new SetCardInfo("Ogre Painbringer", 42, Rarity.RARE, mage.cards.o.OgrePainbringer.class));
// cards.add(new SetCardInfo("Titanic Pelagosaur", 19, Rarity.UNCOMMON, mage.cards.t.TitanicPelagosaur.class));
}
}