mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Converted Quicksilver Amulet to AF.
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user