From e98ac0cbebaa62ce89f08022b9f1144c6bee8491 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 03:02:58 +0000 Subject: [PATCH] Converted three spells from code to keyword: Char; Lightning Helix; Mob Justice. --- res/cards.txt | 9 ++++++--- res/main.properties | 2 +- src/forge/CardFactory.java | 7 ++++++- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/res/cards.txt b/res/cards.txt index c6a4af463ce..d87ac3bdde3 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -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 diff --git a/res/main.properties b/res/main.properties index 61574dd7867..909aef2e066 100644 --- a/res/main.properties +++ b/res/main.properties @@ -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 diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index b8eeb6b480d..e15ddc3b8c9 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -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 **************************