mirror of
https://github.com/correl/mage.git
synced 2025-04-06 01:04:10 -09:00
JW-JaggedPoppet: Implemented Jagged Poppet
This commit is contained in:
parent
17b7de4e87
commit
50d9cb5568
2 changed files with 4 additions and 3 deletions
Mage.Server.Plugins/Mage.Game.PennyDreadfulCommanderFreeForAll/target/maven-archiver
Mage.Sets/src/mage/sets
|
@ -1,5 +1,5 @@
|
|||
#Generated by Maven
|
||||
#Fri Sep 15 22:14:29 CEST 2017
|
||||
#Mon Oct 09 21:49:22 EDT 2017
|
||||
version=1.4.26
|
||||
groupId=org.mage
|
||||
artifactId=mage-game-pennydreadfulcommanderfreeforall
|
||||
|
|
|
@ -118,6 +118,7 @@ public class Dissension extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Indrik Stomphowler", 86, Rarity.UNCOMMON, mage.cards.i.IndrikStomphowler.class));
|
||||
cards.add(new SetCardInfo("Infernal Tutor", 46, Rarity.RARE, mage.cards.i.InfernalTutor.class));
|
||||
cards.add(new SetCardInfo("Isperia the Inscrutable", 114, Rarity.RARE, mage.cards.i.IsperiaTheInscrutable.class));
|
||||
cards.add(new SetCardInfo("Jagged Poppet", 115, Rarity.UNCOMMON, mage.cards.j.JaggedPoppet.class));
|
||||
cards.add(new SetCardInfo("Kill-Suit Cultist", 65, Rarity.COMMON, mage.cards.k.KillSuitCultist.class));
|
||||
cards.add(new SetCardInfo("Kindle the Carnage", 66, Rarity.UNCOMMON, mage.cards.k.KindleTheCarnage.class));
|
||||
cards.add(new SetCardInfo("Leafdrake Roost", 116, Rarity.UNCOMMON, mage.cards.l.LeafdrakeRoost.class));
|
||||
|
|
Loading…
Add table
Reference in a new issue