Added last primitives from MAT set, updated missing cards by set list, improved trigger and filtering for mana production abilities.

This commit is contained in:
Vittorio Alfieri
2023-05-25 18:48:00 +02:00
parent 319cfe7889
commit 8df057f78a
13 changed files with 649 additions and 376 deletions
+2
View File
@@ -150,8 +150,10 @@ public:
int summoningSickness;
ManaCost reducedCost;
ManaCost increasedCost;
ManaCost producedMana;
ManaCost * getReducedManaCost();
ManaCost * getIncreasedManaCost();
ManaCost * getProducedMana();
bool matchesCastFilter(int castMethod);
bool hasTotemArmor();