Added missing cards from GRN sets, improved mutation trigger, improved Surveil ability, implemented trigger and offset on surveil ability to allow combo with other cards (see issue #1037 opened by luisguerin).
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#Primitives Pack for Wagic the Homebrew.
|
||||
#Please keep these card alphabetized, and try to have the "name=" line at the top of each card
|
||||
#I sorted this programatically so the other comments are removed except for AUTO_DEFINE - kevlahnota 03-16-2017
|
||||
#I sorted this programatically so the other comments are removed except for AUTO_DEFINE - Vitty85 12-10-2020
|
||||
[card]
|
||||
name=Abandon Reason
|
||||
target=<upto:2>creature
|
||||
@@ -68782,7 +68782,7 @@ toughness=3
|
||||
[card]
|
||||
name=Luminarch Ascension
|
||||
auto=@each opponent end restriction{compare(lifelost)~lessthan~1}:may counter(0/0,1,Quest)
|
||||
auto=this(counter{0/0.1.Quest}>=4) {1}{W}:token(Angel,Creature Angel,4/4,white flying)
|
||||
auto=this(counter{0/0.1.Quest}>=4) {1}{W}:token(Angel,Creature Angel,4/4,white,flying)
|
||||
text=At the beginning of each opponent's end step, if you didn't lose life this turn, you may put a quest counter on Luminarch Ascension. (Damage causes loss of life.) -- {1}{W}: Put a 4/4 white Angel creature token with flying onto the battlefield. Activate this ability only if Luminarch Ascension has four or more quest counters on it.
|
||||
mana={1}{W}
|
||||
type=Enchantment
|
||||
@@ -104989,7 +104989,7 @@ subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
name=Sigil of the Empty Throne
|
||||
auto=@movedTo(enchantment|mystack):token(Angel,Creature Angel,4/4,white flying)
|
||||
auto=@movedTo(enchantment|mystack):token(Angel,Creature Angel,4/4,white,flying)
|
||||
text=Whenever you cast an enchantment spell, put a 4/4 white Angel creature token with flying onto the battlefield.
|
||||
mana={3}{W}{W}
|
||||
type=Enchantment
|
||||
|
||||
Reference in New Issue
Block a user