diff --git a/projects/mtg/bin/Res/sets/primitives/planeswalkers.txt b/projects/mtg/bin/Res/sets/primitives/planeswalkers.txt index 55fd34d86..58074faff 100644 --- a/projects/mtg/bin/Res/sets/primitives/planeswalkers.txt +++ b/projects/mtg/bin/Res/sets/primitives/planeswalkers.txt @@ -2688,8 +2688,8 @@ subtype=Teferi name=Tevesh Szat, Doom of Fools abilities=partner,canbecommander auto=counter(0/0,4,loyalty) -auto={C(0/0,1,Loyalty)}:name(+1: Sacrifice non-commander and draw 2 cards) target(*[creature;planeswalker;iscommander]]|mybattlefield) sacrifice and!(draw:2)! -auto={C(0/0,1,Loyalty)}:name(+1: Sacrifice commander and draw 3 cards) target(*[iscommander]|mybattlefield) sacrifice and!(draw:3)! +auto={C(0/0,1,Loyalty)}:name(+1: Don't sacrifice anything) donothing +auto={C(0/0,1,Loyalty)}:name(+1: Sacrifice and draw) target(other *[creature;planeswalker]|mybattlefield) sacrifice and!( if cantargetcard(*[iscommander]|*) then draw:3 else draw:2 )! auto={C(0/0,2,Loyalty)}:name(+2: Create two 0/1 black Thrull) token(Thrull,Creature Thrull,0/1,black)*2 auto={C(0/0,-10,Loyalty)}:name(-10: Gain control of all commanders) all(*[iscommander]|commandzone,battlefield) moveto(myBattlefield) text=+2: Create two 0/1 black Thrull creature tokens. -- +1: You may sacrifice another creature or planeswalker. If you do, draw two cards, then draw another card if the sacrificed permanent was a commander. -- −10: Gain control of all commanders. Put all commanders from the command zone onto the battlefield under your control. -- Tevesh Szat, Doom of Fools can be your commander. -- Partner