Added/fixed primitives, updated the "missing_cards_by_sets" folder, renamed several decks for AI, added "noentertrg" and "nodietrg" keywords to allow creatures enter the battlefield or die without causing abilities to trigger (e.g. "Hushbringer").
This commit is contained in:
@@ -330,7 +330,9 @@ class Constants
|
||||
HASSTRIVE = 203,
|
||||
ISCONSPIRACY = 204,
|
||||
HASAFTERMATH = 205,
|
||||
NB_BASIC_ABILITIES = 206,
|
||||
NOENTERTRG = 206,
|
||||
NODIETRG = 207,
|
||||
NB_BASIC_ABILITIES = 208,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
Reference in New Issue
Block a user