*Added Convoke for the human only. (AI will always pay full cost currently.)

*Converted Sprout Swarm to script and completed it.
*Added
	Autochthon Wurm
	Conclave Equenaut
	Conclave Phalanx
	Conclave's Blessing
	Devouring Light
	Gather Courage
	Guardian of Vitu-Ghazi
	Hour of Reckoning
	Kavu Primarch
	Overwhelm
	Root-Kin Ally
	Scatter the Seeds
	Siege Wurm
	Sundering Vitae
This commit is contained in:
Hellfish
2011-11-05 13:32:31 +00:00
parent d7d1b71c13
commit 3e4f405fb3
22 changed files with 409 additions and 62 deletions

View File

@@ -0,0 +1,12 @@
Name:Conclave Equenaut
ManaCost:4 W W
Types:Creature Human Soldier
Text:no text
PT:3/3
K:Flying
K:Convoke
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/conclave_equenaut.jpg
SetInfo:RAV|Common|http://magiccards.info/scans/en/rav/9.jpg
Oracle:Convoke (Each creature you tap while casting this spell reduces its cost by {1} or by one mana of that creature's color.)\nFlying
End

View File

@@ -0,0 +1,14 @@
Name:Conclave Phalanx
ManaCost:4 W
Types:Creature Human Soldier
Text:no text
PT:2/4
K:Convoke
T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ When CARDNAME enters the battlefield, you gain 1 life for each creature you control.
SVar:TrigGainLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ X
SVar:X:Count$Valid Creature.YouCtrl
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/conclave_phalanx.jpg
SetInfo:RAV|Uncommon|http://magiccards.info/scans/en/rav/10.jpg
Oracle:Convoke (Each creature you tap while casting this spell reduces its cost by {1} or by one mana of that creature's color.)\nWhen Conclave Phalanx enters the battlefield, you gain 1 life for each creature you control.
End

View File

@@ -0,0 +1,14 @@
Name:Conclave's Blessing
ManaCost:3 W
Types:Enchantment Aura
Text:no text
K:Convoke
A:SP$Attach | Cost$ 3 W | ValidTgts$ Creature | AILogic$ Pump
S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddToughness$ X | Description$ Enchanted creature gets +0/+2 for each other creature you control.
SVar:X:SVar$OtherCreats/Twice
SVar:OtherCreats:Count$Valid Creature.YouCtrl/Minus.1
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/conclaves_blessing.jpg
SetInfo:RAV|Common|http://magiccards.info/scans/en/rav/11.jpg
Oracle:Convoke (Each creature you tap while casting this spell reduces its cost by {1} or by one mana of that creature's color.)\nEnchant creature\nEnchanted creature gets +0/+2 for each other creature you control.
End