mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Added Delay
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -2505,6 +2505,7 @@ res/cardsfolder/d/deglamer.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/dehydration.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/deity_of_scars.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/deja_vu.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/delay.txt -text
|
||||
res/cardsfolder/d/delaying_shield.txt -text
|
||||
res/cardsfolder/d/delifs_cone.txt -text
|
||||
res/cardsfolder/d/delifs_cube.txt -text
|
||||
|
||||
10
res/cardsfolder/d/delay.txt
Normal file
10
res/cardsfolder/d/delay.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Delay
|
||||
ManaCost:1 U
|
||||
Types:Instant
|
||||
A:SP$ Counter | Cost$ 1 U | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | RememberCountered$ True | Destination$ Exile | SubAbility$ DBPutCounter | SpellDescription$ Counter target spell. If the spell is countered this way, exile it with three time counters on it instead of putting it into its owner's graveyard. If it doesn't have suspend, it gains suspend. (At the beginning of its owner's upkeep, remove a counter from that card. When the last is removed, the player plays it without paying its mana cost. If it's a creature, it has haste.)
|
||||
SVar:DBPutCounter:DB$ PutCounter | Defined$ Remembered | CounterNum$ 3 | CounterType$ TIME | SubAbility$ DBPump
|
||||
SVar:DBPump:DB$ PumpAll | ValidCards$ Card.IsRemembered+withoutSuspend | PumpZone$ Exile | KW$ Suspend | Permanent$ True | SubAbility$ DBCleanup | StackDescription$ If it doesn't have suspend, it gains suspend.
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/delay.jpg
|
||||
Oracle:Counter target spell. If the spell is countered this way, exile it with three time counters on it instead of putting it into its owner's graveyard. If it doesn't have suspend, it gains suspend. (At the beginning of its owner's upkeep, remove a counter from that card. When the last is removed, the player plays it without paying its mana cost. If it's a creature, it has haste.)
|
||||
SetInfo:FUT Uncommon
|
||||
Reference in New Issue
Block a user