mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added Urabrask the Hidden.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
11
res/cardsfolder/urabrask_the_hidden.txt
Normal file
11
res/cardsfolder/urabrask_the_hidden.txt
Normal 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
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user