mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Converted three spells from code to keyword: Char; Lightning Helix; Mob Justice.
This commit is contained in:
@@ -5915,7 +5915,8 @@ no text
|
|||||||
Mob Justice
|
Mob Justice
|
||||||
1 R
|
1 R
|
||||||
Sorcery
|
Sorcery
|
||||||
Mob Justice deals damage to target player equal to the number of creatures you control.
|
no text
|
||||||
|
spDamageTgtP:Count$TypeYouCtrl.Creature:Mob Justice deals damage to target player equal to the number of creatures you control.:Mob Justice - deals damage to player.
|
||||||
|
|
||||||
Grizzly Fate
|
Grizzly Fate
|
||||||
3 G G
|
3 G G
|
||||||
@@ -14617,7 +14618,8 @@ When Flametongue Kavu comes into play, it deals 4 damage to target creature.
|
|||||||
Char
|
Char
|
||||||
2 R
|
2 R
|
||||||
Instant
|
Instant
|
||||||
Char deals 4 damage to target creature or player and 2 damage to you.
|
no text
|
||||||
|
spDamageTgtCP:4:Drawback$DamageYou/2:Char deals 4 damage to target creature or player and 2 damage to you.:Char deals 4 damage.
|
||||||
|
|
||||||
Phyrexian Hulk
|
Phyrexian Hulk
|
||||||
6
|
6
|
||||||
@@ -16578,7 +16580,8 @@ At the beginning of your upkeep, you may look at the top card of your library. I
|
|||||||
Lightning Helix
|
Lightning Helix
|
||||||
R W
|
R W
|
||||||
Instant
|
Instant
|
||||||
Lightning Helix deals 3 damage to target creature or player and you gain 3 life.
|
no text
|
||||||
|
spDamageTgtCP:3:Drawback$YouGainLife/3:Lightning Helix deals 3 damage to target creature or player and you gain 3 life.:Lightning Helix - deals 3 damage and you gain 3 life.
|
||||||
|
|
||||||
Maggot Carrier
|
Maggot Carrier
|
||||||
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: 201
|
program/version=Forge -- official beta: 09/11/25, SVN revision: 202
|
||||||
|
|
||||||
tokens--file=AllTokens.txt
|
tokens--file=AllTokens.txt
|
||||||
|
|
||||||
|
|||||||
@@ -7935,6 +7935,7 @@ public class CardFactory implements NewConstants {
|
|||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Mob Justice"))
|
else if(cardName.equals("Mob Justice"))
|
||||||
{
|
{
|
||||||
@@ -7985,6 +7986,7 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
spell.setBeforePayMana(CardFactoryUtil.input_targetPlayer(spell));
|
spell.setBeforePayMana(CardFactoryUtil.input_targetPlayer(spell));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
@@ -8186,6 +8188,7 @@ public class CardFactory implements NewConstants {
|
|||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Char"))
|
else if(cardName.equals("Char"))
|
||||||
{
|
{
|
||||||
@@ -8294,6 +8297,7 @@ public class CardFactory implements NewConstants {
|
|||||||
};
|
};
|
||||||
spell.setBeforePayMana(target);
|
spell.setBeforePayMana(target);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
@@ -12699,7 +12703,7 @@ public class CardFactory implements NewConstants {
|
|||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Lightning Helix"))
|
else if(cardName.equals("Lightning Helix"))
|
||||||
{
|
{
|
||||||
@@ -12799,6 +12803,7 @@ public class CardFactory implements NewConstants {
|
|||||||
};
|
};
|
||||||
spell.setBeforePayMana(target);
|
spell.setBeforePayMana(target);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
|
|||||||
Reference in New Issue
Block a user