PWE_PRC8/_module/nss/ats_const_menu.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

18 lines
483 B
Plaintext

// Menu Constants
// Crafting Difficulty Levels
int CINT_CRAFTLEVEL_NONE = 0;
int CINT_CRAFTLEVEL_HARD = 4;
int CINT_CRAFTLEVEL_MEDIUM = 3;
int CINT_CRAFTLEVEL_EASY = 2;
int CINT_CRAFTLEVEL_TRIVIAL = 1;
// First custom for craft listing display
int CINT_CUSTOM_TOKEN_CRAFT_START = 55020;
// First custom for material listing display
int CINT_CUSTOM_TOKEN_MATERIAL_START = 55030;
// Invalid Craft Tag Constant
string CSTR_INVALD_CRAFT_TAG = "";