mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
add Joraga Warcaller (from Worldwake)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
11
res/cardsfolder/joraga_warcaller.txt
Normal file
11
res/cardsfolder/joraga_warcaller.txt
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user