From d0ac56860141e233cfdec63bac14d4e7ce6cfc73 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 03:03:11 +0000 Subject: [PATCH] Converted last three spells from code to keyword: Tribal Flames; Cackling Flames; Douse in Gloom. --- res/cards.txt | 9 ++++++--- res/main.properties | 2 +- src/forge/CardFactory.java | 14 +++++++------- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/res/cards.txt b/res/cards.txt index 84787744106..e0d067f3238 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -13732,12 +13732,14 @@ Choose target creature or player. The computer will randomly choose a nonland c Tribal Flames 1 R Sorcery -Tribal Flames deals X damage to target creature or player, where X is the number of basic land types among lands you control. +no text +spDamageTgtCP:Count$Domain:Tribal Flames deals X damage to target creature or player, where X is the number of basic land types among lands you control.:Tribal Flames - deals damage. Cackling Flames 3 R Instant -Cackling Flames deals 3 damage to target creature or player. Hellbent - Cackling Flames deals 5 damage to that creature or player instead if you have no cards in hand. +no text +spDamageTgtCP:Count$Hellbent.5.3:Cackling Flames deals 3 damage to target creature or player. Hellbent - Cackling Flames deals 5 damage to that creature or player instead if you have no cards in hand.:Cackling Flames - deals damage. Shinka Gatekeeper 2 R @@ -13996,7 +13998,8 @@ Return target creature card from your graveyard to play. Douse in Gloom 2 B Instant -Douse in Gloom deals 2 damage to target creature and you gain 2 life. +no text +spDamageTgtC:2:Drawback$YouGainLife/2:Douse in Gloom deals 2 damage to target creature and you gain 2 life.:Douse in Gloom - deals 2 damage and you gain 2 life. Infest 1 B B diff --git a/res/main.properties b/res/main.properties index 73b78948802..c3e91f293e0 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/11/25, SVN revision: 203 +program/version=Forge -- official beta: 09/11/25, SVN revision: 204 tokens--file=AllTokens.txt diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index 13babee232a..19ba385061a 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -7267,8 +7267,7 @@ public class CardFactory implements NewConstants { }//*************** END ************ END ************************** - - +/* //*************** START *********** START ************************** else if(cardName.equals("Douse in Gloom")) { @@ -7323,8 +7322,7 @@ public class CardFactory implements NewConstants { spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell)); }//*************** END ************ END ************************** - - +*/ //*************** START *********** START ************************** @@ -7860,6 +7858,7 @@ public class CardFactory implements NewConstants { }//*************** END ************ END ************************** +/* //*************** START *********** START ************************** else if(cardName.equals("Cackling Flames")) { @@ -7933,7 +7932,7 @@ public class CardFactory implements NewConstants { spell.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(spell,true)); }//*************** END ************ END ************************** - +*/ /* //*************** START *********** START ************************** @@ -7988,7 +7987,7 @@ public class CardFactory implements NewConstants { }//*************** END ************ END ************************** */ - +/* //*************** START *********** START ************************** else if(cardName.equals("Tribal Flames")) { @@ -8094,7 +8093,8 @@ public class CardFactory implements NewConstants { spell.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(spell,true)); }//*************** END ************ END ************************** - +*/ + //*************** START *********** START ************************** else if(cardName.equals("Erratic Explosion"))