Added/fixed primitives, updated the "missing_cards_by_sets" folder, improved all cards with replicate (now they use a special version of multikicker but they don't count as kicked spell), improved all cards with "fizzle" and "fizzleto" ability and improved engine for "fizzle" and "nofizzle" ability (e.g. now it's possible to grant a card the nofizzle ability on stack), added new keyword "mycolnum" to count the number colors of a card.
This commit is contained in:
@@ -321,7 +321,8 @@ class Constants
|
||||
WASCOMMANDER = 194,
|
||||
SHOWOPPONENTHAND = 195,
|
||||
SHOWCONTROLLERHAND = 196,
|
||||
NB_BASIC_ABILITIES = 197,
|
||||
HASREPLICATE = 197,
|
||||
NB_BASIC_ABILITIES = 198,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
Reference in New Issue
Block a user