mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
[CLB] Implemented Seasoned Dungeoneer
This commit is contained in:
parent
ee9f9c1d77
commit
732130ea85
2 changed files with 72 additions and 0 deletions
|
|
@ -259,6 +259,7 @@ public final class CommanderLegendsBattleForBaldursGate extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Sea Gate", 359, Rarity.COMMON, mage.cards.s.SeaGate.class));
|
||||
cards.add(new SetCardInfo("Sea Hag", 95, Rarity.COMMON, mage.cards.s.SeaHag.class));
|
||||
cards.add(new SetCardInfo("Sea of Clouds", 360, Rarity.RARE, mage.cards.s.SeaOfClouds.class));
|
||||
cards.add(new SetCardInfo("Seasoned Dungeoneer", 660, Rarity.RARE, mage.cards.s.SeasonedDungeoneer.class));
|
||||
cards.add(new SetCardInfo("Sewer Nemesis", 777, Rarity.RARE, mage.cards.s.SewerNemesis.class));
|
||||
cards.add(new SetCardInfo("Shadowheart, Dark Justiciar", 146, Rarity.RARE, mage.cards.s.ShadowheartDarkJusticiar.class));
|
||||
cards.add(new SetCardInfo("Shameless Charlatan", 96, Rarity.RARE, mage.cards.s.ShamelessCharlatan.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue