added support for alternative casting cost, evoke, added support for phantom cycle,hydras, added support for exile/bounce as casting cost

This commit is contained in:
omegablast2002@yahoo.com
2010-08-30 18:45:38 +00:00
parent e6769fcfe9
commit 0b4dde558b
20 changed files with 347 additions and 13 deletions

View File

@@ -60,7 +60,10 @@ const char* Constants::MTGBasicAbilities[] = {
"poisondamage",
"poisontwodamage",
"poisonthreedamage",
"phantom",//prevents damage and remove 1 +1/+1 counter
"counterasdamage",//source takes damage in the form of -1/-1 counters.
"vigor",//instead of taking damage the source gains +1/+1 counters
"changeling",//this card is every creature type at all times
};