mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38: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
|
Tribal Flames
|
||||||
1 R
|
1 R
|
||||||
Sorcery
|
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
|
Cackling Flames
|
||||||
3 R
|
3 R
|
||||||
Instant
|
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
|
Shinka Gatekeeper
|
||||||
2 R
|
2 R
|
||||||
@@ -13996,7 +13998,8 @@ Return target creature card from your graveyard to play.
|
|||||||
Douse in Gloom
|
Douse in Gloom
|
||||||
2 B
|
2 B
|
||||||
Instant
|
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
|
Infest
|
||||||
1 B B
|
1 B B
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
program/mail=mtgerror@yahoo.com
|
program/mail=mtgerror@yahoo.com
|
||||||
program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26
|
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
|
tokens--file=AllTokens.txt
|
||||||
|
|
||||||
|
|||||||
@@ -7267,8 +7267,7 @@ public class CardFactory implements NewConstants {
|
|||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Douse in Gloom"))
|
else if(cardName.equals("Douse in Gloom"))
|
||||||
{
|
{
|
||||||
@@ -7323,8 +7322,7 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
spell.setBeforePayMana(CardFactoryUtil.input_targetCreature(spell));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
@@ -7860,6 +7858,7 @@ public class CardFactory implements NewConstants {
|
|||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Cackling Flames"))
|
else if(cardName.equals("Cackling Flames"))
|
||||||
{
|
{
|
||||||
@@ -7933,7 +7932,7 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(spell,true));
|
spell.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(spell,true));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
@@ -7988,7 +7987,7 @@ public class CardFactory implements NewConstants {
|
|||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Tribal Flames"))
|
else if(cardName.equals("Tribal Flames"))
|
||||||
{
|
{
|
||||||
@@ -8094,7 +8093,8 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
spell.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(spell,true));
|
spell.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(spell,true));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Erratic Explosion"))
|
else if(cardName.equals("Erratic Explosion"))
|
||||||
|
|||||||
Reference in New Issue
Block a user