Added "myTurnOnly" keyword to some cards (PTK)
This commit is contained in:
@@ -241,7 +241,7 @@ rarity=R
|
||||
mana={1}{G}{G}
|
||||
type=Creature
|
||||
subtype=Human
|
||||
auto={T}:moveTo(mylibrary) target(creature|mygraveyard)
|
||||
auto={T}:moveTo(mylibrary) target(creature|mygraveyard) myTurnOnly
|
||||
power=1
|
||||
toughness=2
|
||||
abilities=legendary
|
||||
@@ -322,7 +322,7 @@ toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
text=Sacrifice Loyal Retainers: Return target legendary creature card from your graveyard onto the battlefield. Play this ability only during your turn, before attackers are declared.
|
||||
auto={S}:moveTo(myBattlefield) target(creature[legendary]|mygraveyard)
|
||||
auto={S}:moveTo(myBattlefield) target(creature[legendary]|mygraveyard) myTurnOnly
|
||||
id=10491
|
||||
name=Loyal Retainers
|
||||
rarity=U
|
||||
@@ -340,7 +340,7 @@ rarity=R
|
||||
mana={3}{U}{U}
|
||||
type=Creature
|
||||
subtype=Human Advisor
|
||||
auto={T}:Draw:1
|
||||
auto={T}:Draw:1 myTurnOnly
|
||||
power=1
|
||||
toughness=2
|
||||
abilities=legendary
|
||||
@@ -435,7 +435,7 @@ rarity=R
|
||||
mana={1}{W}{W}
|
||||
type=Creature
|
||||
subtype=Human Advisor
|
||||
auto={T}:0/2 target(creature)
|
||||
auto={T}:0/2 target(creature) myTurnOnly
|
||||
power=1
|
||||
toughness=2
|
||||
abilities=legendary
|
||||
@@ -579,7 +579,7 @@ rarity=C
|
||||
mana={1}{W}
|
||||
type=Creature
|
||||
subtype=Human
|
||||
auto={T}:life:1
|
||||
auto={T}:life:1 myTurnOnly
|
||||
power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
@@ -827,7 +827,7 @@ rarity=U
|
||||
mana={2}{U}
|
||||
type=Creature
|
||||
subtype=Human Soldier
|
||||
auto={T}:damage:1 target(creature,player)
|
||||
auto={T}:damage:1 target(creature,player) myTurnOnly
|
||||
power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
@@ -852,7 +852,7 @@ rarity=R
|
||||
mana={1}{B}{B}
|
||||
type=Creature
|
||||
subtype=Human Advisor
|
||||
auto={T}:2/0 target(creature|myBattlefield)
|
||||
auto={T}:2/0 target(creature|myBattlefield) myTurnOnly
|
||||
power=1
|
||||
toughness=1
|
||||
abilities=legendary
|
||||
@@ -915,7 +915,7 @@ rarity=R
|
||||
mana={1}{U}{U}
|
||||
type=Creature
|
||||
subtype=Human Advisor
|
||||
auto={T}:unblockable target(creature)
|
||||
auto={T}:unblockable target(creature) myTurnOnly
|
||||
power=1
|
||||
toughness=1
|
||||
abilities=legendary
|
||||
|
||||
Reference in New Issue
Block a user