Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Skill Definitions in values.h

The following list was extracted from values.h:

#define SKI_TURN_UNDEAD        0
#define SKI_SCROLL_USE         1
#define SKI_WAND_USE           2
#define SKI_CONSIDER           3
#define SKI_DIAGNOSTICS        4
#define SKI_APPRAISAL          5
#define SKI_VENTRILOQUATE      6
#define SKI_WEATHER_WATCH      7
#define SKI_FLEE               8
#define SKI_SNEAK              9
#define SKI_BACKSTAB          10
#define SKI_HIDE              11
#define SKI_FIRST_AID         12
#define SKI_PICK_LOCK         13
#define SKI_STEAL             14
#define SKI_RESCUE            15
#define SKI_SEARCH            16
#define SKI_LEADERSHIP        17
#define SKI_KICK              18
#define SKI_SWIMMING          19
#define SKI_BASH              20
#define SKI_CLIMB             21
#define SKI_SHIELD            22
#define SKI_TRIP              23
#define SKI_DUAL_WIELD        24
#define SKI_CUFF              25
#define SKI_RESIZE_CLOTHES    26
#define SKI_RESIZE_LEATHER    27
#define SKI_RESIZE_METAL      28
#define SKI_EVALUATE          29 /* Fake skill to simulate combinations */
#define SKI_PEEK              30
#define SKI_PICK_POCKETS      31
#define SKI_FILCH             32
#define SKI_DISARM            33
#define SKI_SKIN              34
#define SKI_RUNEREAD          35
#define SKI_SCOUT             36
#define SKI_MEDITATE          37
#define SKI_DODGE             38
#define SKI_PERCEPTION        39
#define SKI_INFUSE            40
#define SKI_TRANCE            41
#define SKI_SENSE_ESSENCE     42
#define SKI_BEACONS           43
#define SKI_HARVEST           44
#define SKI_HERBS             45
#define SKI_ALCHEMY           46
#define SKI_PLANT             47
#define SKI_BUTCHER           48
#define SKI_LAY_TRAP          49
#define SKI_SHOOT             50
#define SKI_NOT_USED1         51
#define SKI_FORAGE            52
#define SKI_DOWSE             53
#define SKI_TRACK             54
#define SKI_HUNT              55
#define SKI_THROW             56
#define SKI_COOK              57
#define SKI_SCAN              58
#define SKI_SLIP              59
#define SKI_PALM              60
#define SKI_NOT_USED2         61
#define SKI_KNEE              62
#define SKI_ELBOW             64
#define SKI_HIT               65
#define SKI_PUNCH             66
#define SKI_GLANCE            67

// Language skills (must match RACE_XXX order)
#define SKI_LNG_HUMAN         68
#define SKI_LNG_ELF           69
#define SKI_LNG_DWARF         70
#define SKI_LNG_HALFLING      71
#define SKI_LNG_GNOME         72
#define SKI_LNG_ORC           73
#define SKI_LNG_OGRE          74
#define SKI_LNG_HALF_ELF      75
#define SKI_LNG_BROWNIE       76
#define SKI_LNG_GROLL         77
#define SKI_LNG_DARK_ELF      78
#define SKI_LNG_PARNON        79

#define SKI_SHELTER           80

// Armor proficiency skills
#define SKI_ARM_LEATHER       81
#define SKI_ARM_HLEATHER      82
#define SKI_ARM_CHAIN         83
#define SKI_ARM_PLATE         84

#define LAST_SKILL            84