- Added Urabrask the Hidden.

This commit is contained in:
jendave
2011-08-06 22:33:14 +00:00
parent bec7d4d36e
commit 06e184f7f0
3 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -7218,6 +7218,7 @@ res/cardsfolder/uproot.txt -text svneol=native#text/plain
res/cardsfolder/upwelling.txt -text svneol=native#text/plain
res/cardsfolder/ur_drago.txt -text svneol=native#text/plain
res/cardsfolder/ur_golems_eye.txt -text svneol=native#text/plain
res/cardsfolder/urabrask_the_hidden.txt -text svneol=native#text/plain
res/cardsfolder/urborg_drake.txt -text svneol=native#text/plain
res/cardsfolder/urborg_elf.txt -text svneol=native#text/plain
res/cardsfolder/urborg_emissary.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Urabrask the Hidden
ManaCost:3 R R
Types:Legendary Creature Praetor
Text:Creatures your opponents control enter the battlefield tapped.
PT:4/4
K:stPumpAll:Creature.YouCtrl:0/0/Haste:No Condition:Creatures you control have haste.
SVar:PlayMain1:TRUE
SVar:BuffedBy:Creature
SVar:Rarity:Mythic
SVar:Picture:http://www.wizards.com/global/images/magic/general/urabrask_the_hidden.jpg
End

View File

@@ -27,6 +27,7 @@ public class PlayerZone_ComesIntoPlay extends DefaultPlayerZone {
//final Player player = c.getController();
if(trigger && ((CardFactoryUtil.oppHasKismet(c.getController()) && (c.isLand() || c.isCreature() || c.isArtifact()))
|| (AllZoneUtil.isCardInPlay("Urabrask the Hidden",c.getController().getOpponent()) && c.isCreature())
|| (AllZoneUtil.isCardInPlay("Root Maze") && (c.isLand() || c.isArtifact()))
|| (AllZoneUtil.isCardInPlay("Orb of Dreams") && c.isPermanent()))) c.tap();