Fixed LTC and SIR dat files, added new primitives from LTR set, implemented the new abilities and trigers related to ring bearer and ring temptations for LTR and LTC sets.

This commit is contained in:
Vittorio Alfieri
2023-06-26 22:27:29 +02:00
parent b00f142168
commit edc0aebf04
15 changed files with 762 additions and 9 deletions

View File

@@ -267,7 +267,8 @@ const char* Constants::MTGBasicAbilities[] = {
"poisonseventoxic", // Card has toxic 7
"poisoneighttoxic", // Card has toxic 8
"poisonninetoxic", // Card has toxic 9
"poisontentoxic" // Card has toxic 10
"poisontentoxic", // Card has toxic 10
"ringbearer" // The creature is The Ring bearer.
};
map<string,int> Constants::MTGBasicAbilitiesMap;