Files
Anphillia_PRC8/_module/nss/creature_cfg.nss
Jaysyn904 28cdb617b3 Initial commit
Adding all of the current content for Anphillia Unlimited.
2024-01-04 07:49:38 -05:00

19 lines
870 B
Plaintext

/************************************************************************
* script name : creature_cfg
* created by : eyesolated
* date : 2018/8/28
*
* description : central configuration file for creature related functions
*
* changes : 2018/8/28 - eyesolated - Initial creation
************************************************************************/
const string CREATURE_VAR_NAME_BASE = "creature_BaseName";
const string CREATURE_VAR_LAST_HEALTH_PERCENTAGE_SET = "creature_LastHS";
const string CREATURE_VAR_LAST_HEALTH_PERCENTAGE_TEXT = "creature_LastHS_Text";
// Bitmask for displaying the various types
const int CREATURE_NAME_DISPLAY_ORIGINAL = 1;
const int CREATURE_NAME_DISPLAY_HEALTH = 2;
const int CREATURE_NAME_DISPLAY_ORIGINAL_HEALTH = 3;