- Added Conflux.

This commit is contained in:
jendave
2011-08-06 13:42:03 +00:00
parent aa4522dd04
commit efb5e6446e
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -920,6 +920,7 @@ res/cardsfolder/compulsive_research.txt -text svneol=native#text/plain
res/cardsfolder/concentrate.txt -text svneol=native#text/plain
res/cardsfolder/concordant_crossroads.txt -text svneol=native#text/plain
res/cardsfolder/condemn.txt -text svneol=native#text/plain
res/cardsfolder/conflux.txt -text svneol=native#text/plain
res/cardsfolder/confound.txt -text svneol=native#text/plain
res/cardsfolder/congregate.txt -text svneol=native#text/plain
res/cardsfolder/conquerors_pledge.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Conflux
ManaCost:3 W U B R G
Types:Sorcery
Text:no text
A:SP$ChangeZone | Cost$ 3 W U B R G | Origin$ Library | Destination$ Hand | ChangeType$ Card.White | ChangeNum$ 1 |SubAbility$ SVar=DBBlue | SpellDescription$ Search your library for a white card, a blue card, a black card, a red card, and a green card. Reveal those cards and put them into your hand. Then shuffle your library.
SVar:DBBlue:DB$ChangeZone | Cost$ 3 W U B R G | Origin$ Library | Destination$ Hand | ChangeType$ Card.Blue | ChangeNum$ 1 |SubAbility$ SVar=DBBlack
SVar:DBBlack:DB$ChangeZone | Cost$ 3 W U B R G | Origin$ Library | Destination$ Hand | ChangeType$ Card.Black | ChangeNum$ 1 |SubAbility$ SVar=DBRed
SVar:DBRed:DB$ChangeZone | Cost$ 3 W U B R G | Origin$ Library | Destination$ Hand | ChangeType$ Card.Red | ChangeNum$ 1 |SubAbility$ SVar=DBGreen
SVar:DBGreen:DB$ChangeZone | Cost$ 3 W U B R G | Origin$ Library | Destination$ Hand | ChangeType$ Card.Green | ChangeNum$ 1
SVar:Rarity:Mythic
SVar:Picture:http://www.wizards.com/global/images/magic/general/conflux.jpg
End