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
+4
View File
@@ -161,6 +161,10 @@ struct WEventCardTappedForMana : public WEventCardUpdate {
virtual Targetable * getTarget(int target);
};
struct WEventCardManaProduced : public WEventCardUpdate {
WEventCardManaProduced(MTGCardInstance * card);
virtual Targetable * getTarget(int target);
};
//Event when a card's "attacker" status changes
//before:Player/Planeswalker that card was attacking previously