mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +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
|
||||
1 R
|
||||
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
|
||||
3 G G
|
||||
@@ -14617,7 +14618,8 @@ When Flametongue Kavu comes into play, it deals 4 damage to target creature.
|
||||
Char
|
||||
2 R
|
||||
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
|
||||
6
|
||||
@@ -16578,7 +16580,8 @@ At the beginning of your upkeep, you may look at the top card of your library. I
|
||||
Lightning Helix
|
||||
R W
|
||||
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
|
||||
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: 201
|
||||
program/version=Forge -- official beta: 09/11/25, SVN revision: 202
|
||||
|
||||
tokens--file=AllTokens.txt
|
||||
|
||||
|
||||
@@ -7935,6 +7935,7 @@ public class CardFactory implements NewConstants {
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Mob Justice"))
|
||||
{
|
||||
@@ -7985,6 +7986,7 @@ public class CardFactory implements NewConstants {
|
||||
|
||||
spell.setBeforePayMana(CardFactoryUtil.input_targetPlayer(spell));
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
@@ -8186,6 +8188,7 @@ public class CardFactory implements NewConstants {
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Char"))
|
||||
{
|
||||
@@ -8294,6 +8297,7 @@ public class CardFactory implements NewConstants {
|
||||
};
|
||||
spell.setBeforePayMana(target);
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
@@ -12699,7 +12703,7 @@ public class CardFactory implements NewConstants {
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Lightning Helix"))
|
||||
{
|
||||
@@ -12799,6 +12803,7 @@ public class CardFactory implements NewConstants {
|
||||
};
|
||||
spell.setBeforePayMana(target);
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
|
||||
Reference in New Issue
Block a user