marrub
/
Lithia
Archived
1
0
Fork 0
This repository has been archived on 2023-06-17. You can view files and clone it, but cannot push or open issues/pull-requests.
Lithia/pksrc/lscripts/Headers/lith_upgradenames.h

68 lines
1.1 KiB
C

// Copyright © 2016-2017 Graham Sanderson, all rights reserved.
enum // Lith_UpgradeName
{
// Body
UPGR_HeadsUpDisp,
UPGR_HeadsUpDis2,
UPGR_JetBooster,
UPGR_ReflexWetw,
UPGR_Zoom,
UPGR_VitalScan,
UPGR_CyberLegs,
UPGR_ReactArmor,
UPGR_ReactArmor2,
UPGR_DefenseNuke,
UPGR_Adrenaline,
// Body (Cyber-Mage)
UPGR_Magic,
UPGR_SoulCleaver,
UPGR_StealthSys,
// Weapon
UPGR_AutoReload,
UPGR_AutoPistol,
UPGR_PlasPistol,
UPGR_GaussShotty,
UPGR_PoisonShot,
UPGR_RifleModes,
UPGR_LaserRCW,
UPGR_ChargeRPG,
UPGR_HomingRPG,
UPGR_PlasLaser,
UPGR_PartBeam,
UPGR_PunctCannon,
UPGR_OmegaRail,
// Weapon (Cyber-Mage)
UPGR_Mateba_A,
UPGR_ShockRif_A,
UPGR_ShockRif_B,
UPGR_SPAS_A,
UPGR_SPAS_B,
UPGR_SMG_A,
UPGR_SMG_B,
UPGR_SMG_C,
UPGR_IonRifle_A,
UPGR_IonRifle_B,
UPGR_CPlasma_A,
UPGR_ShipGun_A,
UPGR_ShipGun_B,
// Extra
UPGR_TorgueMode,
UPGR_7777777,
UPGR_lolsords,
UPGR_Goldeneye,
// Downgrade
UPGR_Implying,
UPGR_UNCEUNCE,
UPGR_InstaDeath,
UPGR_BASE_MAX
};
// EOF