mirror of
https://github.com/correl/mage.git
synced 2025-01-13 03:00:10 +00:00
[DMU] add missing card
This commit is contained in:
parent
0a07b7c4e5
commit
5ec2cd0378
1 changed files with 3 additions and 0 deletions
|
@ -422,6 +422,9 @@ public final class DominariaUnited extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Tori D'Avenant, Fury Rider", 363, Rarity.UNCOMMON, mage.cards.t.ToriDAvenantFuryRider.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Toxic Abomination", 112, Rarity.COMMON, mage.cards.t.ToxicAbomination.class));
|
||||
cards.add(new SetCardInfo("Tribute to Urborg", 113, Rarity.COMMON, mage.cards.t.TributeToUrborg.class));
|
||||
cards.add(new SetCardInfo("Tura Kennerud, Skyknight", 224, Rarity.COMMON, mage.cards.t.TuraKennerudSkyknight.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Tura Kennerud, Skyknight", 323, Rarity.COMMON, mage.cards.t.TuraKennerudSkyknight.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Tura Kennerud, Skyknight", 364, Rarity.COMMON, mage.cards.t.TuraKennerudSkyknight.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Twinferno", 149, Rarity.UNCOMMON, mage.cards.t.Twinferno.class));
|
||||
cards.add(new SetCardInfo("Tyrannical Pitlord", 284, Rarity.RARE, mage.cards.t.TyrannicalPitlord.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Tyrannical Pitlord", 425, Rarity.RARE, mage.cards.t.TyrannicalPitlord.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
Loading…
Reference in a new issue