mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
@@ -3,6 +3,6 @@ ManaCost:2 B
|
||||
Types:Creature Phyrexian Horror
|
||||
PT:2/2
|
||||
K:Swampwalk
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigLoseLife | TriggerDescription$ When CARDNAME is dies, each opponent loses 2 life.
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigLoseLife | TriggerDescription$ When CARDNAME dies, each opponent loses 2 life.
|
||||
SVar:TrigLoseLife:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 2
|
||||
Oracle:Swampwalk (This creature can't be blocked as long as defending player controls a Swamp.)\nWhen Blistergrub dies, each opponent loses 2 life.
|
||||
|
||||
@@ -3,6 +3,6 @@ ManaCost:W U B R G
|
||||
Types:Legendary Creature Avatar
|
||||
PT:6/6
|
||||
K:Trample
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDestroyAll | TriggerDescription$ When CARDNAME is dies, destroy all nonland permanents. They can't be regenerated.
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDestroyAll | TriggerDescription$ When CARDNAME dies, destroy all nonland permanents. They can't be regenerated.
|
||||
SVar:TrigDestroyAll:DB$ DestroyAll | ValidCards$ Permanent.nonLand | NoRegen$ True
|
||||
Oracle:Trample\nWhen Child of Alara dies, destroy all nonland permanents. They can't be regenerated.
|
||||
|
||||
@@ -2,6 +2,6 @@ Name:Disease Carriers
|
||||
ManaCost:2 B B
|
||||
Types:Creature Rat
|
||||
PT:2/2
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME is dies, target creature gets -2/-2 until end of turn.
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME dies, target creature gets -2/-2 until end of turn.
|
||||
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -2 | NumDef$ -2 | IsCurse$ True
|
||||
Oracle:When Disease Carriers dies, target creature gets -2/-2 until end of turn.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Name:Gatewatch Beacon
|
||||
ManaCost:2 W
|
||||
Types:Artifact
|
||||
K:etbCounter:LOYALTY:6
|
||||
K:etbCounter:LOYALTY:3
|
||||
A:AB$ Mana | Cost$ T | Produced$ W | SpellDescription$ Add {W}.
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Planeswalker.YouCtrl | IsPresent$ Card.Self+counters_GE1_LOYALTY | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigMoveCounter | TriggerDescription$ Whenever a planeswalker enters the battlefield under your control, if CARDNAME has loyalty counters on it, you may move a loyalty counter from CARDNAME onto that planeswalker.
|
||||
SVar:TrigMoveCounter:DB$ MoveCounter | Source$ Self | Defined$ TriggeredCardLKICopy | CounterType$ LOYALTY
|
||||
|
||||
@@ -3,6 +3,6 @@ ManaCost:4
|
||||
Types:Artifact Creature Scarecrow
|
||||
PT:2/2
|
||||
K:Wither
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigPutCounters | TriggerDescription$ When CARDNAME is dies, put a -1/-1 counter on each creature with a -1/-1 counter on it.
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigPutCounters | TriggerDescription$ When CARDNAME dies, put a -1/-1 counter on each creature with a -1/-1 counter on it.
|
||||
SVar:TrigPutCounters:DB$ PutCounterAll | ValidCards$ Creature.counters_GE1_M1M1 | CounterType$ M1M1 | CounterNum$ 1
|
||||
Oracle:Wither (This deals damage to creatures in the form of -1/-1 counters.)\nWhen Lockjaw Snapper dies, put a -1/-1 counter on each creature with a -1/-1 counter on it.
|
||||
|
||||
@@ -4,7 +4,7 @@ Types:Creature Wurm
|
||||
PT:7/7
|
||||
K:Trample
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ When CARDNAME enters the battlefield, you gain 7 life.
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME is dies, draw a card.
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME dies, draw a card.
|
||||
SVar:TrigDraw:DB$ Draw | Defined$ TriggeredCardController | NumCards$ 1
|
||||
SVar:TrigGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 7
|
||||
Oracle:Trample\nWhen Pelakka Wurm enters the battlefield, you gain 7 life.\nWhen Pelakka Wurm dies, draw a card.
|
||||
|
||||
@@ -2,6 +2,6 @@ Name:Sell-Sword Brute
|
||||
ManaCost:1 R
|
||||
Types:Creature Human Mercenary
|
||||
PT:2/2
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDealDamage | TriggerDescription$ When CARDNAME is dies, it deals 2 damage to you.
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDealDamage | TriggerDescription$ When CARDNAME dies, it deals 2 damage to you.
|
||||
SVar:TrigDealDamage:DB$ DealDamage | Defined$ TriggeredCardController | NumDmg$ 2
|
||||
Oracle:When Sell-Sword Brute dies, it deals 2 damage to you.
|
||||
|
||||
Reference in New Issue
Block a user