mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Converted last three spells from code to keyword: Tribal Flames; Cackling Flames; Douse in Gloom.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user