- Added Dreamborn Muse

This commit is contained in:
jendave
2011-08-06 20:48:58 +00:00
parent 4dbb4ff91e
commit 41983ae93b
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -1742,6 +1742,7 @@ res/cardsfolder/dream_cache.txt -text svneol=native#text/plain
res/cardsfolder/dream_fracture.txt -text svneol=native#text/plain res/cardsfolder/dream_fracture.txt -text svneol=native#text/plain
res/cardsfolder/dream_prowler.txt -text svneol=native#text/plain res/cardsfolder/dream_prowler.txt -text svneol=native#text/plain
res/cardsfolder/dream_stalker.txt -text svneol=native#text/plain res/cardsfolder/dream_stalker.txt -text svneol=native#text/plain
res/cardsfolder/dreamborn_muse.txt -text svneol=native#text/plain
res/cardsfolder/dreamcatcher.txt -text svneol=native#text/plain res/cardsfolder/dreamcatcher.txt -text svneol=native#text/plain
res/cardsfolder/dreamscape_artist.txt -text svneol=native#text/plain res/cardsfolder/dreamscape_artist.txt -text svneol=native#text/plain
res/cardsfolder/dreamstone_hedron.txt -text svneol=native#text/plain res/cardsfolder/dreamstone_hedron.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,15 @@
Name:Dreamborn Muse
ManaCost:2 U U
Types:Creature Spirit
Text:no text
PT:2/2
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigMillYou | TriggerDescription$ At the beginning of each player's upkeep, that player puts the top X cards of his or her library into his or her graveyard, where X is the number of cards in his or her hand.
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigMillOpp | Secondary$ True | TriggerDescription$ At the beginning of each player's upkeep, that player puts the top X cards of his or her library into his or her graveyard, where X is the number of cards in his or her hand.
SVar:TrigMillYou:AB$Mill | Cost$ 0 | Defined$ You | NumCards$ X
SVar:TrigMillOpp:AB$Mill | Cost$ 0 | Defined$ Opponent | NumCards$ Y
SVar:X:Count$InYourHand
SVar:Y:Count$InOppHand
SVar:RemRandomDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/dreamborn_muse.jpg
End