Fixed Liliana of the Veil, Bloodthirsty Aerialist and Twinblade Paladin. Improved Android Downloader
This commit is contained in:
@@ -973,7 +973,7 @@ toughness=2
|
||||
[card]
|
||||
name=Bloodthirsty Aerialist
|
||||
abilities=flying
|
||||
auto=@lifeof(player):counter(1/1,1)
|
||||
auto=@lifeof(player) except(Angel of Vitality): counter(1/1,1)
|
||||
text=Flying -- Whenever you gain life, put a +1/+1 counter on Bloodthirsty Aerialist.
|
||||
mana={1}{B}{B}
|
||||
type=Creature
|
||||
@@ -1626,7 +1626,7 @@ toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Twinblade Paladin
|
||||
auto=@lifeof(player):counter(1/1)
|
||||
auto=@lifeof(player) except(Angel of Vitality): counter(1/1)
|
||||
auto=this(controllerlife > 24) double strike
|
||||
text=Whenever you gain life, put a +1/+1 counter on Twinblade Paladin. -- As long as you have 25 or more life, Twinblade Paladin has double strike. (It deals both first-strike and regular combat damage.)
|
||||
mana={3}{W}
|
||||
|
||||
@@ -11,6 +11,17 @@ power=5
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
name=Liliana of the Veil
|
||||
auto=counter(0/0,3,loyalty)
|
||||
auto={C(0/0,1,Loyalty)}:name(+1: discard) transforms((,newability[ability$!name(discard) notatarget(*|myhand) reject!$ controller],newability[ability$!name(discard) notatarget(*|myhand) reject!$ opponent])) ueot
|
||||
auto={C(0/0,-2,Loyalty)}:name(-2: sacrifice creature) target(creature|opponentbattlefield) sacrifice opponent
|
||||
auto={C(0/0,-6,Loyalty)}:name(-6: sacrifice half) target(<halfuptype:*:opponentbattlefield>*|opponentbattlefield) sacrifice opponent
|
||||
text=+1: each player discards a card -- -2: target player sacrifices a creature -- -6: an opponent sacrifices half the permanents they control rounded up
|
||||
mana={1}{B}{B}
|
||||
type=Planeswalker
|
||||
subtype=Liliana
|
||||
[/card]
|
||||
[card]
|
||||
name=Frost Titan
|
||||
#Not working for abilities on the field
|
||||
auto=@targeted(this|mybattlefield) from(*|opponentbattlefield,opponenthand,opponentstack,opponentgraveyard,opponentexile,opponentlibrary):transforms((,newability[pay[[{2}]] name(pay 2 mana) donothing?fizzle])) forever target(*|stack)
|
||||
|
||||
Reference in New Issue
Block a user