Token: add missing TokenScript

This commit is contained in:
Hans Mackowiak
2019-03-17 23:08:12 +00:00
committed by Sol
parent 93873d9984
commit 33e172ec37
16 changed files with 44 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ Types:Legendary Creature Cat Soldier
PT:3/4 PT:3/4
K:Vigilance K:Vigilance
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigTokenAttacking | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks, create a 1/1 white Cat Soldier creature token with vigilance that's attacking. T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigTokenAttacking | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks, create a 1/1 white Cat Soldier creature token with vigilance that's attacking.
SVar:TrigTokenAttacking:DB$ Token | TokenAmount$ 1 | TokenName$ Cat Soldier | TokenTypes$ Creature,Cat,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Vigilance | TokenAttacking$ True SVar:TrigTokenAttacking:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_cat_soldier_vigilance | TokenOwner$ You | LegacyImage$ w 1 1 cat soldier vigilance bng | TokenAttacking$ True
T:Mode$ AttackerBlocked | ValidCard$ Creature | ValidBlocker$ Card.Self | Execute$ TrigTokenBlocking | TriggerDescription$ Whenever CARDNAME blocks a creature, create a 1/1 white Cat Soldier creature token with vigilance that's blocking that creature. T:Mode$ AttackerBlocked | ValidCard$ Creature | ValidBlocker$ Card.Self | Execute$ TrigTokenBlocking | TriggerDescription$ Whenever CARDNAME blocks a creature, create a 1/1 white Cat Soldier creature token with vigilance that's blocking that creature.
SVar:TrigTokenBlocking:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_cat_soldier_vigilance | TokenOwner$ You | LegacyImage$ w 1 1 cat soldier vigilance bng | TokenBlocking$ TriggeredAttacker SVar:TrigTokenBlocking:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_cat_soldier_vigilance | TokenOwner$ You | LegacyImage$ w 1 1 cat soldier vigilance bng | TokenBlocking$ TriggeredAttacker
SVar:HasAttackEffect:TRUE SVar:HasAttackEffect:TRUE

View File

@@ -2,7 +2,7 @@ Name:Broken Visage
ManaCost:4 B ManaCost:4 B
Types:Instant Types:Instant
A:SP$ Destroy | Cost$ 4 B | ValidTgts$ Creature.attacking+nonArtifact | TgtPrompt$ Select target nonartifact attacking creature | NoRegen$ True | SubAbility$ DBToken | SpellDescription$ Destroy target nonartifact attacking creature. It can't be regenerated. Create a black Spirit creature token. Its power is equal to that creature's power and its toughness is equal to that creature's toughness. Sacrifice the token at the beginning of the next end step. A:SP$ Destroy | Cost$ 4 B | ValidTgts$ Creature.attacking+nonArtifact | TgtPrompt$ Select target nonartifact attacking creature | NoRegen$ True | SubAbility$ DBToken | SpellDescription$ Destroy target nonartifact attacking creature. It can't be regenerated. Create a black Spirit creature token. Its power is equal to that creature's power and its toughness is equal to that creature's toughness. Sacrifice the token at the beginning of the next end step.
SVar:DBToken:DB$ Token | Defined$ Targeted | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ Black | TokenPower$ dX | TokenToughness$ dY | References$ dX,dY | AtEOT$ Sacrifice SVar:DBToken:DB$ Token | Defined$ Targeted | TokenAmount$ 1 | TokenScript$ b_x_x_spirit | TokenOwner$ You | TokenPower$ dX | TokenToughness$ dY | References$ dX,dY | AtEOT$ Sacrifice
SVar:dX:Targeted$CardPower SVar:dX:Targeted$CardPower
SVar:dY:Targeted$CardToughness SVar:dY:Targeted$CardToughness
SVar:Picture:http://www.wizards.com/global/images/magic/general/broken_visage.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/broken_visage.jpg

View File

@@ -3,8 +3,7 @@ ManaCost:1 W
Types:Sorcery Types:Sorcery
A:SP$ ChangeZone | Cost$ 1 W | Origin$ Battlefield | Destination$ Exile | AILogic$ SameName | ValidTgts$ Creature | TgtPrompt$ Select target creature | RememberLKI$ True | SubAbility$ DBExile | SpellDescription$ Exile target creature and all other creatures its controller controls with the same name as that creature. That player investigates for each nontoken creature exiled this way. | StackDescription$ SpellDescription A:SP$ ChangeZone | Cost$ 1 W | Origin$ Battlefield | Destination$ Exile | AILogic$ SameName | ValidTgts$ Creature | TgtPrompt$ Select target creature | RememberLKI$ True | SubAbility$ DBExile | SpellDescription$ Exile target creature and all other creatures its controller controls with the same name as that creature. That player investigates for each nontoken creature exiled this way. | StackDescription$ SpellDescription
SVar:DBExile:DB$ ChangeZoneAll | Origin$ Battlefield | Destination$ Exile | Defined$ RememberedController | ChangeType$ Remembered.Creature+sameName | Shuffle$ True | RememberChanged$ True | SubAbility$ DBInvestigate SVar:DBExile:DB$ ChangeZoneAll | Origin$ Battlefield | Destination$ Exile | Defined$ RememberedController | ChangeType$ Remembered.Creature+sameName | Shuffle$ True | RememberChanged$ True | SubAbility$ DBInvestigate
SVar:DBInvestigate:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Clue | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 | TokenTypes$ Artifact,Clue | TokenOwner$ RememberedController | TokenColors$ Colorless | TokenImage$ c clue | TokenAbilities$ ABDraw | SubAbility$ DBCleanup | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 SVar:DBInvestigate:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ c_a_clue_draw | LegacyImage$ c a clue draw soi | TokenOwner$ RememberedController | SubAbility$ DBCleanup
SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card.
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:Remembered$Valid Card.nonToken SVar:X:Remembered$Valid Card.nonToken
SVar:Picture:http://www.wizards.com/global/images/magic/general/declaration_in_stone.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/declaration_in_stone.jpg

View File

@@ -3,7 +3,6 @@ ManaCost:no cost
Types:Vanguard Types:Vanguard
HandLifeModifier:+0/-5 HandLifeModifier:+0/-5
T:Mode$ NewGame | TriggerZones$ Command | Execute$ TrigToken | Static$ True | TriggerDescription$ You begin the game with a 1/1 green Elf creature token on the battlefield. It has "{T}: Add {G}." T:Mode$ NewGame | TriggerZones$ Command | Execute$ TrigToken | Static$ True | TriggerDescription$ You begin the game with a 1/1 green Elf creature token on the battlefield. It has "{T}: Add {G}."
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elf | TokenTypes$ Creature,Elf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenAbilities$ DBMana SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_elf_g | TokenOwner$ You
SVar:DBMana:AB$ Mana | Cost$ T | Produced$ G | SpellDescription$ Add {G}.
SVar:Picture:https://downloads.cardforge.org/images/cards/VAN/Elvish Champion Avatar.full.jpg SVar:Picture:https://downloads.cardforge.org/images/cards/VAN/Elvish Champion Avatar.full.jpg
Oracle:Hand +0, life -5\nYou begin the game with a 1/1 green Elf creature token on the battlefield. It has "{T}: Add {G}." Oracle:Hand +0, life -5\nYou begin the game with a 1/1 green Elf creature token on the battlefield. It has "{T}: Add {G}."

View File

@@ -4,7 +4,7 @@ Types:Creature Spirit
PT:1/3 PT:1/3
K:Flying K:Flying
T:Mode$ Investigated | ValidPlayer$ You | TriggerZones$ Battlefield | OnlyFirst$ True | Execute$ TrigInvestigate | TriggerDescription$ Whenever you investigate for the first time each turn, investigate an additional time. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") T:Mode$ Investigated | ValidPlayer$ You | TriggerZones$ Battlefield | OnlyFirst$ True | Execute$ TrigInvestigate | TriggerDescription$ Whenever you investigate for the first time each turn, investigate an additional time. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.")
SVar:TrigInvestigate:DB$ Token | TokenAmount$ 1 | TokenTokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi SVar:TrigInvestigate:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi
DeckHints:Ability$Investigate DeckHints:Ability$Investigate
DeckHas:Ability$Token DeckHas:Ability$Token
SVar:Picture:http://www.wizards.com/global/images/magic/general/erdwal_illuminator.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/erdwal_illuminator.jpg

View File

@@ -3,7 +3,7 @@ ManaCost:no cost
Types:Vanguard Types:Vanguard
HandLifeModifier:+1/-3 HandLifeModifier:+1/-3
T:Mode$ Devoured | ValidDevoured$ Creature.YouCtrl | TriggerZones$ Command | Execute$ TrigToken | TriggerDescription$ Whenever a creature you control is devoured, create an X/X green Ooze creature token, where X is the devoured creature's power. T:Mode$ Devoured | ValidDevoured$ Creature.YouCtrl | TriggerZones$ Command | Execute$ TrigToken | TriggerDescription$ Whenever a creature you control is devoured, create an X/X green Ooze creature token, where X is the devoured creature's power.
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Ooze | TokenTypes$ Creature,Ooze | TokenOwner$ You | TokenColors$ Green | TokenPower$ X | TokenToughness$ X | References$ X | TokenImage$ g x x ooze rtr | SpellDescription$ Create an X/X green Ooze creature token. SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_x_x_ooze | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | LegacyImage$ g x x ooze rtr | SpellDescription$ Create an X/X green Ooze creature token.
SVar:X:TriggeredDevoured$CardPower SVar:X:TriggeredDevoured$CardPower
SVar:Picture:https://downloads.cardforge.org/images/cards/VAN/Kresh the Bloodbraided Avatar.full.jpg SVar:Picture:https://downloads.cardforge.org/images/cards/VAN/Kresh the Bloodbraided Avatar.full.jpg
Oracle:Hand +1, life -3\nWhenever a creature you control is devoured, create an X/X green Ooze creature token, where X is the devoured creature's power. Oracle:Hand +1, life -3\nWhenever a creature you control is devoured, create an X/X green Ooze creature token, where X is the devoured creature's power.

View File

@@ -3,9 +3,9 @@ ManaCost:no cost
Types:Vanguard Types:Vanguard
HandLifeModifier:+1/+3 HandLifeModifier:+1/+3
A:AB$ GenericChoice | Cost$ 2 G | Choices$ Wolf,Antelope,Cat,Rhino | ActivationZone$ Command | AtRandom$ True | StackDescription$ SpellDescription | SpellDescription$ Put a green creature token onto the battlefield that's a 2/2 Wolf, a 2/3 Antelope with forestwalk, a 3/2 Cat with shroud, or a 4/4 Rhino with trample, chosen at random. A:AB$ GenericChoice | Cost$ 2 G | Choices$ Wolf,Antelope,Cat,Rhino | ActivationZone$ Command | AtRandom$ True | StackDescription$ SpellDescription | SpellDescription$ Put a green creature token onto the battlefield that's a 2/2 Wolf, a 2/3 Antelope with forestwalk, a 3/2 Cat with shroud, or a 4/4 Rhino with trample, chosen at random.
SVar:Wolf:DB$ Token | TokenAmount$ 1 | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Wolf SVar:Wolf:DB$ Token | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You | SpellDescription$ Wolf
SVar:Antelope:DB$ Token | TokenAmount$ 1 | TokenName$ Antelope | TokenTypes$ Creature,Antelope | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 3 | TokenKeywords$ Forestwalk | SpellDescription$ Antelope SVar:Antelope:DB$ Token | TokenAmount$ 1 | TokenScript$ g_2_3_antelope_forestwalk | TokenOwner$ You | SpellDescription$ Antelope
SVar:Cat:DB$ Token | TokenAmount$ 1 | TokenName$ Cat | TokenTypes$ Creature,Cat | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 2 | TokenKeywords$ Shroud | SpellDescription$ Cat SVar:Cat:DB$ Token | TokenAmount$ 1 | TokenScript$ g_3_2_cat_shroud | TokenOwner$ You | SpellDscription$ Cat
SVar:Rhino:DB$ Token | TokenAmount$ 1 | TokenName$ Rhino | TokenTypes$ Creature,Rhino | TokenOwner$ You | TokenColors$ Green | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Trample | SpellDescription$ Rhino SVar:Rhino:DB$ Token | TokenAmount$ 1 | TokenScript$ g_4_4_rhino_trample | TokenOwner$ You | SpellDescription$ Rhino
SVar:Picture:https://downloads.cardforge.org/images/cards/VAN/Master of the Wild Hunt Avatar.full.jpg SVar:Picture:https://downloads.cardforge.org/images/cards/VAN/Master of the Wild Hunt Avatar.full.jpg
Oracle:Hand +1, life +3\n{2}{G}: Put a green creature token onto the battlefield that's a 2/2 Wolf, a 2/3 Antelope with forestwalk, a 3/2 Cat with shroud, or a 4/4 Rhino with trample, chosen at random. Oracle:Hand +1, life +3\n{2}{G}: Put a green creature token onto the battlefield that's a 2/2 Wolf, a 2/3 Antelope with forestwalk, a 3/2 Cat with shroud, or a 4/4 Rhino with trample, chosen at random.

View File

@@ -3,7 +3,7 @@ ManaCost:4
Types:Artifact Types:Artifact
A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ c_1_1_a_gnome | TokenOwner$ You | LegacyImage$ c 1 1 a gnome usg | SpellDescription$ Create a 1/1 colorless Gnome artifact creature token. A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ c_1_1_a_gnome | TokenOwner$ You | LegacyImage$ c 1 1 a gnome usg | SpellDescription$ Create a 1/1 colorless Gnome artifact creature token.
T:Mode$ Discarded | ValidCard$ Card.Self | ValidCause$ Card.OppCtrl | Execute$ TrigToken | TriggerDescription$ When a spell or ability an opponent controls causes you to discard CARDNAME, create four 1/1 colorless Gnome artifact creature tokens. T:Mode$ Discarded | ValidCard$ Card.Self | ValidCause$ Card.OppCtrl | Execute$ TrigToken | TriggerDescription$ When a spell or ability an opponent controls causes you to discard CARDNAME, create four 1/1 colorless Gnome artifact creature tokens.
SVar:TrigToken:DB$ Token | TokenAmount$ 4 | TokenName$ Gnome | TokenTypes$ Artifact,Creature,Gnome | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 SVar:TrigToken:DB$ Token | TokenAmount$ 4 | TokenScript$ c_1_1_a_gnome | TokenOwner$ You | LegacyImage$ c 1 1 a gnome usg
SVar:DiscardMeByOpp:2 SVar:DiscardMeByOpp:2
SVar:Picture:http://www.wizards.com/global/images/magic/general/metrognome.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/metrognome.jpg
Oracle:When a spell or ability an opponent controls causes you to discard Metrognome, create four 1/1 colorless Gnome artifact creature tokens.\n{4}, {T}: Create a 1/1 colorless Gnome artifact creature token. Oracle:When a spell or ability an opponent controls causes you to discard Metrognome, create four 1/1 colorless Gnome artifact creature tokens.\n{4}, {T}: Create a 1/1 colorless Gnome artifact creature token.

View File

@@ -3,6 +3,6 @@ ManaCost:no cost
Types:Vanguard Types:Vanguard
HandLifeModifier:+0/+6 HandLifeModifier:+0/+6
T:Mode$ DamageDone | ValidSource$ Creature.YouCtrl | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigToken | TriggerZones$ Command | TriggerDescription$ Whenever a creature you control deals combat damage to a player, you may pay {5}. If you do, put a 5/5 red Dragon creature token with flying onto the battlefield. T:Mode$ DamageDone | ValidSource$ Creature.YouCtrl | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigToken | TriggerZones$ Command | TriggerDescription$ Whenever a creature you control deals combat damage to a player, you may pay {5}. If you do, put a 5/5 red Dragon creature token with flying onto the battlefield.
SVar:TrigToken:AB$ Token | Cost$ 5 | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenColors$ Red | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying | SpellDescription$ Put a 5/5 red Dragon creature token with flying onto the battlefield. SVar:TrigToken:AB$ Token | Cost$ 5 | TokenAmount$ 1 | TokenScript$ r_5_5_dragon_flying | TokenOwner$ You | SpellDescription$ Put a 5/5 red Dragon creature token with flying onto the battlefield.
SVar:Picture:https://downloads.cardforge.org/images/cards/VAN/Rith, the Awakener Avatar1.full.jpg SVar:Picture:https://downloads.cardforge.org/images/cards/VAN/Rith, the Awakener Avatar1.full.jpg
Oracle:Hand +0, life +6\nWhenever a creature you control deals combat damage to a player, you may pay {5}. If you do, put a 5/5 red Dragon creature token with flying onto the battlefield. Oracle:Hand +0, life +6\nWhenever a creature you control deals combat damage to a player, you may pay {5}. If you do, put a 5/5 red Dragon creature token with flying onto the battlefield.

View File

@@ -1,7 +1,8 @@
Name:Sprout Name:Sprout
ManaCost:G ManaCost:G
Types:Instant Types:Instant
A:SP$ Token | Cost$ G | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | SpellDescription$ Create a 1/1 green Saproling creature token. A:SP$ Token | TokenAmount$ 1 | Cost$ G | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling TSP | SpellDescription$ Create a 1/1 green Saproling creature token.
DeckHint:Type$Fungus
DeckHas:Ability$Token DeckHas:Ability$Token
SVar:Picture:http://www.wizards.com/global/images/magic/general/sprout.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/sprout.jpg
Oracle:Create a 1/1 green Saproling creature token. Oracle:Create a 1/1 green Saproling creature token.

View File

@@ -2,7 +2,7 @@ Name:Steward of Solidarity
ManaCost:1 W ManaCost:1 W
Types:Creature Human Warrior Types:Creature Human Warrior
PT:2/2 PT:2/2
A:AB$ Token | Cost$ T Exert<1/CARDNAME> | TokenAmount$ 1 | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Vigilance | TokenImage$ w 1 1 warrior AKH | SpellDescription$ Create a 1/1 white Warrior creature token with vigilance. (An exerted creature won't untap during your next untap step.) A:AB$ Token | Cost$ T Exert<1/CARDNAME> | TokenAmount$ 1 | TokenScript$ w_1_1_warrior_vigilance | TokenOwner$ You | LegacyImage$ w 1 1 warrior vigilance akh | SpellDescription$ Create a 1/1 white Warrior creature token with vigilance. (An exerted creature won't untap during your next untap step.)
DeckHas:Ability$Token DeckHas:Ability$Token
SVar:Picture:http://www.wizards.com/global/images/magic/general/steward_of_solidarity.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/steward_of_solidarity.jpg
Oracle:{T}, Exert Steward of Solidarity: Create a 1/1 white Warrior creature token with vigilance. (An exerted creature won't untap during your next untap step.) Oracle:{T}, Exert Steward of Solidarity: Create a 1/1 white Warrior creature token with vigilance. (An exerted creature won't untap during your next untap step.)

View File

@@ -3,7 +3,7 @@ ManaCost:4 RG RG
Types:Legendary Creature Goblin Shaman Types:Legendary Creature Goblin Shaman
PT:3/3 PT:3/3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ WortETB | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 red and green Goblin Warrior creature tokens. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ WortETB | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 red and green Goblin Warrior creature tokens.
SVar:WortETB:DB$ Token | TokenAmount$ 2 | TokenName$ Goblin Warrior | TokenTypes$ Creature,Goblin,Warrior | TokenOwner$ You | TokenColors$ Red,Green | TokenPower$ 1 | TokenToughness$ 1 SVar:WortETB:DB$ Token | TokenAmount$ 2 | TokenScript$ rg_1_1_goblin_warrior | TokenOwner$ You
S:Mode$ Continuous | AddKeyword$ Conspire | Affected$ Instant.Green+YouCtrl,Instant.Red+YouCtrl,Sorcery.Red+YouCtrl,Sorcery.Green+YouCtrl | AffectedZone$ Stack,Graveyard,Hand,Library,Exile | EffectZone$ Battlefield | Description$ Each red or green instant or sorcery spell you cast has conspire. (As you cast the spell, you may tap two untapped creatures you control that share a color with it. When you do, copy it and you may choose new targets for the copy.) S:Mode$ Continuous | AddKeyword$ Conspire | Affected$ Instant.Green+YouCtrl,Instant.Red+YouCtrl,Sorcery.Red+YouCtrl,Sorcery.Green+YouCtrl | AffectedZone$ Stack,Graveyard,Hand,Library,Exile | EffectZone$ Battlefield | Description$ Each red or green instant or sorcery spell you cast has conspire. (As you cast the spell, you may tap two untapped creatures you control that share a color with it. When you do, copy it and you may choose new targets for the copy.)
SVar:Picture:http://www.wizards.com/global/images/magic/general/wort_the_raidmother.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/wort_the_raidmother.jpg
Oracle:When Wort, the Raidmother enters the battlefield, create two 1/1 red and green Goblin Warrior creature tokens.\nEach red or green instant or sorcery spell you cast has conspire. (As you cast the spell, you may tap two untapped creatures you control that share a color with it. When you do, copy it and you may choose new targets for the copy.) Oracle:When Wort, the Raidmother enters the battlefield, create two 1/1 red and green Goblin Warrior creature tokens.\nEach red or green instant or sorcery spell you cast has conspire. (As you cast the spell, you may tap two untapped creatures you control that share a color with it. When you do, copy it and you may choose new targets for the copy.)

View File

@@ -0,0 +1,7 @@
Name:Elf
ManaCost:no cost
Types:Creature Elf
Colors:green
PT:1/1
A:AB$ Mana | Cost$ T | Produced$ G | SpellDescription$ Add {G}.
Oracle:{T}: Add {G}.

View File

@@ -0,0 +1,7 @@
Name:Antelope
ManaCost:no cost
Types:Creature Antelope
Colors:green
PT:2/3
K:Forestwalk
Oracle:Forestwalk

View File

@@ -0,0 +1,7 @@
Name:Cat
ManaCost:no cost
Types:Creature Cat
Colors:green
PT:3/2
K:Shroud
Oracle:Shroud

View File

@@ -0,0 +1,7 @@
Name:Dragon
ManaCost:no cost
Types:Creature Dragon
Colors:red
K:Flying
PT:5/5
Oracle:Flying