- Converted Quicksilver Amulet to AF.

This commit is contained in:
jendave
2011-08-06 13:32:04 +00:00
parent 2fbded0df9
commit 9b3d221f51
3 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,8 @@ Name:Norwood Priestess
ManaCost:2 G G ManaCost:2 G G
Types:Creature Elf Druid Types:Creature Elf Druid
Text:no text Text:no text
A:AB$ChangeZone | Cost$ G T | Origin$ Hand | Destination$ Battlefield | ChangeType$ Creature | ChangeNum$ 1 | PlayerTurn$ True | ActivatingPhases$ Upkeep->BeginCombat | SpellDescription$ You may put a green creature card from your hand onto the battlefield. Activate this ability only during your turn, before attackers are declared. A:AB$ChangeZone | Cost$ T | Origin$ Hand | Destination$ Battlefield | ChangeType$ Creature | ChangeNum$ 1 | PlayerTurn$ True | ActivatingPhases$ Upkeep->BeginCombat | SpellDescription$ You may put a green creature card from your hand onto the battlefield. Activate this ability only during your turn, before attackers are declared.
PT:1/1 PT:1/1
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://serv2.tcgimages.eu/img/cards/Portal_Second_Age/norwood_priestess.jpg
End End

View File

@@ -1,7 +1,8 @@
Name:Quicksilver Amulet Name:Quicksilver Amulet
ManaCost:4 ManaCost:4
Types:Artifact Types:Artifact
Text:4, tap: You may put a creature card from your hand onto the battlefield. Text:no text
A:AB$ChangeZone | Cost$ 4 T | Origin$ Hand | Destination$ Battlefield | ChangeType$ Creature | ChangeNum$ 1 | SpellDescription$ You may put a creature card from your hand onto the battlefield.
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/quicksilver_amulet.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/quicksilver_amulet.jpg
SetInfo:ULG|Rare|http://magiccards.info/scans/en/ul/130.jpg SetInfo:ULG|Rare|http://magiccards.info/scans/en/ul/130.jpg

View File

@@ -7647,7 +7647,7 @@ public class CardFactory implements NewConstants {
} }
//*************** END ************ END ************************** //*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Quicksilver Amulet")) { else if(cardName.equals("Quicksilver Amulet")) {
final SpellAbility ability = new Ability_Tap(card, "4") { final SpellAbility ability = new Ability_Tap(card, "4") {
@@ -7709,7 +7709,7 @@ public class CardFactory implements NewConstants {
}); });
card.addSpellAbility(ability); card.addSpellAbility(ability);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Chalice of the Void")) { else if(cardName.equals("Chalice of the Void")) {