- 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 Call to Heel
1 U 1 U
Instant Instant
@@ -29835,13 +29844,6 @@ eqPump 3:+2/+0/First Strike & Vigilance & Trample & Haste
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/sword_of_vengeance.jpg 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 Sygg, River Guide
W U W U
Legendary Creature Merfolk Wizard Legendary Creature Merfolk Wizard

View File

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