JON4TH4N - updated permanents with "lord" abilities which requires either cost or other conditions to trigger, they all requires "ueot".
Example: all creature gets +1/+1
auto=lord(creature) 1/1
Example2: pay {2} all other creatures get +2/+2 and flying until end of turn.
auto={2}:lord(creature) 2/2 other ueot && lord(creature) flying other ueot.
Example3: Whenever a player put a creature onto the battlefield, all creature that player controllers attack this turn if able.
auto=@movedTo(creature|battlefield):lord(creature|XYZ player) mustattack ueot
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[card]
|
||||
text=Flying {1}{G}{U}: Creatures you control gain shroud until end of turn.
|
||||
abilities=flying
|
||||
auto={1}{G}{U}:lord(creature|mybattlefield) shroud
|
||||
auto={1}{G}{U}:lord(creature|mybattlefield) shroud ueot
|
||||
id=153946
|
||||
name=Aerie Mystics
|
||||
rarity=U
|
||||
@@ -157,7 +157,7 @@ mana={3}{U}
|
||||
[/card]
|
||||
[card]
|
||||
text={R}{G}{W}: Cylian Sunsinger and each other creature with the same name as it get +3/+3 until end of turn.
|
||||
auto={R}{G}{W}:lord(Cylian Sunsinger) 3/3
|
||||
auto={R}{G}{W}:lord(Cylian Sunsinger) 3/3 ueot
|
||||
id=189081
|
||||
name=Cylian Sunsinger
|
||||
rarity=R
|
||||
@@ -588,7 +588,7 @@ mana={3}{G}
|
||||
[/card]
|
||||
[card]
|
||||
text=Sacrifice Suicidal Charge: Creatures your opponents control get -1/-1 until end of turn. Those creatures attack this turn if able.
|
||||
auto={S}:lord(creature|opponentBattlefield) -1/-1 && lord(creature|opponentBattlefield) mustattack
|
||||
auto={S}:lord(creature|opponentBattlefield) -1/-1 ueot && lord(creature|opponentBattlefield) mustattack ueot
|
||||
id=180345
|
||||
name=Suicidal Charge
|
||||
rarity=C
|
||||
|
||||
Reference in New Issue
Block a user