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