mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Converted Lord of the Undead to AF.
- Added Golgari Guildmage, Kithkin Spellduster and Malevolent Awakening.
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -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
|
||||
|
||||
10
res/cardsfolder/golgari_guildmage.txt
Normal file
10
res/cardsfolder/golgari_guildmage.txt
Normal 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
|
||||
11
res/cardsfolder/kithkin_spellduster.txt
Normal file
11
res/cardsfolder/kithkin_spellduster.txt
Normal 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
|
||||
@@ -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
|
||||
|
||||
9
res/cardsfolder/malevolent_awakening.txt
Normal file
9
res/cardsfolder/malevolent_awakening.txt
Normal 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
|
||||
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user