fixed sun titan and primeval titan card definitions.
** Sun Titan: missing exclusion of instants and sorceries for special ability ** Primeval titan: fixed token placement so that tokens went into exile and not the graveyard
This commit is contained in:
@@ -41168,15 +41168,15 @@ toughness=6
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
name=Primeval Titan's Fetch
|
name=Primeval Titan's Fetch
|
||||||
auto=@movedto(this|mygraveyard):may moveto(mybattlefield) target(land|mylibrary)&& tap && token(-20502712)
|
auto=@movedto(this|exile):may moveto(mybattlefield) target(land|mylibrary)&& tap && token(-20502712)
|
||||||
auto=moveto(mygraveyard) all(this)
|
auto=moveto(exile)
|
||||||
id=-20502711
|
id=-20502711
|
||||||
type=Nothing
|
type=Nothing
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
name=Primeval Titan's 2nd Fetch
|
name=Primeval Titan's 2nd Fetch
|
||||||
auto=@movedto(this|mygraveyard):may moveto(mybattlefield) target(land|mylibrary) && tap
|
auto=@movedto(this|exile):may moveto(mybattlefield) target(land|mylibrary) && tap
|
||||||
auto=moveto(mygraveyard) all(this)
|
auto=moveto(exile)
|
||||||
id=-20502712
|
id=-20502712
|
||||||
type=Nothing
|
type=Nothing
|
||||||
[/card]
|
[/card]
|
||||||
@@ -53718,8 +53718,8 @@ toughness=4
|
|||||||
[card]
|
[card]
|
||||||
name=Sun Titan
|
name=Sun Titan
|
||||||
abilities=vigilance
|
abilities=vigilance
|
||||||
auto=may moveTo(myBattlefield) target(*[manacost<=3]|mygraveyard)
|
auto=may moveTo(myBattlefield) target(*[manacost<=3;-sorcery;-instant]|mygraveyard)
|
||||||
auto=@attacking(this):may moveTo(myBattlefield) target(*[manacost<=3]|mygraveyard)
|
auto=@attacking(this):may moveTo(myBattlefield) target(*[manacost<=3;-sorcery;-instant]|mygraveyard)
|
||||||
text=Vigilance -- Whenever Sun Titan enters the battlefield or attacks, you may return target permanent card with converted mana cost 3 or less from your graveyard to the battlefield.
|
text=Vigilance -- Whenever Sun Titan enters the battlefield or attacks, you may return target permanent card with converted mana cost 3 or less from your graveyard to the battlefield.
|
||||||
mana={4}{W}{W}
|
mana={4}{W}{W}
|
||||||
type=Creature
|
type=Creature
|
||||||
|
|||||||
Reference in New Issue
Block a user