mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Converted Swords to Plowshares to keyword.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 **************************
|
||||
|
||||
Reference in New Issue
Block a user