Typo cleanup pass #2 (#5036)

This commit is contained in:
Renato Filipe Vidal Santos
2024-04-14 10:26:55 +01:00
committed by GitHub
parent d0aec3dddd
commit f11130b11c
124 changed files with 145 additions and 146 deletions

View File

@@ -1,7 +1,7 @@
Name:Arm-Mounted Anchor
ManaCost:3
Types:Artifact Equipment
K:Equip:2:::ReduceCost$ Y: This ability costs {2} less to activate if you have one or fewer cards in hand.
K:Equip:2:::ReduceCost$ Y:This ability costs {2} less to activate if you have one or fewer cards in hand
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 2 | AddToughness$ 2 | AddKeyword$ Menace | Description$ Equipped creature gets +2/+2 and has menace.
SVar:X:Count$InYourHand
SVar:Y:Count$Compare X LE1.2.0

View File

@@ -2,6 +2,6 @@ Name:Belt of Giant Strength
ManaCost:1 G
Types:Artifact Equipment
S:Mode$ Continuous | Affected$ Creature.EquippedBy | SetPower$ 10 | SetToughness$ 10 | Description$ Equipped creature has base power and toughness 10/10.
K:Equip:10:::ReduceCost$ X:This ability costs {X} less to activate, where X is the power of the creature it targets.
K:Equip:10:::ReduceCost$ X:This ability costs {X} less to activate, where X is the power of the creature it targets
SVar:X:Targeted$CardPower
Oracle:Equipped creature has base power and toughness 10/10.\nEquip {10}. This ability costs {X} less to activate, where X is the power of the creature it targets.

View File

@@ -1,7 +1,7 @@
Name:Crown of Gondor
ManaCost:3
Types:Legendary Artifact Equipment
K:Equip:4:::ReduceCost$ Monarch: This ability costs {3} less to activate if you're the monarch.
K:Equip:4:::ReduceCost$ Monarch:This ability costs {3} less to activate if you're the monarch
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ X | AddToughness$ X | Description$ Equipped creature gets +1/+1 for each creature you control.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Legendary+YouCtrl | TriggerZones$ Battlefield | CheckSVar$ NoMonarch | SVarCompare$ EQ0 | Execute$ TrigMonarch | TriggerDescription$ When a legendary creature enters the battlefield under your control, if there is no monarch, you become the monarch.
SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You

View File

@@ -1,5 +1,5 @@
Name:Culling Sun
ManaCost:2 W W B
Types:Sorcery
A:SP$ DestroyAll | Cost$ 2 W W B | ValidCards$ Creature.cmcLE3 | SpellDescription$ Destroy each creature with converted manacost 3 or less.
A:SP$ DestroyAll | Cost$ 2 W W B | ValidCards$ Creature.cmcLE3 | SpellDescription$ Destroy each creature with mana value 3 or less.
Oracle:Destroy each creature with mana value 3 or less.

View File

@@ -42,6 +42,6 @@ SVar:EmblemUpkeepLose:DB$ Effect | Name$ Emblem - Davriel, Soul Broker (Conditio
SVar:UpkeepLoseTrig:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigLose | TriggerZones$ Command | TriggerDescription$ At the beginning of your upkeep, you lose 1 life for each creature you control.
SVar:TrigLose:DB$ LoseLife | Defined$ You | LifeAmount$ Count$TypeYouCtrl.Creature
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
A:AB$ Pump | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | IsCurse$ True | NumAtt$ -3 | NumDef$ -3 | Duration$ Perpetual | StackDescription$ REP Target creature an opponend controls_{c:Targeted} | SpellDescription$ Target creature an opponent controls perpetually gets -3/-3.
A:AB$ Pump | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | IsCurse$ True | NumAtt$ -3 | NumDef$ -3 | Duration$ Perpetual | StackDescription$ REP Target creature an opponent controls_{c:Targeted} | SpellDescription$ Target creature an opponent controls perpetually gets -3/-3.
DeckHas:Ability$LifeGain|Graveyard|Sacrifice|LifeGain
Oracle:[+1]: Until your next turn, whenever an opponent attacks you and/or planeswalkers you control, they discard a card. If they can't, they sacrifice an attacking creature.\n[-2]: Accept one of Davriel's offers, then accept one of Davriel's conditions.\n[-3]: Target creature an opponent controls perpetually gets -3/-3.

View File

@@ -4,6 +4,6 @@ Types:Artifact Vehicle
PT:4/3
K:Crew:2
S:Mode$ CantBlockBy | ValidAttacker$ Card.Self | ValidBlocker$ Card.nonVehicle | Description$ CARDNAME can't be blocked except by Vehicles.
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ TrigCast | OptionalDecider$ You | CombatDamage$ True | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may cast target instant or sorcery card from that plaver's graveyard without paying its mana cost. If that spell would be put into a graveyard, exile it instead.
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ TrigCast | OptionalDecider$ You | CombatDamage$ True | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may cast target instant or sorcery card from that player's graveyard without paying its mana cost. If that spell would be put into a graveyard, exile it instead.
SVar:TrigCast:DB$ Play | ValidTgts$ Instant.OwnedBy TriggeredTarget,Sorcery.OwnedBy TriggeredTarget | TgtZone$ Graveyard | TgtPrompt$ Select target instant or sorcery card in attacked player's graveyard | ValidSA$ Spell | WithoutManaCost$ True | Optional$ True | ReplaceGraveyard$ Exile | AILogic$ ReplaySpell
Oracle:Deluxe Dragster can't be blocked except by Vehicles.\nWhenever Deluxe Dragster deals combat damage to a player, you may cast target instant or sorcery card from that plaver's graveyard without paying its mana cost. If that spell would be put into a graveyard, exile it instead.\nCrew 2
Oracle:Deluxe Dragster can't be blocked except by Vehicles.\nWhenever Deluxe Dragster deals combat damage to a player, you may cast target instant or sorcery card from that player's graveyard without paying its mana cost. If that spell would be put into a graveyard, exile it instead.\nCrew 2

View File

@@ -3,7 +3,7 @@ ManaCost:1 R
Types:Creature Human Berserker
PT:2/2
K:First Strike
S:Mode$ ReduceCost | ValidCard$ Card | ValidSpell$ Activated.Boast | Activator$ You | Amount$ X | EffectZone$ Battlefield | Description$ Boast abilities you activiate cost {1} less to activate for each Dragon you control.
S:Mode$ ReduceCost | ValidCard$ Card | ValidSpell$ Activated.Boast | Activator$ You | Amount$ X | EffectZone$ Battlefield | Description$ Boast abilities you activate cost {1} less to activate for each Dragon you control.
SVar:X:Count$Valid Dragon.YouCtrl
A:AB$ Token | Cost$ 4 R | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ r_5_5_dragon_flying | Boast$ True | SpellDescription$ Create a 5/5 red Dragon creature token with flying. (Activate only if this creature attacked this turn and only once each turn.)
Oracle:First strike\nBoast abilities you activate cost {1} less to activate for each Dragon you control.\nBoast — {4}{R}: Create a 5/5 red Dragon creature token with flying. (Activate only if this creature attacked this turn and only once each turn.)

View File

@@ -1,5 +1,5 @@
Name:Ethereal Ambush
ManaCost:3 G U
Types:Instant
A:SP$ Manifest | Amount$ 2 | SpellDescription$ Manifest the top two cards of your library. (To manifst a card, put it onto the battlefield face down as a 2/2 creature. Turn it face up any time for its mana cost if it's a creature card.)
A:SP$ Manifest | Amount$ 2 | SpellDescription$ Manifest the top two cards of your library. (To manifest a card, put it onto the battlefield face down as a 2/2 creature. Turn it face up any time for its mana cost if it's a creature card.)
Oracle:Manifest the top two cards of your library. (To manifest a card, put it onto the battlefield face down as a 2/2 creature. Turn it face up any time for its mana cost if it's a creature card.)

View File

@@ -1,6 +1,6 @@
Name:Fated Conflagration
ManaCost:1 R R R
Types:Instant
A:SP$ DealDamage | Cost$ 1 R R R | ValidTgts$ Creature,Planeswalker | TgtPrompt$ Select target creature or planeswalker | NumDmg$ 5 | SubAbility$ DBScry | SpellDescription$ CARDNAME deals 5 damage to target creature or planewalker. If it's your turn, scry 2.
A:SP$ DealDamage | Cost$ 1 R R R | ValidTgts$ Creature,Planeswalker | TgtPrompt$ Select target creature or planeswalker | NumDmg$ 5 | SubAbility$ DBScry | SpellDescription$ CARDNAME deals 5 damage to target creature or planeswalker. If it's your turn, scry 2.
SVar:DBScry:DB$ Scry | ScryNum$ 2 | ConditionPlayerTurn$ True
Oracle:Fated Conflagration deals 5 damage to target creature or planeswalker. If it's your turn, scry 2. (Look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)

View File

@@ -7,7 +7,7 @@ R:Event$ Moved | ActiveZones$ Battlefield | Origin$ Battlefield | Destination$ G
SVar:ToHand:DB$ ChangeZone | Origin$ Battlefield | Destination$ Hand | Defined$ ReplacedCard | SubAbility$ DBEffect
SVar:DBEffect:DB$ Effect | Triggers$ ComeBack | RememberObjects$ ReplacedCard | Duration$ UntilYourNextTurn | StaticAbilities$ CantBeCast,KWShow
SVar:CantBeCast:Mode$ CantBeCast | EffectZone$ Command | ValidCard$ Card.IsRemembered | Caster$ You | Description$ You can't play remembered card.
SVar:KWShow:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Hand | Affected$ Card.IsRemembered | MayLookAt$ Player | Description$ Play with rembembered card revealed.
SVar:KWShow:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Hand | Affected$ Card.IsRemembered | MayLookAt$ Player | Description$ Play with remembered card revealed.
SVar:ComeBack:Mode$ ChangesZone | Origin$ Hand | Destination$ Any | ValidCard$ Card.IsRemembered | Execute$ ExileSelf | TriggerZones$ Command | TriggerController$ TriggeredCardController | Static$ True | TriggerDescription$ None
SVar:ExileSelf:DB$ ChangeZone | Origin$ Command | Destination$ Exile | Defined$ Self
SVar:SacMe:1

View File

@@ -1,6 +1,6 @@
Name:Kutzil's Flanker
ManaCost:2 W
Types:Creature Cat Warrior
Types:Creature Cat Warrior
PT:3/1
K:Flash
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigCharm | TriggerDescription$ When CARDNAME enters the battlefield, ABILITY

View File

@@ -3,7 +3,7 @@ ManaCost:5
Types:Artifact Creature Construct
PT:4/4
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME enters the battlefield, return target Equipment card from your graveyard to the battlefield attached to CARDNAME.
SVar:TrigChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Equipment.YouOwn | TgtPrompt$ Select target Equipment card from your graveyard | AttachedTo$ Self |
SVar:TrigChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Equipment.YouOwn | TgtPrompt$ Select target Equipment card from your graveyard | AttachedTo$ Self
T:Mode$ Sacrificed | ValidCard$ Artifact | ValidPlayer$ You | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever you sacrifice an artifact, put a +1/+1 counter on CARDNAME.
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
DeckHints:Type$Artifact|Clue|Map|Treasure|Food & Ability$Sacrifice|Graveyard|Counters

View File

@@ -1,6 +1,6 @@
Name:Order of Sacred Dusk
ManaCost:6 W B
Types:Creature Vampire Knight
Types:Creature Vampire Knight
PT:5/5
K:Convoke
K:Flying

View File

@@ -4,4 +4,4 @@ Types:Creature Phyrexian Knight
PT:6/7
K:Toxic:6
S:Mode$ CantBlockBy | ValidAttacker$ Card.Self | ValidBlocker$ Creature.powerLE2 | Description$ CARDNAME can't be blocked by creatures with power 2 or less.
Oracle:Toxic 6 (Plavers dealt combat damage by this creature also get six poison counters.)\nPaladin of Predation can't be blocked by creatures with power 2 or less.
Oracle:Toxic 6 (Players dealt combat damage by this creature also get six poison counters.)\nPaladin of Predation can't be blocked by creatures with power 2 or less.

View File

@@ -2,6 +2,6 @@ Name:Plate Armor
ManaCost:2 W
Types:Artifact Equipment
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 3 | AddToughness$ 3 | AddKeyword$ Ward:1 | Description$ Equipped creature gets +3/+3 and has ward {1}. (Whenever equipped creature becomes the target of a spell or ability an opponent controls, counter it unless that player pays {1}.)
K:Equip:3:::ReduceCost$ Y:This ability costs {1} less to activate for each other Equipment you control.
K:Equip:3:::ReduceCost$ Y:This ability costs {1} less to activate for each other Equipment you control
SVar:Y:Count$Valid Equipment.YouCtrl+Other
Oracle:Equipped creature gets +3/+3 and has ward {1}. (Whenever equipped creature becomes the target of a spell or ability an opponent controls, counter it unless that player pays {1}.)\nEquip {3}. This ability costs {1} less to activate for each other Equipment you control.

View File

@@ -3,7 +3,7 @@ ManaCost:2 U
Types:Enchantment Creature Chimera
PT:3/4
K:Flying
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigBounce | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, return an enchanment you control to its owner's hand.
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigBounce | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, return an enchantment you control to its owner's hand.
SVar:TrigBounce:DB$ ChangeZone | Origin$ Battlefield | Destination$ Hand | Mandatory$ True | Hidden$ True | ChangeType$ Enchantment.YouCtrl
AI:RemoveDeck:Random
SVar:NeedsToPlayVar:Z GE2

View File

@@ -2,7 +2,7 @@ Name:Rite of Undoing
ManaCost:4 U
Types:Instant
K:Delve
A:SP$ ChangeZone | Cost$ 4 U | Origin$ Battlefield | Destination$ Hand | ValidTgts$ Permanent.YouCtrl+nonLand | TgtPrompt$ Select target nonland permanent you control | SubAbility$ DBChange | SpellDescription$ Return target nonland permanent you control and target mpm;amd permanent you don't control to their owners' hands.
A:SP$ ChangeZone | Cost$ 4 U | Origin$ Battlefield | Destination$ Hand | ValidTgts$ Permanent.YouCtrl+nonLand | TgtPrompt$ Select target nonland permanent you control | SubAbility$ DBChange | SpellDescription$ Return target nonland permanent you control and target nonland permanent you don't control to their owners' hands.
SVar:DBChange:DB$ ChangeZone | Origin$ Battlefield | Destination$ Hand | ValidTgts$ Permanent.YouDontCtrl+nonLand | TgtPrompt$ Select target nonland permanent you don't control
AI:RemoveDeck:All
DeckHints:Ability$Graveyard

View File

@@ -2,6 +2,6 @@ Name:A-Plate Armor
ManaCost:1 W
Types:Artifact Equipment
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 3 | AddToughness$ 3 | AddKeyword$ Ward:1 | Description$ Equipped creature gets +3/+3 and has ward {1}.
K:Equip:3:::ReduceCost$ Y:This ability costs {1} less to activate for each other Equipment you control.
K:Equip:3:::ReduceCost$ Y:This ability costs {1} less to activate for each other Equipment you control
SVar:Y:Count$Valid Equipment.YouCtrl+Other
Oracle:Equipped creature gets +3/+3 and has ward {1}.\nEquip {3}. This ability costs {1} less to activate for each other Equipment you control.

View File

@@ -4,7 +4,7 @@ Types:Creature Tiefling Shaman
PT:2/1
K:Flash
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Cone of Cold — When CARDNAME enters the battlefield, ABILITY
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an oppoenent controls | SubAbility$ DBRollDice | SpellDescription$ choose target creature an opponent controls,
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | SubAbility$ DBRollDice | SpellDescription$ choose target creature an opponent controls,
SVar:DBRollDice:DB$ RollDice | Sides$ 20 | ResultSubAbilities$ 1-9:DBTap,10-20:DBReallyTap | SpellDescription$ then roll a d20.
SVar:DBTap:DB$ Tap | Defined$ Targeted | SpellDescription$ 1—9 VERT Tap that creature.
SVar:DBReallyTap:DB$ Tap | Defined$ Targeted | SubAbility$ DBNoUntap | SpellDescription$ 10—20 VERT Tap that creature. It doesn't untap during its controller's next untap step.

View File

@@ -7,7 +7,7 @@ S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ X | EffectZone
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEnergy | TriggerDescription$ When CARDNAME enters the battlefield, you get {E} for each creature attacking you.
SVar:TrigEnergy:DB$ PutCounter | Defined$ You | CounterType$ ENERGY | CounterNum$ X
T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ PutCounterAll | TriggerDescription$ At the beginning of combat on your turn, you may pay {E}{E}{E}. If you do, put a +1/+1 counter on each creature you control.
SVar:PutCounterAll:AB$ PutCounterAll | Cost$ PayEnergy<3> | ValidCards$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 |
SVar:PutCounterAll:AB$ PutCounterAll | Cost$ PayEnergy<3> | ValidCards$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 1
SVar:X:Count$Valid Creature.attackingYou
DeckHas:Ability$Counters
Oracle:Flash\nThis spell costs {1} less to cast for each creature attacking you.\nWhen Sentry Bot enters the battlefield, you get {E} for each creature attacking you.\nAt the beginning of combat on your turn, you may pay {E}{E}{E}. If you do, put a +1/+1 counter on each creature you control.

View File

@@ -3,6 +3,6 @@ ManaCost:2 G
Types:Creature Dragon Druid
PT:3/2
A:AB$ Untap | Cost$ 8 | ValidTgts$ Land.YouCtrl | TgtPrompt$ Select target land you control | SubAbility$ DBAnimate | PrecostDesc$ Conjure Elemental - | SpellDescription$ Untap target land you control. It becomes an 8/8 Elemental creature with trample and haste until end of turn. It's still a land.
SVar:DBAnimate:DB$ Animate | Defined$ Targeted | Power$ 8 | Toughness$ 8 | Keywords$ Trample & Haste | Types$ Creature,Elemental |
SVar:DBAnimate:DB$ Animate | Defined$ Targeted | Power$ 8 | Toughness$ 8 | Keywords$ Trample & Haste | Types$ Creature,Elemental
DeckHas:Type$Elemental
Oracle:Conjure Elemental - {8}: Untap target land you control. It becomes an 8/8 Elemental creature with trample and haste until end of turn. It's still a land.

View File

@@ -20,4 +20,4 @@ Types:Legendary Artifact
S:Mode$ Continuous | Affected$ Card.Self | EffectZone$ Battlefield | GainsAbilitiesOfDefined$ ExiledWith | GainsAbilitiesLimitPerTurn$ 1 | Description$ CARDNAME has each activated ability of the exiled cards used to craft it. You may activate each of those abilities only once each turn.
T:Mode$ AbilityCast | ValidActivatingPlayer$ You | ValidSA$ SpellAbility.nonManaAbility | TriggerZones$ Battlefield | Execute$ TrigCopy | TriggerDescription$ Whenever you activate an ability that isn't a mana ability, copy it. You may choose new targets for the copy.
SVar:TrigCopy:DB$ CopySpellAbility | Defined$ TriggeredSpellAbility | MayChooseTarget$ True
Oracle:Locus of Enlightenment has each activated ability of the exiled cards used to craft it. You may activate each of those abilities only once each turn.\mWhenever you activate an ability that isn't a mana ability, copy it. You may choose new targets for the copy.
Oracle:Locus of Enlightenment has each activated ability of the exiled cards used to craft it. You may activate each of those abilities only once each turn.\nWhenever you activate an ability that isn't a mana ability, copy it. You may choose new targets for the copy.

View File

@@ -5,7 +5,7 @@ T:Mode$ PlaneswalkedTo | ValidCard$ Plane.Self | Execute$ TrigExile | TriggerDes
SVar:TrigExile:DB$ Dig | DigNum$ 1 | ChangeNum$ All | Defined$ Player | DestinationZone$ Exile
S:Mode$ Continuous | Affected$ Card.ExiledWithSource | MayPlay$ True | Condition$ PlayerTurn | EffectZone$ Command | AffectedZone$ Exile | Description$ During your turn, you may play lands and cast spells from among cards exiled with CARDNAME.
T:Mode$ SpellCast | ValidCard$ Card.ExiledWithSourceLKI | TriggerZones$ Command | Execute$ TrigLoseLife | TriggerDescription$ Whenever you play a land or cast a spell from among cards exiled with CARDNAME, that card's owner loses 3 life and exiles the top card of their library.
T:Mode$ LandPlayed | ValidCard$ Card.ExiledWithSourceLKI | TriggerZones$ Command | Execute$ TrigLoseLife | Secondary$ True | TriggerDescription$ Whhenever you play a land or cast a spell from among cards exiled with CARDNAME, that card's owner loses 3 life and exiles the top card of their library.
T:Mode$ LandPlayed | ValidCard$ Card.ExiledWithSourceLKI | TriggerZones$ Command | Execute$ TrigLoseLife | Secondary$ True | TriggerDescription$ Whenever you play a land or cast a spell from among cards exiled with CARDNAME, that card's owner loses 3 life and exiles the top card of their library.
SVar:TrigLoseLife:DB$ LoseLife | LifeAmount$ 3 | Defined$ TriggeredCardOwner | SubAbility$ DBExileTop
SVar:DBExileTop:DB$ Dig | DigNum$ 1 | ChangeNum$ All | Defined$ TriggeredCardOwner | DestinationZone$ Exile
T:Mode$ ChaosEnsues | TriggerZones$ Command | Execute$ TrigTreasure | TriggerDescription$ Whenever chaos ensues, create two Treasure tokens.

View File

@@ -3,4 +3,4 @@ ManaCost:2 U U
Types:Sorcery
K:Cipher
A:SP$ Play | TgtZone$ Graveyard | WithoutManaCost$ True | ValidTgts$ Instant.OppOwn,Sorcery.OppOwn | ValidSA$ Spell | TgtPrompt$ Choose target instant or sorcery card from an opponent's graveyard | Optional$ True | ReplaceGraveyard$ Exile | AILogic$ ReplaySpell
Oracle:You may cast target instant or sorcery card from an opponents graveyard without paying its mana cost. If that spell would be put into their graveyard, exile it instead.\nCipher (Then you may exile this spell card encoded on a creature you control. Whenever that creature deals combat damage to a player, its controller may cast a copy of the encoded card without paying its mana cost.)
Oracle:You may cast target instant or sorcery card from an opponent's graveyard without paying its mana cost. If that spell would be put into their graveyard, exile it instead.\nCipher (Then you may exile this spell card encoded on a creature you control. Whenever that creature deals combat damage to a player, its controller may cast a copy of the encoded card without paying its mana cost.)

View File

@@ -8,4 +8,4 @@ SVar:TrigGainLife:DB$ GainLife | Defined$ Player.OpponentOf TriggeredCardControl
SVar:DBDraw:DB$ Draw | Defined$ Player.OpponentOf TriggeredCardController | NumCards$ 1
DeckHints:Name$Bounty Hunter|Mathas, Fiend Seeker|Termination Facilitator|Chevill, Bane of Monsters
DeckHints:Ability$LifeGain
Oracle:{T}: Add one mana of any color.\n{1}, {T}: Put a bounty counter on target creature. Activate only as a sorcery.\nWhenever a creature with a bounty counter on it dies, each of its controllers opponents draws a card and gains 2 life.
Oracle:{T}: Add one mana of any color.\n{1}, {T}: Put a bounty counter on target creature. Activate only as a sorcery.\nWhenever a creature with a bounty counter on it dies, each of its controller's opponents draws a card and gains 2 life.

View File

@@ -11,4 +11,3 @@ SVar:DBImmediateTrigDamage:DB$ ImmediateTrigger | Execute$ TrigDamage | TriggerD
SVar:TrigDamage:DB$ DealDamage | ValidTgts$ Any | NumDmg$ X
SVar:X:Spawner>TriggeredSpellAbility$CardManaCost
Oracle:Menace\nWhenever you cast your second spell each turn, you may sacrifice an artifact. If you do, flip a coin. When you win the flip, copy that spell. You may choose new targets for the copy. When you lose the flip, Breeches, the Blastmaker deals damage equal to that spell's mana value to any target.

View File

@@ -3,7 +3,7 @@ ManaCost:no cost
Types:Land Desert
A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}.
A:AB$ Mana | Cost$ T | Produced$ Any | Amount$ 1 | RestrictValid$ Spell.Mount | SpellDescription$ Add one mana of any color. Spend this mana only to cast a Mount spell.
A:AB$ PeekAndReveal | Cost$ 3 T | PeekAmount$ 1 | RevealValid$ Card.Mount | RevealOptional$ True | RememberRevealed$ True | SubAbility$ DBChangeZone | SpellDescription$ Look at the top card of your library. If it's a Mount card, you may reveal it and put it into your hand. If you dont put it into your hand, you may put it on the bottom of your library.
A:AB$ PeekAndReveal | Cost$ 3 T | PeekAmount$ 1 | RevealValid$ Card.Mount | RevealOptional$ True | RememberRevealed$ True | SubAbility$ DBChangeZone | SpellDescription$ Look at the top card of your library. If it's a Mount card, you may reveal it and put it into your hand. If you don't put it into your hand, you may put it on the bottom of your library.
SVar:DBChangeZone:DB$ ChangeZone | Defined$ Remembered | Origin$ Library | Destination$ Hand | SubAbility$ DBChangeZone2
SVar:DBChangeZone2:DB$ ChangeZone | Optional$ True | Defined$ TopOfLibrary | Origin$ Library | Destination$ Library | LibraryPosition$ -1 | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ0 | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True

View File

@@ -3,7 +3,7 @@ Types:Land Desert
ManaCost:no cost
K:CARDNAME enters the battlefield tapped.
A:AB$ ManaReflected | Cost$ T | ColorOrType$ Type | Valid$ Land.YouCtrl | ReflectProperty$ Produce | SpellDescription$ Add one mana of any type that a land you control could produce.
A:AB$ Animate | Cost$ 3 | Defined$ Self | Power$ X | Toughness$ X | Colors$ Green | OverwriteColors$ True | Types$ Creature,Plant | Keywords$ Reach | SpellDescription$ Until end of turn, CARDNAME becomes an X/X green Plant creature with reach, where X is the greatest mana value among your commanders. Its still a land.
A:AB$ Animate | Cost$ 3 | Defined$ Self | Power$ X | Toughness$ X | Colors$ Green | OverwriteColors$ True | Types$ Creature,Plant | Keywords$ Reach | SpellDescription$ Until end of turn, CARDNAME becomes an X/X green Plant creature with reach, where X is the greatest mana value among your commanders. It's still a land.
SVar:X:Count$ValidAll Card.IsCommander+YouOwn$GreatestCMC
AI:RemoveDeck:NonCommander
Oracle:Cactus Preserve enters the battlefield tapped.\n{T}: Add one mana of any type that a land you control could produce.\n{3}: Until end of turn, Cactus Preserve becomes an X/X green Plant creature with reach, where X is the greatest mana value among your commanders. Its still a land.
Oracle:Cactus Preserve enters the battlefield tapped.\n{T}: Add one mana of any type that a land you control could produce.\n{3}: Until end of turn, Cactus Preserve becomes an X/X green Plant creature with reach, where X is the greatest mana value among your commanders. It's still a land.

View File

@@ -2,7 +2,7 @@ Name:Esoteric Duplicator
ManaCost:2 U
Types:Artifact Clue
T:Mode$ Sacrificed | ValidPlayer$ You | ValidCard$ Card.Self,Artifact.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDelayedTrig | TriggerDescription$ Whenever you sacrifice CARDNAME or another artifact, you may pay {2}. If you do, at the beginning of the next end step, create a token that's a copy of that artifact.
SVar:TrigDelayedTrig:AB$ DelayedTrigger | Cost$ 2 | Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Player | RememberObjects$ TriggeredCardLKICopy | Execute$ TrigCopy | TriggerDescription$ At the beginning of the next end step, create a token thats a copy of that artifact.
SVar:TrigDelayedTrig:AB$ DelayedTrigger | Cost$ 2 | Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Player | RememberObjects$ TriggeredCardLKICopy | Execute$ TrigCopy | TriggerDescription$ At the beginning of the next end step, create a token that's a copy of that artifact.
SVar:TrigCopy:DB$ CopyPermanent | Defined$ DelayTriggerRememberedLKI
A:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | SpellDescription$ Draw a card.
DeckHints:Type$Artifact

View File

@@ -12,4 +12,4 @@ A:AB$ Effect | Cost$ SubCounter<6/LOYALTY> | Planeswalker$ True | Ultimate$ True
SVar:CastTrig:Mode$ SpellCast | ValidCard$ Card | ValidActivatingPlayer$ You | Execute$ TrigCopySpell | TriggerZones$ Command | TriggerDescription$ Whenever you cast a spell, copy it. You may choose new targets for the copy.
SVar:TrigCopySpell:DB$ CopySpellAbility | Defined$ TriggeredSpellAbility | MayChooseTarget$ True
DeckHas:Ability$Discard|Token
Oracle:You can't cast this spell during your first, second, or third turns of the game.\n[+1]: Draw a card, then discard a card.\n[+1]: You may exile a nonland card with mana value 3 or less from your hand. If you do, it becomes plotted.\n[6]: Until end of turn, whenever you cast a spell, copy it. You may choose new targets for the copy.
Oracle:You can't cast this spell during your first, second, or third turns of the game.\n[+1]: Draw a card, then discard a card.\n[+1]: You may exile a nonland card with mana value 3 or less from your hand. If you do, it becomes plotted.\n[-6]: Until end of turn, whenever you cast a spell, copy it. You may choose new targets for the copy.

View File

@@ -4,7 +4,7 @@ Types:Legendary Creature Human Warlock
PT:3/3
T:Mode$ CommitCrime | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigExile | TriggerDescription$ Whenever you commit a crime, exile up to one target black card from your graveyard and copy it. You may cast the copy. If you do, you lose 2 life. (Targeting opponents, anything they control, and/or cards in their graveyards is a crime. Copies of permanent spells become tokens.)
SVar:TrigExile:DB$ ChangeZone | ValidTgts$ Card.Black+YouOwn | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Select up to one target black card from your graveyard | Imprint$ True | TargetMin$ 0 | TargetMax$ 1 | SubAbility$ DBCast
SVar:DBCast:DB$ Play | Valid$ Card.IsImprinted | ValidZone$ Exile | CopyCard$ True | ValidSA$ Spell | Optional$ True | RememberPlayed$ True | SubAbility$ DBLoseLife |
SVar:DBCast:DB$ Play | Valid$ Card.IsImprinted | ValidZone$ Exile | CopyCard$ True | ValidSA$ Spell | Optional$ True | RememberPlayed$ True | SubAbility$ DBLoseLife
SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 2 | ConditionDefined$ Remembered | ConditionPresent$ Card | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearImprinted$ True
DeckHas:Ability$Graveyard

View File

@@ -6,4 +6,4 @@ K:Ward:2
T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigRadiation | TriggerDescription$ When CARDNAME enters the battlefield, target player gets four rad counters.
SVar:TrigRadiation:DB$ Radiation | ValidTgts$ Player | Num$ 4
S:Mode$ CantBlockBy | ValidAttacker$ Card.Self | ValidDefender$ Player.Condition Counters.RAD | Description$ CARDNAME can't be blocked as long as defending player has a rad counter.
Oracle:Ward {2} (Whenever this creature becomes the target of a spell or ability an opponent controls, counter it unless that player pays {2}.)\nWhen Nightkin Ambusher enters the battlefield, target player gets four rad counters.\nNightkin Ambusher cant be blocked as long as defending player has a rad counter.
Oracle:Ward {2} (Whenever this creature becomes the target of a spell or ability an opponent controls, counter it unless that player pays {2}.)\nWhen Nightkin Ambusher enters the battlefield, target player gets four rad counters.\nNightkin Ambusher can't be blocked as long as defending player has a rad counter.

View File

@@ -7,4 +7,4 @@ SVar:TrigEffect:DB$ Effect | Duration$ UntilTheEndOfYourNextTurn | Triggers$ Cas
SVar:CastTrig:Mode$ SpellCast | ValidCard$ Card | ValidActivatingPlayer$ You | Execute$ TrigRadiation | TriggerDescription$ When you cast a spell, you get two rad counters
SVar:TrigRadiation:DB$ Radiation | Defined$ You | Num$ 2
K:Equip:3
Oracle:Equipped creature gets +3/+0 and has intimidate. (It cant be blocked except by artifact creatures and/or creatures that share a color with it.)\nWhenever equipped creature attacks, until the end of defending players next turn, that player gets two rad counters whenever they cast a spell.\nEquip {3}
Oracle:Equipped creature gets +3/+0 and has intimidate. (It can't be blocked except by artifact creatures and/or creatures that share a color with it.)\nWhenever equipped creature attacks, until the end of defending player's next turn, that player gets two rad counters whenever they cast a spell.\nEquip {3}

View File

@@ -8,4 +8,4 @@ SVar:TrigReturn:DB$ ChangeZone | Origin$ Battlefield | Destination$ Hand | Valid
SVar:DBPutCounter:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ 1 | ConditionDefined$ RememberedLKI | ConditionPresent$ Card.Permanent | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
DeckHas:Ability$Counters
Oracle:Flying\nWhen Nurturing Pixie enters the battlefield, return up to one target non-Faerie, nonland permanent you control to its owners hand. If a permanent was returned this way, put a +1/+1 counter on Nurturing Pixie.
Oracle:Flying\nWhen Nurturing Pixie enters the battlefield, return up to one target non-Faerie, nonland permanent you control to its owner's hand. If a permanent was returned this way, put a +1/+1 counter on Nurturing Pixie.

View File

@@ -9,4 +9,4 @@ SVar:DBDiscard:DB$ Discard | Mode$ TgtChoose | NumCards$ Count$CommittedCrimeThi
A:AB$ Token | Cost$ SubCounter<1/LOYALTY> | Planeswalker$ True | TokenScript$ g_3_3_elk | SpellDescription$ Create a 3/3 green Elk creature token.
A:AB$ CopyPermanent | Cost$ SubCounter<5/LOYALTY> | Planeswalker$ True | Ultimate$ True | Defined$ Valid Permanent.Other+nonLand | StackDescription$ SpellDescription | SpellDescription$ For each other nonland permanent you control, create a token that's a copy of that permanent.
DeckHas:Ability$Discard|Token & Type$Elk
Oracle:At the beginning of combat on your turn, Oko, the Ringleader becomes a copy of up to one target creature you control until end of turn, except he has hexproof.\n[+1]: Draw two cards. If you've committed a crime this turn, discard a card. Otherwise, discard two cards.\n[1]: Create a 3/3 green Elk creature token.\n[5]: For each other nonland permanent you control, create a token that's a copy of that permanent.
Oracle:At the beginning of combat on your turn, Oko, the Ringleader becomes a copy of up to one target creature you control until end of turn, except he has hexproof.\n[+1]: Draw two cards. If you've committed a crime this turn, discard a card. Otherwise, discard two cards.\n[-1]: Create a 3/3 green Elk creature token.\n[-5]: For each other nonland permanent you control, create a token that's a copy of that permanent.

View File

@@ -5,7 +5,7 @@ PT:2/4
T:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ You | Execute$ TrigCharm | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a creature spell, ABILITY
SVar:TrigCharm:DB$ Charm | Choices$ DBToken,DBCopy | CharmNum$ 1
SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_gnome | TokenOwner$ You | SpellDescription$ Create a 1/1 colorless Gnome artifact creature token.
SVar:DBCopy:DB$ CopyPermanent | ValidTgts$ Artifact.token+YouCtrl | NumCopies$ 1 | TgtPrompt$ Select target artifact token you control | SpellDescription$ Create a token thats a copy of target artifact token you control.
SVar:DBCopy:DB$ CopyPermanent | ValidTgts$ Artifact.token+YouCtrl | NumCopies$ 1 | TgtPrompt$ Select target artifact token you control | SpellDescription$ Create a token that's a copy of target artifact token you control.
DeckHas:Ability$Token
DeckHints:Ability$Token
Oracle:Whenever you cast a creature spell, choose one —\n• Create a 1/1 colorless Gnome artifact creature token.\n• Create a token thats a copy of target artifact token you control.
Oracle:Whenever you cast a creature spell, choose one —\n• Create a 1/1 colorless Gnome artifact creature token.\n• Create a token that's a copy of target artifact token you control.

View File

@@ -3,7 +3,7 @@ ManaCost:2 RW
Types:Creature Minotaur Soldier
PT:3/2
K:Mentor
T:Mode$ AttackersDeclaredOneTarget | ValidAttackers$ Creature.YouCtrl | AttackedTarget$ Player | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ Whenever you attack a player, target creature thats attacking that player gains first strike until end of turn.
T:Mode$ AttackersDeclaredOneTarget | ValidAttackers$ Creature.YouCtrl | AttackedTarget$ Player | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ Whenever you attack a player, target creature that's attacking that player gains first strike until end of turn.
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.attacking TriggeredAttackedTarget | TgtPrompt$ Select target attacking creature that's attacking that player | KW$ First Strike
DeckHas:Ability$Counters
Oracle:Mentor (Whenever this creature attacks, put a +1/+1 counter on target attacking creature with lesser power.)\nWhenever you attack a player, target creature thats attacking that player gains first strike until end of turn.
Oracle:Mentor (Whenever this creature attacks, put a +1/+1 counter on target attacking creature with lesser power.)\nWhenever you attack a player, target creature that's attacking that player gains first strike until end of turn.

View File

@@ -5,4 +5,4 @@ K:Defender
PT:2/4
A:AB$ Draw | Cost$ 2 T Sac<1/Land> | NumCards$1 | SubAbility$ DBTreasure | SpellDescription$ Draw a card and create a Treasure token. (It's an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.")
SVar:DBTreasure:DB$ Token | TokenScript$ c_a_treasure_sac
Oracle:Defender\n{2}, {T}, Sacrifice a land: Draw a card and create a Treasure token. (Its an artifact with {T}, Sacrifice this artifact: Add one mana of any color.)
Oracle:Defender\n{2}, {T}, Sacrifice a land: Draw a card and create a Treasure token. (It's an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.")

View File

@@ -6,4 +6,4 @@ K:Haste
K:Protection:Coyote
A:AB$ Effect | Cost$ 3 | StaticAbilities$ KWPump | Duration$ UntilHostLeavesPlayOrEOT | SpellDescription$ CARDNAME can't be blocked this turn except by creatures with haste.
SVar:KWPump:Mode$ CantBlockBy | ValidAttacker$ Creature.EffectSource | ValidBlocker$ Creature.withoutHaste | EffectZone$ Command | Description$ EFFECTSOURCE can't be blocked this turn except by creatures with haste.
Oracle:Haste, protection from Coyotes\n{3}: Resilient Roadrunner cant be blocked this turn except by creatures with haste.
Oracle:Haste, protection from Coyotes\n{3}: Resilient Roadrunner can't be blocked this turn except by creatures with haste.

View File

@@ -10,4 +10,4 @@ SVar:X:PlayerCountRegisteredOpponents$HasPropertyBeenAttackedThisCombat
T:Mode$ Sacrificed | ValidCard$ Junk.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigMana | TriggerDescription$ Whenever you sacrifice a Junk, add {R}.
SVar:TrigMana:DB$ Mana | Produced$ R | Amount$ 1
DeckHas:Ability$Sacrifice|Token & Type$Junk|Artifact
Oracle:First strike\nRaid — At end of combat on your turn, if you attacked this turn, create a Junk token for each opponent you attacked. (Its an artifact with {T}, Sacrifice this artifact: Exile the top card of your library. You may play that card this turn. Activate only as a sorcery.)\nWhenever you sacrifice a Junk, add {R}.
Oracle:First strike\nRaid — At end of combat on your turn, if you attacked this turn, create a Junk token for each opponent you attacked. (It's an artifact with "{T}, Sacrifice this artifact: Exile the top card of your library. You may play that card this turn. Activate only as a sorcery.")\nWhenever you sacrifice a Junk, add {R}.

View File

@@ -1,7 +1,7 @@
Name:Showstopping Surprise
ManaCost:3 R R
Types:Instant
A:SP$ SetState | Cost$ 3 R R | ValidTgts$ Creature.YouCtrl | AILogic$ PowerDmg | Mode$ TurnFaceUp | SubAbility$ IgnitionDamage | StackDescription$ None | SpellDescription$ Choose target creature you control. Turn it face up if its face down. Then it deals damage equal to its power to each other creature.
A:SP$ SetState | Cost$ 3 R R | ValidTgts$ Creature.YouCtrl | AILogic$ PowerDmg | Mode$ TurnFaceUp | SubAbility$ IgnitionDamage | StackDescription$ None | SpellDescription$ Choose target creature you control. Turn it face up if it's face down. Then it deals damage equal to its power to each other creature.
SVar:IgnitionDamage:DB$ DamageAll | ValidCards$ Creature.NotDefinedTargeted | NumDmg$ X | ConditionDefined$ Targeted | ConditionPresent$ Creature | ConditionCompare$ EQ1 | DamageSource$ ParentTarget
SVar:X:ParentTargeted$CardPower
Oracle:Choose target creature you control. Turn it face up if its face down. Then it deals damage equal to its power to each other creature.
Oracle:Choose target creature you control. Turn it face up if it's face down. Then it deals damage equal to its power to each other creature.

View File

@@ -2,11 +2,11 @@ Name:Three Dog, Galaxy News DJ
ManaCost:1 R W
Types:Legendary Creature Human Bard
PT:1/5
T:Mode$ AttackersDeclared | AttackingPlayer$ You | Execute$ TrigImmediateTrig | TriggerZones$ Battlefield | TriggerDescription$ Whenever you attack, you may pay {2} and sacrifice an Aura attached to CARDNAME. When you sacrifice an Aura this way, for each other attacking creature you control, create a token thats a copy of that Aura attached to that creature.
SVar:TrigImmediateTrig:AB$ ImmediateTrigger | Cost$ 2 Sac<1/Aura.Attached/Aura attached to CARDNAME> | CostDesc$ You may pay {2} and sacrifice an Aura attached to CARDNAME. | Execute$ DBRepeatCopy | ConditionDefined$ Sacrificed | ConditionPresent$ Aura | ConditionCompare$ GE1 | TriggerDescription$ When you sacrifice an Aura this way, for each other attacking creature you control, create a token thats a copy of that Aura attached to that creature.
T:Mode$ AttackersDeclared | AttackingPlayer$ You | Execute$ TrigImmediateTrig | TriggerZones$ Battlefield | TriggerDescription$ Whenever you attack, you may pay {2} and sacrifice an Aura attached to CARDNAME. When you sacrifice an Aura this way, for each other attacking creature you control, create a token that's a copy of that Aura attached to that creature.
SVar:TrigImmediateTrig:AB$ ImmediateTrigger | Cost$ 2 Sac<1/Aura.Attached/Aura attached to CARDNAME> | CostDesc$ You may pay {2} and sacrifice an Aura attached to CARDNAME. | Execute$ DBRepeatCopy | ConditionDefined$ Sacrificed | ConditionPresent$ Aura | ConditionCompare$ GE1 | TriggerDescription$ When you sacrifice an Aura this way, for each other attacking creature you control, create a token that's a copy of that Aura attached to that creature.
SVar:DBRepeatCopy:DB$ RepeatEach | RepeatCards$ Creature.attacking+Other+YouCtrl | Zone$ Battlefield | RepeatSubAbility$ DBCopy
SVar:DBCopy:DB$ CopyPermanent | Defined$ Spawner>Sacrificed | NumCopies$ 1 | AttachedTo$ Remembered
SVar:HasAttackEffect:TRUE
DeckHas:Ability$Token|Sacrifice
DeckNeeds:Type$Aura|Enchantment
Oracle:Whenever you attack, you may pay {2} and sacrifice an Aura attached to Three Dog, Galaxy News DJ. When you sacrifice an Aura this way, for each other attacking creature you control, create a token thats a copy of that Aura attached to that creature.
Oracle:Whenever you attack, you may pay {2} and sacrifice an Aura attached to Three Dog, Galaxy News DJ. When you sacrifice an Aura this way, for each other attacking creature you control, create a token that's a copy of that Aura attached to that creature.

View File

@@ -1,6 +1,6 @@
Name:Thunder Salvo
ManaCost:1 R
Types:Instant
A:SP$ DealDamage | ValidTgts$ Creature | NumDmg$ X | SpellDescription$ CARDNAME deals X damage to target creature, where X is 2 plus the number of other spells youve cast this turn.
A:SP$ DealDamage | ValidTgts$ Creature | NumDmg$ X | SpellDescription$ CARDNAME deals X damage to target creature, where X is 2 plus the number of other spells you've cast this turn.
SVar:X:Count$ThisTurnCast_Card.YouCtrl+Other/Plus.2
Oracle:Thunder Salvo deals X damage to target creature, where X is 2 plus the number of other spells youve cast this turn.
Oracle:Thunder Salvo deals X damage to target creature, where X is 2 plus the number of other spells you've cast this turn.

View File

@@ -4,9 +4,9 @@ Types:Creature Drake
PT:2/1
K:Flying
S:Mode$ ReduceCost | ValidCard$ Instant,Sorcery | Type$ Spell | Activator$ You | Amount$ 1 | Description$ Instant and sorcery spells you cast cost {1} less to cast.
A:AB$ DelayedTrigger | Cost$ 2 U Sac<1/CARDNAME> | AILogic$ SpellCopy | Execute$ EffTrigCopy | ThisTurn$ True | Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | SpellDescription$ When you cast your next instant or sorcery spell this turn, copy it for each time youve cast your commander from the command zone this game. You may choose new targets for the copies.
A:AB$ DelayedTrigger | Cost$ 2 U Sac<1/CARDNAME> | AILogic$ SpellCopy | Execute$ EffTrigCopy | ThisTurn$ True | Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | SpellDescription$ When you cast your next instant or sorcery spell this turn, copy it for each time you've cast your commander from the command zone this game. You may choose new targets for the copies.
SVar:EffTrigCopy:DB$ CopySpellAbility | Defined$ TriggeredSpellAbility | Amount$ X | MayChooseTarget$ True
SVar:X:Count$TotalCommanderCastFromCommandZone
DeckHas:Ability$Sacrifice
DeckHints:Type$Instant|Sorcery
Oracle:Flying\nInstant and sorcery spells you cast cost {1} less to cast.\n{2}{U}, Sacrifice Thunderclap Drake: When you cast your next instant or sorcery spell this turn, copy it for each time youve cast your commander from the command zone this game. You may choose new targets for the copies.
Oracle:Flying\nInstant and sorcery spells you cast cost {1} less to cast.\n{2}{U}, Sacrifice Thunderclap Drake: When you cast your next instant or sorcery spell this turn, copy it for each time you've cast your commander from the command zone this game. You may choose new targets for the copies.

View File

@@ -2,6 +2,6 @@ Name:Treasure Dredger
ManaCost:1 B
Types:Creature Human Rogue
PT:2/2
A:AB$ Token | Cost$ 1 T PayLife<1> | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | SpellDescription$ Create a Treasure token. (Its an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.")
A:AB$ Token | Cost$ 1 T PayLife<1> | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | SpellDescription$ Create a Treasure token. (It's an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.")
DeckHas:Ability$Token & Type$Artifact|Treasure
Oracle:{1}, {T}, Pay 1 life: Create a Treasure token. (Its an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.")
Oracle:{1}, {T}, Pay 1 life: Create a Treasure token. (It's an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.")

View File

@@ -3,9 +3,9 @@ ManaCost:1 U
Types:Creature Bird Mutant
PT:1/2
K:Flying
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ TrigBranch | CombatDamage$ True | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, that player gets two rad counters if they dont have any rad counters. Otherwise, proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ TrigBranch | CombatDamage$ True | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, that player gets two rad counters if they don't have any rad counters. Otherwise, proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)
SVar:TrigBranch:DB$ Branch | Defined$ TriggeredTarget | BranchConditionSVar$ X | BranchConditionSVarCompare$ EQ0 | TrueSubAbility$ DBRadiation | FalseSubAbility$ DBProliferate
SVar:DBRadiation:DB$ Radiation | Defined$ TriggeredTarget | Num$ 2
SVar:DBProliferate:DB$ Proliferate
SVar:X:TriggeredTarget$Counters.RAD
Oracle:Flying\nWhenever Vexing Radgull deals combat damage to a player, that player gets two rad counters if they dont have any rad counters. Otherwise, proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)
Oracle:Flying\nWhenever Vexing Radgull deals combat damage to a player, that player gets two rad counters if they don't have any rad counters. Otherwise, proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)

View File

@@ -1,9 +1,9 @@
Name:We Ride at Dawn
ManaCost:2 W
Types:Enchantment
S:Mode$ Continuous | Affected$ Card.Creature+Legendary+YouCtrl | AffectedZone$ Stack | AddKeyword$ Convoke | Description$ Legendary creature spells you cast have convoke. (Your creatures can help cast those spells. Each creature you tap while casting a legendary creature spell pays for {1} or one mana of that creatures color.)
S:Mode$ Continuous | Affected$ Card.Creature+Legendary+YouCtrl | AffectedZone$ Stack | AddKeyword$ Convoke | Description$ Legendary creature spells you cast have convoke. (Your creatures can help cast those spells. Each creature you tap while casting a legendary creature spell pays for {1} or one mana of that creature's color.)
T:Mode$ Attacks | ValidCard$ Card.IsCommander+YouOwn | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever your commander attacks, create a 1/1 red Mercenary creature token with "{T}: Target creature you control gets +1/+0 until end of turn. Activate only as a sorcery."
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_1_1_mercenary_tappump | TokenOwner$ You
DeckNeeds:Type$Legendary & Type$Creature
DeckHas:Ability$Token & Type$Mercenary & Color$Red
Oracle:Legendary creature spells you cast have convoke. (Your creatures can help cast those spells. Each creature you tap while casting a legendary creature spell pays for {1} or one mana of that creatures color.)\nWhenever your commander attacks, create a 1/1 red Mercenary creature token with "{T}: Target creature you control gets +1/+0 until end of turn. Activate only as a sorcery."
Oracle:Legendary creature spells you cast have convoke. (Your creatures can help cast those spells. Each creature you tap while casting a legendary creature spell pays for {1} or one mana of that creature's color.)\nWhenever your commander attacks, create a 1/1 red Mercenary creature token with "{T}: Target creature you control gets +1/+0 until end of turn. Activate only as a sorcery."

View File

@@ -3,5 +3,5 @@ ManaCost:B
Types:Creature Zombie
PT:1/1
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigExile | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may exile target card from that player's graveyard.
SVar:TrigExile:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in your opponent's graveyard | ValidTgts$ Card.DefenderCtrl | SpellDescription$ Exile target card from your opponet's graveyard
SVar:TrigExile:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in your opponent's graveyard | ValidTgts$ Card.DefenderCtrl | SpellDescription$ Exile target card from your opponent's graveyard.
Oracle:Whenever Zombie Cannibal deals combat damage to a player, you may exile target card from that player's graveyard.