Fixed "City's Blessing" macros, fixed "Jared Carthalion, True Heir", added new keyoword "noncombatvigor" for cards such as "Stormwild Capridor".
This commit is contained in:
@@ -222,7 +222,8 @@ const char* Constants::MTGBasicAbilities[] = {
|
||||
"counterdeath", //It gains a 1/1 counter when it returns from graveyard (to use with inplaydeath and inplaytapdeath)"
|
||||
"dungeoncompleted", //This dungeon has been completed
|
||||
"perpetuallifelink", //It gains lifelink perpetually
|
||||
"perpetualdeathtouch" //It gains deathtouch perpetually
|
||||
"perpetualdeathtouch", //It gains deathtouch perpetually
|
||||
"noncombatvigor" //instead of taking non-combat damage the source gains +1/+1 counters (e.g. "Stormwild Capridor")
|
||||
};
|
||||
|
||||
map<string,int> Constants::MTGBasicAbilitiesMap;
|
||||
|
||||
Reference in New Issue
Block a user