Fixed some primitives from issue #1085, fixed some primitived from Discord channel, updated some AI decks, added new ability "canloyaltyasinst" to allow a planeswalker to activate loyalty abilities as instant (e.g. "The Wandering Emperor"), fixed a possible crash when a card change zone with different card types than its original version (e.g. morphed cards).
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#Planeswalkers Primitives Pack for Wagic the Homebrew.
|
||||
#Please keep these card alphabetized, and try to have the "name=" line at the top of each card
|
||||
#We sorted this in alphabetical order - Luruz & Vitty85 21-07-2023
|
||||
#We sorted this in alphabetical order - Luruz & Vitty85 24-07-2023
|
||||
[card]
|
||||
name=Abian, Luvion Usurper
|
||||
auto=counter(0/0,5,loyalty)
|
||||
@@ -3345,6 +3345,19 @@ mana={3}{W}
|
||||
type=Legendary Planeswalker
|
||||
[/card]
|
||||
[card]
|
||||
name=The Wandering Emperor
|
||||
abilities=flash
|
||||
auto=transforms((,newability[canloyaltyasinst])) ueot
|
||||
auto=counter(0/0,3,loyalty)
|
||||
auto={C(0/0,+1,Loyalty)}:name(+1: Don't put any counter) donothing
|
||||
auto={C(0/0,+1,Loyalty)}:name(+1: Put +1/+1 counter) target(creature|battlefield) transforms((,newability[counter(1/1)],newability[first strike])) ueot
|
||||
auto={C(0/0,-1,Loyalty)}:name(-1: Create Samurai) token(Samurai,Creature Samurai,2/2,white,vigilance)
|
||||
auto={C(0/0,-2,Loyalty)}:name(-2: Exile creature) target(creature[tapped]|battlefield) moveto(exile) and!( life:2 controller )!
|
||||
text=Flash -- As long as The Wandering Emperor entered the battlefield this turn, you may activate her loyalty abilities any time you could cast an instant. -- [+1]: Put a +1/+1 counter on up to one target creature. It gains first strike until end of turn. -- [-1]: Create a 2/2 white Samurai creature token with vigilance. -- [-2]: Exile target tapped creature. You gain 2 life.
|
||||
mana={2}{W}{W}
|
||||
type=Legendary Planeswalker
|
||||
[/card]
|
||||
[card]
|
||||
name=Tibalt, Cosmic Impostor
|
||||
backside=Valki, God of Lies
|
||||
auto=counter(0/0,5,Loyalty)
|
||||
|
||||
Reference in New Issue
Block a user