/**************************************

		//OTHER PARMS // 

**************************************/

#define 	MAXSPEED				9   ///(a/18)*216=(9/18)*216

#define 	HEAVY_MASS    			6200	//4500	
#define 	MIDLE_MASS    			6000	//4500	
#define 	LIGHT_MASS    			5800	//4500	

#define 	HEAVY_GRAVITY    		2700		
#define 	MILDE_GRAVITY    		2600	//1050
#define 	LIGHT_GRAVITY    		2500		

#define 	CX    					0.12	


/**************************************

		//FRONT GRIP // 

**************************************/

///////// 50cc  ////////////

#define MARIO_F_GRIP_50cc	-10
#define LUIZI_F_GRIP_50cc	-10
#define YOSSY_F_GRIP_50cc	-10
#define KINOP_F_GRIP_50cc	-10
#define DONKY_F_GRIP_50cc	-10
#define WARIO_F_GRIP_50cc	-10
#define PEACH_F_GRIP_50cc	-10
#define KUPPA_F_GRIP_50cc	-10

///////// 100cc  ////////////

#define MARIO_F_GRIP_100cc	-15
#define LUIZI_F_GRIP_100cc	-15
#define YOSSY_F_GRIP_100cc	-15
#define KINOP_F_GRIP_100cc	-15
#define DONKY_F_GRIP_100cc	-15
#define WARIO_F_GRIP_100cc	-15
#define PEACH_F_GRIP_100cc	-15
#define KUPPA_F_GRIP_100cc	-15

///////// 150cc  ////////////

#define MARIO_F_GRIP_150cc	-20
#define LUIZI_F_GRIP_150cc	-20
#define YOSSY_F_GRIP_150cc	-20
#define KINOP_F_GRIP_150cc	-20
#define DONKY_F_GRIP_150cc	-20
#define WARIO_F_GRIP_150cc	-20
#define PEACH_F_GRIP_150cc	-20
#define KUPPA_F_GRIP_150cc	-20

///////// PRO  //////////////

#define MARIO_F_GRIP_PRO	-15
#define LUIZI_F_GRIP_PRO	-15
#define YOSSY_F_GRIP_PRO	-15
#define KINOP_F_GRIP_PRO	-15
#define DONKY_F_GRIP_PRO	-15
#define WARIO_F_GRIP_PRO	-15
#define PEACH_F_GRIP_PRO	-15
#define KUPPA_F_GRIP_PRO	-15

///////// BATTEL  //////////////

#define MARIO_F_GRIP_BATTLE	-30
#define LUIZI_F_GRIP_BATTLE	-30
#define YOSSY_F_GRIP_BATTLE	-30
#define KINOP_F_GRIP_BATTLE	-30
#define DONKY_F_GRIP_BATTLE	-30
#define WARIO_F_GRIP_BATTLE	-30
#define PEACH_F_GRIP_BATTLE	-30
#define KUPPA_F_GRIP_BATTLE	-30

/**************************************

		//RAER GRIP // 

**************************************/

///////// 50cc  ////////////

#define MARIO_R_GRIP_50cc	28
#define LUIZI_R_GRIP_50cc	28
#define YOSSY_R_GRIP_50cc	28
#define KINOP_R_GRIP_50cc	28
#define DONKY_R_GRIP_50cc	28
#define WARIO_R_GRIP_50cc	28
#define PEACH_R_GRIP_50cc	28
#define KUPPA_R_GRIP_50cc	28

///////// 100cc  ////////////

#define MARIO_R_GRIP_100cc	28
#define LUIZI_R_GRIP_100cc	28
#define YOSSY_R_GRIP_100cc	28
#define KINOP_R_GRIP_100cc	28
#define DONKY_R_GRIP_100cc	28
#define WARIO_R_GRIP_100cc	28
#define PEACH_R_GRIP_100cc	28
#define KUPPA_R_GRIP_100cc	28

///////// 150cc  ////////////

#define MARIO_R_GRIP_150cc	35
#define LUIZI_R_GRIP_150cc	35
#define YOSSY_R_GRIP_150cc	35
#define KINOP_R_GRIP_150cc	35
#define DONKY_R_GRIP_150cc	35
#define WARIO_R_GRIP_150cc	35
#define PEACH_R_GRIP_150cc  35
#define KUPPA_R_GRIP_150cc	35

///////// PRO  //////////////

#define MARIO_R_GRIP_PRO	28
#define LUIZI_R_GRIP_PRO	28
#define YOSSY_R_GRIP_PRO	28
#define KINOP_R_GRIP_PRO	28
#define DONKY_R_GRIP_PRO	28
#define WARIO_R_GRIP_PRO	28
#define PEACH_R_GRIP_PRO	28
#define KUPPA_R_GRIP_PRO	28

///////// BATTEL  //////////////

#define MARIO_R_GRIP_BATTLE	48
#define LUIZI_R_GRIP_BATTLE	48
#define YOSSY_R_GRIP_BATTLE	48
#define KINOP_R_GRIP_BATTLE	48
#define DONKY_R_GRIP_BATTLE	48
#define WARIO_R_GRIP_BATTLE	48
#define PEACH_R_GRIP_BATTLE	48
#define KUPPA_R_GRIP_BATTLE	48

/**************************************

		// ACCELE COUNT // 

**************************************/

////////// 50cc /////////////

#define MARIO_MAX_AccCnt_50cc 290
#define LUIZI_MAX_AccCnt_50cc 290
#define YOSSY_MAX_AccCnt_50cc 294
#define KINOP_MAX_AccCnt_50cc 294
#define DONKY_MAX_AccCnt_50cc 290
#define WARIO_MAX_AccCnt_50cc 290
#define PEACH_MAX_AccCnt_50cc 294
#define KUPPA_MAX_AccCnt_50cc 290

////////// 100cc /////////////

#define MARIO_MAX_AccCnt_100cc 310
#define LUIZI_MAX_AccCnt_100cc 310
#define YOSSY_MAX_AccCnt_100cc 314
#define KINOP_MAX_AccCnt_100cc 314
#define DONKY_MAX_AccCnt_100cc 310
#define WARIO_MAX_AccCnt_100cc 310
#define PEACH_MAX_AccCnt_100cc 314
#define KUPPA_MAX_AccCnt_100cc 310

////////// 150cc /////////////

#define MARIO_MAX_AccCnt_150cc 320
#define LUIZI_MAX_AccCnt_150cc 320
#define YOSSY_MAX_AccCnt_150cc 324
#define KINOP_MAX_AccCnt_150cc 324
#define DONKY_MAX_AccCnt_150cc 320
#define WARIO_MAX_AccCnt_150cc 320
#define PEACH_MAX_AccCnt_150cc 324
#define KUPPA_MAX_AccCnt_150cc 320

////////// PRO /////////////

#define MARIO_MAX_AccCnt_PRO 310
#define LUIZI_MAX_AccCnt_PRO 310
#define YOSSY_MAX_AccCnt_PRO 314
#define KINOP_MAX_AccCnt_PRO 314
#define DONKY_MAX_AccCnt_PRO 310
#define WARIO_MAX_AccCnt_PRO 310
#define PEACH_MAX_AccCnt_PRO 314
#define KUPPA_MAX_AccCnt_PRO 310

////////// BATTLE /////////////

#define MARIO_MAX_AccCnt_BATTLE 245
#define LUIZI_MAX_AccCnt_BATTLE 245
#define YOSSY_MAX_AccCnt_BATTLE 245
#define KINOP_MAX_AccCnt_BATTLE 245
#define DONKY_MAX_AccCnt_BATTLE 245
#define WARIO_MAX_AccCnt_BATTLE 245
#define PEACH_MAX_AccCnt_BATTLE 245
#define KUPPA_MAX_AccCnt_BATTLE 245
/**************************************

		// FRONT SLIP RATE // 

**************************************/
//////// NORMAL WEIGHT//////////
#define	NORMAL_NOTHING_SLIPDOWN_FT	  0.0
#define	NORMAL_ASPHALT_SLIPDOWN_FT	  0.0
#define	NORMAL_DIRT_SLIPDOWN_FT	      0.0
#define	NORMAL_SAND_SLIPDOWN_FT	      0.0
#define	NORMAL_STONE_SLIPDOWN_FT	  0.0
#define	NORMAL_SNOW_SLIPDOWN_FT	      0.0
#define	NORMAL_WOOD_SLIPDOWN_FT	      0.0
#define	NORMAL_SAND_TRAP_SLIPDOWN_FT  0.38
#define NORMAL_GRASS_SLIPDOWN_FT	  0.38
#define	NORMAL_ICE_SLIPDOWN_FT		  0.0
#define NORMAL_WET_SAND_SLIPDOWN_FT   0.38
#define	NORMAL_WET_SNOW_SLIPDOWN_FT   0.1
#define	NORMAL_ROCK_SLIPDOWN_FT	      0.0
#define	NORMAL_DIRT_TRAP_SLIPDOWN_FT  0.38
#define	NORMAL_RAILWAY_SLIPDOWN_FT	  0.0

//////// LIGHT WEIGHT//////////
#define	LIGHT_NOTHING_SLIPDOWN_FT	  0.0
#define	LIGHT_ASPHALT_SLIPDOWN_FT	  0.0
#define	LIGHT_DIRT_SLIPDOWN_FT	      0.0
#define	LIGHT_SAND_SLIPDOWN_FT	      0.0
#define	LIGHT_STONE_SLIPDOWN_FT	      0.0
#define	LIGHT_SNOW_SLIPDOWN_FT	      0.0
#define	LIGHT_WOOD_SLIPDOWN_FT	      0.0
#define	LIGHT_SAND_TRAP_SLIPDOWN_FT   0.38
#define LIGHT_GRASS_SLIPDOWN_FT	      0.38
#define	LIGHT_ICE_SLIPDOWN_FT		  0.0
#define LIGHT_WET_SAND_SLIPDOWN_FT    0.38
#define	LIGHT_WET_SNOW_SLIPDOWN_FT    0.1
#define	LIGHT_ROCK_SLIPDOWN_FT	      0.0
#define	LIGHT_DIRT_TRAP_SLIPDOWN_FT   0.38
#define	LIGHT_RAILWAY_SLIPDOWN_FT	  0.0

//////// HEAVY WEIGHT//////////
#define	HEAVY_NOTHING_SLIPDOWN_FT	  0.0
#define	HEAVY_ASPHALT_SLIPDOWN_FT	  0.0
#define	HEAVY_DIRT_SLIPDOWN_FT	      0.0
#define	HEAVY_SAND_SLIPDOWN_FT	      0.0
#define	HEAVY_STONE_SLIPDOWN_FT	      0.0
#define	HEAVY_SNOW_SLIPDOWN_FT	      0.0
#define	HEAVY_WOOD_SLIPDOWN_FT	      0.0
#define	HEAVY_SAND_TRAP_SLIPDOWN_FT   0.38
#define HEAVY_GRASS_SLIPDOWN_FT	      0.38
#define	HEAVY_ICE_SLIPDOWN_FT		  0.0
#define HEAVY_WET_SAND_SLIPDOWN_FT    0.38
#define	HEAVY_WET_SNOW_SLIPDOWN_FT    0.1
#define	HEAVY_ROCK_SLIPDOWN_FT	      0.0
#define	HEAVY_DIRT_TRAP_SLIPDOWN_FT   0.38
#define	HEAVY_RAILWAY_SLIPDOWN_FT	  0.0


//////// MARIO,//////////
#define	MARIO_NOTHING_SLIPDOWN_FT	 NORMAL_NOTHING_SLIPDOWN_FT
#define	MARIO_ASPHALT_SLIPDOWN_FT	 NORMAL_ASPHALT_SLIPDOWN_FT
#define	MARIO_DIRT_SLIPDOWN_FT		 NORMAL_DIRT_SLIPDOWN_FT
#define	MARIO_SAND_SLIPDOWN_FT		 NORMAL_SAND_SLIPDOWN_FT
#define	MARIO_STONE_SLIPDOWN_FT	     NORMAL_STONE_SLIPDOWN_FT
#define	MARIO_SNOW_SLIPDOWN_FT		 NORMAL_SNOW_SLIPDOWN_FT
#define	MARIO_WOOD_SLIPDOWN_FT		 NORMAL_WOOD_SLIPDOWN_FT
#define	MARIO_SAND_TRAP_SLIPDOWN_FT  NORMAL_SAND_TRAP_SLIPDOWN_FT
#define	MARIO_GRASS_SLIPDOWN_FT	     NORMAL_GRASS_SLIPDOWN_FT
#define	MARIO_ICE_SLIPDOWN_FT		 NORMAL_ICE_SLIPDOWN_FT
#define	MARIO_WET_SAND_SLIPDOWN_FT	 NORMAL_WET_SAND_SLIPDOWN_FT
#define	MARIO_WET_SNOW_SLIPDOWN_FT	 NORMAL_WET_SNOW_SLIPDOWN_FT
#define	MARIO_ROCK_SLIPDOWN_FT		 NORMAL_ROCK_SLIPDOWN_FT
#define	MARIO_DIRT_TRAP_SLIPDOWN_FT  NORMAL_DIRT_TRAP_SLIPDOWN_FT
#define	MARIO_RAILWAY_SLIPDOWN_FT	 NORMAL_RAILWAY_SLIPDOWN_FT

//////// LUIZI,//////////
#define	LUIZI_NOTHING_SLIPDOWN_FT	 NORMAL_NOTHING_SLIPDOWN_FT
#define	LUIZI_ASPHALT_SLIPDOWN_FT	 NORMAL_ASPHALT_SLIPDOWN_FT
#define	LUIZI_DIRT_SLIPDOWN_FT		 NORMAL_DIRT_SLIPDOWN_FT
#define	LUIZI_SAND_SLIPDOWN_FT		 NORMAL_SAND_SLIPDOWN_FT
#define	LUIZI_STONE_SLIPDOWN_FT	     NORMAL_STONE_SLIPDOWN_FT
#define	LUIZI_SNOW_SLIPDOWN_FT		 NORMAL_SNOW_SLIPDOWN_FT
#define	LUIZI_WOOD_SLIPDOWN_FT		 NORMAL_WOOD_SLIPDOWN_FT
#define	LUIZI_SAND_TRAP_SLIPDOWN_FT  NORMAL_SAND_TRAP_SLIPDOWN_FT
#define	LUIZI_GRASS_SLIPDOWN_FT	     NORMAL_GRASS_SLIPDOWN_FT
#define	LUIZI_ICE_SLIPDOWN_FT		 NORMAL_ICE_SLIPDOWN_FT
#define	LUIZI_WET_SAND_SLIPDOWN_FT	 NORMAL_WET_SAND_SLIPDOWN_FT
#define	LUIZI_WET_SNOW_SLIPDOWN_FT	 NORMAL_WET_SNOW_SLIPDOWN_FT
#define	LUIZI_ROCK_SLIPDOWN_FT		 NORMAL_ROCK_SLIPDOWN_FT
#define	LUIZI_DIRT_TRAP_SLIPDOWN_FT  NORMAL_DIRT_TRAP_SLIPDOWN_FT
#define	LUIZI_RAILWAY_SLIPDOWN_FT	 NORMAL_RAILWAY_SLIPDOWN_FT

//////// KINOP,//////////
#define	KINOP_NOTHING_SLIPDOWN_FT	 LIGHT_NOTHING_SLIPDOWN_FT
#define	KINOP_ASPHALT_SLIPDOWN_FT	 LIGHT_ASPHALT_SLIPDOWN_FT
#define	KINOP_DIRT_SLIPDOWN_FT		 LIGHT_DIRT_SLIPDOWN_FT
#define	KINOP_SAND_SLIPDOWN_FT		 LIGHT_SAND_SLIPDOWN_FT
#define	KINOP_STONE_SLIPDOWN_FT	     LIGHT_STONE_SLIPDOWN_FT
#define	KINOP_SNOW_SLIPDOWN_FT		 LIGHT_SNOW_SLIPDOWN_FT
#define	KINOP_WOOD_SLIPDOWN_FT		 LIGHT_WOOD_SLIPDOWN_FT
#define	KINOP_SAND_TRAP_SLIPDOWN_FT  LIGHT_SAND_TRAP_SLIPDOWN_FT
#define	KINOP_GRASS_SLIPDOWN_FT	     LIGHT_GRASS_SLIPDOWN_FT
#define	KINOP_ICE_SLIPDOWN_FT		 LIGHT_ICE_SLIPDOWN_FT
#define	KINOP_WET_SAND_SLIPDOWN_FT	 LIGHT_WET_SAND_SLIPDOWN_FT
#define	KINOP_WET_SNOW_SLIPDOWN_FT	 LIGHT_WET_SNOW_SLIPDOWN_FT
#define	KINOP_ROCK_SLIPDOWN_FT		 LIGHT_ROCK_SLIPDOWN_FT
#define	KINOP_DIRT_TRAP_SLIPDOWN_FT LIGHT_DIRT_TRAP_SLIPDOWN_FT
#define	KINOP_RAILWAY_SLIPDOWN_FT	 LIGHT_RAILWAY_SLIPDOWN_FT

//////// YOSSY,//////////
#define	YOSSY_NOTHING_SLIPDOWN_FT	 LIGHT_NOTHING_SLIPDOWN_FT
#define	YOSSY_ASPHALT_SLIPDOWN_FT	 LIGHT_ASPHALT_SLIPDOWN_FT
#define	YOSSY_DIRT_SLIPDOWN_FT		 LIGHT_DIRT_SLIPDOWN_FT
#define	YOSSY_SAND_SLIPDOWN_FT		 LIGHT_SAND_SLIPDOWN_FT
#define	YOSSY_STONE_SLIPDOWN_FT	     LIGHT_STONE_SLIPDOWN_FT
#define	YOSSY_SNOW_SLIPDOWN_FT		 LIGHT_SNOW_SLIPDOWN_FT
#define	YOSSY_WOOD_SLIPDOWN_FT		 LIGHT_WOOD_SLIPDOWN_FT
#define	YOSSY_SAND_TRAP_SLIPDOWN_FT  LIGHT_SAND_TRAP_SLIPDOWN_FT
#define	YOSSY_GRASS_SLIPDOWN_FT	     LIGHT_GRASS_SLIPDOWN_FT
#define	YOSSY_ICE_SLIPDOWN_FT		 LIGHT_ICE_SLIPDOWN_FT
#define	YOSSY_WET_SAND_SLIPDOWN_FT	 LIGHT_WET_SAND_SLIPDOWN_FT
#define	YOSSY_WET_SNOW_SLIPDOWN_FT	 LIGHT_WET_SNOW_SLIPDOWN_FT
#define	YOSSY_ROCK_SLIPDOWN_FT		 LIGHT_ROCK_SLIPDOWN_FT
#define	YOSSY_DIRT_TRAP_SLIPDOWN_FT  LIGHT_DIRT_TRAP_SLIPDOWN_FT
#define	YOSSY_RAILWAY_SLIPDOWN_FT	 LIGHT_RAILWAY_SLIPDOWN_FT


//////// DONKY,//////////
#define	DONKY_NOTHING_SLIPDOWN_FT	 HEAVY_NOTHING_SLIPDOWN_FT
#define	DONKY_ASPHALT_SLIPDOWN_FT	 HEAVY_ASPHALT_SLIPDOWN_FT
#define	DONKY_DIRT_SLIPDOWN_FT		 HEAVY_DIRT_SLIPDOWN_FT
#define	DONKY_SAND_SLIPDOWN_FT		 HEAVY_SAND_SLIPDOWN_FT
#define	DONKY_STONE_SLIPDOWN_FT	     HEAVY_STONE_SLIPDOWN_FT
#define	DONKY_SNOW_SLIPDOWN_FT		 HEAVY_SNOW_SLIPDOWN_FT
#define	DONKY_WOOD_SLIPDOWN_FT		 HEAVY_WOOD_SLIPDOWN_FT
#define	DONKY_SAND_TRAP_SLIPDOWN_FT  HEAVY_SAND_TRAP_SLIPDOWN_FT
#define	DONKY_GRASS_SLIPDOWN_FT	     HEAVY_GRASS_SLIPDOWN_FT
#define	DONKY_ICE_SLIPDOWN_FT		 HEAVY_ICE_SLIPDOWN_FT
#define	DONKY_WET_SAND_SLIPDOWN_FT	 HEAVY_WET_SAND_SLIPDOWN_FT
#define	DONKY_WET_SNOW_SLIPDOWN_FT	 HEAVY_WET_SNOW_SLIPDOWN_FT
#define	DONKY_ROCK_SLIPDOWN_FT		 HEAVY_ROCK_SLIPDOWN_FT
#define	DONKY_DIRT_TRAP_SLIPDOWN_FT  HEAVY_DIRT_TRAP_SLIPDOWN_FT
#define	DONKY_RAILWAY_SLIPDOWN_FT	 HEAVY_RAILWAY_SLIPDOWN_FT


//////// WARIO,//////////
#define	WARIO_NOTHING_SLIPDOWN_FT	 HEAVY_NOTHING_SLIPDOWN_FT
#define	WARIO_ASPHALT_SLIPDOWN_FT	 HEAVY_ASPHALT_SLIPDOWN_FT
#define	WARIO_DIRT_SLIPDOWN_FT		 HEAVY_DIRT_SLIPDOWN_FT
#define	WARIO_SAND_SLIPDOWN_FT		 HEAVY_SAND_SLIPDOWN_FT
#define	WARIO_STONE_SLIPDOWN_FT	     HEAVY_STONE_SLIPDOWN_FT
#define	WARIO_SNOW_SLIPDOWN_FT		 HEAVY_SNOW_SLIPDOWN_FT
#define	WARIO_WOOD_SLIPDOWN_FT		 HEAVY_WOOD_SLIPDOWN_FT
#define	WARIO_SAND_TRAP_SLIPDOWN_FT  HEAVY_SAND_TRAP_SLIPDOWN_FT
#define	WARIO_GRASS_SLIPDOWN_FT	     HEAVY_GRASS_SLIPDOWN_FT
#define	WARIO_ICE_SLIPDOWN_FT		 HEAVY_ICE_SLIPDOWN_FT
#define	WARIO_WET_SAND_SLIPDOWN_FT	 HEAVY_WET_SAND_SLIPDOWN_FT
#define	WARIO_WET_SNOW_SLIPDOWN_FT	 HEAVY_WET_SNOW_SLIPDOWN_FT
#define	WARIO_ROCK_SLIPDOWN_FT		 HEAVY_ROCK_SLIPDOWN_FT
#define	WARIO_DIRT_TRAP_SLIPDOWN_FT  HEAVY_DIRT_TRAP_SLIPDOWN_FT
#define	WARIO_RAILWAY_SLIPDOWN_FT	 HEAVY_RAILWAY_SLIPDOWN_FT

//////// PEACH,//////////
#define	PEACH_NOTHING_SLIPDOWN_FT	 LIGHT_NOTHING_SLIPDOWN_FT
#define	PEACH_ASPHALT_SLIPDOWN_FT	 LIGHT_ASPHALT_SLIPDOWN_FT
#define	PEACH_DIRT_SLIPDOWN_FT		 LIGHT_DIRT_SLIPDOWN_FT
#define	PEACH_SAND_SLIPDOWN_FT		 LIGHT_SAND_SLIPDOWN_FT
#define	PEACH_STONE_SLIPDOWN_FT	     LIGHT_STONE_SLIPDOWN_FT
#define	PEACH_SNOW_SLIPDOWN_FT		 LIGHT_SNOW_SLIPDOWN_FT
#define	PEACH_WOOD_SLIPDOWN_FT		 LIGHT_WOOD_SLIPDOWN_FT
#define	PEACH_SAND_TRAP_SLIPDOWN_FT  LIGHT_SAND_TRAP_SLIPDOWN_FT
#define	PEACH_GRASS_SLIPDOWN_FT	     LIGHT_GRASS_SLIPDOWN_FT
#define	PEACH_ICE_SLIPDOWN_FT		 LIGHT_ICE_SLIPDOWN_FT
#define	PEACH_WET_SAND_SLIPDOWN_FT	 LIGHT_WET_SAND_SLIPDOWN_FT
#define	PEACH_WET_SNOW_SLIPDOWN_FT	 LIGHT_WET_SNOW_SLIPDOWN_FT
#define	PEACH_ROCK_SLIPDOWN_FT		 LIGHT_ROCK_SLIPDOWN_FT
#define	PEACH_DIRT_TRAP_SLIPDOWN_FT  LIGHT_DIRT_TRAP_SLIPDOWN_FT
#define	PEACH_RAILWAY_SLIPDOWN_FT	 LIGHT_RAILWAY_SLIPDOWN_FT

//////// KUPPA,//////////
#define	KUPPA_NOTHING_SLIPDOWN_FT	 HEAVY_NOTHING_SLIPDOWN_FT
#define	KUPPA_ASPHALT_SLIPDOWN_FT	 HEAVY_ASPHALT_SLIPDOWN_FT
#define	KUPPA_DIRT_SLIPDOWN_FT		 HEAVY_DIRT_SLIPDOWN_FT
#define	KUPPA_SAND_SLIPDOWN_FT		 HEAVY_SAND_SLIPDOWN_FT
#define	KUPPA_STONE_SLIPDOWN_FT	     HEAVY_STONE_SLIPDOWN_FT
#define	KUPPA_SNOW_SLIPDOWN_FT		 HEAVY_SNOW_SLIPDOWN_FT
#define	KUPPA_WOOD_SLIPDOWN_FT		 HEAVY_WOOD_SLIPDOWN_FT
#define	KUPPA_SAND_TRAP_SLIPDOWN_FT  HEAVY_SAND_TRAP_SLIPDOWN_FT
#define	KUPPA_GRASS_SLIPDOWN_FT	     HEAVY_GRASS_SLIPDOWN_FT
#define	KUPPA_ICE_SLIPDOWN_FT		 HEAVY_ICE_SLIPDOWN_FT
#define	KUPPA_WET_SAND_SLIPDOWN_FT	 HEAVY_WET_SAND_SLIPDOWN_FT
#define	KUPPA_WET_SNOW_SLIPDOWN_FT	 HEAVY_WET_SNOW_SLIPDOWN_FT
#define	KUPPA_ROCK_SLIPDOWN_FT		 HEAVY_ROCK_SLIPDOWN_FT
#define	KUPPA_DIRT_TRAP_SLIPDOWN_FT  HEAVY_DIRT_TRAP_SLIPDOWN_FT
#define	KUPPA_RAILWAY_SLIPDOWN_FT	 HEAVY_RAILWAY_SLIPDOWN_FT



/**************************************

		// REAR SLIP RATE // 

**************************************/
//////// NORMAL WEIGHT//////////
#define	NORMAL_NOTHING_SLIPDOWN_RT	  0.0
#define	NORMAL_ASPHALT_SLIPDOWN_RT	  0.0
#define	NORMAL_DIRT_SLIPDOWN_RT	      0.3
#define	NORMAL_SAND_SLIPDOWN_RT	      0.3
#define	NORMAL_STONE_SLIPDOWN_RT	  0.0
#define	NORMAL_SNOW_SLIPDOWN_RT	      0.3
#define	NORMAL_WOOD_SLIPDOWN_RT	      0.0
#define	NORMAL_SAND_TRAP_SLIPDOWN_RT  0.58
#define NORMAL_GRASS_SLIPDOWN_RT	  0.58
#define	NORMAL_ICE_SLIPDOWN_RT		  0.0
#define NORMAL_WET_SAND_SLIPDOWN_RT   0.58
#define	NORMAL_WET_SNOW_SLIPDOWN_RT   0.28
#define	NORMAL_ROCK_SLIPDOWN_RT	      0.0
#define	NORMAL_DIRT_TRAP_SLIPDOWN_RT  0.58
#define	NORMAL_RAILWAY_SLIPDOWN_RT	  0.0

//////// LIGHT WEIGHT//////////
#define	LIGHT_NOTHING_SLIPDOWN_RT	  0.0
#define	LIGHT_ASPHALT_SLIPDOWN_RT	  0.0
#define	LIGHT_DIRT_SLIPDOWN_RT	      0.3
#define	LIGHT_SAND_SLIPDOWN_RT	      0.3
#define	LIGHT_STONE_SLIPDOWN_RT	      0.0
#define	LIGHT_SNOW_SLIPDOWN_RT	      0.3
#define	LIGHT_WOOD_SLIPDOWN_RT	      0.0
#define	LIGHT_SAND_TRAP_SLIPDOWN_RT   0.58
#define LIGHT_GRASS_SLIPDOWN_RT	      0.58
#define	LIGHT_ICE_SLIPDOWN_RT		  0.0
#define LIGHT_WET_SAND_SLIPDOWN_RT    0.58
#define	LIGHT_WET_SNOW_SLIPDOWN_RT    0.28
#define	LIGHT_ROCK_SLIPDOWN_RT	      0.0
#define	LIGHT_DIRT_TRAP_SLIPDOWN_RT   0.58
#define	LIGHT_RAILWAY_SLIPDOWN_RT	  0.0

//////// HEAVY WEIGHT//////////
#define	HEAVY_NOTHING_SLIPDOWN_RT	  0.0
#define	HEAVY_ASPHALT_SLIPDOWN_RT	  0.0
#define	HEAVY_DIRT_SLIPDOWN_RT	      0.3
#define	HEAVY_SAND_SLIPDOWN_RT	      0.3
#define	HEAVY_STONE_SLIPDOWN_RT	      0.0
#define	HEAVY_SNOW_SLIPDOWN_RT	  	  0.3
#define	HEAVY_WOOD_SLIPDOWN_RT	  	  0.0
#define	HEAVY_SAND_TRAP_SLIPDOWN_RT   0.58
#define HEAVY_GRASS_SLIPDOWN_RT	  	  0.58
#define	HEAVY_ICE_SLIPDOWN_RT		  0.0
#define HEAVY_WET_SAND_SLIPDOWN_RT    0.58
#define	HEAVY_WET_SNOW_SLIPDOWN_RT    0.28
#define	HEAVY_ROCK_SLIPDOWN_RT	  	  0.0
#define	HEAVY_DIRT_TRAP_SLIPDOWN_RT   0.58
#define	HEAVY_RAILWAY_SLIPDOWN_RT	  0.0


//////// MARIO,//////////
#define	MARIO_NOTHING_SLIPDOWN_RT	 NORMAL_NOTHING_SLIPDOWN_RT
#define	MARIO_ASPHALT_SLIPDOWN_RT	 NORMAL_ASPHALT_SLIPDOWN_RT
#define	MARIO_DIRT_SLIPDOWN_RT		 NORMAL_DIRT_SLIPDOWN_RT
#define	MARIO_SAND_SLIPDOWN_RT		 NORMAL_SAND_SLIPDOWN_RT
#define	MARIO_STONE_SLIPDOWN_RT	 NORMAL_STONE_SLIPDOWN_RT
#define	MARIO_SNOW_SLIPDOWN_RT		 NORMAL_SNOW_SLIPDOWN_RT
#define	MARIO_WOOD_SLIPDOWN_RT		 NORMAL_WOOD_SLIPDOWN_RT
#define	MARIO_SAND_TRAP_SLIPDOWN_RT NORMAL_SAND_TRAP_SLIPDOWN_RT
#define	MARIO_GRASS_SLIPDOWN_RT	 NORMAL_GRASS_SLIPDOWN_RT
#define	MARIO_ICE_SLIPDOWN_RT		 NORMAL_ICE_SLIPDOWN_RT
#define	MARIO_WET_SAND_SLIPDOWN_RT	 NORMAL_WET_SAND_SLIPDOWN_RT
#define	MARIO_WET_SNOW_SLIPDOWN_RT	 NORMAL_WET_SNOW_SLIPDOWN_RT
#define	MARIO_ROCK_SLIPDOWN_RT		 NORMAL_ROCK_SLIPDOWN_RT
#define	MARIO_DIRT_TRAP_SLIPDOWN_RT NORMAL_DIRT_TRAP_SLIPDOWN_RT
#define	MARIO_RAILWAY_SLIPDOWN_RT	 NORMAL_RAILWAY_SLIPDOWN_RT

//////// LUIZI,//////////
#define	LUIZI_NOTHING_SLIPDOWN_RT	 NORMAL_NOTHING_SLIPDOWN_RT
#define	LUIZI_ASPHALT_SLIPDOWN_RT	 NORMAL_ASPHALT_SLIPDOWN_RT
#define	LUIZI_DIRT_SLIPDOWN_RT		 NORMAL_DIRT_SLIPDOWN_RT
#define	LUIZI_SAND_SLIPDOWN_RT		 NORMAL_SAND_SLIPDOWN_RT
#define	LUIZI_STONE_SLIPDOWN_RT	 NORMAL_STONE_SLIPDOWN_RT
#define	LUIZI_SNOW_SLIPDOWN_RT		 NORMAL_SNOW_SLIPDOWN_RT
#define	LUIZI_WOOD_SLIPDOWN_RT		 NORMAL_WOOD_SLIPDOWN_RT
#define	LUIZI_SAND_TRAP_SLIPDOWN_RT NORMAL_SAND_TRAP_SLIPDOWN_RT
#define	LUIZI_GRASS_SLIPDOWN_RT	 NORMAL_GRASS_SLIPDOWN_RT
#define	LUIZI_ICE_SLIPDOWN_RT		 NORMAL_ICE_SLIPDOWN_RT
#define	LUIZI_WET_SAND_SLIPDOWN_RT	 NORMAL_WET_SAND_SLIPDOWN_RT
#define	LUIZI_WET_SNOW_SLIPDOWN_RT	 NORMAL_WET_SNOW_SLIPDOWN_RT
#define	LUIZI_ROCK_SLIPDOWN_RT		 NORMAL_ROCK_SLIPDOWN_RT
#define	LUIZI_DIRT_TRAP_SLIPDOWN_RT NORMAL_DIRT_TRAP_SLIPDOWN_RT
#define	LUIZI_RAILWAY_SLIPDOWN_RT	 NORMAL_RAILWAY_SLIPDOWN_RT

//////// KINOP,//////////
#define	KINOP_NOTHING_SLIPDOWN_RT	 LIGHT_NOTHING_SLIPDOWN_RT
#define	KINOP_ASPHALT_SLIPDOWN_RT	 LIGHT_ASPHALT_SLIPDOWN_RT
#define	KINOP_DIRT_SLIPDOWN_RT		 LIGHT_DIRT_SLIPDOWN_RT
#define	KINOP_SAND_SLIPDOWN_RT		 LIGHT_SAND_SLIPDOWN_RT
#define	KINOP_STONE_SLIPDOWN_RT	 LIGHT_STONE_SLIPDOWN_RT
#define	KINOP_SNOW_SLIPDOWN_RT		 LIGHT_SNOW_SLIPDOWN_RT
#define	KINOP_WOOD_SLIPDOWN_RT		 LIGHT_WOOD_SLIPDOWN_RT
#define	KINOP_SAND_TRAP_SLIPDOWN_RT LIGHT_SAND_TRAP_SLIPDOWN_RT
#define	KINOP_GRASS_SLIPDOWN_RT	 LIGHT_GRASS_SLIPDOWN_RT
#define	KINOP_ICE_SLIPDOWN_RT		 LIGHT_ICE_SLIPDOWN_RT
#define	KINOP_WET_SAND_SLIPDOWN_RT	 LIGHT_WET_SAND_SLIPDOWN_RT
#define	KINOP_WET_SNOW_SLIPDOWN_RT	 LIGHT_WET_SNOW_SLIPDOWN_RT
#define	KINOP_ROCK_SLIPDOWN_RT		 LIGHT_ROCK_SLIPDOWN_RT
#define	KINOP_DIRT_TRAP_SLIPDOWN_RT LIGHT_DIRT_TRAP_SLIPDOWN_RT
#define	KINOP_RAILWAY_SLIPDOWN_RT	 LIGHT_RAILWAY_SLIPDOWN_RT

//////// YOSSY,//////////
#define	YOSSY_NOTHING_SLIPDOWN_RT	 LIGHT_NOTHING_SLIPDOWN_RT
#define	YOSSY_ASPHALT_SLIPDOWN_RT	 LIGHT_ASPHALT_SLIPDOWN_RT
#define	YOSSY_DIRT_SLIPDOWN_RT		 LIGHT_DIRT_SLIPDOWN_RT
#define	YOSSY_SAND_SLIPDOWN_RT		 LIGHT_SAND_SLIPDOWN_RT
#define	YOSSY_STONE_SLIPDOWN_RT	 LIGHT_STONE_SLIPDOWN_RT
#define	YOSSY_SNOW_SLIPDOWN_RT		 LIGHT_SNOW_SLIPDOWN_RT
#define	YOSSY_WOOD_SLIPDOWN_RT		 LIGHT_WOOD_SLIPDOWN_RT
#define	YOSSY_SAND_TRAP_SLIPDOWN_RT LIGHT_SAND_TRAP_SLIPDOWN_RT
#define	YOSSY_GRASS_SLIPDOWN_RT	 LIGHT_GRASS_SLIPDOWN_RT
#define	YOSSY_ICE_SLIPDOWN_RT		 LIGHT_ICE_SLIPDOWN_RT
#define	YOSSY_WET_SAND_SLIPDOWN_RT	 LIGHT_WET_SAND_SLIPDOWN_RT
#define	YOSSY_WET_SNOW_SLIPDOWN_RT	 LIGHT_WET_SNOW_SLIPDOWN_RT
#define	YOSSY_ROCK_SLIPDOWN_RT		 LIGHT_ROCK_SLIPDOWN_RT
#define	YOSSY_DIRT_TRAP_SLIPDOWN_RT LIGHT_DIRT_TRAP_SLIPDOWN_RT
#define	YOSSY_RAILWAY_SLIPDOWN_RT	 LIGHT_RAILWAY_SLIPDOWN_RT


//////// DONKY,//////////
#define	DONKY_NOTHING_SLIPDOWN_RT	 HEAVY_NOTHING_SLIPDOWN_RT
#define	DONKY_ASPHALT_SLIPDOWN_RT	 HEAVY_ASPHALT_SLIPDOWN_RT
#define	DONKY_DIRT_SLIPDOWN_RT		 HEAVY_DIRT_SLIPDOWN_RT
#define	DONKY_SAND_SLIPDOWN_RT		 HEAVY_SAND_SLIPDOWN_RT
#define	DONKY_STONE_SLIPDOWN_RT	 HEAVY_STONE_SLIPDOWN_RT
#define	DONKY_SNOW_SLIPDOWN_RT		 HEAVY_SNOW_SLIPDOWN_RT
#define	DONKY_WOOD_SLIPDOWN_RT		 HEAVY_WOOD_SLIPDOWN_RT
#define	DONKY_SAND_TRAP_SLIPDOWN_RT HEAVY_SAND_TRAP_SLIPDOWN_RT
#define	DONKY_GRASS_SLIPDOWN_RT	 HEAVY_GRASS_SLIPDOWN_RT
#define	DONKY_ICE_SLIPDOWN_RT		 HEAVY_ICE_SLIPDOWN_RT
#define	DONKY_WET_SAND_SLIPDOWN_RT	 HEAVY_WET_SAND_SLIPDOWN_RT
#define	DONKY_WET_SNOW_SLIPDOWN_RT	 HEAVY_WET_SNOW_SLIPDOWN_RT
#define	DONKY_ROCK_SLIPDOWN_RT		 HEAVY_ROCK_SLIPDOWN_RT
#define	DONKY_DIRT_TRAP_SLIPDOWN_RT HEAVY_DIRT_TRAP_SLIPDOWN_RT
#define	DONKY_RAILWAY_SLIPDOWN_RT	 HEAVY_RAILWAY_SLIPDOWN_RT


//////// WARIO,//////////
#define	WARIO_NOTHING_SLIPDOWN_RT	 HEAVY_NOTHING_SLIPDOWN_RT
#define	WARIO_ASPHALT_SLIPDOWN_RT	 HEAVY_ASPHALT_SLIPDOWN_RT
#define	WARIO_DIRT_SLIPDOWN_RT		 HEAVY_DIRT_SLIPDOWN_RT
#define	WARIO_SAND_SLIPDOWN_RT		 HEAVY_SAND_SLIPDOWN_RT
#define	WARIO_STONE_SLIPDOWN_RT	 HEAVY_STONE_SLIPDOWN_RT
#define	WARIO_SNOW_SLIPDOWN_RT		 HEAVY_SNOW_SLIPDOWN_RT
#define	WARIO_WOOD_SLIPDOWN_RT		 HEAVY_WOOD_SLIPDOWN_RT
#define	WARIO_SAND_TRAP_SLIPDOWN_RT HEAVY_SAND_TRAP_SLIPDOWN_RT
#define	WARIO_GRASS_SLIPDOWN_RT	 HEAVY_GRASS_SLIPDOWN_RT
#define	WARIO_ICE_SLIPDOWN_RT		 HEAVY_ICE_SLIPDOWN_RT
#define	WARIO_WET_SAND_SLIPDOWN_RT	 HEAVY_WET_SAND_SLIPDOWN_RT
#define	WARIO_WET_SNOW_SLIPDOWN_RT	 HEAVY_WET_SNOW_SLIPDOWN_RT
#define	WARIO_ROCK_SLIPDOWN_RT		 HEAVY_ROCK_SLIPDOWN_RT
#define	WARIO_DIRT_TRAP_SLIPDOWN_RT HEAVY_DIRT_TRAP_SLIPDOWN_RT
#define	WARIO_RAILWAY_SLIPDOWN_RT	 HEAVY_RAILWAY_SLIPDOWN_RT

//////// PEACH,//////////
#define	PEACH_NOTHING_SLIPDOWN_RT	 LIGHT_NOTHING_SLIPDOWN_RT
#define	PEACH_ASPHALT_SLIPDOWN_RT	 LIGHT_ASPHALT_SLIPDOWN_RT
#define	PEACH_DIRT_SLIPDOWN_RT		 LIGHT_DIRT_SLIPDOWN_RT
#define	PEACH_SAND_SLIPDOWN_RT		 LIGHT_SAND_SLIPDOWN_RT
#define	PEACH_STONE_SLIPDOWN_RT	 LIGHT_STONE_SLIPDOWN_RT
#define	PEACH_SNOW_SLIPDOWN_RT		 LIGHT_SNOW_SLIPDOWN_RT
#define	PEACH_WOOD_SLIPDOWN_RT		 LIGHT_WOOD_SLIPDOWN_RT
#define	PEACH_SAND_TRAP_SLIPDOWN_RT LIGHT_SAND_TRAP_SLIPDOWN_RT
#define	PEACH_GRASS_SLIPDOWN_RT	 LIGHT_GRASS_SLIPDOWN_RT
#define	PEACH_ICE_SLIPDOWN_RT		 LIGHT_ICE_SLIPDOWN_RT
#define	PEACH_WET_SAND_SLIPDOWN_RT	 LIGHT_WET_SAND_SLIPDOWN_RT
#define	PEACH_WET_SNOW_SLIPDOWN_RT	 LIGHT_WET_SNOW_SLIPDOWN_RT
#define	PEACH_ROCK_SLIPDOWN_RT		 LIGHT_ROCK_SLIPDOWN_RT
#define	PEACH_DIRT_TRAP_SLIPDOWN_RT LIGHT_DIRT_TRAP_SLIPDOWN_RT
#define	PEACH_RAILWAY_SLIPDOWN_RT	 LIGHT_RAILWAY_SLIPDOWN_RT

//////// KUPPA,//////////
#define	KUPPA_NOTHING_SLIPDOWN_RT	 HEAVY_NOTHING_SLIPDOWN_RT
#define	KUPPA_ASPHALT_SLIPDOWN_RT	 HEAVY_ASPHALT_SLIPDOWN_RT
#define	KUPPA_DIRT_SLIPDOWN_RT		 HEAVY_DIRT_SLIPDOWN_RT
#define	KUPPA_SAND_SLIPDOWN_RT		 HEAVY_SAND_SLIPDOWN_RT
#define	KUPPA_STONE_SLIPDOWN_RT	 HEAVY_STONE_SLIPDOWN_RT
#define	KUPPA_SNOW_SLIPDOWN_RT		 HEAVY_SNOW_SLIPDOWN_RT
#define	KUPPA_WOOD_SLIPDOWN_RT		 HEAVY_WOOD_SLIPDOWN_RT
#define	KUPPA_SAND_TRAP_SLIPDOWN_RT HEAVY_SAND_TRAP_SLIPDOWN_RT
#define	KUPPA_GRASS_SLIPDOWN_RT	 HEAVY_GRASS_SLIPDOWN_RT
#define	KUPPA_ICE_SLIPDOWN_RT		 HEAVY_ICE_SLIPDOWN_RT
#define	KUPPA_WET_SAND_SLIPDOWN_RT	 HEAVY_WET_SAND_SLIPDOWN_RT
#define	KUPPA_WET_SNOW_SLIPDOWN_RT	 HEAVY_WET_SNOW_SLIPDOWN_RT
#define	KUPPA_ROCK_SLIPDOWN_RT		 HEAVY_ROCK_SLIPDOWN_RT
#define	KUPPA_DIRT_TRAP_SLIPDOWN_RT HEAVY_DIRT_TRAP_SLIPDOWN_RT
#define	KUPPA_RAILWAY_SLIPDOWN_RT	 HEAVY_RAILWAY_SLIPDOWN_RT





/**************************************

		// FRONT POWER RATE // 

**************************************/
//////// NORMAL WEIGHT//////////
#define	NORMAL_NOTHING_POWERDOWN_FT	  0.0
#define	NORMAL_ASPHALT_POWERDOWN_FT	  0.0
#define	NORMAL_DIRT_POWERDOWN_FT	  0.0
#define	NORMAL_SAND_POWERDOWN_FT	  0.0
#define	NORMAL_STONE_POWERDOWN_FT	  0.0
#define	NORMAL_SNOW_POWERDOWN_FT	  0.0
#define	NORMAL_WOOD_POWERDOWN_FT	  0.0
#define	NORMAL_SAND_TRAP_POWERDOWN_FT 0.03
#define NORMAL_GRASS_POWERDOWN_FT	  0.03
#define	NORMAL_ICE_POWERDOWN_FT		  0.0
#define NORMAL_WET_SAND_POWERDOWN_FT  0.00
#define	NORMAL_WET_SNOW_POWERDOWN_FT  0.03
#define	NORMAL_ROCK_POWERDOWN_FT	  0.0
#define	NORMAL_DIRT_TRAP_POWERDOWN_FT 0.03
#define	NORMAL_RAILWAY_POWERDOWN_FT	  0.03

//////// LIGHT WEIGHT//////////
#define	LIGHT_NOTHING_POWERDOWN_FT	  0.0
#define	LIGHT_ASPHALT_POWERDOWN_FT	  0.0
#define	LIGHT_DIRT_POWERDOWN_FT	      0.0
#define	LIGHT_SAND_POWERDOWN_FT       0.0
#define	LIGHT_STONE_POWERDOWN_FT	  0.0
#define	LIGHT_SNOW_POWERDOWN_FT	      0.0
#define	LIGHT_WOOD_POWERDOWN_FT	      0.0
#define	LIGHT_SAND_TRAP_POWERDOWN_FT  0.02
#define LIGHT_GRASS_POWERDOWN_FT	  0.02
#define	LIGHT_ICE_POWERDOWN_FT		  0.0
#define LIGHT_WET_SAND_POWERDOWN_FT   0.00
#define	LIGHT_WET_SNOW_POWERDOWN_FT   0.02
#define	LIGHT_ROCK_POWERDOWN_FT	      0.0
#define	LIGHT_DIRT_TRAP_POWERDOWN_FT  0.02
#define	LIGHT_RAILWAY_POWERDOWN_FT	  0.02

//////// HEAVY WEIGHT//////////
#define	HEAVY_NOTHING_POWERDOWN_FT	  0.0
#define	HEAVY_ASPHALT_POWERDOWN_FT	  0.0
#define	HEAVY_DIRT_POWERDOWN_FT	      0.0
#define	HEAVY_SAND_POWERDOWN_FT	      0.0
#define	HEAVY_STONE_POWERDOWN_FT	  0.0
#define	HEAVY_SNOW_POWERDOWN_FT	      0.0
#define	HEAVY_WOOD_POWERDOWN_FT	      0.0
#define	HEAVY_SAND_TRAP_POWERDOWN_FT  0.04
#define HEAVY_GRASS_POWERDOWN_FT	  0.04
#define	HEAVY_ICE_POWERDOWN_FT		  0.0
#define HEAVY_WET_SAND_POWERDOWN_FT   0.00
#define	HEAVY_WET_SNOW_POWERDOWN_FT   0.04
#define	HEAVY_ROCK_POWERDOWN_FT	      0.0
#define	HEAVY_DIRT_TRAP_POWERDOWN_FT  0.04
#define	HEAVY_RAILWAY_POWERDOWN_FT	  0.04


//////// MARIO,//////////
#define	MARIO_NOTHING_POWERDOWN_FT	 NORMAL_NOTHING_POWERDOWN_FT
#define	MARIO_ASPHALT_POWERDOWN_FT	 NORMAL_ASPHALT_POWERDOWN_FT
#define	MARIO_DIRT_POWERDOWN_FT		 NORMAL_DIRT_POWERDOWN_FT
#define	MARIO_SAND_POWERDOWN_FT		 NORMAL_SAND_POWERDOWN_FT
#define	MARIO_STONE_POWERDOWN_FT	 NORMAL_STONE_POWERDOWN_FT
#define	MARIO_SNOW_POWERDOWN_FT		 NORMAL_SNOW_POWERDOWN_FT
#define	MARIO_WOOD_POWERDOWN_FT		 NORMAL_WOOD_POWERDOWN_FT
#define	MARIO_SAND_TRAP_POWERDOWN_FT NORMAL_SAND_TRAP_POWERDOWN_FT
#define	MARIO_GRASS_POWERDOWN_FT	 NORMAL_GRASS_POWERDOWN_FT
#define	MARIO_ICE_POWERDOWN_FT		 NORMAL_ICE_POWERDOWN_FT
#define	MARIO_WET_SAND_POWERDOWN_FT	 NORMAL_WET_SAND_POWERDOWN_FT
#define	MARIO_WET_SNOW_POWERDOWN_FT	 NORMAL_WET_SNOW_POWERDOWN_FT
#define	MARIO_ROCK_POWERDOWN_FT		 NORMAL_ROCK_POWERDOWN_FT
#define	MARIO_DIRT_TRAP_POWERDOWN_FT NORMAL_DIRT_TRAP_POWERDOWN_FT
#define	MARIO_RAILWAY_POWERDOWN_FT	 NORMAL_RAILWAY_POWERDOWN_FT

//////// LUIZI,//////////
#define	LUIZI_NOTHING_POWERDOWN_FT	 NORMAL_NOTHING_POWERDOWN_FT
#define	LUIZI_ASPHALT_POWERDOWN_FT	 NORMAL_ASPHALT_POWERDOWN_FT
#define	LUIZI_DIRT_POWERDOWN_FT		 NORMAL_DIRT_POWERDOWN_FT
#define	LUIZI_SAND_POWERDOWN_FT		 NORMAL_SAND_POWERDOWN_FT
#define	LUIZI_STONE_POWERDOWN_FT	 NORMAL_STONE_POWERDOWN_FT
#define	LUIZI_SNOW_POWERDOWN_FT		 NORMAL_SNOW_POWERDOWN_FT
#define	LUIZI_WOOD_POWERDOWN_FT		 NORMAL_WOOD_POWERDOWN_FT
#define	LUIZI_SAND_TRAP_POWERDOWN_FT NORMAL_SAND_TRAP_POWERDOWN_FT
#define	LUIZI_GRASS_POWERDOWN_FT	 NORMAL_GRASS_POWERDOWN_FT
#define	LUIZI_ICE_POWERDOWN_FT		 NORMAL_ICE_POWERDOWN_FT
#define	LUIZI_WET_SAND_POWERDOWN_FT	 NORMAL_WET_SAND_POWERDOWN_FT
#define	LUIZI_WET_SNOW_POWERDOWN_FT	 NORMAL_WET_SNOW_POWERDOWN_FT
#define	LUIZI_ROCK_POWERDOWN_FT		 NORMAL_ROCK_POWERDOWN_FT
#define	LUIZI_DIRT_TRAP_POWERDOWN_FT NORMAL_DIRT_TRAP_POWERDOWN_FT
#define	LUIZI_RAILWAY_POWERDOWN_FT	 NORMAL_RAILWAY_POWERDOWN_FT

//////// KINOP,//////////
#define	KINOP_NOTHING_POWERDOWN_FT	 LIGHT_NOTHING_POWERDOWN_FT
#define	KINOP_ASPHALT_POWERDOWN_FT	 LIGHT_ASPHALT_POWERDOWN_FT
#define	KINOP_DIRT_POWERDOWN_FT		 LIGHT_DIRT_POWERDOWN_FT
#define	KINOP_SAND_POWERDOWN_FT		 LIGHT_SAND_POWERDOWN_FT
#define	KINOP_STONE_POWERDOWN_FT	 LIGHT_STONE_POWERDOWN_FT
#define	KINOP_SNOW_POWERDOWN_FT		 LIGHT_SNOW_POWERDOWN_FT
#define	KINOP_WOOD_POWERDOWN_FT		 LIGHT_WOOD_POWERDOWN_FT
#define	KINOP_SAND_TRAP_POWERDOWN_FT LIGHT_SAND_TRAP_POWERDOWN_FT
#define	KINOP_GRASS_POWERDOWN_FT	 LIGHT_GRASS_POWERDOWN_FT
#define	KINOP_ICE_POWERDOWN_FT		 LIGHT_ICE_POWERDOWN_FT
#define	KINOP_WET_SAND_POWERDOWN_FT	 LIGHT_WET_SAND_POWERDOWN_FT
#define	KINOP_WET_SNOW_POWERDOWN_FT	 LIGHT_WET_SNOW_POWERDOWN_FT
#define	KINOP_ROCK_POWERDOWN_FT		 LIGHT_ROCK_POWERDOWN_FT
#define	KINOP_DIRT_TRAP_POWERDOWN_FT LIGHT_DIRT_TRAP_POWERDOWN_FT
#define	KINOP_RAILWAY_POWERDOWN_FT	 LIGHT_RAILWAY_POWERDOWN_FT

//////// YOSSY,//////////
#define	YOSSY_NOTHING_POWERDOWN_FT	 LIGHT_NOTHING_POWERDOWN_FT
#define	YOSSY_ASPHALT_POWERDOWN_FT	 LIGHT_ASPHALT_POWERDOWN_FT
#define	YOSSY_DIRT_POWERDOWN_FT		 LIGHT_DIRT_POWERDOWN_FT
#define	YOSSY_SAND_POWERDOWN_FT		 LIGHT_SAND_POWERDOWN_FT
#define	YOSSY_STONE_POWERDOWN_FT	 LIGHT_STONE_POWERDOWN_FT
#define	YOSSY_SNOW_POWERDOWN_FT		 LIGHT_SNOW_POWERDOWN_FT
#define	YOSSY_WOOD_POWERDOWN_FT		 LIGHT_WOOD_POWERDOWN_FT
#define	YOSSY_SAND_TRAP_POWERDOWN_FT LIGHT_SAND_TRAP_POWERDOWN_FT
#define	YOSSY_GRASS_POWERDOWN_FT	 LIGHT_GRASS_POWERDOWN_FT
#define	YOSSY_ICE_POWERDOWN_FT		 LIGHT_ICE_POWERDOWN_FT
#define	YOSSY_WET_SAND_POWERDOWN_FT	 LIGHT_WET_SAND_POWERDOWN_FT
#define	YOSSY_WET_SNOW_POWERDOWN_FT	 LIGHT_WET_SNOW_POWERDOWN_FT
#define	YOSSY_ROCK_POWERDOWN_FT		 LIGHT_ROCK_POWERDOWN_FT
#define	YOSSY_DIRT_TRAP_POWERDOWN_FT LIGHT_DIRT_TRAP_POWERDOWN_FT
#define	YOSSY_RAILWAY_POWERDOWN_FT	 LIGHT_RAILWAY_POWERDOWN_FT


//////// DONKY,//////////
#define	DONKY_NOTHING_POWERDOWN_FT	 HEAVY_NOTHING_POWERDOWN_FT
#define	DONKY_ASPHALT_POWERDOWN_FT	 HEAVY_ASPHALT_POWERDOWN_FT
#define	DONKY_DIRT_POWERDOWN_FT		 HEAVY_DIRT_POWERDOWN_FT
#define	DONKY_SAND_POWERDOWN_FT		 HEAVY_SAND_POWERDOWN_FT
#define	DONKY_STONE_POWERDOWN_FT	 HEAVY_STONE_POWERDOWN_FT
#define	DONKY_SNOW_POWERDOWN_FT		 HEAVY_SNOW_POWERDOWN_FT
#define	DONKY_WOOD_POWERDOWN_FT		 HEAVY_WOOD_POWERDOWN_FT
#define	DONKY_SAND_TRAP_POWERDOWN_FT HEAVY_SAND_TRAP_POWERDOWN_FT
#define	DONKY_GRASS_POWERDOWN_FT	 HEAVY_GRASS_POWERDOWN_FT
#define	DONKY_ICE_POWERDOWN_FT		 HEAVY_ICE_POWERDOWN_FT
#define	DONKY_WET_SAND_POWERDOWN_FT	 HEAVY_WET_SAND_POWERDOWN_FT
#define	DONKY_WET_SNOW_POWERDOWN_FT	 HEAVY_WET_SNOW_POWERDOWN_FT
#define	DONKY_ROCK_POWERDOWN_FT		 HEAVY_ROCK_POWERDOWN_FT
#define	DONKY_DIRT_TRAP_POWERDOWN_FT HEAVY_DIRT_TRAP_POWERDOWN_FT
#define	DONKY_RAILWAY_POWERDOWN_FT	 HEAVY_RAILWAY_POWERDOWN_FT


//////// WARIO,//////////
#define	WARIO_NOTHING_POWERDOWN_FT	 HEAVY_NOTHING_POWERDOWN_FT
#define	WARIO_ASPHALT_POWERDOWN_FT	 HEAVY_ASPHALT_POWERDOWN_FT
#define	WARIO_DIRT_POWERDOWN_FT		 HEAVY_DIRT_POWERDOWN_FT
#define	WARIO_SAND_POWERDOWN_FT		 HEAVY_SAND_POWERDOWN_FT
#define	WARIO_STONE_POWERDOWN_FT	 HEAVY_STONE_POWERDOWN_FT
#define	WARIO_SNOW_POWERDOWN_FT		 HEAVY_SNOW_POWERDOWN_FT
#define	WARIO_WOOD_POWERDOWN_FT		 HEAVY_WOOD_POWERDOWN_FT
#define	WARIO_SAND_TRAP_POWERDOWN_FT HEAVY_SAND_TRAP_POWERDOWN_FT
#define	WARIO_GRASS_POWERDOWN_FT	 HEAVY_GRASS_POWERDOWN_FT
#define	WARIO_ICE_POWERDOWN_FT		 HEAVY_ICE_POWERDOWN_FT
#define	WARIO_WET_SAND_POWERDOWN_FT	 HEAVY_WET_SAND_POWERDOWN_FT
#define	WARIO_WET_SNOW_POWERDOWN_FT	 HEAVY_WET_SNOW_POWERDOWN_FT
#define	WARIO_ROCK_POWERDOWN_FT		 HEAVY_ROCK_POWERDOWN_FT
#define	WARIO_DIRT_TRAP_POWERDOWN_FT HEAVY_DIRT_TRAP_POWERDOWN_FT
#define	WARIO_RAILWAY_POWERDOWN_FT	 HEAVY_RAILWAY_POWERDOWN_FT

//////// PEACH,//////////
#define	PEACH_NOTHING_POWERDOWN_FT	 LIGHT_NOTHING_POWERDOWN_FT
#define	PEACH_ASPHALT_POWERDOWN_FT	 LIGHT_ASPHALT_POWERDOWN_FT
#define	PEACH_DIRT_POWERDOWN_FT		 LIGHT_DIRT_POWERDOWN_FT
#define	PEACH_SAND_POWERDOWN_FT		 LIGHT_SAND_POWERDOWN_FT
#define	PEACH_STONE_POWERDOWN_FT	 LIGHT_STONE_POWERDOWN_FT
#define	PEACH_SNOW_POWERDOWN_FT		 LIGHT_SNOW_POWERDOWN_FT
#define	PEACH_WOOD_POWERDOWN_FT		 LIGHT_WOOD_POWERDOWN_FT
#define	PEACH_SAND_TRAP_POWERDOWN_FT LIGHT_SAND_TRAP_POWERDOWN_FT
#define	PEACH_GRASS_POWERDOWN_FT	 LIGHT_GRASS_POWERDOWN_FT
#define	PEACH_ICE_POWERDOWN_FT		 LIGHT_ICE_POWERDOWN_FT
#define	PEACH_WET_SAND_POWERDOWN_FT	 LIGHT_WET_SAND_POWERDOWN_FT
#define	PEACH_WET_SNOW_POWERDOWN_FT	 LIGHT_WET_SNOW_POWERDOWN_FT
#define	PEACH_ROCK_POWERDOWN_FT		 LIGHT_ROCK_POWERDOWN_FT
#define	PEACH_DIRT_TRAP_POWERDOWN_FT LIGHT_DIRT_TRAP_POWERDOWN_FT
#define	PEACH_RAILWAY_POWERDOWN_FT	 LIGHT_RAILWAY_POWERDOWN_FT

//////// KUPPA,//////////
#define	KUPPA_NOTHING_POWERDOWN_FT	 HEAVY_NOTHING_POWERDOWN_FT
#define	KUPPA_ASPHALT_POWERDOWN_FT	 HEAVY_ASPHALT_POWERDOWN_FT
#define	KUPPA_DIRT_POWERDOWN_FT		 HEAVY_DIRT_POWERDOWN_FT
#define	KUPPA_SAND_POWERDOWN_FT		 HEAVY_SAND_POWERDOWN_FT
#define	KUPPA_STONE_POWERDOWN_FT	 HEAVY_STONE_POWERDOWN_FT
#define	KUPPA_SNOW_POWERDOWN_FT		 HEAVY_SNOW_POWERDOWN_FT
#define	KUPPA_WOOD_POWERDOWN_FT		 HEAVY_WOOD_POWERDOWN_FT
#define	KUPPA_SAND_TRAP_POWERDOWN_FT HEAVY_SAND_TRAP_POWERDOWN_FT
#define	KUPPA_GRASS_POWERDOWN_FT	 HEAVY_GRASS_POWERDOWN_FT
#define	KUPPA_ICE_POWERDOWN_FT		 HEAVY_ICE_POWERDOWN_FT
#define	KUPPA_WET_SAND_POWERDOWN_FT	 HEAVY_WET_SAND_POWERDOWN_FT
#define	KUPPA_WET_SNOW_POWERDOWN_FT	 HEAVY_WET_SNOW_POWERDOWN_FT
#define	KUPPA_ROCK_POWERDOWN_FT		 HEAVY_ROCK_POWERDOWN_FT
#define	KUPPA_DIRT_TRAP_POWERDOWN_FT HEAVY_DIRT_TRAP_POWERDOWN_FT
#define	KUPPA_RAILWAY_POWERDOWN_FT	 HEAVY_RAILWAY_POWERDOWN_FT






/**************************************

		// REAR POWER RATE // 

**************************************/
//////// NORMAL WEIGHT//////////
#define	NORMAL_NOTHING_POWERDOWN_RT	  0.0
#define	NORMAL_ASPHALT_POWERDOWN_RT	  0.0
#define	NORMAL_DIRT_POWERDOWN_RT	  0.0
#define	NORMAL_SAND_POWERDOWN_RT	  0.03
#define	NORMAL_STONE_POWERDOWN_RT	  0.0
#define	NORMAL_SNOW_POWERDOWN_RT	  0.0
#define	NORMAL_WOOD_POWERDOWN_RT	  0.0
#define	NORMAL_SAND_TRAP_POWERDOWN_RT 0.09
#define NORMAL_GRASS_POWERDOWN_RT	  0.09
#define	NORMAL_ICE_POWERDOWN_RT		  0.0
#define NORMAL_WET_SAND_POWERDOWN_RT  0.0
#define	NORMAL_WET_SNOW_POWERDOWN_RT  0.09
#define	NORMAL_ROCK_POWERDOWN_RT	  0.0
#define	NORMAL_DIRT_TRAP_POWERDOWN_RT 0.09
#define	NORMAL_RAILWAY_POWERDOWN_RT	  0.09

//////// LIGHT WEIGHT//////////
#define	LIGHT_NOTHING_POWERDOWN_RT	  0.0
#define	LIGHT_ASPHALT_POWERDOWN_RT	  0.0
#define	LIGHT_DIRT_POWERDOWN_RT	      0.0
#define	LIGHT_SAND_POWERDOWN_RT	      0.02
#define	LIGHT_STONE_POWERDOWN_RT	  0.0
#define	LIGHT_SNOW_POWERDOWN_RT	      0.0
#define	LIGHT_WOOD_POWERDOWN_RT	      0.0
#define	LIGHT_SAND_TRAP_POWERDOWN_RT  0.08
#define LIGHT_GRASS_POWERDOWN_RT	  0.08
#define	LIGHT_ICE_POWERDOWN_RT		  0.0
#define LIGHT_WET_SAND_POWERDOWN_RT   0.00
#define	LIGHT_WET_SNOW_POWERDOWN_RT   0.08
#define	LIGHT_ROCK_POWERDOWN_RT	      0.0
#define	LIGHT_DIRT_TRAP_POWERDOWN_RT  0.08
#define	LIGHT_RAILWAY_POWERDOWN_RT	  0.08

//////// HEAVY WEIGHT//////////
#define	HEAVY_NOTHING_POWERDOWN_RT	  0.0
#define	HEAVY_ASPHALT_POWERDOWN_RT	  0.0
#define	HEAVY_DIRT_POWERDOWN_RT	      0.0
#define	HEAVY_SAND_POWERDOWN_RT	      0.04
#define	HEAVY_STONE_POWERDOWN_RT	  0.0
#define	HEAVY_SNOW_POWERDOWN_RT	      0.0
#define	HEAVY_WOOD_POWERDOWN_RT	      0.0
#define	HEAVY_SAND_TRAP_POWERDOWN_RT  0.1
#define HEAVY_GRASS_POWERDOWN_RT	  0.1
#define	HEAVY_ICE_POWERDOWN_RT		  0.0
#define HEAVY_WET_SAND_POWERDOWN_RT   0.0
#define	HEAVY_WET_SNOW_POWERDOWN_RT   0.1
#define	HEAVY_ROCK_POWERDOWN_RT	      0.0
#define	HEAVY_DIRT_TRAP_POWERDOWN_RT  0.1
#define	HEAVY_RAILWAY_POWERDOWN_RT	  0.1







//////// MARIO,//////////
#define	MARIO_NOTHING_POWERDOWN_RT	 NORMAL_NOTHING_POWERDOWN_RT
#define	MARIO_ASPHALT_POWERDOWN_RT	 NORMAL_ASPHALT_POWERDOWN_RT
#define	MARIO_DIRT_POWERDOWN_RT		 NORMAL_DIRT_POWERDOWN_RT
#define	MARIO_SAND_POWERDOWN_RT		 NORMAL_SAND_POWERDOWN_RT
#define	MARIO_STONE_POWERDOWN_RT	 NORMAL_STONE_POWERDOWN_RT
#define	MARIO_SNOW_POWERDOWN_RT		 NORMAL_SNOW_POWERDOWN_RT
#define	MARIO_WOOD_POWERDOWN_RT		 NORMAL_WOOD_POWERDOWN_RT
#define	MARIO_SAND_TRAP_POWERDOWN_RT NORMAL_SAND_TRAP_POWERDOWN_RT
#define	MARIO_GRASS_POWERDOWN_RT	 NORMAL_GRASS_POWERDOWN_RT
#define	MARIO_ICE_POWERDOWN_RT		 NORMAL_ICE_POWERDOWN_RT
#define	MARIO_WET_SAND_POWERDOWN_RT	 NORMAL_WET_SAND_POWERDOWN_RT
#define	MARIO_WET_SNOW_POWERDOWN_RT	 NORMAL_WET_SNOW_POWERDOWN_RT
#define	MARIO_ROCK_POWERDOWN_RT		 NORMAL_ROCK_POWERDOWN_RT
#define	MARIO_DIRT_TRAP_POWERDOWN_RT NORMAL_DIRT_TRAP_POWERDOWN_RT
#define	MARIO_RAILWAY_POWERDOWN_RT	 NORMAL_RAILWAY_POWERDOWN_RT

//////// LUIZI,//////////
#define	LUIZI_NOTHING_POWERDOWN_RT	 NORMAL_NOTHING_POWERDOWN_RT
#define	LUIZI_ASPHALT_POWERDOWN_RT	 NORMAL_ASPHALT_POWERDOWN_RT
#define	LUIZI_DIRT_POWERDOWN_RT		 NORMAL_DIRT_POWERDOWN_RT
#define	LUIZI_SAND_POWERDOWN_RT		 NORMAL_SAND_POWERDOWN_RT
#define	LUIZI_STONE_POWERDOWN_RT	 NORMAL_STONE_POWERDOWN_RT
#define	LUIZI_SNOW_POWERDOWN_RT		 NORMAL_SNOW_POWERDOWN_RT
#define	LUIZI_WOOD_POWERDOWN_RT		 NORMAL_WOOD_POWERDOWN_RT
#define	LUIZI_SAND_TRAP_POWERDOWN_RT NORMAL_SAND_TRAP_POWERDOWN_RT
#define	LUIZI_GRASS_POWERDOWN_RT	 NORMAL_GRASS_POWERDOWN_RT
#define	LUIZI_ICE_POWERDOWN_RT		 NORMAL_ICE_POWERDOWN_RT
#define	LUIZI_WET_SAND_POWERDOWN_RT	 NORMAL_WET_SAND_POWERDOWN_RT
#define	LUIZI_WET_SNOW_POWERDOWN_RT	 NORMAL_WET_SNOW_POWERDOWN_RT
#define	LUIZI_ROCK_POWERDOWN_RT		 NORMAL_ROCK_POWERDOWN_RT
#define	LUIZI_DIRT_TRAP_POWERDOWN_RT NORMAL_DIRT_TRAP_POWERDOWN_RT
#define	LUIZI_RAILWAY_POWERDOWN_RT	 NORMAL_RAILWAY_POWERDOWN_RT

//////// KINOP,//////////
#define	KINOP_NOTHING_POWERDOWN_RT	 LIGHT_NOTHING_POWERDOWN_RT
#define	KINOP_ASPHALT_POWERDOWN_RT	 LIGHT_ASPHALT_POWERDOWN_RT
#define	KINOP_DIRT_POWERDOWN_RT		 LIGHT_DIRT_POWERDOWN_RT
#define	KINOP_SAND_POWERDOWN_RT		 LIGHT_SAND_POWERDOWN_RT
#define	KINOP_STONE_POWERDOWN_RT	 LIGHT_STONE_POWERDOWN_RT
#define	KINOP_SNOW_POWERDOWN_RT		 LIGHT_SNOW_POWERDOWN_RT
#define	KINOP_WOOD_POWERDOWN_RT		 LIGHT_WOOD_POWERDOWN_RT
#define	KINOP_SAND_TRAP_POWERDOWN_RT LIGHT_SAND_TRAP_POWERDOWN_RT
#define	KINOP_GRASS_POWERDOWN_RT	 LIGHT_GRASS_POWERDOWN_RT
#define	KINOP_ICE_POWERDOWN_RT		 LIGHT_ICE_POWERDOWN_RT
#define	KINOP_WET_SAND_POWERDOWN_RT	 LIGHT_WET_SAND_POWERDOWN_RT
#define	KINOP_WET_SNOW_POWERDOWN_RT	 LIGHT_WET_SNOW_POWERDOWN_RT
#define	KINOP_ROCK_POWERDOWN_RT		 LIGHT_ROCK_POWERDOWN_RT
#define	KINOP_DIRT_TRAP_POWERDOWN_RT LIGHT_DIRT_TRAP_POWERDOWN_RT
#define	KINOP_RAILWAY_POWERDOWN_RT	 LIGHT_RAILWAY_POWERDOWN_RT

//////// YOSSY,//////////
#define	YOSSY_NOTHING_POWERDOWN_RT	 LIGHT_NOTHING_POWERDOWN_RT
#define	YOSSY_ASPHALT_POWERDOWN_RT	 LIGHT_ASPHALT_POWERDOWN_RT
#define	YOSSY_DIRT_POWERDOWN_RT		 LIGHT_DIRT_POWERDOWN_RT
#define	YOSSY_SAND_POWERDOWN_RT		 LIGHT_SAND_POWERDOWN_RT
#define	YOSSY_STONE_POWERDOWN_RT	 LIGHT_STONE_POWERDOWN_RT
#define	YOSSY_SNOW_POWERDOWN_RT		 LIGHT_SNOW_POWERDOWN_RT
#define	YOSSY_WOOD_POWERDOWN_RT		 LIGHT_WOOD_POWERDOWN_RT
#define	YOSSY_SAND_TRAP_POWERDOWN_RT LIGHT_SAND_TRAP_POWERDOWN_RT
#define	YOSSY_GRASS_POWERDOWN_RT	 LIGHT_GRASS_POWERDOWN_RT
#define	YOSSY_ICE_POWERDOWN_RT		 LIGHT_ICE_POWERDOWN_RT
#define	YOSSY_WET_SAND_POWERDOWN_RT	 LIGHT_WET_SAND_POWERDOWN_RT
#define	YOSSY_WET_SNOW_POWERDOWN_RT	 LIGHT_WET_SNOW_POWERDOWN_RT
#define	YOSSY_ROCK_POWERDOWN_RT		 LIGHT_ROCK_POWERDOWN_RT
#define	YOSSY_DIRT_TRAP_POWERDOWN_RT LIGHT_DIRT_TRAP_POWERDOWN_RT
#define	YOSSY_RAILWAY_POWERDOWN_RT	 LIGHT_RAILWAY_POWERDOWN_RT


//////// DONKY,//////////
#define	DONKY_NOTHING_POWERDOWN_RT	 HEAVY_NOTHING_POWERDOWN_RT
#define	DONKY_ASPHALT_POWERDOWN_RT	 HEAVY_ASPHALT_POWERDOWN_RT
#define	DONKY_DIRT_POWERDOWN_RT		 HEAVY_DIRT_POWERDOWN_RT
#define	DONKY_SAND_POWERDOWN_RT		 HEAVY_SAND_POWERDOWN_RT
#define	DONKY_STONE_POWERDOWN_RT	 HEAVY_STONE_POWERDOWN_RT
#define	DONKY_SNOW_POWERDOWN_RT		 HEAVY_SNOW_POWERDOWN_RT
#define	DONKY_WOOD_POWERDOWN_RT		 HEAVY_WOOD_POWERDOWN_RT
#define	DONKY_SAND_TRAP_POWERDOWN_RT HEAVY_SAND_TRAP_POWERDOWN_RT
#define	DONKY_GRASS_POWERDOWN_RT	 HEAVY_GRASS_POWERDOWN_RT
#define	DONKY_ICE_POWERDOWN_RT		 HEAVY_ICE_POWERDOWN_RT
#define	DONKY_WET_SAND_POWERDOWN_RT	 HEAVY_WET_SAND_POWERDOWN_RT
#define	DONKY_WET_SNOW_POWERDOWN_RT	 HEAVY_WET_SNOW_POWERDOWN_RT
#define	DONKY_ROCK_POWERDOWN_RT		 HEAVY_ROCK_POWERDOWN_RT
#define	DONKY_DIRT_TRAP_POWERDOWN_RT HEAVY_DIRT_TRAP_POWERDOWN_RT
#define	DONKY_RAILWAY_POWERDOWN_RT	 HEAVY_RAILWAY_POWERDOWN_RT


//////// WARIO,//////////
#define	WARIO_NOTHING_POWERDOWN_RT	 HEAVY_NOTHING_POWERDOWN_RT
#define	WARIO_ASPHALT_POWERDOWN_RT	 HEAVY_ASPHALT_POWERDOWN_RT
#define	WARIO_DIRT_POWERDOWN_RT		 HEAVY_DIRT_POWERDOWN_RT
#define	WARIO_SAND_POWERDOWN_RT		 HEAVY_SAND_POWERDOWN_RT
#define	WARIO_STONE_POWERDOWN_RT	 HEAVY_STONE_POWERDOWN_RT
#define	WARIO_SNOW_POWERDOWN_RT		 HEAVY_SNOW_POWERDOWN_RT
#define	WARIO_WOOD_POWERDOWN_RT		 HEAVY_WOOD_POWERDOWN_RT
#define	WARIO_SAND_TRAP_POWERDOWN_RT HEAVY_SAND_TRAP_POWERDOWN_RT
#define	WARIO_GRASS_POWERDOWN_RT	 HEAVY_GRASS_POWERDOWN_RT
#define	WARIO_ICE_POWERDOWN_RT		 HEAVY_ICE_POWERDOWN_RT
#define	WARIO_WET_SAND_POWERDOWN_RT	 HEAVY_WET_SAND_POWERDOWN_RT
#define	WARIO_WET_SNOW_POWERDOWN_RT	 HEAVY_WET_SNOW_POWERDOWN_RT
#define	WARIO_ROCK_POWERDOWN_RT		 HEAVY_ROCK_POWERDOWN_RT
#define	WARIO_DIRT_TRAP_POWERDOWN_RT HEAVY_DIRT_TRAP_POWERDOWN_RT
#define	WARIO_RAILWAY_POWERDOWN_RT	 HEAVY_RAILWAY_POWERDOWN_RT

//////// PEACH,//////////
#define	PEACH_NOTHING_POWERDOWN_RT	 LIGHT_NOTHING_POWERDOWN_RT
#define	PEACH_ASPHALT_POWERDOWN_RT	 LIGHT_ASPHALT_POWERDOWN_RT
#define	PEACH_DIRT_POWERDOWN_RT		 LIGHT_DIRT_POWERDOWN_RT
#define	PEACH_SAND_POWERDOWN_RT		 LIGHT_SAND_POWERDOWN_RT
#define	PEACH_STONE_POWERDOWN_RT	 LIGHT_STONE_POWERDOWN_RT
#define	PEACH_SNOW_POWERDOWN_RT		 LIGHT_SNOW_POWERDOWN_RT
#define	PEACH_WOOD_POWERDOWN_RT		 LIGHT_WOOD_POWERDOWN_RT
#define	PEACH_SAND_TRAP_POWERDOWN_RT LIGHT_SAND_TRAP_POWERDOWN_RT
#define	PEACH_GRASS_POWERDOWN_RT	 LIGHT_GRASS_POWERDOWN_RT
#define	PEACH_ICE_POWERDOWN_RT		 LIGHT_ICE_POWERDOWN_RT
#define	PEACH_WET_SAND_POWERDOWN_RT	 LIGHT_WET_SAND_POWERDOWN_RT
#define	PEACH_WET_SNOW_POWERDOWN_RT	 LIGHT_WET_SNOW_POWERDOWN_RT
#define	PEACH_ROCK_POWERDOWN_RT		 LIGHT_ROCK_POWERDOWN_RT
#define	PEACH_DIRT_TRAP_POWERDOWN_RT LIGHT_DIRT_TRAP_POWERDOWN_RT
#define	PEACH_RAILWAY_POWERDOWN_RT	 LIGHT_RAILWAY_POWERDOWN_RT

//////// KUPPA,//////////
#define	KUPPA_NOTHING_POWERDOWN_RT	 HEAVY_NOTHING_POWERDOWN_RT
#define	KUPPA_ASPHALT_POWERDOWN_RT	 HEAVY_ASPHALT_POWERDOWN_RT
#define	KUPPA_DIRT_POWERDOWN_RT		 HEAVY_DIRT_POWERDOWN_RT
#define	KUPPA_SAND_POWERDOWN_RT		 HEAVY_SAND_POWERDOWN_RT
#define	KUPPA_STONE_POWERDOWN_RT	 HEAVY_STONE_POWERDOWN_RT
#define	KUPPA_SNOW_POWERDOWN_RT		 HEAVY_SNOW_POWERDOWN_RT
#define	KUPPA_WOOD_POWERDOWN_RT		 HEAVY_WOOD_POWERDOWN_RT
#define	KUPPA_SAND_TRAP_POWERDOWN_RT HEAVY_SAND_TRAP_POWERDOWN_RT
#define	KUPPA_GRASS_POWERDOWN_RT	 HEAVY_GRASS_POWERDOWN_RT
#define	KUPPA_ICE_POWERDOWN_RT		 HEAVY_ICE_POWERDOWN_RT
#define	KUPPA_WET_SAND_POWERDOWN_RT	 HEAVY_WET_SAND_POWERDOWN_RT
#define	KUPPA_WET_SNOW_POWERDOWN_RT	 HEAVY_WET_SNOW_POWERDOWN_RT
#define	KUPPA_ROCK_POWERDOWN_RT		 HEAVY_ROCK_POWERDOWN_RT
#define	KUPPA_DIRT_TRAP_POWERDOWN_RT HEAVY_DIRT_TRAP_POWERDOWN_RT
#define	KUPPA_RAILWAY_POWERDOWN_RT	 HEAVY_RAILWAY_POWERDOWN_RT

/**************************************

		// ACCELE RESPONSE // 

**************************************/
///////NORMAL GEAR
#define NORM_ACC00	2.0
#define NORM_ACC01	2.0
#define NORM_ACC02	2.0
#define NORM_ACC03	1.6
#define NORM_ACC04	1.4
#define NORM_ACC05	1.2
#define NORM_ACC06	1.0
#define NORM_ACC07	0.8
#define NORM_ACC08	0.6
#define NORM_ACC09	0.4

///////LOW GEAR
#define LOW_ACC00	2.0
#define LOW_ACC01	2.0
#define LOW_ACC02	2.5
#define LOW_ACC03	2.6
#define LOW_ACC04	2.6
#define LOW_ACC05	2.0
#define LOW_ACC06	1.5
#define LOW_ACC07	0.8
#define LOW_ACC08	0.8
#define LOW_ACC09	0.8

///////HI GEAR
#define HI_ACC00	2.0
#define HI_ACC01	2.0
#define HI_ACC02	2.0
#define HI_ACC03	1.6
#define HI_ACC04	1.0
#define HI_ACC05	1.0
#define HI_ACC06	1.0
#define HI_ACC07	1.8
#define HI_ACC08	1.8
#define HI_ACC09	1.2


//////// MARIO //////////// NORM GEAR 
#define MARIO_ACCRESPONSE_00 NORM_ACC00
#define MARIO_ACCRESPONSE_10 NORM_ACC01
#define MARIO_ACCRESPONSE_20 NORM_ACC02
#define MARIO_ACCRESPONSE_30 NORM_ACC03
#define MARIO_ACCRESPONSE_40 NORM_ACC04
#define MARIO_ACCRESPONSE_50 NORM_ACC05
#define MARIO_ACCRESPONSE_60 NORM_ACC06
#define MARIO_ACCRESPONSE_70 NORM_ACC07
#define MARIO_ACCRESPONSE_80 NORM_ACC08
#define MARIO_ACCRESPONSE_90 NORM_ACC09

//////// LUIZI //////////// NORMAL GEAR
#define LUIZI_ACCRESPONSE_00 NORM_ACC00
#define LUIZI_ACCRESPONSE_10 NORM_ACC01
#define LUIZI_ACCRESPONSE_20 NORM_ACC02
#define LUIZI_ACCRESPONSE_30 NORM_ACC03
#define LUIZI_ACCRESPONSE_40 NORM_ACC04
#define LUIZI_ACCRESPONSE_50 NORM_ACC05
#define LUIZI_ACCRESPONSE_60 NORM_ACC06
#define LUIZI_ACCRESPONSE_70 NORM_ACC07
#define LUIZI_ACCRESPONSE_80 NORM_ACC08
#define LUIZI_ACCRESPONSE_90 NORM_ACC09

//////// YOSSY //////////// LOW GEAR
#define YOSSY_ACCRESPONSE_00 LOW_ACC00
#define YOSSY_ACCRESPONSE_10 LOW_ACC01
#define YOSSY_ACCRESPONSE_20 LOW_ACC02
#define YOSSY_ACCRESPONSE_30 LOW_ACC03
#define YOSSY_ACCRESPONSE_40 LOW_ACC04
#define YOSSY_ACCRESPONSE_50 LOW_ACC05
#define YOSSY_ACCRESPONSE_60 LOW_ACC06
#define YOSSY_ACCRESPONSE_70 LOW_ACC07
#define YOSSY_ACCRESPONSE_80 LOW_ACC08
#define YOSSY_ACCRESPONSE_90 LOW_ACC09

//////// KINOP //////////// LOW GEAR
#define KINOP_ACCRESPONSE_00 LOW_ACC00
#define KINOP_ACCRESPONSE_10 LOW_ACC01
#define KINOP_ACCRESPONSE_20 LOW_ACC02
#define KINOP_ACCRESPONSE_30 LOW_ACC03
#define KINOP_ACCRESPONSE_40 LOW_ACC04
#define KINOP_ACCRESPONSE_50 LOW_ACC05
#define KINOP_ACCRESPONSE_60 LOW_ACC06
#define KINOP_ACCRESPONSE_70 LOW_ACC07
#define KINOP_ACCRESPONSE_80 LOW_ACC08
#define KINOP_ACCRESPONSE_90 LOW_ACC09

//////// DONKY ////////////  HI GEAR 
#define DONKY_ACCRESPONSE_00 HI_ACC00
#define DONKY_ACCRESPONSE_10 HI_ACC01
#define DONKY_ACCRESPONSE_20 HI_ACC02
#define DONKY_ACCRESPONSE_30 HI_ACC03
#define DONKY_ACCRESPONSE_40 HI_ACC04
#define DONKY_ACCRESPONSE_50 HI_ACC05
#define DONKY_ACCRESPONSE_60 HI_ACC06
#define DONKY_ACCRESPONSE_70 HI_ACC07
#define DONKY_ACCRESPONSE_80 HI_ACC08
#define DONKY_ACCRESPONSE_90 HI_ACC09

//////// WARIO ////////////  HI GEAR
#define WARIO_ACCRESPONSE_00 HI_ACC00
#define WARIO_ACCRESPONSE_10 HI_ACC01
#define WARIO_ACCRESPONSE_20 HI_ACC02
#define WARIO_ACCRESPONSE_30 HI_ACC03
#define WARIO_ACCRESPONSE_40 HI_ACC04
#define WARIO_ACCRESPONSE_50 HI_ACC05
#define WARIO_ACCRESPONSE_60 HI_ACC06
#define WARIO_ACCRESPONSE_70 HI_ACC07
#define WARIO_ACCRESPONSE_80 HI_ACC08
#define WARIO_ACCRESPONSE_90 HI_ACC09

//////// PEACH //////////// LOW GEAR
#define PEACH_ACCRESPONSE_00 LOW_ACC00
#define PEACH_ACCRESPONSE_10 LOW_ACC01
#define PEACH_ACCRESPONSE_20 LOW_ACC02
#define PEACH_ACCRESPONSE_30 LOW_ACC03
#define PEACH_ACCRESPONSE_40 LOW_ACC04
#define PEACH_ACCRESPONSE_50 LOW_ACC05
#define PEACH_ACCRESPONSE_60 LOW_ACC06
#define PEACH_ACCRESPONSE_70 LOW_ACC07
#define PEACH_ACCRESPONSE_80 LOW_ACC08
#define PEACH_ACCRESPONSE_90 LOW_ACC09

//////// KUPPA //////////// HI GEAR
#define KUPPA_ACCRESPONSE_00 HI_ACC00
#define KUPPA_ACCRESPONSE_10 HI_ACC01
#define KUPPA_ACCRESPONSE_20 HI_ACC02
#define KUPPA_ACCRESPONSE_30 HI_ACC03
#define KUPPA_ACCRESPONSE_40 HI_ACC04
#define KUPPA_ACCRESPONSE_50 HI_ACC05
#define KUPPA_ACCRESPONSE_60 HI_ACC06
#define KUPPA_ACCRESPONSE_70 HI_ACC07
#define KUPPA_ACCRESPONSE_80 HI_ACC08
#define KUPPA_ACCRESPONSE_90 HI_ACC09


/**************************************

		// BRAKE RATE // 

**************************************/
//////// MARIO,//////////
#define	MARIO_NOTHING_BRAKE		0.0
#define	MARIO_ASPHALT_BRAKE		0.0
#define	MARIO_DIRT_BRAKE		0.2
#define	MARIO_SAND_BRAKE		0.2
#define	MARIO_STONE_BRAKE		0.0
#define	MARIO_SNOW_BRAKE		0.4
#define	MARIO_WOOD_BRAKE		0.1
#define	MARIO_SAND_TRAP_BRAKE	0.2
#define	MARIO_GRASS_BRAKE		0.2
#define	MARIO_ICE_BRAKE			0.0
#define	MARIO_WET_SAND_BRAKE	0.0
#define	MARIO_WET_SNOW_BRAKE	0.0
#define	MARIO_ROCK_BRAKE		0.0
#define	MARIO_DIRT_TRAP_BRAKE	0.0
#define	MARIO_RAILWAY_BRAKE		0.0

//////// LUIZI,//////////
#define	LUIZI_NOTHING_BRAKE		0.0
#define	LUIZI_ASPHALT_BRAKE		0.0
#define	LUIZI_DIRT_BRAKE		0.2
#define	LUIZI_SAND_BRAKE		0.2
#define	LUIZI_STONE_BRAKE		0.0
#define	LUIZI_SNOW_BRAKE		0.4
#define	LUIZI_WOOD_BRAKE		0.1
#define	LUIZI_SAND_TRAP_BRAKE	0.2
#define	LUIZI_GRASS_BRAKE		0.2
#define	LUIZI_ICE_BRAKE			0.0
#define	LUIZI_WET_SAND_BRAKE	0.0
#define	LUIZI_WET_SNOW_BRAKE	0.0
#define	LUIZI_ROCK_BRAKE		0.0
#define	LUIZI_DIRT_TRAP_BRAKE	0.0
#define	LUIZI_RAILWAY_BRAKE		0.0

//////// YOSSY,//////////
#define	YOSSY_NOTHING_BRAKE		0.0
#define	YOSSY_ASPHALT_BRAKE		0.0
#define	YOSSY_DIRT_BRAKE		0.2
#define	YOSSY_SAND_BRAKE		0.2
#define	YOSSY_STONE_BRAKE		0.0
#define	YOSSY_SNOW_BRAKE		0.4
#define	YOSSY_WOOD_BRAKE		0.1
#define	YOSSY_SAND_TRAP_BRAKE	0.2
#define	YOSSY_GRASS_BRAKE		0.2
#define	YOSSY_ICE_BRAKE			0.0
#define	YOSSY_WET_SAND_BRAKE	0.0
#define	YOSSY_WET_SNOW_BRAKE	0.0
#define	YOSSY_ROCK_BRAKE		0.0
#define	YOSSY_DIRT_TRAP_BRAKE	0.0
#define	YOSSY_RAILWAY_BRAKE		0.0

//////// KINOP,//////////
#define	KINOP_NOTHING_BRAKE		0.0
#define	KINOP_ASPHALT_BRAKE		0.0
#define	KINOP_DIRT_BRAKE		0.2
#define	KINOP_SAND_BRAKE		0.2
#define	KINOP_STONE_BRAKE		0.0
#define	KINOP_SNOW_BRAKE		0.4
#define	KINOP_WOOD_BRAKE		0.1
#define	KINOP_SAND_TRAP_BRAKE	0.2
#define	KINOP_GRASS_BRAKE		0.2
#define	KINOP_ICE_BRAKE			0.0
#define	KINOP_WET_SAND_BRAKE	0.0
#define	KINOP_WET_SNOW_BRAKE	0.0
#define	KINOP_ROCK_BRAKE		0.0
#define	KINOP_DIRT_TRAP_BRAKE	0.0
#define	KINOP_RAILWAY_BRAKE		0.0

//////// DONKY,//////////
#define	DONKY_NOTHING_BRAKE		0.0
#define	DONKY_ASPHALT_BRAKE		0.0
#define	DONKY_DIRT_BRAKE		0.2
#define	DONKY_SAND_BRAKE		0.2
#define	DONKY_STONE_BRAKE		0.0
#define	DONKY_SNOW_BRAKE		0.4
#define	DONKY_WOOD_BRAKE		0.1
#define	DONKY_SAND_TRAP_BRAKE	0.2
#define	DONKY_GRASS_BRAKE		0.2
#define	DONKY_ICE_BRAKE			0.0
#define	DONKY_WET_SAND_BRAKE	0.0
#define	DONKY_WET_SNOW_BRAKE	0.0
#define	DONKY_ROCK_BRAKE		0.0
#define	DONKY_DIRT_TRAP_BRAKE	0.0
#define	DONKY_RAILWAY_BRAKE		0.0

//////// WARIO,//////////
#define	WARIO_NOTHING_BRAKE		0.0
#define	WARIO_ASPHALT_BRAKE		0.0
#define	WARIO_DIRT_BRAKE		0.2
#define	WARIO_SAND_BRAKE		0.2
#define	WARIO_STONE_BRAKE		0.0
#define	WARIO_SNOW_BRAKE		0.4
#define	WARIO_WOOD_BRAKE		0.1
#define	WARIO_SAND_TRAP_BRAKE	0.2
#define	WARIO_GRASS_BRAKE		0.2
#define	WARIO_ICE_BRAKE			0.0
#define	WARIO_WET_SAND_BRAKE	0.0
#define	WARIO_WET_SNOW_BRAKE	0.0
#define	WARIO_ROCK_BRAKE		0.0
#define	WARIO_DIRT_TRAP_BRAKE	0.0
#define	WARIO_RAILWAY_BRAKE		0.0

//////// PEACH,//////////
#define	PEACH_NOTHING_BRAKE		0.0
#define	PEACH_ASPHALT_BRAKE		0.0
#define	PEACH_DIRT_BRAKE		0.2
#define	PEACH_SAND_BRAKE		0.2
#define	PEACH_STONE_BRAKE		0.0
#define	PEACH_SNOW_BRAKE		0.4
#define	PEACH_WOOD_BRAKE		0.1
#define	PEACH_SAND_TRAP_BRAKE	0.2
#define	PEACH_GRASS_BRAKE		0.2
#define	PEACH_ICE_BRAKE			0.0
#define	PEACH_WET_SAND_BRAKE	0.0
#define	PEACH_WET_SNOW_BRAKE	0.0
#define	PEACH_ROCK_BRAKE		0.0
#define	PEACH_DIRT_TRAP_BRAKE	0.0
#define	PEACH_RAILWAY_BRAKE		0.0

//////// KUPPA,//////////
#define	KUPPA_NOTHING_BRAKE		0.0
#define	KUPPA_ASPHALT_BRAKE		0.0
#define	KUPPA_DIRT_BRAKE		0.2
#define	KUPPA_SAND_BRAKE		0.2
#define	KUPPA_STONE_BRAKE		0.0
#define	KUPPA_SNOW_BRAKE		0.4
#define	KUPPA_WOOD_BRAKE		0.1
#define	KUPPA_SAND_TRAP_BRAKE	0.2
#define	KUPPA_GRASS_BRAKE		0.2
#define	KUPPA_ICE_BRAKE			0.0
#define	KUPPA_WET_SAND_BRAKE	0.0
#define	KUPPA_WET_SNOW_BRAKE	0.0
#define	KUPPA_ROCK_BRAKE		0.0
#define	KUPPA_DIRT_TRAP_BRAKE	0.0
#define	KUPPA_RAILWAY_BRAKE		0.0


/**************************************

		// STERR ANGLE OFFSET // 

**************************************/
//////// MARIO,//////////
#define	MARIO_NOTHING_SLIPANG_RT	0.0
#define	MARIO_ASPHALT_SLIPANG_RT	0.0
#define	MARIO_DIRT_SLIPANG_RT	0.0
#define	MARIO_SAND_SLIPANG_RT	0.0
#define	MARIO_STONE_SLIPANG_RT	0.0
#define	MARIO_SNOW_SLIPANG_RT	0.0
#define	MARIO_WOOD_SLIPANG_RT	0.0
#define	MARIO_SAND_TRAP_SLIPANG_RT	0.0
#define	MARIO_GRASS_SLIPANG_RT	0.0
#define	MARIO_ICE_SLIPANG_RT	0.0
#define	MARIO_WET_SAND_SLIPANG_RT	0.0
#define	MARIO_WET_SNOW_SLIPANG_RT	0.0
#define	MARIO_ROCK_SLIPANG_RT	0.0
#define	MARIO_DIRT_TRAP_SLIPANG_RT	0.0
#define	MARIO_RAILWAY_SLIPANG_RT	0.0


//////// LUIZI,//////////
#define	LUIZI_NOTHING_SLIPANG_RT	0.0
#define	LUIZI_ASPHALT_SLIPANG_RT	0.0
#define	LUIZI_DIRT_SLIPANG_RT	0.0
#define	LUIZI_SAND_SLIPANG_RT	0.0
#define	LUIZI_STONE_SLIPANG_RT	0.0
#define	LUIZI_SNOW_SLIPANG_RT	0.0
#define	LUIZI_WOOD_SLIPANG_RT	0.0
#define	LUIZI_SAND_TRAP_SLIPANG_RT	0.0
#define	LUIZI_GRASS_SLIPANG_RT	0.0
#define	LUIZI_ICE_SLIPANG_RT	0.0
#define	LUIZI_WET_SAND_SLIPANG_RT	0.0
#define	LUIZI_WET_SNOW_SLIPANG_RT	0.0
#define	LUIZI_ROCK_SLIPANG_RT	0.0
#define	LUIZI_DIRT_TRAP_SLIPANG_RT	0.0
#define	LUIZI_RAILWAY_SLIPANG_RT	0.0


//////// YOSSY,//////////
#define	YOSSY_NOTHING_SLIPANG_RT	0.0
#define	YOSSY_ASPHALT_SLIPANG_RT	0.0
#define	YOSSY_DIRT_SLIPANG_RT	0.0
#define	YOSSY_SAND_SLIPANG_RT	0.0
#define	YOSSY_STONE_SLIPANG_RT	0.0
#define	YOSSY_SNOW_SLIPANG_RT	0.0
#define	YOSSY_WOOD_SLIPANG_RT	0.0
#define	YOSSY_SAND_TRAP_SLIPANG_RT	0.0
#define	YOSSY_GRASS_SLIPANG_RT	0.0
#define	YOSSY_ICE_SLIPANG_RT	0.0
#define	YOSSY_WET_SAND_SLIPANG_RT	0.0
#define	YOSSY_WET_SNOW_SLIPANG_RT	0.0
#define	YOSSY_ROCK_SLIPANG_RT	0.0
#define	YOSSY_DIRT_TRAP_SLIPANG_RT	0.0
#define	YOSSY_RAILWAY_SLIPANG_RT	0.0


//////// KINOP,//////////
#define	KINOP_NOTHING_SLIPANG_RT	0.0
#define	KINOP_ASPHALT_SLIPANG_RT	0.0
#define	KINOP_DIRT_SLIPANG_RT	0.0
#define	KINOP_SAND_SLIPANG_RT	0.0
#define	KINOP_STONE_SLIPANG_RT	0.0
#define	KINOP_SNOW_SLIPANG_RT	0.0
#define	KINOP_WOOD_SLIPANG_RT	0.0
#define	KINOP_SAND_TRAP_SLIPANG_RT	0.0
#define	KINOP_GRASS_SLIPANG_RT	0.0
#define	KINOP_ICE_SLIPANG_RT	0.0
#define	KINOP_WET_SAND_SLIPANG_RT	0.0
#define	KINOP_WET_SNOW_SLIPANG_RT	0.0
#define	KINOP_ROCK_SLIPANG_RT	0.0
#define	KINOP_DIRT_TRAP_SLIPANG_RT	0.0
#define	KINOP_RAILWAY_SLIPANG_RT	0.0


//////// DONKY,//////////
#define	DONKY_NOTHING_SLIPANG_RT	0.0
#define	DONKY_ASPHALT_SLIPANG_RT	0.0
#define	DONKY_DIRT_SLIPANG_RT	0.0
#define	DONKY_SAND_SLIPANG_RT	0.0
#define	DONKY_STONE_SLIPANG_RT	0.0
#define	DONKY_SNOW_SLIPANG_RT	0.0
#define	DONKY_WOOD_SLIPANG_RT	0.0
#define	DONKY_SAND_TRAP_SLIPANG_RT	0.0
#define	DONKY_GRASS_SLIPANG_RT	0.0
#define	DONKY_ICE_SLIPANG_RT	0.0
#define	DONKY_WET_SAND_SLIPANG_RT	0.0
#define	DONKY_WET_SNOW_SLIPANG_RT	0.0
#define	DONKY_ROCK_SLIPANG_RT	0.0
#define	DONKY_DIRT_TRAP_SLIPANG_RT	0.0
#define	DONKY_RAILWAY_SLIPANG_RT	0.0


//////// WARIO,//////////
#define	WARIO_NOTHING_SLIPANG_RT	0.0
#define	WARIO_ASPHALT_SLIPANG_RT	0.0
#define	WARIO_DIRT_SLIPANG_RT	0.0
#define	WARIO_SAND_SLIPANG_RT	0.0
#define	WARIO_STONE_SLIPANG_RT	0.0
#define	WARIO_SNOW_SLIPANG_RT	0.0
#define	WARIO_WOOD_SLIPANG_RT	0.0
#define	WARIO_SAND_TRAP_SLIPANG_RT	0.0
#define	WARIO_GRASS_SLIPANG_RT	0.0
#define	WARIO_ICE_SLIPANG_RT	0.0
#define	WARIO_WET_SAND_SLIPANG_RT	0.0
#define	WARIO_WET_SNOW_SLIPANG_RT	0.0
#define	WARIO_ROCK_SLIPANG_RT	0.0
#define	WARIO_DIRT_TRAP_SLIPANG_RT	0.0
#define	WARIO_RAILWAY_SLIPANG_RT	0.0


//////// PEACH,//////////
#define	PEACH_NOTHING_SLIPANG_RT	0.0
#define	PEACH_ASPHALT_SLIPANG_RT	0.0
#define	PEACH_DIRT_SLIPANG_RT	0.0
#define	PEACH_SAND_SLIPANG_RT	0.0
#define	PEACH_STONE_SLIPANG_RT	0.0
#define	PEACH_SNOW_SLIPANG_RT	0.0
#define	PEACH_WOOD_SLIPANG_RT	0.0
#define	PEACH_SAND_TRAP_SLIPANG_RT	0.0
#define	PEACH_GRASS_SLIPANG_RT	0.0
#define	PEACH_ICE_SLIPANG_RT	0.0
#define	PEACH_WET_SAND_SLIPANG_RT	0.0
#define	PEACH_WET_SNOW_SLIPANG_RT	0.0
#define	PEACH_ROCK_SLIPANG_RT	0.0
#define	PEACH_DIRT_TRAP_SLIPANG_RT	0.0
#define	PEACH_RAILWAY_SLIPANG_RT	0.0


//////// KUPPA,//////////
#define	KUPPA_NOTHING_SLIPANG_RT	0.0
#define	KUPPA_ASPHALT_SLIPANG_RT	0.0
#define	KUPPA_DIRT_SLIPANG_RT	0.0
#define	KUPPA_SAND_SLIPANG_RT	0.0
#define	KUPPA_STONE_SLIPANG_RT	0.0
#define	KUPPA_SNOW_SLIPANG_RT	0.0
#define	KUPPA_WOOD_SLIPANG_RT	0.0
#define	KUPPA_SAND_TRAP_SLIPANG_RT	0.0
#define	KUPPA_GRASS_SLIPANG_RT	0.0
#define	KUPPA_ICE_SLIPANG_RT	0.0
#define	KUPPA_WET_SAND_SLIPANG_RT	0.0
#define	KUPPA_WET_SNOW_SLIPANG_RT	0.0
#define	KUPPA_ROCK_SLIPANG_RT	0.0
#define	KUPPA_DIRT_TRAP_SLIPANG_RT	0.0
#define	KUPPA_RAILWAY_SLIPANG_RT	0.0



/**************************************

		// STERR SPEED OFFSET // 

**************************************/

//////// MARIO,//////////
#define	MARIO_NOTHING_STERRSP_RT	0.0
#define	MARIO_ASPHALT_STERRSP_RT	0.0
#define	MARIO_DIRT_STERRSP_RT	0.0
#define	MARIO_SAND_STERRSP_RT	0.0
#define	MARIO_STONE_STERRSP_RT	0.0
#define	MARIO_SNOW_STERRSP_RT	0.0
#define	MARIO_WOOD_STERRSP_RT	0.0
#define	MARIO_SAND_TRAP_STERRSP_RT	0.0
#define	MARIO_GRASS_STERRSP_RT	0.0
#define	MARIO_ICE_STERRSP_RT	0.0
#define	MARIO_WET_SAND_STERRSP_RT	0.0
#define	MARIO_WET_SNOW_STERRSP_RT	0.0
#define	MARIO_ROCK_STERRSP_RT	0.0
#define	MARIO_DIRT_TRAP_STERRSP_RT	0.0
#define	MARIO_RAILWAY_STERRSP_RT	0.0


//////// LUIZI,//////////
#define	LUIZI_NOTHING_STERRSP_RT	0.0
#define	LUIZI_ASPHALT_STERRSP_RT	0.0
#define	LUIZI_DIRT_STERRSP_RT	0.0
#define	LUIZI_SAND_STERRSP_RT	0.0
#define	LUIZI_STONE_STERRSP_RT	0.0
#define	LUIZI_SNOW_STERRSP_RT	0.0
#define	LUIZI_WOOD_STERRSP_RT	0.0
#define	LUIZI_SAND_TRAP_STERRSP_RT	0.0
#define	LUIZI_GRASS_STERRSP_RT	0.0
#define	LUIZI_ICE_STERRSP_RT	0.0
#define	LUIZI_WET_SAND_STERRSP_RT	0.0
#define	LUIZI_WET_SNOW_STERRSP_RT	0.0
#define	LUIZI_ROCK_STERRSP_RT	0.0
#define	LUIZI_DIRT_TRAP_STERRSP_RT	0.0
#define	LUIZI_RAILWAY_STERRSP_RT	0.0


//////// YOSSY,//////////
#define	YOSSY_NOTHING_STERRSP_RT	0.0
#define	YOSSY_ASPHALT_STERRSP_RT	0.0
#define	YOSSY_DIRT_STERRSP_RT	0.0
#define	YOSSY_SAND_STERRSP_RT	0.0
#define	YOSSY_STONE_STERRSP_RT	0.0
#define	YOSSY_SNOW_STERRSP_RT	0.0
#define	YOSSY_WOOD_STERRSP_RT	0.0
#define	YOSSY_SAND_TRAP_STERRSP_RT	0.0
#define	YOSSY_GRASS_STERRSP_RT	0.0
#define	YOSSY_ICE_STERRSP_RT	0.0
#define	YOSSY_WET_SAND_STERRSP_RT	0.0
#define	YOSSY_WET_SNOW_STERRSP_RT	0.0
#define	YOSSY_ROCK_STERRSP_RT	0.0
#define	YOSSY_DIRT_TRAP_STERRSP_RT	0.0
#define	YOSSY_RAILWAY_STERRSP_RT	0.0


//////// KINOP,//////////
#define	KINOP_NOTHING_STERRSP_RT	0.0
#define	KINOP_ASPHALT_STERRSP_RT	0.0
#define	KINOP_DIRT_STERRSP_RT	0.0
#define	KINOP_SAND_STERRSP_RT	0.0
#define	KINOP_STONE_STERRSP_RT	0.0
#define	KINOP_SNOW_STERRSP_RT	0.0
#define	KINOP_WOOD_STERRSP_RT	0.0
#define	KINOP_SAND_TRAP_STERRSP_RT	0.0
#define	KINOP_GRASS_STERRSP_RT	0.0
#define	KINOP_ICE_STERRSP_RT	0.0
#define	KINOP_WET_SAND_STERRSP_RT	0.0
#define	KINOP_WET_SNOW_STERRSP_RT	0.0
#define	KINOP_ROCK_STERRSP_RT	0.0
#define	KINOP_DIRT_TRAP_STERRSP_RT	0.0
#define	KINOP_RAILWAY_STERRSP_RT	0.0


//////// DONKY,//////////
#define	DONKY_NOTHING_STERRSP_RT	0.0
#define	DONKY_ASPHALT_STERRSP_RT	0.0
#define	DONKY_DIRT_STERRSP_RT	0.0
#define	DONKY_SAND_STERRSP_RT	0.0
#define	DONKY_STONE_STERRSP_RT	0.0
#define	DONKY_SNOW_STERRSP_RT	0.0
#define	DONKY_WOOD_STERRSP_RT	0.0
#define	DONKY_SAND_TRAP_STERRSP_RT	0.0
#define	DONKY_GRASS_STERRSP_RT	0.0
#define	DONKY_ICE_STERRSP_RT	0.0
#define	DONKY_WET_SAND_STERRSP_RT	0.0
#define	DONKY_WET_SNOW_STERRSP_RT	0.0
#define	DONKY_ROCK_STERRSP_RT	0.0
#define	DONKY_DIRT_TRAP_STERRSP_RT	0.0
#define	DONKY_RAILWAY_STERRSP_RT	0.0


//////// WARIO,//////////
#define	WARIO_NOTHING_STERRSP_RT	0.0
#define	WARIO_ASPHALT_STERRSP_RT	0.0
#define	WARIO_DIRT_STERRSP_RT	0.0
#define	WARIO_SAND_STERRSP_RT	0.0
#define	WARIO_STONE_STERRSP_RT	0.0
#define	WARIO_SNOW_STERRSP_RT	0.0
#define	WARIO_WOOD_STERRSP_RT	0.0
#define	WARIO_SAND_TRAP_STERRSP_RT	0.0
#define	WARIO_GRASS_STERRSP_RT	0.0
#define	WARIO_ICE_STERRSP_RT	0.0
#define	WARIO_WET_SAND_STERRSP_RT	0.0
#define	WARIO_WET_SNOW_STERRSP_RT	0.0
#define	WARIO_ROCK_STERRSP_RT	0.0
#define	WARIO_DIRT_TRAP_STERRSP_RT	0.0
#define	WARIO_RAILWAY_STERRSP_RT	0.0


//////// PEACH,//////////
#define	PEACH_NOTHING_STERRSP_RT	0.0
#define	PEACH_ASPHALT_STERRSP_RT	0.0
#define	PEACH_DIRT_STERRSP_RT	0.0
#define	PEACH_SAND_STERRSP_RT	0.0
#define	PEACH_STONE_STERRSP_RT	0.0
#define	PEACH_SNOW_STERRSP_RT	0.0
#define	PEACH_WOOD_STERRSP_RT	0.0
#define	PEACH_SAND_TRAP_STERRSP_RT	0.0
#define	PEACH_GRASS_STERRSP_RT	0.0
#define	PEACH_ICE_STERRSP_RT	0.0
#define	PEACH_WET_SAND_STERRSP_RT	0.0
#define	PEACH_WET_SNOW_STERRSP_RT	0.0
#define	PEACH_ROCK_STERRSP_RT	0.0
#define	PEACH_DIRT_TRAP_STERRSP_RT	0.0
#define	PEACH_RAILWAY_STERRSP_RT	0.0


//////// KUPPA,//////////
#define	KUPPA_NOTHING_STERRSP_RT	0.0
#define	KUPPA_ASPHALT_STERRSP_RT	0.0
#define	KUPPA_DIRT_STERRSP_RT	0.0
#define	KUPPA_SAND_STERRSP_RT	0.0
#define	KUPPA_STONE_STERRSP_RT	0.0
#define	KUPPA_SNOW_STERRSP_RT	0.0
#define	KUPPA_WOOD_STERRSP_RT	0.0
#define	KUPPA_SAND_TRAP_STERRSP_RT	0.0
#define	KUPPA_GRASS_STERRSP_RT	0.0
#define	KUPPA_ICE_STERRSP_RT	0.0
#define	KUPPA_WET_SAND_STERRSP_RT	0.0
#define	KUPPA_WET_SNOW_STERRSP_RT	0.0
#define	KUPPA_ROCK_STERRSP_RT	0.0
#define	KUPPA_DIRT_TRAP_STERRSP_RT	0.0
#define	KUPPA_RAILWAY_STERRSP_RT	0.0



/**************************************

		// OFFSET STERR ANGLE // 

**************************************/
#define NORM_offsetang 1.25
#define LIGHT_offsetang 1.28
#define HEAVY_offsetang 1.15



#define MARIO_offsetang NORM_offsetang
#define LUIZI_offsetang NORM_offsetang
#define YOSSY_offsetang LIGHT_offsetang
#define KINOP_offsetang LIGHT_offsetang
#define DONKY_offsetang HEAVY_offsetang
#define WARIO_offsetang HEAVY_offsetang
#define PEACH_offsetang LIGHT_offsetang
#define KUPPA_offsetang HEAVY_offsetang
/**************************************

		// STERR TURN OVER SPEED // 

**************************************/

#define MARIO_sterrsp 0
#define LUIZI_sterrsp 0
#define YOSSY_sterrsp 0
#define KINOP_sterrsp 0
#define DONKY_sterrsp 0
#define WARIO_sterrsp 0
#define PEACH_sterrsp 0
#define KUPPA_sterrsp 0

/**************************************

		// STERR POWER LOSS // 

**************************************/
///// (+):POWER LOSS
///// (-):POWER LITTLE LOSS

#define MARIO_STERR_POWER_LOSS 0.000  	//// LOSS->20Km/h
#define LUIZI_STERR_POWER_LOSS 0.000  	//// LOSS->20Km/h
#define YOSSY_STERR_POWER_LOSS 0.002  	//// LOSS->25Km/h
#define KINOP_STERR_POWER_LOSS 0.002  	//// LOSS->25Km/h
#define DONKY_STERR_POWER_LOSS -0.002   //// LOSS->15Km/h
#define WARIO_STERR_POWER_LOSS -0.002  	//// LOSS->15Km/h
#define PEACH_STERR_POWER_LOSS 0.002  	//// LOSS->20Km/h
#define KUPPA_STERR_POWER_LOSS -0.002   //// LOSS->15Km/h

/**************************************

		// STERR POWER LOSS // 

**************************************/
///// (+):RECOVER SPEED HI
///// (-):RECIVER SPEED LOW

#define MARIO_RECOVER_POWER 0.000  		//// NORM
#define LUIZI_RECOVER_POWER 0.000  		//// NORM
#define YOSSY_RECOVER_POWER 0.002  		//// HI
#define KINOP_RECOVER_POWER 0.002  		//// HI
#define DONKY_RECOVER_POWER -0.002  	//// LOW
#define WARIO_RECOVER_POWER -0.002 		//// LOW
#define PEACH_RECOVER_POWER 0.002  		//// HI
#define KUPPA_RECOVER_POWER -0.002  	//// LOW



/**************************************

		// POWRE_BAND //

**************************************/
#define LIGHT_ACC 3
#define MIDLE_ACC 2
#define HEAVY_ACC 1.5

