Fixed primitives, added new ability "hasaftermath" to implement Aftermath cost with Flashback and refactored all cards with Aftermath cost (now they use a special version of Flashback but they don't count as flashback spell), added a new ability "spellmover" to implement all cards that have to target a spell on stack to move to some other zone (they are not real counters so they don't care about "nofizzle" or "nofizzlealternative" abilites of their target), fixed all primitives with "spellmover" ability, added a new keyword "storedname" to target card with a specifc previously stored name, improved "fizzleto" ability in order to allow to move the fizzled card on second place from the top or to exile and imprint the target name.
This commit is contained in:
@@ -235,7 +235,8 @@ const char* Constants::MTGBasicAbilities[] = {
|
||||
"nightbound", //Card has nightbound (e.g. "Moonrage Brute")
|
||||
"decayed", //Card has decayed.
|
||||
"hasstrive", //Kicker cost is a strive cost (e.g. "Aerial Formation")
|
||||
"isconspiracy" //The card is a conspiracy (e.g. "Double Stroke")
|
||||
"isconspiracy", //The card is a conspiracy (e.g. "Double Stroke")
|
||||
"hasaftermath" //Flashback cost is an aftemath cost (e.g. "Claim // Fame")
|
||||
};
|
||||
|
||||
map<string,int> Constants::MTGBasicAbilitiesMap;
|
||||
|
||||
Reference in New Issue
Block a user