forked from External/mage
[FIC] Implement Protection Magic
This commit is contained in:
parent
616862dc56
commit
25a94f0159
2 changed files with 34 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ public final class FinalFantasyCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Professional Face-Breaker", 296, Rarity.RARE, mage.cards.p.ProfessionalFaceBreaker.class));
|
||||
cards.add(new SetCardInfo("Promise of Loyalty", 249, Rarity.RARE, mage.cards.p.PromiseOfLoyalty.class));
|
||||
cards.add(new SetCardInfo("Propaganda", 268, Rarity.UNCOMMON, mage.cards.p.Propaganda.class));
|
||||
cards.add(new SetCardInfo("Protection Magic", 24, Rarity.RARE, mage.cards.p.ProtectionMagic.class));
|
||||
cards.add(new SetCardInfo("Pull from Tomorrow", 269, Rarity.RARE, mage.cards.p.PullFromTomorrow.class));
|
||||
cards.add(new SetCardInfo("Puresteel Paladin", 250, Rarity.RARE, mage.cards.p.PuresteelPaladin.class));
|
||||
cards.add(new SetCardInfo("Radiant Grove", 414, Rarity.COMMON, mage.cards.r.RadiantGrove.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue