Fixed some primitives, added some new primitives from MAT set, added new triggers to handle better counters, improved a lot of abilities for replacing atoi with WParserInt class, fixed bug on change types on xone changing, fixed bug on manacost during mutate and flip actions, fixed other minor bugs.
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 - Vitty85 20-05-2023
|
||||
#I sorted this programatically so the other comments are removed except for AUTO_DEFINE - Vitty85 21-05-2023
|
||||
[card]
|
||||
name=Abandon Reason
|
||||
target=<upto:2>creature
|
||||
@@ -59808,7 +59808,7 @@ toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Jaddi Lifestrider
|
||||
auto=tap target(<anyamount>creature[-tapped]|mybattlefield) && life:2
|
||||
auto=may name(Tap creatures) target(<anyamount>creature[-tapped]|mybattlefield) tap && life:2 controller
|
||||
text=tap any amount of creatures and gain 2 life for each creature tapped this way
|
||||
mana={4}{G}
|
||||
type=Creature
|
||||
|
||||
Reference in New Issue
Block a user