mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
*Converted Amulet of Vigor to trigger.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
Name:Amulet of Vigor
|
||||
ManaCost:1
|
||||
Types:Artifact
|
||||
Text:Whenever a permanent enters the battlefield tapped and under your control, untap it.
|
||||
Text:no text
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Permanent.tapped+YouCtrl | Execute$ TrigUntap | TriggerDescription$ Whenever a permanent enters the battlefield tapped and under your control, untap it.
|
||||
SVar:TrigUntap:AB$Untap | Cost$ 0 | Defined$ TriggeredCard
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/amulet_of_vigor.jpg
|
||||
SetInfo:WWK|Rare|http://magiccards.info/scans/en/wwk/121.jpg
|
||||
|
||||
@@ -68,7 +68,8 @@ public class PlayerZone_ComesIntoPlay extends DefaultPlayerZone {
|
||||
AllZone.GameAction.checkWheneverKeyword(c,"EntersBattleField",null);
|
||||
|
||||
PlayerZone play = AllZone.getZone(Constant.Zone.Battlefield, c.getController());
|
||||
|
||||
|
||||
/*
|
||||
//Amulet of Vigor
|
||||
if(c.isTapped()) {
|
||||
final Card untapCrd = c;
|
||||
@@ -84,7 +85,7 @@ public class PlayerZone_ComesIntoPlay extends DefaultPlayerZone {
|
||||
|
||||
for(int i = 0; i < AllZoneUtil.getPlayerCardsInPlay(c.getController(), "Amulet of Vigor").size(); i++)
|
||||
AllZone.Stack.add(ability);
|
||||
}
|
||||
}*/
|
||||
|
||||
if(c.isLand()) {
|
||||
//System.out.println("A land was just put onto the battlefield: " + c.getName());
|
||||
|
||||
Reference in New Issue
Block a user