mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added Conflux.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
12
res/cardsfolder/conflux.txt
Normal file
12
res/cardsfolder/conflux.txt
Normal 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
|
||||
Reference in New Issue
Block a user