- 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
Types:Creature Elf Druid
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
SVar:Rarity:Rare
SVar:Picture:http://serv2.tcgimages.eu/img/cards/Portal_Second_Age/norwood_priestess.jpg
End

View File

@@ -1,7 +1,8 @@
Name:Quicksilver Amulet
ManaCost:4
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:Picture:http://www.wizards.com/global/images/magic/general/quicksilver_amulet.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 **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Quicksilver Amulet")) {
final SpellAbility ability = new Ability_Tap(card, "4") {
@@ -7709,7 +7709,7 @@ public class CardFactory implements NewConstants {
});
card.addSpellAbility(ability);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Chalice of the Void")) {