Improved Kicker cards, now it's possible to target a specific card with kicker cost and handle any event connected to a kicker casting cost.

This commit is contained in:
valfieri
2020-10-03 16:54:17 +02:00
parent 1b320d5325
commit bf6439db00
9 changed files with 109 additions and 19 deletions
+3
View File
@@ -41,9 +41,12 @@ class CardDescriptor: public MTGCardInstance
int convertedManacost; // might fit better into MTGCardInstance?
int zposComparisonMode;
int zposition;
int hasKickerCost;
int anyCounter;
int init();
CardDescriptor();
void unsecureSetKicked(int i);
void unsecureSetHasKickerCost(int i);
void unsecureSetTapped(int i);
void unsecuresetfresh(int k);
void unsecuresetrecent(int j);
+2 -1
View File
@@ -286,7 +286,8 @@ class Constants
MENTOR = 160,
PROWESS = 161,
NOFIZZLEALTERNATIVE = 162,
NB_BASIC_ABILITIES = 163,
HASOTHERKICKER = 163,
NB_BASIC_ABILITIES = 164,
RARITY_S = 'S', //Special Rarity
RARITY_M = 'M', //Mythics