Fixed some primitives.

This commit is contained in:
valfieri
2020-03-23 19:51:24 +01:00
parent 9f69336c94
commit 75b335e59c
3 changed files with 5 additions and 6 deletions

View File

@@ -1401,7 +1401,7 @@ type=Sorcery
[card]
name=Thresher Lizard
auto=aslongas(*|myhand)<=1 1/2
auto=aslongas(*|myhand) 1/2 <2
text=Thresher Lizard gets +1/+2 as long as you have one or fewer cards in hand.
mana={2}{R}
type=Creature

View File

@@ -121,7 +121,7 @@ type=Legendary Land
[/card]
[card]
name=Goblin Oriflamme
auto=all(creature[attacking]|mybattlefield) 2/0
auto=lord(creature[attacking]|mybattlefield) 1/0
text=Attacking creatures you control get +1/+0.
mana={1}{R}
type=Enchantment

View File

@@ -140,16 +140,15 @@ type=Sorcery
[card]
name=Destructive Tampering
auto=choice name(Destroy target artifact) destroy target(artifact)
auto=choice name(Creatures without flying can't block) all(creatures[-flying]|battlefield) cantblock ueot
auto=choice name(Creatures without flying can't block) lord(creature[-flying]) cantblock ueot
text=Choose one — -- • Destroy target artifact. -- • Creatures without flying cant block this turn.
mana={2}{R}
type=Sorcery
[/card]
[card]
name=Borrowed Hostility
auto=choice name(Target creature gets +3/+0) target(creature) 3/0 ueot
auto=choice name(Target creature gets first strike) target(creature) first strike ueot
auto=choice name(Target creature gets +3/+0 and...) target(creature) 3/0 && first strike ueot
auto=may name(Target creature gets +3/+0) target(creature) 3/0 ueot
auto=may name(Target creature gets first strike) target(creature) first strike ueot
auto=name(Escalate) emblem transforms((,newability[({3}:name(Target creature gets +3/+0) target(creature) 3/0 ueot],newability[{3}:name(Target creature gets first strike) target(creature) first strike ueot],newability[{3}:name(Target creature gets +3/+0 and...) target(creature) 3/0 && first strike ueot])) ueot
text=Escalate {3} (Pay this cost for each mode chosen beyond the first.) -- Choose one or both — -- • Target creature gets +3/+0 until end of turn. -- • Target creature gains first strike until end of turn.
mana={R}