mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
convert Elvish Farmer, Mycologist, and Psychotrope Thallid to AFs.
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
Name:Elvish Farmer
|
Name:Elvish Farmer
|
||||||
ManaCost:1 G
|
ManaCost:1 G
|
||||||
Types:Creature Elf
|
Types:Creature Elf
|
||||||
Text:At the beginning of your upkeep, put a spore counter on Elvish Farmer.
|
Text:At the beginning of your upkeep, put a spore counter on CARDNAME.
|
||||||
PT:0/2
|
PT:0/2
|
||||||
K:Remove three spore counters from CARDNAME: Put a 1/1 green Saproling creature token onto the battlefield.
|
A:AB$Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ Controller | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Put a 1/1 green Saproling creature token onto the battlefield.
|
||||||
|
A:AB$GainLife | Cost$Sac<1/Saproling> | LifeAmount$2 | SpellDescription$You gain 2 life.
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/elvish_farmer.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/elvish_farmer.jpg
|
||||||
SetInfo:FEM|Rare|http://magiccards.info/scans/en/fe/71.jpg
|
SetInfo:FEM|Rare|http://magiccards.info/scans/en/fe/71.jpg
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
Name:Mycologist
|
Name:Mycologist
|
||||||
ManaCost:1 W
|
ManaCost:1 W
|
||||||
Types:Creature Human Druid
|
Types:Creature Human Druid
|
||||||
Text:At the beginning of your upkeep, put a spore counter on Mycologist.
|
Text:At the beginning of your upkeep, put a spore counter on CARDNAME.
|
||||||
PT:0/2
|
PT:0/2
|
||||||
K:Remove three spore counters from CARDNAME: Put a 1/1 green Saproling creature token onto the battlefield.
|
A:AB$Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ Controller | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Put a 1/1 green Saproling creature token onto the battlefield.
|
||||||
|
A:AB$GainLife | Cost$Sac<1/Saproling> | LifeAmount$2 | SpellDescription$You gain 2 life.
|
||||||
SVar:Rarity:Uncommon
|
SVar:Rarity:Uncommon
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/mycologist.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/mycologist.jpg
|
||||||
SetInfo:PLC|Uncommon|http://magiccards.info/scans/en/pc/27.jpg
|
SetInfo:PLC|Uncommon|http://magiccards.info/scans/en/pc/27.jpg
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
Name:Psychotrope Thallid
|
Name:Psychotrope Thallid
|
||||||
ManaCost:2 G
|
ManaCost:2 G
|
||||||
Types:Creature Fungus
|
Types:Creature Fungus
|
||||||
Text:At the beginning of your upkeep, put a spore counter on Psychotrope Thallid.
|
Text:At the beginning of your upkeep, put a spore counter on CARDNAME.
|
||||||
PT:1/1
|
PT:1/1
|
||||||
K:Remove three spore counters from CARDNAME: Put a 1/1 green Saproling creature token onto the battlefield.
|
A:AB$Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ Controller | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Put a 1/1 green Saproling creature token onto the battlefield.
|
||||||
|
A:AB$Draw | Cost$Sac<1/Saproling> | NumCards$1 | SpellDescription$Draw a card.
|
||||||
SVar:Rarity:Uncommon
|
SVar:Rarity:Uncommon
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/psychotrope_thallid.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/psychotrope_thallid.jpg
|
||||||
SetInfo:PLC|Uncommon|http://magiccards.info/scans/en/pc/137.jpg
|
SetInfo:PLC|Uncommon|http://magiccards.info/scans/en/pc/137.jpg
|
||||||
|
|||||||
@@ -9586,7 +9586,7 @@ public class CardFactory_Creatures {
|
|||||||
});
|
});
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Elvish Farmer") || cardName.equals("Mycologist")) {
|
else if(cardName.equals("Elvish Farmer") || cardName.equals("Mycologist")) {
|
||||||
Command intoPlay = new Command() {
|
Command intoPlay = new Command() {
|
||||||
@@ -9677,7 +9677,7 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
a2.setBeforePayMana(runtime);
|
a2.setBeforePayMana(runtime);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Pallid Mycoderm")) {
|
else if(cardName.equals("Pallid Mycoderm")) {
|
||||||
@@ -9779,7 +9779,7 @@ public class CardFactory_Creatures {
|
|||||||
a2.setBeforePayMana(runtime);
|
a2.setBeforePayMana(runtime);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Psychotrope Thallid")) {
|
else if(cardName.equals("Psychotrope Thallid")) {
|
||||||
Command intoPlay = new Command() {
|
Command intoPlay = new Command() {
|
||||||
@@ -9841,7 +9841,7 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
a2.setBeforePayMana(runtime);
|
a2.setBeforePayMana(runtime);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Rootwater Thief")) {
|
else if(cardName.equals("Rootwater Thief")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user