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
|
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
|
||||||
|
|||||||
@@ -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")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user