/* * Equpiment wear locations. * Used in #RESETS. */ #define WEAR_NONE -1 #define WEAR_LIGHT 0 #define WEAR_FINGER_L 1 #define WEAR_FINGER_R 2 #define WEAR_NECK_1 3 #define WEAR_NECK_2 4 #define WEAR_BODY 5 #define WEAR_HEAD 6 #define WEAR_LEGS 7 #define WEAR_FEET 8 #define WEAR_HANDS 9 #define WEAR_ARMS 10 #define WEAR_SHIELD 11 #define WEAR_ABOUT 12 #define WEAR_WAIST 13 #define WEAR_WRIST_L 14 #define WEAR_WRIST_R 15 #define WEAR_WIELD 16 #define WEAR_HOLD 17 #define WEAR_FLOAT 18 #define WEAR_SECONDARY 19 #define WEAR_CHEST 20 #define WEAR_BELT 21 #define WEAR_ROSE 22 #define MAX_WEAR 23 #define WEAR_READY -99 // Not Implemented DJR #define WEAR_BODY_PERM 24 #define WEAR_HEAD_PERM 25 #define WEAR_LEGS_PERM 26 #define WEAR_FEET_PERM 27 #define WEAR_HANDS_PERM 28 #define WEAR_ARM_L_PERM 29 #define WEAR_ARM_R_PERM 30 #define WEAR_EARS_PERM 31 #define WEAR_EYES_PERM 32 #define MAX_WEAR_PERM 33