mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fix Epochrasite not gaining Suspend properly
This commit is contained in:
@@ -8,6 +8,6 @@ SVar:ETBCounterDBSVar:DB$ ChangeZone | Hidden$ True | Origin$ All | Destination$
|
|||||||
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigExile | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, exile it with three time counters on it and it gains suspend.
|
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigExile | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, exile it with three time counters on it and it gains suspend.
|
||||||
SVar:TrigExile:AB$ ChangeZone | Cost$ 0 | Defined$ TriggeredCard | Origin$ Graveyard | Destination$ Exile | SubAbility$ DBPutCounter
|
SVar:TrigExile:AB$ ChangeZone | Cost$ 0 | Defined$ TriggeredCard | Origin$ Graveyard | Destination$ Exile | SubAbility$ DBPutCounter
|
||||||
SVar:DBPutCounter:DB$ PutCounter | Defined$ TriggeredCard | CounterType$ TIME | CounterNum$ 3 | SubAbility$ GiveSuspend
|
SVar:DBPutCounter:DB$ PutCounter | Defined$ TriggeredCard | CounterType$ TIME | CounterNum$ 3 | SubAbility$ GiveSuspend
|
||||||
SVar:GiveSuspend:DB$ Pump | Defined$ Self | KW$ Suspend | PumpZone$ Exile | Permanent$ True
|
SVar:GiveSuspend:DB$ Pump | Defined$ TriggeredCard | KW$ Suspend | PumpZone$ Exile | Permanent$ True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/epochrasite.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/epochrasite.jpg
|
||||||
Oracle:Epochrasite enters the battlefield with three +1/+1 counters on it if you didn't cast it from your hand.\nWhen Epochrasite dies, exile it with three time counters on it and it gains suspend. (At the beginning of your upkeep, remove a time counter. When the last is removed, cast this card without paying its mana cost. It has haste.)
|
Oracle:Epochrasite enters the battlefield with three +1/+1 counters on it if you didn't cast it from your hand.\nWhen Epochrasite dies, exile it with three time counters on it and it gains suspend. (At the beginning of your upkeep, remove a time counter. When the last is removed, cast this card without paying its mana cost. It has haste.)
|
||||||
|
|||||||
Reference in New Issue
Block a user