Fixed some primitives, fixed several bug on damage management for planeswalkers and battle cards, added new keywords "noloyaltydamage" and "nodefensedamage" to avoid damage remove counters,

This commit is contained in:
Vittorio Alfieri
2023-05-22 01:19:15 +02:00
parent dd28f274d1
commit 2374b00dfd
10 changed files with 53 additions and 38 deletions
+3 -1
View File
@@ -341,7 +341,9 @@ class Constants
NODAMAGEREMOVED = 213,
BACKGROUNDPARTNER = 214,
BOTTOMLIBRARYDEATH = 215,
NB_BASIC_ABILITIES = 216,
NOLOYALTYDAMAGE = 216,
NODEFENSEDAMAGE = 217,
NB_BASIC_ABILITIES = 218,
RARITY_S = 'S', //Special Rarity
RARITY_M = 'M', //Mythics