Laurent - Small addition CFX tested and working. Blood Tyrant is not technically 100% but in current wagic is 100% correct since there is no real "loose life" protection and no multiplayer option.
This commit is contained in:
@@ -67,6 +67,18 @@ subtype=Ooze
|
|||||||
toughness=1
|
toughness=1
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
text=Flying, trample At the beginning of your upkeep, each player loses 1 life. Put a +1/+1 counter on Blood Tyrant for each 1 life lost this way. Whenever a player loses the game, put five +1/+1 counters on Blood Tyrant.
|
||||||
|
id=180267
|
||||||
|
auto=@each my upkeep:life:-1 opponent && life:-1 controller && counter(1/1,2)
|
||||||
|
name=Blood Tyrant
|
||||||
|
rarity=R
|
||||||
|
type=Creature
|
||||||
|
mana={4}{U}{B}{R}
|
||||||
|
power=5
|
||||||
|
subtype=Vampire
|
||||||
|
toughness=5
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
id=184994
|
id=184994
|
||||||
name=Canyon Minotaur
|
name=Canyon Minotaur
|
||||||
rarity=C
|
rarity=C
|
||||||
@@ -247,6 +259,16 @@ subtype=Vedalken Knight
|
|||||||
toughness=4
|
toughness=4
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
text=At the beginning of each player's draw step, that player draws two additional cards.
|
||||||
|
id=189147
|
||||||
|
auto=@each my draw:draw:2 controller
|
||||||
|
auto=@each opponent draw:draw:2 opponent
|
||||||
|
name=Font of Mythos
|
||||||
|
rarity=R
|
||||||
|
type=Artifact
|
||||||
|
mana={4}
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
text=
|
text=
|
||||||
id=179443
|
id=179443
|
||||||
name=Fusion Elemental
|
name=Fusion Elemental
|
||||||
@@ -282,6 +304,18 @@ subtype=Leviathan
|
|||||||
toughness=11
|
toughness=11
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
text=Whenever an opponent draws a card, if you control a red permanent, you may have Kederekt Parasite deal 1 damage to that player.
|
||||||
|
id=189080
|
||||||
|
auto=@movedTo(*|opponenthand) from(opponentlibrary):aslongas(*[red]|myinplay) may damage:1 opponent
|
||||||
|
name=Kederekt Parasite
|
||||||
|
rarity=R
|
||||||
|
type=Creature
|
||||||
|
mana={B}
|
||||||
|
power=1
|
||||||
|
subtype=Horror
|
||||||
|
toughness=1
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
text=Knight of the Reliquary gets +1/+1 for each land card in your graveyard. {T}, Sacrifice a Forest or Plains: Search your library for a land card, put it into play, then shuffle your library.
|
text=Knight of the Reliquary gets +1/+1 for each land card in your graveyard. {T}, Sacrifice a Forest or Plains: Search your library for a land card, put it into play, then shuffle your library.
|
||||||
auto=foreach(land|mygraveyard) 1/1
|
auto=foreach(land|mygraveyard) 1/1
|
||||||
auto={T},{S(forest,plains|myinplay)}:moveTo(myInPlay) target(land|mylibrary)
|
auto={T},{S(forest,plains|myinplay)}:moveTo(myInPlay) target(land|mylibrary)
|
||||||
|
|||||||
@@ -51,18 +51,6 @@ power=5
|
|||||||
subtype=Beast
|
subtype=Beast
|
||||||
toughness=3
|
toughness=3
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
|
||||||
text=Flying, trample At the beginning of your upkeep, each player loses 1 life. Put a +1/+1 counter on Blood Tyrant for each 1 life lost this way. Whenever a player loses the game, put five +1/+1 counters on Blood Tyrant.
|
|
||||||
id=180267
|
|
||||||
name=Blood Tyrant
|
|
||||||
rarity=R
|
|
||||||
type=Creature
|
|
||||||
mana={4}{U}{B}{R}
|
|
||||||
power=5
|
|
||||||
subtype=Vampire
|
|
||||||
toughness=5
|
|
||||||
[/card]
|
|
||||||
|
|
||||||
[card]
|
[card]
|
||||||
text=Equipped creature gets +1/+0. Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)
|
text=Equipped creature gets +1/+0. Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)
|
||||||
id=189270
|
id=189270
|
||||||
@@ -111,9 +99,10 @@ type=Instant
|
|||||||
mana={U}
|
mana={U}
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
#Does not work in WTH 0.8.1....
|
||||||
text=Counter target noncreature spell. Its controller loses 2 life.
|
text=Counter target noncreature spell. Its controller loses 2 life.
|
||||||
target=(*[-creature])
|
target=*[-creature]|stack
|
||||||
auto=fizzle && damage:2 controller
|
auto=fizzle && life:-2 targetController
|
||||||
id=186327
|
id=186327
|
||||||
name=Countersquall
|
name=Countersquall
|
||||||
rarity=U
|
rarity=U
|
||||||
@@ -123,6 +112,9 @@ mana={U}{B}
|
|||||||
[card]
|
[card]
|
||||||
text=Dark Temper deals 2 damage to target creature. If you control a black permanent, destroy the creature instead.
|
text=Dark Temper deals 2 damage to target creature. If you control a black permanent, destroy the creature instead.
|
||||||
id=185143
|
id=185143
|
||||||
|
target=creature
|
||||||
|
auto=aslongas(*[black]|myinplay):destroy
|
||||||
|
auto=damage:2
|
||||||
name=Dark Temper
|
name=Dark Temper
|
||||||
rarity=C
|
rarity=C
|
||||||
type=Instant
|
type=Instant
|
||||||
@@ -168,7 +160,7 @@ type=Land
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=Domain - Search your library for a basic land card, put that card into play tapped, then shuffle your library. Exploding Borders deals X damage to target player, where X is the number of basic land types among lands you control.
|
text=Domain - Search your library for a basic land card, put that card into play tapped, then shuffle your library. Exploding Borders deals X damage to target player, where X is the number of basic land types among lands you control.
|
||||||
auto=moveTo(myinplay) target(basic) && tap
|
auto=moveTo(myinplay) target(basic|mylibrary) && tap
|
||||||
auto=aslongas(forest|myinplay) damage:1 target(player)
|
auto=aslongas(forest|myinplay) damage:1 target(player)
|
||||||
auto=aslongas(plains|myinplay) damage:1 target(player)
|
auto=aslongas(plains|myinplay) damage:1 target(player)
|
||||||
auto=aslongas(mountain|myinplay) damage:1 target(player)
|
auto=aslongas(mountain|myinplay) damage:1 target(player)
|
||||||
@@ -230,14 +222,6 @@ subtype=Human Wizard
|
|||||||
toughness=2
|
toughness=2
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=At the beginning of each player's draw step, that player draws two additional cards.
|
|
||||||
id=189147
|
|
||||||
name=Font of Mythos
|
|
||||||
rarity=R
|
|
||||||
type=Artifact
|
|
||||||
mana={4}
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) {U}, {T}: Draw a card, then discard a card.
|
text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) {U}, {T}: Draw a card, then discard a card.
|
||||||
id=184993
|
id=184993
|
||||||
name=Frontline Sage
|
name=Frontline Sage
|
||||||
@@ -375,17 +359,6 @@ subtype=Human Cleric
|
|||||||
toughness=1
|
toughness=1
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=Whenever an opponent draws a card, if you control a red permanent, you may have Kederekt Parasite deal 1 damage to that player.
|
|
||||||
id=189080
|
|
||||||
name=Kederekt Parasite
|
|
||||||
rarity=R
|
|
||||||
type=Creature
|
|
||||||
mana={B}
|
|
||||||
power=1
|
|
||||||
subtype=Horror
|
|
||||||
toughness=1
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
text=Counter target spell. If that spell is countered this way, put it on top of its owner's library instead of into that player's graveyard.
|
text=Counter target spell. If that spell is countered this way, put it on top of its owner's library instead of into that player's graveyard.
|
||||||
id=175026
|
id=175026
|
||||||
name=Lapse of Certainty
|
name=Lapse of Certainty
|
||||||
@@ -476,6 +449,7 @@ toughness=6
|
|||||||
[card]
|
[card]
|
||||||
text=Trample At the beginning of your upkeep, if you control a blue permanent, you may put a token into play that's a copy of Mirror-Sigil Sergeant.
|
text=Trample At the beginning of your upkeep, if you control a blue permanent, you may put a token into play that's a copy of Mirror-Sigil Sergeant.
|
||||||
id=158598
|
id=158598
|
||||||
|
auto=@each my upkeep:aslongas(*[blue]|myinplay) may token(Mirror-Sigil Sergeant,Creature Rhino Soldier,4/4,white)
|
||||||
name=Mirror-Sigil Sergeant
|
name=Mirror-Sigil Sergeant
|
||||||
rarity=M
|
rarity=M
|
||||||
type=Creature
|
type=Creature
|
||||||
|
|||||||
Reference in New Issue
Block a user