Added the todo.dat from ICE AGE

Added the Tap in the parser (works)
Removed the code from MTGAbility that could be added in the cards.dat and modified cards.dat
Tryed to add the shadow & landshome ability (does not work properly)
Added the maxtoughness in targechooser--> added the card Aegis from ICE AGE
This commit is contained in:
laurent.rabouin
2008-11-08 15:54:59 +00:00
parent cb0b68b76d
commit 4d798fe527
10 changed files with 2470 additions and 202 deletions
+16 -2
View File
@@ -82,8 +82,15 @@ static int _b[7] = {20, 0, 140,15, 50,255,128};
#define RETRACE 26
#define EXALTED 27
#define LEGENDARY 28
#define SHADOW 29
#define REACHSHADOW 29
#define FORESTHOME 30
#define ISLANDHOME 31
#define MOUNTAINHOME 32
#define SWAMPHOME 33
#define PLAINSHOME 34
#define NB_BASIC_ABILITIES 29
#define NB_BASIC_ABILITIES 35
static const char * MTGBasicAbilities[] = {
"trample",
@@ -114,7 +121,14 @@ static const char * MTGBasicAbilities[] = {
"persist",
"retrace",
"exalted",
"legendary"
"legendary",
"shadow",
"reachshadow",
"foresthome",
"islandhome",
"moutainhome",
"swamphome",
"plainshome"
};