Implemented Bosium Strip (untested) (#5785)

* Implemented Bosium Strip

* Implemented Bosium Strip

* Updated Bosium Strip
This commit is contained in:
L_J 2019-05-08 15:55:19 +02:00 committed by Jeff Wadsworth
parent d1e24581b7
commit 00a1dcb573
2 changed files with 143 additions and 0 deletions

View file

@ -55,6 +55,7 @@ public final class Weatherlight extends ExpansionSet {
cards.add(new SetCardInfo("Bogardan Firefiend", 91, Rarity.COMMON, mage.cards.b.BogardanFirefiend.class));
cards.add(new SetCardInfo("Boiling Blood", 92, Rarity.COMMON, mage.cards.b.BoilingBlood.class));
cards.add(new SetCardInfo("Bone Dancer", 62, Rarity.RARE, mage.cards.b.BoneDancer.class));
cards.add(new SetCardInfo("Bosium Strip", 147, Rarity.RARE, mage.cards.b.BosiumStrip.class));
cards.add(new SetCardInfo("Briar Shield", 121, Rarity.COMMON, mage.cards.b.BriarShield.class));
cards.add(new SetCardInfo("Bubble Matrix", 146, Rarity.RARE, mage.cards.b.BubbleMatrix.class));
cards.add(new SetCardInfo("Buried Alive", 63, Rarity.UNCOMMON, mage.cards.b.BuriedAlive.class));