- Converted Swords to Plowshares to keyword.

This commit is contained in:
jendave
2011-08-06 05:59:53 +00:00
parent cd51d0ed05
commit c7484b6eda
2 changed files with 12 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
Swords to Plowshares
W
Instant
Exile target creature. Its controller gains life equal to its power.
spBounceTgt:Creature:Exile:Drawback$TgtCtrlrGainLife/dX
SVar:dX:Count$TgtCardPower
SVar:Rarity:Uncommon
SVar:Picture:http://resources.wizards.com/magic/cards/br/en-us/card21172.jpg
Call to Heel
1 U
Instant
@@ -29835,13 +29844,6 @@ eqPump 3:+2/+0/First Strike & Vigilance & Trample & Haste
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/sword_of_vengeance.jpg
Swords to Plowshares
W
Instant
Remove target creature from the game. Its controller gains life equal to its power.
SVar:Rarity:Uncommon
SVar:Picture:http://resources.wizards.com/magic/cards/br/en-us/card21172.jpg
Sygg, River Guide
W U
Legendary Creature Merfolk Wizard

View File

@@ -338,6 +338,7 @@ public class CardFactory_Instants {
}//*************** END ************ END **************************
/* converted to spBounceTgt keyword
//*************** START *********** START **************************
else if(cardName.equals("Swords to Plowshares")) {
SpellAbility spell = new Spell(card) {
@@ -383,6 +384,7 @@ public class CardFactory_Instants {
card.setSVar("PlayMain1", "TRUE");
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************