Erwan
- IMPORTANT: Legendary is not an ability anymore, creating cards with super types should be much more natural. You can now say "type=Snow Land", and stuff like that. No backward compatibility!!!
This commit is contained in:
@@ -83,7 +83,7 @@ class Constants
|
||||
PERSIST = 25,
|
||||
RETRACE = 26,
|
||||
EXALTED = 27,
|
||||
LEGENDARY = 28,
|
||||
NOFIZZLE = 28,
|
||||
SHADOW = 29,
|
||||
REACHSHADOW = 30,
|
||||
FORESTHOME = 31,
|
||||
@@ -102,9 +102,8 @@ class Constants
|
||||
DEATHTOUCH = 44,
|
||||
HORSEMANSHIP = 45,
|
||||
CANTREGENERATE = 46,
|
||||
NOFIZZLE = 47,
|
||||
|
||||
NB_BASIC_ABILITIES = 48,
|
||||
NB_BASIC_ABILITIES = 47,
|
||||
|
||||
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
@@ -10,6 +10,7 @@ using namespace std;
|
||||
|
||||
class Subtypes{
|
||||
public:
|
||||
//A list of commonly used types
|
||||
enum {
|
||||
TYPE_CREATURE = 1,
|
||||
TYPE_ENCHANTMENT = 2,
|
||||
@@ -17,6 +18,7 @@ public:
|
||||
TYPE_INSTANT = 4,
|
||||
TYPE_LAND = 5,
|
||||
TYPE_ARTIFACT = 6,
|
||||
TYPE_LEGENDARY = 7,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user