Added izzet vs golgari duel decks, updates some primitives and bug fixing in cards
This commit is contained in:
@@ -479,7 +479,7 @@ type=Enchantment
|
||||
[card]
|
||||
name=Fervent Cathar
|
||||
abilities=haste
|
||||
auto=target(creature|mybattlefield) cantblock ueot
|
||||
auto=target(creature) cantblock ueot
|
||||
text=Haste -- When Fervent Cathar enters the battlefield, target creature can't block this turn.
|
||||
mana={2}{R}
|
||||
type=Creature
|
||||
|
||||
@@ -1,4 +1,14 @@
|
||||
[card]
|
||||
name=Ajani, Caller of the Pride
|
||||
auto=counter(0/0,4,loyalty)
|
||||
auto={C(0/0,1,Loyalty)}:target(creature|mybattlefield) counter(1/1,1)
|
||||
auto={C(0/0,-3,Loyalty)}:flying && double strike target(creature|mybattlefield)
|
||||
auto={C(0/0,-8,Loyalty)}:foreach(controllerlife) token(Cat,Creature Cat,2/2,white)
|
||||
text=+1: Put a +1/+1 counter on up to one target creature. -3: Target creature gains flying and double strike until end of turn. -8: Put X 2/2 white Cat creature tokens onto the battlefield, where X is your life total.
|
||||
mana={1}{W}{W}
|
||||
type=Planeswalker
|
||||
subtype=Ajani
|
||||
[/card][card]
|
||||
name=Ajani's Sunstriker
|
||||
abilities=lifelink
|
||||
text=Lifelink (Damage dealt by this creature also causes you to gain that much life.)
|
||||
@@ -445,6 +455,18 @@ power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Liliana of the Dark Realms
|
||||
auto=counter(0/0,3,loyalty)
|
||||
auto={C(0/0,1,Loyalty)}:moveTo(hand) target(swamp|myLibrary)
|
||||
auto={C(0/0,-3,Loyalty)}:name(minus) foreach(swamp|myBattlefield)-1/-1 target(creature|*)
|
||||
auto={C(0/0,-3,Loyalty)}:name(plus) foreach(swamp|myBattlefield)1/1 target(creature|*)
|
||||
auto={C(0/0,-6,Loyalty)}:name(emblem) emblem lord(swamp|mybattlefield) {T}:{B}{B}{B}{B} dontremove
|
||||
text=+1: Search your library for a Swamp card, reveal it, and put it into your hand. Then shuffle your library. -3: Target creature gets +X/+X or -X/-X until end of turn, where X is the number of Swamps you control. -6: You get an emblem with "Swamps you control have ‘{T}: Add {B}{B}{B}{B} to your mana pool.'"
|
||||
mana={2}{B}{B}
|
||||
type=Planeswalker
|
||||
subtype=Liliana
|
||||
[/card]
|
||||
[card]
|
||||
name=Magmaquake
|
||||
auto=damage:X all(creature[-flying])
|
||||
text=Magmaquake deals X damage to each creature without flying and to each planeswalker.
|
||||
@@ -718,7 +740,7 @@ type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Sublime Archangel
|
||||
auto= lord(creature|myBattlefield) exalted
|
||||
auto=lord(creature|myBattlefield) exalted
|
||||
abilities=flying,exalted
|
||||
text=Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) -- Other creatures you control have exalted.
|
||||
mana={2}{W}{W}
|
||||
@@ -809,7 +831,9 @@ toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Vile Rebirth
|
||||
auto=moveTo(exile) target(creature|graveyard) && token(Zombie,Creature Zombie,2/2,black)
|
||||
target=creature|graveyard
|
||||
auto=moveTo(exile)
|
||||
auto=token(Zombie,Creature Zombie,2/2,black)
|
||||
text=Exile target creature card from a graveyard. Put a 2/2 black Zombie creature token onto the battlefield.
|
||||
mana={B}
|
||||
type=Instant
|
||||
|
||||
@@ -12,7 +12,7 @@ toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Beetleback Chief
|
||||
auto=@movedTo(my|battlefield):token(Goblin,creature token goblin,1/1,red)*2
|
||||
auto=token(Goblin,Creature Goblin,1/1,red)*2
|
||||
text=When Beetleback Chief enters the battlefield, put two 1/1 red Goblin creature tokens onto the battlefield.
|
||||
mana={2}{R}{R}
|
||||
type=Creature
|
||||
@@ -82,6 +82,16 @@ power=6
|
||||
toughness=6
|
||||
[/card]
|
||||
[card]
|
||||
name=Mass Mutiny
|
||||
target=creature|opponentbattlefield
|
||||
auto=haste
|
||||
auto=untap
|
||||
alias=129767
|
||||
text=For each opponent, gain control of target creature that player controls until end of turn. Untap those creatures. They gain haste until end of turn.
|
||||
mana={3}{R}{R}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Preyseizer Dragon
|
||||
auto=may target(<anyamount>other creature|mybattlefield) sacrifice && counter(1/1,2) all(this)
|
||||
auto=this(attacking):target(creature,player) dynamicability<!chargestrike!>
|
||||
@@ -97,8 +107,7 @@ toughness=4
|
||||
name=Sai of the Shinobi
|
||||
auto=@movedto(creature|myBattlefield):choice all(trigger[to]) retarget
|
||||
auto=1/1
|
||||
text=Equipped creature gets +1/+1. -- Whenever a creature enters the battlefield under your control, you may attach Sai of the Shinobi to it.
|
||||
-- Equip {2 ({2}: Attach to target creature you control. Equip only as a sorcery.)
|
||||
text=Equipped creature gets +1/+1. -- Whenever a creature enters the battlefield under your control, you may attach Sai of the Shinobi to it. -- Equip {2 ({2}: Attach to target creature you control. Equip only as a sorcery.)
|
||||
mana={1}
|
||||
auto={2}:equip
|
||||
type=Artifact
|
||||
|
||||
@@ -15722,6 +15722,7 @@ auto=choice name(creature) moveTo(myhand) all(creature|mygraveyard)
|
||||
auto=choice name(artifact) moveTo(myhand) all(artifact|mygraveyard)
|
||||
auto=choice name(land) moveTo(myhand) all(land|mygraveyard)
|
||||
auto=choice name(enchantment) moveTo(myhand) all(enchantment|mygraveyard)
|
||||
auto=choice name(planeswalker) moveTo(myhand) all(planeswalker|mygraveyard)
|
||||
flashback={5}{G}{G}
|
||||
text=Choose a permanent type. Return all cards of the chosen type from your graveyard to your hand. -- Flashback {5}{G}{G}
|
||||
mana={3}{G}{G}
|
||||
@@ -36641,8 +36642,8 @@ toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
name=Horizon Canopy
|
||||
auto={L}{T}:Add{G}
|
||||
auto={L}{T}:Add{W}
|
||||
auto={T}{L}:Add{G}
|
||||
auto={T}{L}:Add{W}
|
||||
auto={1}{T}{S}:Draw:1
|
||||
text={T}, Pay 1 life: Add {G} or {W} to your mana pool. -- {1}, {T}, Sacrifice Horizon Canopy: Draw a card.
|
||||
type=Land
|
||||
|
||||
Reference in New Issue
Block a user