- Added Rush of Knowledge, Skirk Volcanist, and fixed a text issue.

This commit is contained in:
jendave
2011-08-06 20:53:29 +00:00
parent e75b56971b
commit 3a4aa8e2f3
4 changed files with 27 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -5382,6 +5382,7 @@ res/cardsfolder/runed_servitor.txt -text svneol=native#text/plain
res/cardsfolder/runed_stalactite.txt -text svneol=native#text/plain
res/cardsfolder/runes_of_the_deus.txt -text svneol=native#text/plain
res/cardsfolder/rupture.txt svneol=native#text/plain
res/cardsfolder/rush_of_knowledge.txt -text svneol=native#text/plain
res/cardsfolder/rushwood_dryad.txt -text svneol=native#text/plain
res/cardsfolder/rushwood_elemental.txt -text svneol=native#text/plain
res/cardsfolder/rushwood_herbalist.txt -text svneol=native#text/plain
@@ -5841,6 +5842,7 @@ res/cardsfolder/skirk_marauder.txt svneol=native#text/plain
res/cardsfolder/skirk_outrider.txt -text svneol=native#text/plain
res/cardsfolder/skirk_prospector.txt -text svneol=native#text/plain
res/cardsfolder/skirk_shaman.txt -text svneol=native#text/plain
res/cardsfolder/skirk_volcanist.txt -text svneol=native#text/plain
res/cardsfolder/skithiryx_the_blight_dragon.txt -text svneol=native#text/plain
res/cardsfolder/skitter_of_lizards.txt -text svneol=native#text/plain
res/cardsfolder/skittering_horror.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Rush of Knowledge
ManaCost:4 U
Types:Sorcery
Text:no text
A:SP$ Draw | Cost$ 4 U | Defined$ You | NumCards$ X | SpellDescription$ Draw cards equal to the highest converted mana cost among permanents you control.
SVar:X:Count$MaxCMCYouCtrl
SVar:RemRandomDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/rush_of_knowledge.jpg
End

View File

@@ -0,0 +1,14 @@
Name:Skirk Volcanist
ManaCost:3 R
Types:Creature Goblin
Text:no text
PT:3/1
K:Morph:Sac<2/Mountain>
T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ TrigDamage | TriggerDescription$ When CARDNAME is turned face up, it deals 3 damage divided as you choose among one, two, or three target creatures.
SVar:TrigDamage:AB$DealDamage | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select target creature (1) | NumDmg$ 1 | SubAbility$ SVar=DBDamage2
SVar:DBDamage2:DB$DealDamage | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ target creature (2) | NumDmg$ 1 | SubAbility$ SVar=DBDamage3
SVar:DBDamage3:DB$DealDamage | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ target creature (3) | NumDmg$ 1
SVar:RemRandomDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/skirk_volcanist.jpg
End

View File

@@ -3,6 +3,7 @@ ManaCost:no cost
Types:Land
Text:no text
A:AB$ Mana | Cost$ T | Produced$ 2 | IsPresent$ Land.YouCtrl | PresentCompare$ GE5 | SpellDescription$ Add 2 to your mana pool. Activate this ability only if you control five or more lands.
SVar:RemRandomDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/temple_of_the_false_god.jpg
End