Erwan
- fix issue 168 (kudzu) - Fix issue 162 (copy VS shroud). This fix introduces a new keyword: NotATarget() instead of Target(). (Which was the best way for me to keep some kind of backward compatibility/ not alter the code too much / fix the bug)
This commit is contained in:
@@ -402,7 +402,7 @@ toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=As Clone comes into play, you may choose a creature in play. If you do, Clone comes into play as a copy of that creature.
|
||||
auto=may copy target(creature)
|
||||
auto=may copy NotATarget(creature)
|
||||
id=129501
|
||||
name=Clone
|
||||
rarity=R
|
||||
@@ -2141,7 +2141,7 @@ toughness=*
|
||||
[/card]
|
||||
[card]
|
||||
text=As Sculpting Steel comes into play, you may choose an artifact in play. If you do, Sculpting Steel comes into play as a copy of that artifact.
|
||||
auto=may copy target(artifact)
|
||||
auto=may copy notatarget(artifact)
|
||||
id=135241
|
||||
name=Sculpting Steel
|
||||
rarity=R
|
||||
|
||||
@@ -320,7 +320,7 @@ subtype=Shapeshifter
|
||||
power=0
|
||||
toughness=0
|
||||
text=You may have Clone enter the battlefield as a copy of any creature on the battlefield.
|
||||
auto=may copy target(creature)
|
||||
auto=may copy notatarget(creature)
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
|
||||
@@ -1067,7 +1067,7 @@ toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
text=As Sculpting Steel enters the battlefield, you may choose an artifact on the battlefield. If you do, Sculpting Steel enters the battlefield as a copy of that artifact.
|
||||
auto=may copy target(artifact)
|
||||
auto=may copy notatarget(artifact)
|
||||
id=46720
|
||||
name=Sculpting Steel
|
||||
rarity=R
|
||||
|
||||
@@ -138,7 +138,7 @@ rarity=U
|
||||
mana={3}{U}
|
||||
type=Creature
|
||||
subtype=Shapeshifter
|
||||
auto=may copy target(creature)
|
||||
auto=may copy notatarget(creature)
|
||||
power=0
|
||||
toughness=0
|
||||
[/card]
|
||||
|
||||
@@ -24,7 +24,7 @@ abilities=first strike,protection from white
|
||||
[/card]
|
||||
[card]
|
||||
text=You may have Body Double enter the battlefield as a copy of any creature card in a graveyard.
|
||||
auto=may copy target(creature|graveyard)
|
||||
auto=may copy notatarget(creature|graveyard)
|
||||
id=124443
|
||||
name=Body Double
|
||||
rarity=R
|
||||
|
||||
@@ -363,7 +363,7 @@ toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
text=You may have Clone enter the battlefield as a copy of any creature on the battlefield.
|
||||
auto=may copy target(creature)
|
||||
auto=may copy notAtarget(creature)
|
||||
id=1193
|
||||
name=Clone
|
||||
rarity=U
|
||||
|
||||
@@ -389,7 +389,7 @@ rarity=L
|
||||
text={R}, {T}, Discard a card: Destroy target blue permanent. {1}{R}, {T}, Discard a card: Jaya Ballard, Task Mage deals 3 damage to target creature or player. A creature dealt damage this way can't be regenerated this turn. {5}{R}{R}, {T}, Discard a card: Jaya Ballard deals 6 damage to each creature and each player.
|
||||
id=109752
|
||||
name=Jaya Ballard, Task Mage
|
||||
rarity=R
|
||||
rarity=R
|
||||
mana={1}{R}{R}
|
||||
type=Creature
|
||||
subtype=Human Spellshaper
|
||||
@@ -916,7 +916,7 @@ text=As Vesuva enters the battlefield, you may choose a land on the battlefield.
|
||||
id=113543
|
||||
name=Vesuva
|
||||
auto=tap
|
||||
auto=may copy target(land)
|
||||
auto=may copy notatarget(land)
|
||||
rarity=R
|
||||
type=Land
|
||||
[/card]
|
||||
|
||||
Reference in New Issue
Block a user