mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
27 lines
686 B
Plaintext
27 lines
686 B
Plaintext
#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
|