mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Converted Devout Monk, Kemba's Skyguard, Kitchen Finks, Pelakka Wurm, Shu Grain Caravan, Temple Acolyte, Venerable Monk to etbGainLife.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
Name:Devout Monk
|
||||
ManaCost:W
|
||||
Types:Creature Human Monk Cleric
|
||||
Text:no text
|
||||
PT:1/1
|
||||
K:WheneverKeyword:EntersBattleField:Self:Play:ModifyLife/1:ControllingPlayer_Self:ASAP:No_Condition:No Special Condition:When Devout Monk enters the battlefield, you gain 1 life.
|
||||
Text:When Devout Monk enters the battlefield, you gain 1 life.
|
||||
PT:1/1
|
||||
K:etbGainLife:1
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://serv3.tcgimages.eu/img/cards/Starter_1999/devout_monk.jpg
|
||||
SetInfo:S99|Common|http://magiccards.info/scans/en/st/14.jpg
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
Name:Kemba's Skyguard
|
||||
ManaCost:1 W W
|
||||
Types:Creature Cat Knight
|
||||
Text:no text
|
||||
Text:When Kemba's Skyguard enters the battlefield, you gain 2 life.
|
||||
PT:2/2
|
||||
K:Flying
|
||||
K:WheneverKeyword:EntersBattleField:Self:Play:ModifyLife/2:ControllingPlayer_Self:ASAP:No_Condition:No Special Condition:When Kemba's Skyguard enters the battlefield, you gain 2 life.
|
||||
K:etbGainLife:2
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/kembas_skyguard.jpg
|
||||
SetInfo:SOM|Common|http://magiccards.info/scans/en/som/13.jpg
|
||||
|
||||
@@ -3,7 +3,8 @@ ManaCost:1 GW GW
|
||||
Types:Creature Ouphe
|
||||
Text:When CARDNAME enters the battlefield, you gain 2 life.
|
||||
PT:3/2
|
||||
K:Persist
|
||||
K:Persist
|
||||
K:etbGainLife:2
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/kitchen_finks.jpg
|
||||
SetInfo:SHM|Uncommon|http://magiccards.info/scans/en/shm/229.jpg
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
Name:Pelakka Wurm
|
||||
ManaCost:4 G G G
|
||||
Types:Creature Wurm
|
||||
Text:no text
|
||||
Text:When Pelakka Wurm enters the battlefield, you gain 7 life.
|
||||
PT:7/7
|
||||
K:Trample
|
||||
K:WheneverKeyword:EntersBattleField:Self:Play:ModifyLife/7:ControllingPlayer_Self:ASAP:No_Condition:No Special Condition:When Pelakka Wurm enters the battlefield, you gain 7 life.
|
||||
K:Trample
|
||||
K:etbGainLife:7
|
||||
K:WheneverKeyword:PermanentIntoGraveyard:Self:Graveyard:DrawCards/1:ControllingPlayer_Self:ASAP:No_Condition:No Special Condition:When Pelakka Wurm is put into a graveyard from the battlefield, draw a card.
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/pelakka_wurm.jpg
|
||||
|
||||
@@ -2,7 +2,8 @@ Name:Shu Grain Caravan
|
||||
ManaCost:2 W
|
||||
Types:Creature Human Soldier
|
||||
Text:When Shu Grain Caravan enters the battlefield, you gain 2 life.
|
||||
PT:2/2
|
||||
PT:2/2
|
||||
K:etbGainLife:2
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/shu_grain_caravan.jpg
|
||||
SetInfo:PTK|Common|http://magiccards.info/scans/en/p3k/26.jpg
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
Name:Temple Acolyte
|
||||
ManaCost:1 W
|
||||
Types:Creature Human Cleric
|
||||
Text:no text
|
||||
Text:When CARDNAME enters the battlefield, you gain 3 life.
|
||||
PT:1/3
|
||||
K:WheneverKeyword:EntersBattleField:Self:Play:ModifyLife/3:ControllingPlayer_Self:ASAP:No_Condition:No Special Condition:When Temple Acolyte enters the battlefield, you gain 3 life.
|
||||
K:etbGainLife:3
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/temple_acolyte.jpg
|
||||
SetInfo:PO2|Common|http://magiccards.info/scans/en/po2/143.jpg
|
||||
|
||||
@@ -2,7 +2,8 @@ Name:Venerable Monk
|
||||
ManaCost:2 W
|
||||
Types:Creature Cleric
|
||||
Text:When CARDNAME enters the battlefield, you gain 2 life.
|
||||
PT:2/2
|
||||
PT:2/2
|
||||
K:etbGainLife:2
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://resources.wizards.com/magic/cards/9ed/en-us/card83441.jpg
|
||||
SetInfo:8ED|Common|http://magiccards.info/scans/en/8e/55.jpg
|
||||
|
||||
@@ -356,7 +356,7 @@ public class CardFactory_Creatures {
|
||||
card.addComesIntoPlayCommand(intoPlay);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Venerable Monk") || cardName.equals("Kitchen Finks")
|
||||
|| cardName.equals("Shu Grain Caravan")) {
|
||||
@@ -382,7 +382,7 @@ public class CardFactory_Creatures {
|
||||
};
|
||||
card.addComesIntoPlayCommand(intoPlay);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Radiant's Dragoons")) {
|
||||
|
||||
Reference in New Issue
Block a user