mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
update
This commit is contained in:
@@ -9,7 +9,7 @@ SVar:ChangeZoneDB:DB$ ChangeZone | Origin$ Hand | Destination$ Library | ChangeN
|
|||||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME dies, exile the top card of your library. Target opponent loses life equal to its mana value. If it's an instant or sorcery card, you may cast it without paying its mana cost.
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME dies, exile the top card of your library. Target opponent loses life equal to its mana value. If it's an instant or sorcery card, you may cast it without paying its mana cost.
|
||||||
SVar:TrigExile:DB$ Dig | DigNum$ 1 | ChangeNum$ All | DestinationZone$ Exile | RememberChanged$ True | SubAbility$ DBLoseLife
|
SVar:TrigExile:DB$ Dig | DigNum$ 1 | ChangeNum$ All | DestinationZone$ Exile | RememberChanged$ True | SubAbility$ DBLoseLife
|
||||||
SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ X | ValidTgts$ Opponent | SubAbility$ DBPlay
|
SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ X | ValidTgts$ Opponent | SubAbility$ DBPlay
|
||||||
SVar:DBPlay:DB$ Play | Defined$ Remembered | ValidSA$ Spell | WithoutManaCost$ True | Optional$ True | SubAbility$ DBCleanup
|
SVar:DBPlay:DB$ Play | Defined$ Remembered | ConditionCheckSVar$ Z | ConditionSVarCompare$ EQ1 | ValidSA$ Spell | WithoutManaCost$ True | Optional$ True | SubAbility$ DBCleanup
|
||||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
SVar:X:Remembered$CardManaCost
|
SVar:X:Remembered$CardManaCost
|
||||||
SVar:Z:Remembered$Valid Instant,Sorcery
|
SVar:Z:Remembered$Valid Instant,Sorcery
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ ManaCost:no cost
|
|||||||
Colors:red,white
|
Colors:red,white
|
||||||
Types:Creature Phyrexian Cleric
|
Types:Creature Phyrexian Cleric
|
||||||
PT:3/3
|
PT:3/3
|
||||||
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigCopy | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks, create a tapped and attacking token that's a copy of it.
|
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigCopy | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks, create a tapped and attacking token that's a copy of it. Put a +1/+1 counter on that token for each +1/+1 counter on CARDNAME. Sacrifice that token at the beginning of the next end step.
|
||||||
SVar:TrigCopy:DB$ CopyPermanent | TokenTapped$ True | TokenAttacking$ True | Defined$ Self | NumCopies$ 1 | AtEOT$ Sacrifice | RememberTokens$ True | SubAbility$ DBCounter
|
SVar:TrigCopy:DB$ CopyPermanent | TokenTapped$ True | TokenAttacking$ True | Defined$ Self | NumCopies$ 1 | AtEOT$ Sacrifice | RememberTokens$ True | SubAbility$ DBCounter
|
||||||
SVar:DBCounter:DB$ PutCounter | Defined$ Remembered | CounterNum$ X | CounterType$ P1P1 | SubAbility$ DBCleanup | SpellDescription$ Put a +1/+1 counter on that token for each +1/+1 counter on CARDNAME. Sacrifice that token at the beginning of the next end step.
|
SVar:DBCounter:DB$ PutCounter | Defined$ Remembered | CounterNum$ X | CounterType$ P1P1 | SubAbility$ DBCleanup
|
||||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
SVar:X:Count$CardCounters.P1P1
|
SVar:X:Count$CardCounters.P1P1
|
||||||
DeckHas:Ability$Token|Counters
|
DeckHas:Ability$Token|Counters
|
||||||
|
|||||||
Reference in New Issue
Block a user