Fixed Muxus, Goblin Grandee and fixed Liliana, the Last Hope, added conjure keyword for J21 set, added perpetual counters and abilities for J21 set, improved imprint keyword, improved moverandom keyword for J21 set.

This commit is contained in:
Vittorio Alfieri
2021-08-04 12:33:28 +02:00
parent e6ffd056b5
commit 2ca03bb1f0
11 changed files with 178 additions and 19 deletions

View File

@@ -220,7 +220,9 @@ const char* Constants::MTGBasicAbilities[] = {
"nodngplr", //Controller can't venture
"canplayauraequiplibrarytop", //auras and equipment
"counterdeath", //It gains a 1/1 counter when it returns from graveyard (to use with inplaydeath and inplaytapdeath)"
"dungeoncompleted" //This dungeon has been completed
"dungeoncompleted", //This dungeon has been completed
"perpetuallifelink", //It gains lifelink perpetually
"perpetualdeathtouch" //It gains deathtouch perpetually
};
map<string,int> Constants::MTGBasicAbilitiesMap;