add Joraga Warcaller (from Worldwake)

This commit is contained in:
jendave
2011-08-06 10:15:24 +00:00
parent 92795e972e
commit c0bf09ca93
3 changed files with 14 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -2265,6 +2265,7 @@ res/cardsfolder/jokulhaups.txt -text svneol=native#text/plain
res/cardsfolder/jolraels_centaur.txt -text svneol=native#text/plain
res/cardsfolder/jolting_merfolk.txt -text svneol=native#text/plain
res/cardsfolder/joraga_bard.txt -text svneol=native#text/plain
res/cardsfolder/joraga_warcaller.txt -text svneol=native#text/plain
res/cardsfolder/journey_to_nowhere.txt -text svneol=native#text/plain
res/cardsfolder/journeyers_kite.txt -text svneol=native#text/plain
res/cardsfolder/joven.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Joraga Warcaller
ManaCost:G
Types:Creature Elf Warrior
Text:Apex Hawks enters the battlefield with a +1/+1 counter on it for each time it was kicked.
PT:1/1
K:Multikicker 1 G
K:stPumpAll:Creature.Elf+Other+YouCtrl:X/X:no Condition:Other Elf creatures you control get +1/+1 for each +1/+1 counter on CARDNAME.
SVar:X:Count$CardCounters.P1P1
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/joraga_warcaller.jpg
End

View File

@@ -18114,7 +18114,8 @@ public class CardFactory_Creatures {
//*************** START *********** START **************************
else if(cardName.equals("Gnarlid Pack") || cardName.equals("Apex Hawks") || cardName.equals("Enclave Elite") ||
cardName.equals("Quag Vampires") || cardName.equals("Skitter of Lizards"))
cardName.equals("Quag Vampires") || cardName.equals("Skitter of Lizards") ||
cardName.equals("Joraga Warcaller"))
{
final Ability_Static ability = new Ability_Static(card, "0") {
@Override