diff --git a/.gitattributes b/.gitattributes index 9629adb8591..5270c54573b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/w/wild_evocation.txt b/res/cardsfolder/w/wild_evocation.txt new file mode 100644 index 00000000000..e707500c746 --- /dev/null +++ b/res/cardsfolder/w/wild_evocation.txt @@ -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 \ No newline at end of file