Converted last three spells from code to keyword: Tribal Flames; Cackling Flames; Douse in Gloom.

This commit is contained in:
jendave
2011-08-06 03:03:11 +00:00
parent 6a10b2b194
commit d0ac568601
3 changed files with 14 additions and 11 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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,6 +8093,7 @@ public class CardFactory implements NewConstants {
spell.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(spell,true));
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************