#define MECHA_INT_FIRE 1 #define MECHA_INT_TEMP_CONTROL 2 #define MECHA_INT_SHORT_CIRCUIT 4 #define MECHA_INT_TANK_BREACH 8 #define MECHA_INT_CONTROL_LOST 16 #define MECHA_PROC_MOVEMENT 1 #define MECHA_PROC_DAMAGE 2 #define MECHA_PROC_INT_TEMP 4 #define MELEE 1 #define RANGED 2 #define MECH_FACTION_NT "nano" #define MECH_FACTION_SYNDI "syndi" #define MECH_FACTION_NONE "none" //Mecha Equipment #define EQUIP_HULL "hull" #define EQUIP_WEAPON "weapon" #define EQUIP_UTILITY "utility" #define EQUIP_SPECIAL "core" //VOREStation Addition begin: MICROMECHS #define EQUIP_MICRO_UTILITY "micro_utility" #define EQUIP_MICRO_WEAPON "micro_weapon" //VOREStation Addition end: MICROMECHS