Added Wild Evocation (thanks Squee)

This commit is contained in:
moomarc
2012-05-03 06:43:09 +00:00
parent f2f6abcdf6
commit 5aa1b34dcc
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -10502,6 +10502,7 @@ res/cardsfolder/w/wild_colos.txt svneol=native#text/plain
res/cardsfolder/w/wild_defiance.txt -text
res/cardsfolder/w/wild_dogs.txt -text svneol=unset#text/plain
res/cardsfolder/w/wild_elephant.txt svneol=native#text/plain
res/cardsfolder/w/wild_evocation.txt -text
res/cardsfolder/w/wild_griffin.txt svneol=native#text/plain
res/cardsfolder/w/wild_growth.txt svneol=native#text/plain
res/cardsfolder/w/wild_hunger.txt -text

View File

@@ -0,0 +1,15 @@
Name:Wild Evocation
ManaCost:5 R
Types:Enchantment
Text:no text
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | Execute$ TrigEvoke | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each player's upkeep, that player reveals a card at random from his or her hand. If it's a land card, the player puts it onto the battlefield. Otherwise, the player casts it without paying its mana cost if able.
SVar:TrigEvoke:DB$ Reveal | Random$ True | RememberRevealed$ True | Defined$ TriggeredPlayer | SubAbility$ DBEvokeLand
SVar:DBEvokeLand:DB$ ChangeZone | Origin$ Hand | Destination$ Battlefield | Defined$ Remembered | ConditionDefined$ Remembered | ConditionPresent$ Land | ConditionCompare$ EQ1 | ChangeNum$ 1 | DefinedPlayer$ TriggeredPlayer | Hidden$ True | Mandatory$ True | SubAbility$ DBEvokePlay
SVar:DBEvokePlay:DB$ Play | ValidZone$ Hand | Controller$ TriggeredPlayer | Defined$ Remembered | WithoutManaCost$ True | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/wild_evocation.jpg
SetInfo:M11|Rare|http://magiccards.info/scans/en/m11/160.jpg
Oracle:At the beginning of each player's upkeep, that player reveals a card at random from his or her hand. If it's a land card, the player puts it onto the battlefield. Otherwise, the player casts it without paying its mana cost if able.
End