diff --git a/res/card-pictures.txt b/res/card-pictures.txt index 617199583e0..5cb3f1aa077 100644 --- a/res/card-pictures.txt +++ b/res/card-pictures.txt @@ -18,6 +18,14 @@ forest.jpg http://resources.wizards.com/magic/cards/unh/en-us/card73946.jpg forest1.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=2748 forest2.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=587 forest3.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=586 +stasis.jpg http://www.wizards.com/global/images/magic/general/stasis.jpg +cosmic_horror.jpg http://www.wizards.com/global/images/magic/general/cosmic_horror.jpg +force_of_nature.jpg http://www.wizards.com/global/images/magic/general/force_of_nature.jpg +krosan_cloudscraper.jpg http://www.wizards.com/global/images/magic/general/krosan_cloudscraper.jpg +kami_of_the_tended_garden.jpg http://www.wizards.com/global/images/magic/general/kami_of_the_tended_garden.jpg +junun_efreet.jpg http://www.wizards.com/global/images/magic/general/junun_efreet.jpg +hungry_mist.jpg http://www.wizards.com/global/images/magic/general/hungry_mist.jpg +child_of_gaea.jpg http://www.wizards.com/global/images/magic/general/child_of_gaea.jpg burning_fields.jpg http://www.wizards.com/global/images/magic/general/burning_fields.jpg searing_flesh.jpg http://www.wizards.com/global/images/magic/general/searing_flesh.jpg eternal_flame.jpg http://www.wizards.com/global/images/magic/general/eternal_flame.jpg diff --git a/res/cards.txt b/res/cards.txt index ee06ba3198a..dc2cb5d0d7b 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -8540,6 +8540,7 @@ Shatter 1 R Instant Destroy target Artifact. +spDestroyTgt:Artifact Loxodon Hierarch 2 G W @@ -10890,16 +10891,19 @@ Naturalize 1 G Instant Destroy target artifact or enchantment. +spDestroyTgt:Artifact,Enchantment Disenchant 1 W Instant Destroy target artifact or enchantment. +spDestroyTgt:Artifact,Enchantment Demystify W Instant Destroy target enchantment. +spDestroyTgt:Enchantment Azimaet Drake 2 U diff --git a/res/main.properties b/res/main.properties index bb6c95a1f32..e756da7a054 100644 --- a/res/main.properties +++ b/res/main.properties @@ -1,6 +1,6 @@ program/mail=mtgerror@yahoo.com program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26 -program/version=Forge -- official beta: 09/12/14, SVN revision: 243 +program/version=Forge -- official beta: 09/12/14, SVN revision: 245 tokens--file=AllTokens.txt diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index 8c6c9a2b8fb..85b761b77d7 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -15653,6 +15653,8 @@ public class CardFactory implements NewConstants { card.addSpellAbility(spell); }//*************** END ************ END ************************** + +/* //*************** START *********** START ************************** else if(cardName.equals("Shatter")) { @@ -15705,7 +15707,9 @@ public class CardFactory implements NewConstants { spell.setBeforePayMana(runtime); card.addSpellAbility(spell); }//*************** END ************ END ************************** +*/ +/* //*************** START *********** START ************************** else if(cardName.equals("Disenchant") || cardName.equals("Naturalize")) { @@ -15800,7 +15804,9 @@ public class CardFactory implements NewConstants { spell.setBeforePayMana(runtime); card.addSpellAbility(spell); }//*************** END ************ END ************************** +*/ +/* //*************** START *********** START ************************** else if(cardName.equals("Demystify")) { @@ -15848,6 +15854,7 @@ public class CardFactory implements NewConstants { spell.setBeforePayMana(runtime); card.addSpellAbility(spell); }//*************** END ************ END ************************** +*/ //*************** START *********** START **************************