Jonathan - removed the extra "s" after "owner" according to MTGGameZones.cpp
This commit is contained in:
@@ -250,7 +250,7 @@ mana={2}{U}
|
||||
[card]
|
||||
text=Put target creature on top of its owner's library.
|
||||
target=creature
|
||||
auto=moveTo(ownersLibrary)
|
||||
auto=moveTo(ownerLibrary)
|
||||
id=180144
|
||||
name=Excommunicate
|
||||
rarity=C
|
||||
|
||||
@@ -815,7 +815,7 @@ toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text={U}, {T}: Put target creature you control on top of its owner's library. {R}, {T}: Target creature gains first strike until end of turn.
|
||||
auto={U}{T}:moveTo(ownersLibrary) target(creature|myInPlay)
|
||||
auto={U}{T}:moveTo(ownerLibrary) target(creature|myInPlay)
|
||||
auto={R}{T}:first striek target(creature)
|
||||
id=23016
|
||||
name=Nightscape Apprentice
|
||||
@@ -1261,7 +1261,7 @@ type=Land
|
||||
[card]
|
||||
text={G}, {T}: Target creature gets +1/+1 until end of turn. {U}, {T}: Put target creature you control on top of its owner's library.
|
||||
auto={G}{T}:1/1 target(creature)
|
||||
auto={U}{T}:moveTo(ownersLibrary) target(creature|myInplay)
|
||||
auto={U}{T}:moveTo(ownerLibrary) target(creature|myInplay)
|
||||
id=22928
|
||||
name=Sunscape Apprentice
|
||||
rarity=C
|
||||
|
||||
@@ -126,7 +126,7 @@ rarity=U
|
||||
[card]
|
||||
text={G}, {T}: Target creature gets +0/+1 until end of turn. {U}, {T}: Put target creature you control on top of its owner's library.
|
||||
auto={G}{T}:0/1 target(creature)
|
||||
auto={U}{T}:moveTo(ownersLibrary) target(creature|myInplay)
|
||||
auto={U}{T}:moveTo(ownerLibrary) target(creature|myInplay)
|
||||
id=3482
|
||||
name=Civic Guildmage
|
||||
rarity=C
|
||||
@@ -181,7 +181,7 @@ rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
text=Put target artifact or enchantment on top of its owner's library.
|
||||
auto=moveTo(ownersLibrary) target(artifact,enchantment)
|
||||
auto=moveTo(ownerLibrary) target(artifact,enchantment)
|
||||
id=3484
|
||||
name=Disempower
|
||||
rarity=C
|
||||
@@ -257,7 +257,7 @@ rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
text=Put target land on top of its owner's library.
|
||||
auto=moveTo(ownersLibrary) target(land)
|
||||
auto=moveTo(ownerLibrary) target(land)
|
||||
id=3383
|
||||
name=Fallow Earth
|
||||
rarity=U
|
||||
|
||||
@@ -433,6 +433,19 @@ toughness=2
|
||||
abilities=Flying
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying When Looming Hoverguard comes into play, put target artifact on top of its owner's library.
|
||||
id=48114
|
||||
name=Looming Hoverguard
|
||||
rarity=U
|
||||
type=Creature
|
||||
mana={4}{U}{U}
|
||||
power=3
|
||||
subtype=Drone
|
||||
toughness=3
|
||||
abilities=flying
|
||||
auto=may moveTo(ownerlibrary) target(artifact)
|
||||
[/card]
|
||||
[card]
|
||||
text=
|
||||
id=48438
|
||||
name=Lumengrid Warden
|
||||
|
||||
@@ -1191,17 +1191,6 @@ subtype=Myr
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying When Looming Hoverguard comes into play, put target artifact on top of its owner's library.
|
||||
id=48114
|
||||
name=Looming Hoverguard
|
||||
rarity=U
|
||||
type=Creature
|
||||
mana={4}{U}{U}
|
||||
power=3
|
||||
subtype=Drone
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text={W}, {T}: Regenerate target artifact.
|
||||
id=46071
|
||||
name=Loxodon Mender
|
||||
|
||||
@@ -983,7 +983,7 @@ rarity=C
|
||||
[card]
|
||||
text=Put target creature on top of its owner's library.
|
||||
target=creature
|
||||
auto=moveTo(ownersLibrary)
|
||||
auto=moveTo(ownerLibrary)
|
||||
id=29723
|
||||
name=Repel
|
||||
rarity=C
|
||||
|
||||
@@ -957,7 +957,7 @@ toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=When Vedalken Dismisser comes into play, put target creature on top of its owner's library.
|
||||
auto=moveTo(ownersLibrary) target(creature)
|
||||
auto=moveTo(ownerLibrary) target(creature)
|
||||
id=87898
|
||||
name=Vedalken Dismisser
|
||||
rarity=C
|
||||
|
||||
@@ -1645,7 +1645,7 @@ toughness=1
|
||||
[card]
|
||||
text=Shadow (This creature can block or be blocked by only creatures with shadow.) {U}: Put Thalakos Mistfolk on top of its owner's library.
|
||||
abilities=shadow
|
||||
auto={U}: moveTo(ownersLibrary)
|
||||
auto={U}: moveTo(ownerLibrary)
|
||||
id=4733
|
||||
name=Thalakos Mistfolk
|
||||
rarity=C
|
||||
@@ -1671,7 +1671,7 @@ abilities=shadow
|
||||
[card]
|
||||
text=Put target creature on top of its owner's library.
|
||||
target=creature
|
||||
auto=moveTo(ownersLibrary)
|
||||
auto=moveTo(ownerLibrary)
|
||||
id=4736
|
||||
name=Time Ebb
|
||||
rarity=C
|
||||
|
||||
Reference in New Issue
Block a user