forked from External/mage
deck: added many old and new promo sets and miss cards (#13903)
* deck: added Bitter Triumph, Fable of the Mirror-Breaker, and Slickshot Show-off to Store Championships set * added Monstrous Rage and Trinket Mage to Wizards Play Network 2025 set * add Year of the Snake 2025 expansion set * add Year of the Dragon 2024 expansion set * deck: add Dragon and Snake tokens for PL24 and PL25 * add Year of the Dragon 2024 and Year of the Snake 2025 expansion sets * add Reflection of Kiki-Jiki to Store Championships set * hasBasicLands true for Year of the Dragon 2024 and Year of the Snake 2025 * Update URLs and Land rarity * add MagicFest 2024 expansion set * add Love Your LGS 2024 expansion set * add MKM Standard Showdown expansion set * Set Full Art Lands to Full Art * Add new expansion sets: MagicFest 2024, MKM Standard Showdown, and Love Your LGS 2024 * Fix Error * Add new expansion sets: MagicFest 2023 and 30th Anniversary History Promos * Add new expansion sets: Love Your LGS 2022 and Regional Championship Qualifiers 2022 * Add Love Your LGS 2020 set * Add new cards to PURL * Update MagicFest 2025 set: add new cards and reorder existing entries * Add Magiccon Cards
This commit is contained in:
parent
d13a0e6e6b
commit
f142d07440
18 changed files with 336 additions and 15 deletions
|
|
@ -1201,6 +1201,10 @@ public class SecretLairDrop extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Gaea's Blessing", 1303, Rarity.RARE, mage.cards.g.GaeasBlessing.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Twilight Prophet", 1304, Rarity.MYTHIC, mage.cards.t.TwilightProphet.class));
|
||||
cards.add(new SetCardInfo("Worldspine Wurm", 1305, Rarity.MYTHIC, mage.cards.w.WorldspineWurm.class));
|
||||
cards.add(new SetCardInfo("Pack Rat", 1307, Rarity.RARE, mage.cards.p.PackRat.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Shared Summons", 1308, Rarity.RARE, mage.cards.s.SharedSummons.class));
|
||||
cards.add(new SetCardInfo("Sylvan Offering", 1309, Rarity.RARE, mage.cards.s.SylvanOffering.class));
|
||||
cards.add(new SetCardInfo("Sliver Legion", 1310, Rarity.MYTHIC, mage.cards.s.SliverLegion.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Goblin Lackey", 1311, Rarity.RARE, mage.cards.g.GoblinLackey.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Goblin Lackey", "1311*", Rarity.RARE, mage.cards.g.GoblinLackey.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Goblin Matron", 1312, Rarity.RARE, mage.cards.g.GoblinMatron.class, NON_FULL_USE_VARIOUS));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue