Added last primitives from MOM set, fixed some primitives, added new ability to send death card on bottom of library instead of graveyard.

This commit is contained in:
Vittorio Alfieri
2023-05-20 00:32:56 +02:00
parent 0e0b3a78fe
commit 2d8a1a8a5f
7 changed files with 225 additions and 10 deletions

View File

@@ -245,7 +245,8 @@ const char* Constants::MTGBasicAbilities[] = {
"countershroud", //Card can't get any kind of counter (e.g. "Solemnity").
"nonight", //It can't become night (e.g. "Angel of Eternal Dawn").
"nodamageremoved", //Damage is not removed from card (e.g. "Patient Zero").
"backgroundpartner" //Can choose a backgorund partner as commander (e.g. "Faceless One").
"backgroundpartner", //Can choose a backgorund partner as commander (e.g. "Faceless One").
"bottomlibrarydeath" //It goes to bottom of library after death (e.g. "Quintorius, Loremaster").
};
map<string,int> Constants::MTGBasicAbilitiesMap;