Ok, I spent a few hours trying to to find the defines for some of the values but I just couldn't find them.
In criticals.cpp
I can see this:
#define SetEntry(critter, bodypart, effect, param, value)
and then looking at this
SetEntry(18, 0, 0, 5, 5001);
I can understand first value is critter...