forked from External/mage
[REX] Implement Blue, Loyal Raptor (#12099)
This commit is contained in:
parent
8bf75ed000
commit
50e8a3b530
3 changed files with 142 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ public final class JurassicWorldCollection extends ExpansionSet {
|
|||
super("Jurassic World Collection", "REX", ExpansionSet.buildDate(2023, 11, 17), SetType.SUPPLEMENTAL);
|
||||
this.hasBoosters = false;
|
||||
|
||||
cards.add(new SetCardInfo("Blue, Loyal Raptor", 8, Rarity.RARE, mage.cards.b.BlueLoyalRaptor.class));
|
||||
cards.add(new SetCardInfo("Command Tower", 26, Rarity.COMMON, mage.cards.c.CommandTower.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Command Tower", "26b", Rarity.COMMON, mage.cards.c.CommandTower.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Compy Swarm", 9, Rarity.RARE, mage.cards.c.CompySwarm.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue