mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Added Wild Evocation (thanks Squee)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
15
res/cardsfolder/w/wild_evocation.txt
Normal file
15
res/cardsfolder/w/wild_evocation.txt
Normal 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
|
||||
Reference in New Issue
Block a user