Added/fixed primitives, updated the "missing_cards_by_sets" folder, added new ability "hasstrive" to implement Strive cost with multikicker and refactored all cards with Strive cost (now they use a special version of multikicker but they don't count as kicked spell), improved "targeted" and "vampired" trigger to allow the "turnlimited" option, improved Android gesture to emulate "option menu" button pressure (slide down) and emulate "back" button pressure (slide up).
This commit is contained in:
@@ -327,7 +327,8 @@ class Constants
|
||||
DAYBOUND = 200,
|
||||
NIGHTBOUND = 201,
|
||||
DECAYED = 202,
|
||||
NB_BASIC_ABILITIES = 203,
|
||||
HASSTRIVE = 203,
|
||||
NB_BASIC_ABILITIES = 204,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
Reference in New Issue
Block a user