-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MKM/MKC: Outrageous Robbery + Watcher of Hours (#4647)
MKM + MKC: Add card scripts for last two earmarked MKM/MKC cards under my name. Apologies for delay. - Outrageous Robbery - Watcher of Hours
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Name:Outrageous Robbery | ||
ManaCost:X B B | ||
Types:Sorcery | ||
A:SP$ Dig | Cost$ X B B | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | DigNum$ X | ChangeNum$ All | DestinationZone$ Exile | ExileFaceDown$ True | RememberChanged$ True | SubAbility$ DBEffect | SpellDescription$ Target opponent exiles the top X cards of their library face down. You may look at and play those cards for as long as they remain exiled. If you cast a spell this way, you may spend mana as though it were mana of any type to cast it. | ||
SVar:DBEffect:DB$ Effect | RememberObjects$ Remembered | StaticAbilities$ STLookPlay | Duration$ Permanent | ForgetOnMoved$ Exile | SubAbility$ DBCleanup | ||
SVar:STLookPlay:Mode$ Continuous | MayLookAt$ You | MayPlay$ True | MayPlayIgnoreType$ True | EffectZone$ Command | Affected$ Card.IsRemembered | AffectedZone$ Exile | Description$ You may look at and play those cards for as long as they remain exiled, and you may spend mana as though it were mana of any type to cast spells this way. | ||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ||
SVar:X:Count$xPaid | ||
Oracle:Target opponent exiles the top X cards of their library face down. You may look at and play those cards for as long as they remain exiled. If you cast a spell this way, you may spend mana as though it were mana of any type to cast it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Name:Watcher of Hours | ||
ManaCost:5 U | ||
Types:Creature Sphinx | ||
PT:6/6 | ||
K:Flying | ||
K:Ward:3 | ||
K:Suspend:6:1 U | ||
T:Mode$ CounterRemoved | ValidCard$ Card.Self | TriggerZones$ Exile | CounterType$ TIME | Execute$ TrigSurveil | TriggerDescription$ Whenever a time counter is removed from CARDNAME while it's exiled, surveil 1. | ||
SVar:TrigSurveil:DB$ Surveil | Defined$ You | Amount$ 1 | ||
Oracle:Flying, ward {3}\nWhenever you remove a time counter from Watcher of Hours while it's exiled, surveil 1.\nSuspend 6—{1}{U} (Rather than cast this card from your hand, you may pay {1}{U} and exile it with six time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost. It has haste.) |