Merge pull request #844 from kevlahnota/master
Fix cards reported on forums
This commit is contained in:
@@ -35313,8 +35313,11 @@ toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Fable of Wolf and Owl
|
||||
auto=@movedTo(*[green]|mystack):may token(Wolf,Creature Wolf,2/2,green,tnum:11)
|
||||
auto=@movedTo(*[blue]|mystack):may token(Bird,Creature Bird,1/1,flying,blue,tnum:12)
|
||||
auto=@movedTo(*[green;-blue]|mystack):may token(Wolf,Creature Wolf,2/2,green,tnum:11)
|
||||
auto=@movedTo(*[blue;-green]|mystack):may token(Bird,Creature Bird,1/1,flying,blue,tnum:12)
|
||||
auto=@movedTo(*[blue&green]|mystack):may token(Bird,Creature Bird,1/1,flying,blue,tnum:12)
|
||||
auto=@movedTo(*[blue&green]|mystack):may token(Wolf,Creature Wolf,2/2,green,tnum:11)
|
||||
auto=@movedTo(*[blue&green]|mystack):may name(create bird & wolf) token(Bird,Creature Bird,1/1,flying,blue,tnum:12) && token(Wolf,Creature Wolf,2/2,green,tnum:11)
|
||||
text=Whenever you cast a green spell, you may put a 2/2 green Wolf creature token onto the battlefield. -- Whenever you cast a blue spell, you may put a 1/1 blue Bird creature token with flying onto the battlefield.
|
||||
mana={3}{GU}{GU}{GU}
|
||||
type=Enchantment
|
||||
@@ -39508,8 +39511,8 @@ type=Land
|
||||
[/card]
|
||||
[card]
|
||||
name=Forgotten Creation
|
||||
auto=cantbeblockedby(creature[power>3])
|
||||
auto=@each my upkeep:may name(draw discard) discard all(myhand) and draw:type:*[fresh]:mygraveyard)
|
||||
abilities=skulk
|
||||
auto=@each my upkeep:may name(discard hand) count(type:*:myhand) && reject all(*|myhand) && draw:countedamount controller
|
||||
text=Skulk (This creature can't be blocked by creatures with greater power.) -- At the beginning of your upkeep, you may discard all the cards in your hand. If you do, draw that many cards.
|
||||
mana={3}{U}
|
||||
type=Creature
|
||||
|
||||
Reference in New Issue
Block a user