- Converted Lord of the Undead to AF.

- Added Golgari Guildmage, Kithkin Spellduster and Malevolent Awakening.
This commit is contained in:
jendave
2011-08-06 13:44:24 +00:00
parent 6492374e9b
commit f6fdcf5f3a
6 changed files with 36 additions and 2 deletions

3
.gitattributes vendored
View File

@@ -2039,6 +2039,7 @@ res/cardsfolder/goldmeadow_lookout.txt -text svneol=native#text/plain
res/cardsfolder/golem_artisan.txt -text svneol=native#text/plain
res/cardsfolder/golem_foundry.txt -text svneol=native#text/plain
res/cardsfolder/golems_heart.txt -text svneol=native#text/plain
res/cardsfolder/golgari_guildmage.txt -text svneol=native#text/plain
res/cardsfolder/golgari_rot_farm.txt -text svneol=native#text/plain
res/cardsfolder/golgari_rotwurm.txt -text svneol=native#text/plain
res/cardsfolder/golgari_signet.txt -text svneol=native#text/plain
@@ -2641,6 +2642,7 @@ res/cardsfolder/kitesail_apprentice.txt -text svneol=native#text/plain
res/cardsfolder/kithkin_greatheart.txt -text svneol=native#text/plain
res/cardsfolder/kithkin_harbinger.txt -text svneol=native#text/plain
res/cardsfolder/kithkin_rabble.txt -text svneol=native#text/plain
res/cardsfolder/kithkin_spellduster.txt -text svneol=native#text/plain
res/cardsfolder/kithkin_zephyrnaut.txt -text svneol=native#text/plain
res/cardsfolder/kitsune_blademaster.txt -text svneol=native#text/plain
res/cardsfolder/kitsune_dawnblade.txt -text svneol=native#text/plain
@@ -2943,6 +2945,7 @@ res/cardsfolder/makindi_shieldmate.txt -text svneol=native#text/plain
res/cardsfolder/malach_of_the_dawn.txt -text svneol=native#text/plain
res/cardsfolder/malachite_golem.txt -text svneol=native#text/plain
res/cardsfolder/malakir_bloodwitch.txt -text svneol=native#text/plain
res/cardsfolder/malevolent_awakening.txt -text svneol=native#text/plain
res/cardsfolder/mammoth_umbra.txt -text svneol=native#text/plain
res/cardsfolder/man_o_war.txt -text svneol=native#text/plain
res/cardsfolder/mana_cylix.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Golgari Guildmage
ManaCost:BG BG
Types:Creature Elf Shaman
Text:no text
PT:2/2
A:AB$ChangeZone | Cost$ 4 B Sac<1/Creature> | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouCtrl | Origin$ Graveyard | Destination$ Hand | SpellDescription$ Return target creature card from your graveyard to your hand.
A:AB$PutCounter | Cost$ 4 G | Tgt$ TgtC | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on target creature.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/golgari_guildmage.jpg
End

View File

@@ -0,0 +1,11 @@
Name:Kithkin Spellduster
ManaCost:4 W
Types:Creature Kithkin Wizard
Text:no text
PT:2/3
K:Flying
K:Persist
A:AB$Destroy | Cost$ 1 W Sac<1/CARDNAME> | ValidTgts$ Enchantment | TgtPrompt$ Select target enchantment | SpellDescription$ Destroy target enchantment.
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/kithkin_spellduster.jpg
End

View File

@@ -4,6 +4,7 @@ Types:Creature Zombie
Text:no text
PT:2/2
K:stPumpAll:Creature.Zombie+Other:1/1:No Condition:Other Zombie creatures get +1/+1.
A:AB$ChangeZone | Cost$ 1 B T | TgtPrompt$ Choose target Zombie card in your graveyard | ValidTgts$ Zombie.YouCtrl | Origin$ Graveyard | Destination$ Hand | SpellDescription$ Return target Zombie card from your graveyard to your hand.
SVar:PlayMain1:TRUE
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/lord_of_the_undead.jpg

View File

@@ -0,0 +1,9 @@
Name:Malevolent Awakening
ManaCost:1 B B
Types:Enchantment
Text:no text
A:AB$ChangeZone | Cost$ 1 B B | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouCtrl | Origin$ Graveyard | Destination$ Hand | SpellDescription$ Return target creature card from your graveyard to your hand.
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/malevolent_awakening.jpg
End

View File

@@ -14175,7 +14175,7 @@ public class CardFactory_Creatures {
ability.setBeforePayMana(CardFactoryUtil.input_targetPermanent(ability));
}//*************** END ************ END **************************
/*
//*************** START *********** START ************************
else if(cardName.equals("Lord of the Undead")) {
final Ability_Tap ability = new Ability_Tap(card, "1 B") {
@@ -14233,7 +14233,7 @@ public class CardFactory_Creatures {
card.addSpellAbility(ability);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if (cardName.equals("Kargan Dragonlord"))