mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Migrate upcoming card scripts
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
Name:Adorned Crocodile
|
Name:Adorned Crocodile
|
||||||
ManaCost:4 B
|
ManaCost:4 B
|
||||||
Types:Creature Crocodile
|
Types:Creature Crocodile
|
||||||
PT:5/3
|
PT:5/3
|
||||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When this creature dies, create a 2/2 black Zombie Druid creature token.
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When this creature dies, create a 2/2 black Zombie Druid creature token.
|
||||||
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie_druid | TokenOwner$ You
|
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie_druid | TokenOwner$ You
|
||||||
A:AB$ PutCounter | PrecostDesc$ Renew — | Cost$ B ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ P1P1 | CounterNum$ 1 | SorcerySpeed$ True | SpellDescription$ Put a +1/+1 counter on target creature. Activate only as a sorcery.
|
A:AB$ PutCounter | PrecostDesc$ Renew — | Cost$ B ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ P1P1 | CounterNum$ 1 | SorcerySpeed$ True | SpellDescription$ Put a +1/+1 counter on target creature. Activate only as a sorcery.
|
||||||
Oracle:When this creature dies, create a 2/2 black Zombie Druid creature token.\nRenew — {B}, Exile this card from your graveyard: Put a +1/+1 counter on target creature. Activate only as a sorcery.
|
Oracle:When this creature dies, create a 2/2 black Zombie Druid creature token.\nRenew — {B}, Exile this card from your graveyard: Put a +1/+1 counter on target creature. Activate only as a sorcery.
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
Name:Aggressive Negotiations
|
Name:Aggressive Negotiations
|
||||||
ManaCost:2 B
|
ManaCost:2 B
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ ChangeZone | Origin$ Hand | Destination$ Exile | DefinedPlayer$ Targeted | ValidTgts$ Opponent | Chooser$ You | ChangeType$ Card.nonLand | ChangeNum$ 1 | IsCurse$ True | Mandatory$ True | SubAbility$ DBPutCounter | StackDescription$ SpellDescription | SpellDescription$ Target opponent reveals their hand. You choose a nonland card from it and exile that card. Put a +1/+1 counter on up to one target creature you control.
|
A:SP$ ChangeZone | Origin$ Hand | Destination$ Exile | DefinedPlayer$ Targeted | ValidTgts$ Opponent | Chooser$ You | ChangeType$ Card.nonLand | ChangeNum$ 1 | IsCurse$ True | Mandatory$ True | SubAbility$ DBPutCounter | StackDescription$ SpellDescription | SpellDescription$ Target opponent reveals their hand. You choose a nonland card from it and exile that card. Put a +1/+1 counter on up to one target creature you control.
|
||||||
SVar:DBPutCounter:DB$ PutCounter | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select up to one target creature you control | TargetMin$ 0 | TargetMax$ 1 | CounterType$ P1P1 | CounterNum$ 1
|
SVar:DBPutCounter:DB$ PutCounter | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select up to one target creature you control | TargetMin$ 0 | TargetMax$ 1 | CounterType$ P1P1 | CounterNum$ 1
|
||||||
Oracle:Target opponent reveals their hand. You choose a nonland card from it and exile that card. Put a +1/+1 counter on up to one target creature you control.
|
Oracle:Target opponent reveals their hand. You choose a nonland card from it and exile that card. Put a +1/+1 counter on up to one target creature you control.
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
Name:Ainok Wayfarer
|
Name:Ainok Wayfarer
|
||||||
ManaCost:1 G
|
ManaCost:1 G
|
||||||
Types:Creature Dog Scout
|
Types:Creature Dog Scout
|
||||||
PT:1/1
|
PT:1/1
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMill | TriggerDescription$ When this creature enters, mill three cards. You may put a land card from among them into your hand. If you don't, put a +1/+1 counter on this creature. (To mill three cards, put the top three cards of your library into your graveyard.)
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMill | TriggerDescription$ When this creature enters, mill three cards. You may put a land card from among them into your hand. If you don't, put a +1/+1 counter on this creature. (To mill three cards, put the top three cards of your library into your graveyard.)
|
||||||
SVar:TrigMill:DB$ Mill | NumCards$ 3 | RememberMilled$ True | SubAbility$ DBChangeZone
|
SVar:TrigMill:DB$ Mill | NumCards$ 3 | RememberMilled$ True | SubAbility$ DBChangeZone
|
||||||
SVar:DBChangeZone:DB$ ChangeZone | Hidden$ True | Origin$ Graveyard,Exile | Destination$ Hand | ChangeType$ Land.IsRemembered | SelectPrompt$ You may select a land card | RememberChanged$ True | ForgetOtherRemembered$ True | SubAbility$ DBPutCounter
|
SVar:DBChangeZone:DB$ ChangeZone | Hidden$ True | Origin$ Graveyard,Exile | Destination$ Hand | ChangeType$ Land.IsRemembered | SelectPrompt$ You may select a land card | RememberChanged$ True | ForgetOtherRemembered$ True | SubAbility$ DBPutCounter
|
||||||
SVar:DBPutCounter:DB$ PutCounter | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ0 | CounterType$ P1P1 | SubAbility$ DBCleanup
|
SVar:DBPutCounter:DB$ PutCounter | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ0 | CounterType$ P1P1 | SubAbility$ DBCleanup
|
||||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
DeckHas:Ability$Mill|Counters
|
DeckHas:Ability$Mill|Counters
|
||||||
Oracle:When this creature enters, mill three cards. You may put a land card from among them into your hand. If you don't, put a +1/+1 counter on this creature. (To mill three cards, put the top three cards of your library into your graveyard.)
|
Oracle:When this creature enters, mill three cards. You may put a land card from among them into your hand. If you don't, put a +1/+1 counter on this creature. (To mill three cards, put the top three cards of your library into your graveyard.)
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Alchemist's Assistant
|
Name:Alchemist's Assistant
|
||||||
ManaCost:1 B
|
ManaCost:1 B
|
||||||
Types:Creature Monkey
|
Types:Creature Monkey
|
||||||
PT:2/1
|
PT:2/1
|
||||||
K:Lifelink
|
K:Lifelink
|
||||||
A:AB$ PutCounter | PrecostDesc$ Renew — | Cost$ B ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ Lifelink | CounterNum$ 1 | SorcerySpeed$ True | SpellDescription$ Put a lifelink counter on target creature. Activate only as a sorcery.
|
A:AB$ PutCounter | PrecostDesc$ Renew — | Cost$ B ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ Lifelink | CounterNum$ 1 | SorcerySpeed$ True | SpellDescription$ Put a lifelink counter on target creature. Activate only as a sorcery.
|
||||||
Oracle:Lifelink\nRenew — {1}{B}, Exile this card from your graveyard: Put a lifelink counter on target creature. Activate only as a sorcery.
|
Oracle:Lifelink\nRenew — {1}{B}, Exile this card from your graveyard: Put a lifelink counter on target creature. Activate only as a sorcery.
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
Name:Arashin Sunshield
|
Name:Arashin Sunshield
|
||||||
ManaCost:3 W
|
ManaCost:3 W
|
||||||
Types:Creature Human Warrior
|
Types:Creature Human Warrior
|
||||||
PT:3/4
|
PT:3/4
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When this creature enters, exile up to two target cards from a single graveyard.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When this creature enters, exile up to two target cards from a single graveyard.
|
||||||
SVar:TrigChange:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile | TargetMin$ 0 | TargetMax$ 2 | TargetsFromSingleZone$ True | ValidTgts$ Card | TgtPrompt$ Select up to two target cards from a single graveyard
|
SVar:TrigChange:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile | TargetMin$ 0 | TargetMax$ 2 | TargetsFromSingleZone$ True | ValidTgts$ Card | TgtPrompt$ Select up to two target cards from a single graveyard
|
||||||
A:AB$ Tap | Cost$ W T | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Tap target creature.
|
A:AB$ Tap | Cost$ W T | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Tap target creature.
|
||||||
DeckHas:Ability$Graveyard
|
DeckHas:Ability$Graveyard
|
||||||
Oracle:When this creature enters, exile up to two target cards from a single graveyard.\n{W}, {T}: Tap target creature.
|
Oracle:When this creature enters, exile up to two target cards from a single graveyard.\n{W}, {T}: Tap target creature.
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Champion of Dusan
|
Name:Champion of Dusan
|
||||||
ManaCost:2 G
|
ManaCost:2 G
|
||||||
Types:Creature Human Warrior
|
Types:Creature Human Warrior
|
||||||
PT:4/2
|
PT:4/2
|
||||||
K:Trample
|
K:Trample
|
||||||
A:AB$ PutCounter | PrecostDesc$ Renew — | Cost$ B ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterTypes$ P1P1,Trample | CounterNum$ 1 | SorcerySpeed$ True | SpellDescription$ Put a +1/+1 counter and a trample counter on target creature. Activate only as a sorcery.
|
A:AB$ PutCounter | PrecostDesc$ Renew — | Cost$ B ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterTypes$ P1P1,Trample | CounterNum$ 1 | SorcerySpeed$ True | SpellDescription$ Put a +1/+1 counter and a trample counter on target creature. Activate only as a sorcery.
|
||||||
Oracle:Trample\nRenew — {1}{G}, Exile this card from your graveyard: Put a +1/+1 counter and a trample counter on target creature. Activate only as a sorcery.
|
Oracle:Trample\nRenew — {1}{G}, Exile this card from your graveyard: Put a +1/+1 counter and a trample counter on target creature. Activate only as a sorcery.
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
Name:Constrictor Sage
|
Name:Constrictor Sage
|
||||||
ManaCost:4 U
|
ManaCost:4 U
|
||||||
Types:Creature Snake Wizard
|
Types:Creature Snake Wizard
|
||||||
PT:4/4
|
PT:4/4
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTap | TriggerDescription$ When this creature enters, tap target creature an opponent controls and put a stun counter on it. (If a permanent with a stun counter would become untapped, remove one from it instead.)
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTap | TriggerDescription$ When this creature enters, tap target creature an opponent controls and put a stun counter on it. (If a permanent with a stun counter would become untapped, remove one from it instead.)
|
||||||
SVar:TrigTap:DB$ Tap | ValidTgts$ Creature.OppCtrl | SubAbility$ DBPutCounter
|
SVar:TrigTap:DB$ Tap | ValidTgts$ Creature.OppCtrl | SubAbility$ DBPutCounter
|
||||||
A:AB$ Tap | PrecostDesc$ Renew — | Cost$ 2 U ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | SorcerySpeed$ True | SubAbility$ DBPutCounter | SpellDescription$ Tap target creature an opponent controls and put a stun counter on it. Activate only as a sorcery.
|
A:AB$ Tap | PrecostDesc$ Renew — | Cost$ 2 U ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | SorcerySpeed$ True | SubAbility$ DBPutCounter | SpellDescription$ Tap target creature an opponent controls and put a stun counter on it. Activate only as a sorcery.
|
||||||
SVar:DBPutCounter:DB$ PutCounter | Defined$ Targeted | CounterType$ Stun | CounterNum$ 1
|
SVar:DBPutCounter:DB$ PutCounter | Defined$ Targeted | CounterType$ Stun | CounterNum$ 1
|
||||||
Oracle:When this creature enters, tap target creature an opponent controls and put a stun counter on it. (If a permanent with a stun counter would become untapped, remove one from it instead.)\nRenew — {2}{U}, Exile this card from your graveyard: Tap target creature an opponent controls and put a stun counter on it. Activate only as a sorcery.
|
Oracle:When this creature enters, tap target creature an opponent controls and put a stun counter on it. (If a permanent with a stun counter would become untapped, remove one from it instead.)\nRenew — {2}{U}, Exile this card from your graveyard: Tap target creature an opponent controls and put a stun counter on it. Activate only as a sorcery.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name:Defibrillating Current
|
Name:Defibrillating Current
|
||||||
ManaCost:2R 2W 2B
|
ManaCost:2R 2W 2B
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ DealDamage | ValidTgts$ Creature,Planeswalker | TgtPrompt$ Select target creature or planeswalker | NumDmg$ 4 | SubAbility$ DBGainLife | SpellDescription$ CARDNAME deals 4 damage to target creature or planeswalker and you gain 2 life.
|
A:SP$ DealDamage | ValidTgts$ Creature,Planeswalker | TgtPrompt$ Select target creature or planeswalker | NumDmg$ 4 | SubAbility$ DBGainLife | SpellDescription$ CARDNAME deals 4 damage to target creature or planeswalker and you gain 2 life.
|
||||||
SVar:DBGainLife:DB$ GainLife | LifeAmount$ 2
|
SVar:DBGainLife:DB$ GainLife | LifeAmount$ 2
|
||||||
Oracle:Defibrillating Current deals 4 damage to target creature or planeswalker and you gain 2 life.
|
Oracle:Defibrillating Current deals 4 damage to target creature or planeswalker and you gain 2 life.
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
Name:Delta Bloodflies
|
Name:Delta Bloodflies
|
||||||
ManaCost:1 B
|
ManaCost:1 B
|
||||||
Types:Creature Insect
|
Types:Creature Insect
|
||||||
PT:1/2
|
PT:1/2
|
||||||
K:Flying
|
K:Flying
|
||||||
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | IsPresent$ Creature.YouCtrl+HasCounters | Execute$ TrigLoseLife | TriggerDescription$ Whenever this creature attacks, if you control a creature with a counter on it, each opponent loses 1 life.
|
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | IsPresent$ Creature.YouCtrl+HasCounters | Execute$ TrigLoseLife | TriggerDescription$ Whenever this creature attacks, if you control a creature with a counter on it, each opponent loses 1 life.
|
||||||
SVar:TrigLoseLife:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 1
|
SVar:TrigLoseLife:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 1
|
||||||
Oracle:Flying\nWhenever this creature attacks, if you control a creature with a counter on it, each opponent loses 1 life.
|
Oracle:Flying\nWhenever this creature attacks, if you control a creature with a counter on it, each opponent loses 1 life.
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
Name:Dragon Sniper
|
Name:Dragon Sniper
|
||||||
ManaCost:G
|
ManaCost:G
|
||||||
Types:Creature Human Archer
|
Types:Creature Human Archer
|
||||||
PT:1/1
|
PT:1/1
|
||||||
K:Vigilance
|
K:Vigilance
|
||||||
K:Reach
|
K:Reach
|
||||||
K:Deathtouch
|
K:Deathtouch
|
||||||
Oracle:Vigilance, reach, deathtouch
|
Oracle:Vigilance, reach, deathtouch
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Dragonclaw Strike
|
Name:Dragonclaw Strike
|
||||||
ManaCost:2G 2U 2R
|
ManaCost:2G 2U 2R
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ Pump | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | NumAtt$ Double | NumDef$ Double | SubAbility$ DBFight | SpellDescription$ Double the power and toughness of target creature you control until end of turn. Then it fights up to one target creature an opponent controls. (Each deals damage equal to its power to the other.)
|
A:SP$ Pump | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | NumAtt$ Double | NumDef$ Double | SubAbility$ DBFight | SpellDescription$ Double the power and toughness of target creature you control until end of turn. Then it fights up to one target creature an opponent controls. (Each deals damage equal to its power to the other.)
|
||||||
SVar:DBFight:DB$ Fight | Defined$ ParentTarget | ValidTgts$ Creature.OppCtrl | TargetMin$ 0 | TargetMax$ 1 | TgtPrompt$ Select up to one target creature an opponent controls
|
SVar:DBFight:DB$ Fight | Defined$ ParentTarget | ValidTgts$ Creature.OppCtrl | TargetMin$ 0 | TargetMax$ 1 | TgtPrompt$ Select up to one target creature an opponent controls
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
Oracle:Double the power and toughness of target creature you control until end of turn. Then it fights up to one target creature an opponent controls. (Each deals damage equal to its power to the other.)
|
Oracle:Double the power and toughness of target creature you control until end of turn. Then it fights up to one target creature an opponent controls. (Each deals damage equal to its power to the other.)
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
Name:Fleeting Effigy
|
Name:Fleeting Effigy
|
||||||
ManaCost:R
|
ManaCost:R
|
||||||
Types:Creature Elemental
|
Types:Creature Elemental
|
||||||
PT:2/2
|
PT:2/2
|
||||||
K:Haste
|
K:Haste
|
||||||
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigReturn | TriggerDescription$ At the beginning of your end step, return this creature to its owner's hand. (Return it only if it's on the battlefield.)
|
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigReturn | TriggerDescription$ At the beginning of your end step, return this creature to its owner's hand. (Return it only if it's on the battlefield.)
|
||||||
SVar:TrigReturn:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Hand
|
SVar:TrigReturn:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Hand
|
||||||
A:AB$ Pump | Cost$ 2 R | NumAtt$ +2 | SpellDescription$ This creature gets +2/+0 until end of turn.
|
A:AB$ Pump | Cost$ 2 R | NumAtt$ +2 | SpellDescription$ This creature gets +2/+0 until end of turn.
|
||||||
Oracle:Haste\nAt the beginning of your end step, return this creature to its owner's hand. (Return it only if it's on the battlefield.)\n{2}{R}: This creature gets +2/+0 until end of turn.
|
Oracle:Haste\nAt the beginning of your end step, return this creature to its owner's hand. (Return it only if it's on the battlefield.)\n{2}{R}: This creature gets +2/+0 until end of turn.
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
Name:Focus the Mind
|
Name:Focus the Mind
|
||||||
ManaCost:4 U
|
ManaCost:4 U
|
||||||
Types:Instant
|
Types:Instant
|
||||||
S:Mode$ ReduceCost | ValidCard$ Card.Self | EffectZone$ All | Type$ Spell | Amount$ 2 | CheckSVar$ X | SVarCompare$ GE1 | Description$ This spell costs {2} less to cast if you've cast another spell this turn.
|
S:Mode$ ReduceCost | ValidCard$ Card.Self | EffectZone$ All | Type$ Spell | Amount$ 2 | CheckSVar$ X | SVarCompare$ GE1 | Description$ This spell costs {2} less to cast if you've cast another spell this turn.
|
||||||
A:SP$ Draw | NumCards$ 3 | SubAbility$ DBDiscard | SpellDescription$ Draw three cards, then discard a card.
|
A:SP$ Draw | NumCards$ 3 | SubAbility$ DBDiscard | SpellDescription$ Draw three cards, then discard a card.
|
||||||
SVar:DBDiscard:DB$ Discard | Defined$ You | NumCards$ 1 | Mode$ TgtChoose
|
SVar:DBDiscard:DB$ Discard | Defined$ You | NumCards$ 1 | Mode$ TgtChoose
|
||||||
SVar:X:Count$ThisTurnCast_Card.YouCtrl
|
SVar:X:Count$ThisTurnCast_Card.YouCtrl
|
||||||
DeckHas:Ability$Discard
|
DeckHas:Ability$Discard
|
||||||
Oracle:This spell costs {2} less to cast if you've cast another spell this turn.\nDraw three cards, then discard a card.
|
Oracle:This spell costs {2} less to cast if you've cast another spell this turn.\nDraw three cards, then discard a card.
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
Name:Formation Breaker
|
Name:Formation Breaker
|
||||||
ManaCost:1 G
|
ManaCost:1 G
|
||||||
Types:Creature Beast
|
Types:Creature Beast
|
||||||
PT:2/1
|
PT:2/1
|
||||||
S:Mode$ CantBlockBy | ValidAttacker$ Creature.Self | ValidBlocker$ Creature.powerLTX | Description$ Creatures with power less than this creature's power can't block it.
|
S:Mode$ CantBlockBy | ValidAttacker$ Creature.Self | ValidBlocker$ Creature.powerLTX | Description$ Creatures with power less than this creature's power can't block it.
|
||||||
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 1 | AddToughness$ 2 | IsPresent$ Creature.YouCtrl+HasCounters | Description$ As long as you control a creature with a counter on it, this creature gets +1/+2.
|
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 1 | AddToughness$ 2 | IsPresent$ Creature.YouCtrl+HasCounters | Description$ As long as you control a creature with a counter on it, this creature gets +1/+2.
|
||||||
SVar:X:Count$CardPower
|
SVar:X:Count$CardPower
|
||||||
Oracle:Creatures with power less than this creature's power can't block it.\nAs long as you control a creature with a counter on it, this creature gets +1/+2.
|
Oracle:Creatures with power less than this creature's power can't block it.\nAs long as you control a creature with a counter on it, this creature gets +1/+2.
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Furious Forebear
|
Name:Furious Forebear
|
||||||
ManaCost:1 W
|
ManaCost:1 W
|
||||||
Types:Creature Spirit Warrior
|
Types:Creature Spirit Warrior
|
||||||
PT:4/3
|
PT:4/3
|
||||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouCtrl | TriggerZones$ Graveyard | Execute$ TrigChangeZone | TriggerDescription$ Whenever a creature you control dies while this card is in your graveyard, you may pay {1}{W}. If you do, return this card from your graveyard to your hand.
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouCtrl | TriggerZones$ Graveyard | Execute$ TrigChangeZone | TriggerDescription$ Whenever a creature you control dies while this card is in your graveyard, you may pay {1}{W}. If you do, return this card from your graveyard to your hand.
|
||||||
SVar:TrigChangeZone:AB$ ChangeZone | Cost$ 1 W | Defined$ Self | Origin$ Graveyard | Destination$ Hand
|
SVar:TrigChangeZone:AB$ ChangeZone | Cost$ 1 W | Defined$ Self | Origin$ Graveyard | Destination$ Hand
|
||||||
Oracle:Whenever a creature you control dies while this card is in your graveyard, you may pay {1}{W}. If you do, return this card from your graveyard to your hand.
|
Oracle:Whenever a creature you control dies while this card is in your graveyard, you may pay {1}{W}. If you do, return this card from your graveyard to your hand.
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
Name:Gurmag Rakshasa
|
Name:Gurmag Rakshasa
|
||||||
ManaCost:4 B B
|
ManaCost:4 B B
|
||||||
Types:Creature Demon
|
Types:Creature Demon
|
||||||
PT:5/5
|
PT:5/5
|
||||||
K:Menace
|
K:Menace
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When this creature enters, target creature an opponent controls gets -2/-2 until end of turn and target creature you control gets +2/+2 until end of turn.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When this creature enters, target creature an opponent controls gets -2/-2 until end of turn and target creature you control gets +2/+2 until end of turn.
|
||||||
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | NumAtt$ -2 | NumDef$ -2 | IsCurse$ True | SubAbility$ DBPump
|
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | NumAtt$ -2 | NumDef$ -2 | IsCurse$ True | SubAbility$ DBPump
|
||||||
SVar:DBPump:DB$ Pump | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | NumAtt$ +2 | NumDef$ +2
|
SVar:DBPump:DB$ Pump | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | NumAtt$ +2 | NumDef$ +2
|
||||||
Oracle:Menace (This creature can't be blocked except by two or more creatures.)\nWhen this creature enters, target creature an opponent controls gets -2/-2 until end of turn and target creature you control gets +2/+2 until end of turn.
|
Oracle:Menace (This creature can't be blocked except by two or more creatures.)\nWhen this creature enters, target creature an opponent controls gets -2/-2 until end of turn and target creature you control gets +2/+2 until end of turn.
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
Name:Highspire Bell-Ringer
|
Name:Highspire Bell-Ringer
|
||||||
ManaCost:2 U
|
ManaCost:2 U
|
||||||
Types:Creature Djinn Monk
|
Types:Creature Djinn Monk
|
||||||
PT:1/4
|
PT:1/4
|
||||||
K:Flying
|
K:Flying
|
||||||
S:Mode$ ReduceCost | ValidCard$ Card | Type$ Spell | Activator$ You | Amount$ 1 | CheckSVar$ YouCastThisTurn | SVarCompare$ EQ1 | Description$ The second spell you cast each turn costs {1} less to cast.
|
S:Mode$ ReduceCost | ValidCard$ Card | Type$ Spell | Activator$ You | Amount$ 1 | CheckSVar$ YouCastThisTurn | SVarCompare$ EQ1 | Description$ The second spell you cast each turn costs {1} less to cast.
|
||||||
SVar:YouCastThisTurn:Count$ThisTurnCast_Card.YouCtrl
|
SVar:YouCastThisTurn:Count$ThisTurnCast_Card.YouCtrl
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
Oracle:Flying\nThe second spell you cast each turn costs {1} less to cast.
|
Oracle:Flying\nThe second spell you cast each turn costs {1} less to cast.
|
||||||
@@ -1,14 +1,14 @@
|
|||||||
Name:Hundred-Battle Veteran
|
Name:Hundred-Battle Veteran
|
||||||
ManaCost:3 B
|
ManaCost:3 B
|
||||||
Types:Creature Zombie Warrior
|
Types:Creature Zombie Warrior
|
||||||
PT:4/2
|
PT:4/2
|
||||||
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 2 | AddToughness$ 4 | CheckSVar$ X | SVarCompare$ GE3 | Description$ As long as there are three or more different kinds of counters among creatures you control, this creature gets +2/+4.
|
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 2 | AddToughness$ 4 | CheckSVar$ X | SVarCompare$ GE3 | Description$ As long as there are three or more different kinds of counters among creatures you control, this creature gets +2/+4.
|
||||||
S:Mode$ Continuous | Affected$ Card.Self | AffectedZone$ Graveyard | EffectZone$ Graveyard | MayPlay$ True | Description$ You may cast this card from your graveyard. If you do, it enters with a finality counter on it. (If a creature with a finality counter on it would die, exile it instead.)
|
S:Mode$ Continuous | Affected$ Card.Self | AffectedZone$ Graveyard | EffectZone$ Graveyard | MayPlay$ True | Description$ You may cast this card from your graveyard. If you do, it enters with a finality counter on it. (If a creature with a finality counter on it would die, exile it instead.)
|
||||||
T:Mode$ SpellCast | ValidCard$ Card | ValidSA$ Spell.MayPlaySource | Static$ True | Execute$ ReplEffAddCounter | TriggerZones$ Stack | Secondary$ True | TriggerDescription$ You may cast this card from your graveyard. If you do, it enters with a finality counter on it. (If a creature with a finality counter on it would die, exile it instead.)
|
T:Mode$ SpellCast | ValidCard$ Card | ValidSA$ Spell.MayPlaySource | Static$ True | Execute$ ReplEffAddCounter | TriggerZones$ Stack | Secondary$ True | TriggerDescription$ You may cast this card from your graveyard. If you do, it enters with a finality counter on it. (If a creature with a finality counter on it would die, exile it instead.)
|
||||||
SVar:ReplEffAddCounter:DB$ Effect | ReplacementEffects$ ETBAddCounter | RememberObjects$ TriggeredCard
|
SVar:ReplEffAddCounter:DB$ Effect | ReplacementEffects$ ETBAddCounter | RememberObjects$ TriggeredCard
|
||||||
SVar:ETBAddCounter:Event$ Moved | Origin$ Stack | Destination$ Battlefield | ValidCard$ Card.IsRemembered | ReplaceWith$ ETBAddExtraCounter | ReplacementResult$ Updated
|
SVar:ETBAddCounter:Event$ Moved | Origin$ Stack | Destination$ Battlefield | ValidCard$ Card.IsRemembered | ReplaceWith$ ETBAddExtraCounter | ReplacementResult$ Updated
|
||||||
SVar:ETBAddExtraCounter:DB$ PutCounter | ETB$ True | Defined$ ReplacedCard | CounterType$ FINALITY | CounterNum$ 1
|
SVar:ETBAddExtraCounter:DB$ PutCounter | ETB$ True | Defined$ ReplacedCard | CounterType$ FINALITY | CounterNum$ 1
|
||||||
SVar:X:Count$DifferentCounterKinds_Creature.YouCtrl
|
SVar:X:Count$DifferentCounterKinds_Creature.YouCtrl
|
||||||
DeckHas:Ability$Graveyard|Counters
|
DeckHas:Ability$Graveyard|Counters
|
||||||
DeckNeeds:Ability$Counters
|
DeckNeeds:Ability$Counters
|
||||||
Oracle:As long as there are three or more different kinds of counters among creatures you control, this creature gets +2/+4.\nYou may cast this card from your graveyard. If you do, it enters with a finality counter on it. (If a creature with a finality counter on it would die, exile it instead.)
|
Oracle:As long as there are three or more different kinds of counters among creatures you control, this creature gets +2/+4.\nYou may cast this card from your graveyard. If you do, it enters with a finality counter on it. (If a creature with a finality counter on it would die, exile it instead.)
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Iceridge Serpent
|
Name:Iceridge Serpent
|
||||||
ManaCost:4 U
|
ManaCost:4 U
|
||||||
Types:Creature Serpent
|
Types:Creature Serpent
|
||||||
PT:3/3
|
PT:3/3
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When this creature enters, return target creature an opponent controls to its owner's hand.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When this creature enters, return target creature an opponent controls to its owner's hand.
|
||||||
SVar:TrigChangeZone:DB$ ChangeZone | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | Origin$ Battlefield | Destination$ Hand
|
SVar:TrigChangeZone:DB$ ChangeZone | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | Origin$ Battlefield | Destination$ Hand
|
||||||
Oracle:When this creature enters, return target creature an opponent controls to its owner's hand.
|
Oracle:When this creature enters, return target creature an opponent controls to its owner's hand.
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
Name:Inspirited Vanguard
|
Name:Inspirited Vanguard
|
||||||
ManaCost:4 G
|
ManaCost:4 G
|
||||||
Types:Creature Human Soldier
|
Types:Creature Human Soldier
|
||||||
PT:3/2
|
PT:3/2
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEndure | TriggerDescription$ Whenever this creature enters or attacks, it endures 2. (Put two +1/+1 counters on it or create a 2/2 white Spirit creature token.)
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEndure | TriggerDescription$ Whenever this creature enters or attacks, it endures 2. (Put two +1/+1 counters on it or create a 2/2 white Spirit creature token.)
|
||||||
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigEndure | Secondary$ True | TriggerDescription$ Whenever this creature enters or attacks, it endures 2. (Put two +1/+1 counters on it or create a 2/2 white Spirit creature token.)
|
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigEndure | Secondary$ True | TriggerDescription$ Whenever this creature enters or attacks, it endures 2. (Put two +1/+1 counters on it or create a 2/2 white Spirit creature token.)
|
||||||
SVar:TrigEndure:DB$ Endure | Num$ 2
|
SVar:TrigEndure:DB$ Endure | Num$ 2
|
||||||
Oracle:Whenever this creature enters or attacks, it endures 2. (Put two +1/+1 counters on it or create a 2/2 white Spirit creature token.)
|
Oracle:Whenever this creature enters or attacks, it endures 2. (Put two +1/+1 counters on it or create a 2/2 white Spirit creature token.)
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Iridescent Tiger
|
Name:Iridescent Tiger
|
||||||
ManaCost:4 R
|
ManaCost:4 R
|
||||||
Types:Creature Cat
|
Types:Creature Cat
|
||||||
PT:3/4
|
PT:3/4
|
||||||
T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self+wasCastByYou | Execute$ TrigMana | TriggerDescription$ When this creature enters, if you cast it, add {W}{U}{B}{R}{G}.
|
T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self+wasCastByYou | Execute$ TrigMana | TriggerDescription$ When this creature enters, if you cast it, add {W}{U}{B}{R}{G}.
|
||||||
SVar:TrigMana:DB$ Mana | Produced$ W U B R G
|
SVar:TrigMana:DB$ Mana | Produced$ W U B R G
|
||||||
Oracle:When this creature enters, if you cast it, add {W}{U}{B}{R}{G}.
|
Oracle:When this creature enters, if you cast it, add {W}{U}{B}{R}{G}.
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
Name:Kin-Tree Nurturer
|
Name:Kin-Tree Nurturer
|
||||||
ManaCost:2 B
|
ManaCost:2 B
|
||||||
Types:Creature Human Druid
|
Types:Creature Human Druid
|
||||||
PT:2/1
|
PT:2/1
|
||||||
K:Lifelink
|
K:Lifelink
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEndure | TriggerDescription$ When this creature enters, it endures 1. (Put a +1/+1 counter on it or create a 1/1 white Spirit creature token.)
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEndure | TriggerDescription$ When this creature enters, it endures 1. (Put a +1/+1 counter on it or create a 1/1 white Spirit creature token.)
|
||||||
SVar:TrigEndure:DB$ Endure | Num$ 1
|
SVar:TrigEndure:DB$ Endure | Num$ 1
|
||||||
Oracle:Lifelink\nWhen this creature enters, it endures 1. (Put a +1/+1 counter on it or create a 1/1 white Spirit creature token.)
|
Oracle:Lifelink\nWhen this creature enters, it endures 1. (Put a +1/+1 counter on it or create a 1/1 white Spirit creature token.)
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Knockout Maneuver
|
Name:Knockout Maneuver
|
||||||
ManaCost:2 G
|
ManaCost:2 G
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ PutCounter | ValidTgts$ Creature.YouCtrl | CounterType$ P1P1 | TgtPrompt$ Select target creature you control | SubAbility$ DBDamage | AILogic$ PowerDmg | StackDescription$ Put a +1/+1 counter on {c:ThisTargetedCard}. | SpellDescription$ Put a +1/+1 counter on target creature you control, then it deals damage equal to its power to target creature an opponent controls.
|
A:SP$ PutCounter | ValidTgts$ Creature.YouCtrl | CounterType$ P1P1 | TgtPrompt$ Select target creature you control | SubAbility$ DBDamage | AILogic$ PowerDmg | StackDescription$ Put a +1/+1 counter on {c:ThisTargetedCard}. | SpellDescription$ Put a +1/+1 counter on target creature you control, then it deals damage equal to its power to target creature an opponent controls.
|
||||||
SVar:DBDamage:DB$ DealDamage | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | NumDmg$ X | DamageSource$ ParentTarget | AILogic$ PowerDmg | StackDescription$ Then {c:ParentTarget} deals damage equal to its power to {c:ThisTargetedCard}.
|
SVar:DBDamage:DB$ DealDamage | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | NumDmg$ X | DamageSource$ ParentTarget | AILogic$ PowerDmg | StackDescription$ Then {c:ParentTarget} deals damage equal to its power to {c:ThisTargetedCard}.
|
||||||
SVar:X:ParentTargeted$CardPower
|
SVar:X:ParentTargeted$CardPower
|
||||||
Oracle:Put a +1/+1 counter on target creature you control, then it deals damage equal to its power to target creature an opponent controls.
|
Oracle:Put a +1/+1 counter on target creature you control, then it deals damage equal to its power to target creature an opponent controls.
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
Name:Lotuslight Dancers
|
Name:Lotuslight Dancers
|
||||||
ManaCost:2 B G U
|
ManaCost:2 B G U
|
||||||
Types:Creature Zombie Bard
|
Types:Creature Zombie Bard
|
||||||
PT:3/6
|
PT:3/6
|
||||||
K:Lifelink
|
K:Lifelink
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigSearch | TriggerDescription$ When this creature enters, search your library for a black card, a green card, and a blue card. Put those cards into your graveyard, then shuffle.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigSearch | TriggerDescription$ When this creature enters, search your library for a black card, a green card, and a blue card. Put those cards into your graveyard, then shuffle.
|
||||||
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | Destination$ Graveyard | ChangeType$ EACH Card.Black & Card.Green & Card.Blue | ChangeNum$ 1
|
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | Destination$ Graveyard | ChangeType$ EACH Card.Black & Card.Green & Card.Blue | ChangeNum$ 1
|
||||||
DeckHas:Ability$Graveyard
|
DeckHas:Ability$Graveyard
|
||||||
Oracle:Lifelink\nWhen this creature enters, search your library for a black card, a green card, and a blue card. Put those cards into your graveyard, then shuffle.
|
Oracle:Lifelink\nWhen this creature enters, search your library for a black card, a green card, and a blue card. Put those cards into your graveyard, then shuffle.
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
Name:Nightblade Brigade
|
Name:Nightblade Brigade
|
||||||
ManaCost:2 B
|
ManaCost:2 B
|
||||||
Types:Creature Goblin Soldier
|
Types:Creature Goblin Soldier
|
||||||
PT:1/3
|
PT:1/3
|
||||||
K:Deathtouch
|
K:Deathtouch
|
||||||
K:Mobilize:1
|
K:Mobilize:1
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSurveil | TriggerDescription$ When this creature enters, surveil 1. (Look at the top card of your library. You may put it into your graveyard.)
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSurveil | TriggerDescription$ When this creature enters, surveil 1. (Look at the top card of your library. You may put it into your graveyard.)
|
||||||
SVar:TrigSurveil:DB$ Surveil | Amount$ 1
|
SVar:TrigSurveil:DB$ Surveil | Amount$ 1
|
||||||
DeckHas:Ability$Surveil|Graveyard
|
DeckHas:Ability$Surveil|Graveyard
|
||||||
Oracle:Deathtouch\nMobilize 1 (Whenever this creature attacks, create a tapped and attacking 1/1 red Warrior creature token. Sacrifice it at the beginning of the next end step.)\nWhen this creature enters, surveil 1. (Look at the top card of your library. You may put it into your graveyard.)
|
Oracle:Deathtouch\nMobilize 1 (Whenever this creature attacks, create a tapped and attacking 1/1 red Warrior creature token. Sacrifice it at the beginning of the next end step.)\nWhen this creature enters, surveil 1. (Look at the top card of your library. You may put it into your graveyard.)
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Overwhelming Surge
|
Name:Overwhelming Surge
|
||||||
ManaCost:2 R
|
ManaCost:2 R
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ Charm | MinCharmNum$ 1 | CharmNum$ 2 | Choices$ DBDmg,DBDestroy
|
A:SP$ Charm | MinCharmNum$ 1 | CharmNum$ 2 | Choices$ DBDmg,DBDestroy
|
||||||
SVar:DBDmg:DB$ DealDamage | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 3 | SpellDescription$ CARDNAME deals 3 damage to target creature.
|
SVar:DBDmg:DB$ DealDamage | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 3 | SpellDescription$ CARDNAME deals 3 damage to target creature.
|
||||||
SVar:DBDestroy:DB$ Destroy | ValidTgts$ Artifact.nonCreature | TgtPrompt$ Select target noncreature artifact | SpellDescription$ Destroy target noncreature artifact.
|
SVar:DBDestroy:DB$ Destroy | ValidTgts$ Artifact.nonCreature | TgtPrompt$ Select target noncreature artifact | SpellDescription$ Destroy target noncreature artifact.
|
||||||
Oracle:Choose one or both —\n• Overwhelming Surge deals 3 damage to target creature.\n• Destroy target noncreature artifact.
|
Oracle:Choose one or both —\n• Overwhelming Surge deals 3 damage to target creature.\n• Destroy target noncreature artifact.
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
Name:Reputable Merchant
|
Name:Reputable Merchant
|
||||||
ManaCost:2W 2B 2G
|
ManaCost:2W 2B 2G
|
||||||
Types:Creature Human Citizen
|
Types:Creature Human Citizen
|
||||||
PT:2/2
|
PT:2/2
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPutCounter | TriggerDescription$ When this creature enters or dies, put a +1/+1 counter on target creature you control.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPutCounter | TriggerDescription$ When this creature enters or dies, put a +1/+1 counter on target creature you control.
|
||||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ When this creature enters or dies, put a +1/+1 counter on target creature you control.
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigPutCounter | Secondary$ True | TriggerDescription$ When this creature enters or dies, put a +1/+1 counter on target creature you control.
|
||||||
SVar:TrigPutCounter:DB$ PutCounter | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | CounterType$ P1P1 | CounterNum$ 1
|
SVar:TrigPutCounter:DB$ PutCounter | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | CounterType$ P1P1 | CounterNum$ 1
|
||||||
Oracle:When this creature enters or dies, put a +1/+1 counter on target creature you control.
|
Oracle:When this creature enters or dies, put a +1/+1 counter on target creature you control.
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
Name:Sage of the Fang
|
Name:Sage of the Fang
|
||||||
ManaCost:2 G
|
ManaCost:2 G
|
||||||
Types:Creature Human Druid
|
Types:Creature Human Druid
|
||||||
PT:2/2
|
PT:2/2
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPutCounter | TriggerDescription$ When this creature enters, put a +1/+1 counter on target creature.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPutCounter | TriggerDescription$ When this creature enters, put a +1/+1 counter on target creature.
|
||||||
SVar:TrigPutCounter:DB$ PutCounter | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ P1P1 | CounterNum$ 1
|
SVar:TrigPutCounter:DB$ PutCounter | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ P1P1 | CounterNum$ 1
|
||||||
A:AB$ PutCounter | PrecostDesc$ Renew — | Cost$ 3 G ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ P1P1 | CounterNum$ 1 | SorcerySpeed$ True | SubAbility$ DBMultiplyCounter | SpellDescription$ Put a +1/+1 counter on target creature, then double the number of +1/+1 counters on that creature. Activate only as a sorcery.
|
A:AB$ PutCounter | PrecostDesc$ Renew — | Cost$ 3 G ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ P1P1 | CounterNum$ 1 | SorcerySpeed$ True | SubAbility$ DBMultiplyCounter | SpellDescription$ Put a +1/+1 counter on target creature, then double the number of +1/+1 counters on that creature. Activate only as a sorcery.
|
||||||
SVar:DBMultiplyCounter:DB$ MultiplyCounter | Defined$ Targeted | CounterType$ P1P1
|
SVar:DBMultiplyCounter:DB$ MultiplyCounter | Defined$ Targeted | CounterType$ P1P1
|
||||||
Oracle:When this creature enters, put a +1/+1 counter on target creature.\nRenew — {3}{G}, Exile this card from your graveyard: Put a +1/+1 counter on target creature, then double the number of +1/+1 counters on that creature. Activate only as a sorcery.
|
Oracle:When this creature enters, put a +1/+1 counter on target creature.\nRenew — {3}{G}, Exile this card from your graveyard: Put a +1/+1 counter on target creature, then double the number of +1/+1 counters on that creature. Activate only as a sorcery.
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
Name:Sagu Pummeler
|
Name:Sagu Pummeler
|
||||||
ManaCost:3 G
|
ManaCost:3 G
|
||||||
Types:Creature Beast
|
Types:Creature Beast
|
||||||
PT:4/4
|
PT:4/4
|
||||||
K:Reach
|
K:Reach
|
||||||
A:AB$ Pump | PrecostDesc$ Renew — | Cost$ 4 G ExileFromGrave<1/CARDNAME/this card> | ActivationZone$ Graveyard | ValidTgts$ Creature | SorcerySpeed$ True | SubAbility$ DBCounter | SpellDescription$ Put two +1/+1 counters and a reach counter on target creature. Activate only as a sorcery.
|
A:AB$ Pump | PrecostDesc$ Renew — | Cost$ 4 G ExileFromGrave<1/CARDNAME/this card> | ActivationZone$ Graveyard | ValidTgts$ Creature | SorcerySpeed$ True | SubAbility$ DBCounter | SpellDescription$ Put two +1/+1 counters and a reach counter on target creature. Activate only as a sorcery.
|
||||||
SVar:DBCounter:DB$ PutCounterAll | ValidCards$ Creature.targetedBy | CounterType$ P1P1 | CounterNum$ 2 | CounterType2$ Reach | CounterNum2$ 1
|
SVar:DBCounter:DB$ PutCounterAll | ValidCards$ Creature.targetedBy | CounterType$ P1P1 | CounterNum$ 2 | CounterType2$ Reach | CounterNum2$ 1
|
||||||
DeckHas:Ability$Graveyard|Counters
|
DeckHas:Ability$Graveyard|Counters
|
||||||
Oracle:Reach\nRenew — {4}{G}, Exile this card from your graveyard: Put two +1/+1 counters and a reach counter on target creature. Activate only as a sorcery.
|
Oracle:Reach\nRenew — {4}{G}, Exile this card from your graveyard: Put two +1/+1 counters and a reach counter on target creature. Activate only as a sorcery.
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
Name:Salt Road Skirmish
|
Name:Salt Road Skirmish
|
||||||
ManaCost:3 B
|
ManaCost:3 B
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ Destroy | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBToken | SpellDescription$ Destroy target creature. Create two 1/1 red Warrior creature tokens. They gain haste until end of turn. Sacrifice them at the beginning of the next end step.
|
A:SP$ Destroy | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBToken | SpellDescription$ Destroy target creature. Create two 1/1 red Warrior creature tokens. They gain haste until end of turn. Sacrifice them at the beginning of the next end step.
|
||||||
SVar:DBToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_warrior | TokenOwner$ You | PumpKeywords$ Haste | PumpDuration$ EOT | AtEOT$ Sacrifice
|
SVar:DBToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_warrior | TokenOwner$ You | PumpKeywords$ Haste | PumpDuration$ EOT | AtEOT$ Sacrifice
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
Oracle:Destroy target creature. Create two 1/1 red Warrior creature tokens. They gain haste until end of turn. Sacrifice them at the beginning of the next end step.
|
Oracle:Destroy target creature. Create two 1/1 red Warrior creature tokens. They gain haste until end of turn. Sacrifice them at the beginning of the next end step.
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
Name:Sandskitter Outrider
|
Name:Sandskitter Outrider
|
||||||
ManaCost:3 B
|
ManaCost:3 B
|
||||||
Types:Creature Goblin Soldier
|
Types:Creature Goblin Soldier
|
||||||
PT:2/1
|
PT:2/1
|
||||||
K:Menace
|
K:Menace
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEndure | TriggerDescription$ When this creature enters, it endures 2. (Put two +1/+1 counters on it or create a 2/2 white Spirit creature token.)
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEndure | TriggerDescription$ When this creature enters, it endures 2. (Put two +1/+1 counters on it or create a 2/2 white Spirit creature token.)
|
||||||
SVar:TrigEndure:DB$ Endure | Num$ 2
|
SVar:TrigEndure:DB$ Endure | Num$ 2
|
||||||
Oracle:Menace (This creature can't be blocked except by two or more creatures.)\nWhen this creature enters, it endures 2. (Put two +1/+1 counters on it or create a 2/2 white Spirit creature token.)
|
Oracle:Menace (This creature can't be blocked except by two or more creatures.)\nWhen this creature enters, it endures 2. (Put two +1/+1 counters on it or create a 2/2 white Spirit creature token.)
|
||||||
Reference in New Issue
Block a user