mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Converted Thundermare & Timbermare to AF Trigger.
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
Name:Thundermare
|
Name:Thundermare
|
||||||
ManaCost:5 R
|
ManaCost:5 R
|
||||||
Types:Creature Elemental Horse
|
Types:Creature Elemental Horse
|
||||||
Text:When CARDNAME enters the battlefield, tap all other creatures.
|
Text:no text
|
||||||
PT:5/5
|
PT:5/5
|
||||||
K:Haste
|
K:Haste
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTapAll | TriggerDescription$ When CARDNAME enters the battlefield, tap all other creatures.
|
||||||
|
SVar:TrigTapAll:AB$TapAll | Cost$ 0 | ValidCards$ Creature.Other
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/thundermare.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/thundermare.jpg
|
||||||
SetInfo:WTH|Rare|http://magiccards.info/scans/en/wl/116.jpg
|
SetInfo:WTH|Rare|http://magiccards.info/scans/en/wl/116.jpg
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
Name:Timbermare
|
Name:Timbermare
|
||||||
ManaCost:3 G
|
ManaCost:3 G
|
||||||
Types:Creature Elemental Horse
|
Types:Creature Elemental Horse
|
||||||
Text:When CARDNAME enters the battlefield, tap all other creatures.
|
Text:no text
|
||||||
PT:5/5
|
PT:5/5
|
||||||
K:Haste
|
K:Haste
|
||||||
K:Echo:5 G
|
K:Echo:5 G
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTapAll | TriggerDescription$ When CARDNAME enters the battlefield, tap all other creatures.
|
||||||
|
SVar:TrigTapAll:AB$TapAll | Cost$ 0 | ValidCards$ Creature.Other
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/timbermare.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/timbermare.jpg
|
||||||
SetInfo:PLC|Rare|http://magiccards.info/scans/en/pc/140.jpg
|
SetInfo:PLC|Rare|http://magiccards.info/scans/en/pc/140.jpg
|
||||||
|
|||||||
@@ -9069,11 +9069,12 @@ public class CardFactory_Creatures {
|
|||||||
card.addSpellAbility(ability);
|
card.addSpellAbility(ability);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/* Converteded to AF Trigger
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Thundermare") || cardName.equals("Timbermare")) {
|
else if(cardName.equals("Thundermare") || cardName.equals("Timbermare")) {
|
||||||
/*
|
//
|
||||||
* When Thundermare enters the battlefield, tap all other creatures.
|
// When Thundermare enters the battlefield, tap all other creatures.
|
||||||
*/
|
//
|
||||||
final SpellAbility ability = new Ability(card, "0") {
|
final SpellAbility ability = new Ability(card, "0") {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -9098,7 +9099,7 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
card.addComesIntoPlayCommand(intoPlay);
|
card.addComesIntoPlayCommand(intoPlay);
|
||||||
}//*************** END ************ END *************************
|
}//*************** END ************ END *************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Nameless Race")) {
|
else if(cardName.equals("Nameless Race")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user