I'm attempting to make my first race. I'm just sort of learning as I go, and I'm still not sure if my terminology is correct, so please correct me if I say something wrong.
I'm using the humanoid_simple category for the body (for specific reasons). With this, there is no upper/lower distinctions to the arms and legs, which means I cannot use the predefined humanoid_joints category because it specifies upper/lower limb parts. I could not find a "simple_joints" category to use instead.
Could I create my own category, and only specify right/left arms? How would I name them (is there a list somewhere, explaining the naming scheme like LLA, LUA, etc)?
For reference, here is what humanoid_joints looks like in the raws:
[BODY:HUMANOID_JOINTS]
[BP:RUA_J:right shoulder:STP][CON:RUA][JOINT][SMALL][INTERNAL][RIGHT][CATEGORY:JOINT]
[DEFAULT_RELSIZE:100]
[BP:LUA_J:left shoulder:STP][CON:LUA][JOINT][SMALL][INTERNAL][LEFT][CATEGORY:JOINT]
[DEFAULT_RELSIZE:100]
[BP:RLA_J:right elbow:STP][CON:RLA][JOINT][SMALL][INTERNAL][RIGHT][CATEGORY:JOINT]
[DEFAULT_RELSIZE:20]
[BP:LLA_J:left elbow:STP][CON:LLA][JOINT][SMALL][INTERNAL][LEFT][CATEGORY:JOINT]
[DEFAULT_RELSIZE:20]
[BP:RH_J:right wrist:STP][CON:RH][JOINT][SMALL][INTERNAL][RIGHT][CATEGORY:JOINT]
[DEFAULT_RELSIZE:20]
[BP:LH_J:left wrist:STP][CON:LH][JOINT][SMALL][INTERNAL][LEFT][CATEGORY:JOINT]
[DEFAULT_RELSIZE:20]
[BP:RUL_J:right hip:STP][CON:RUL][JOINT][SMALL][INTERNAL][RIGHT][CATEGORY:JOINT]
[DEFAULT_RELSIZE:50]
[BP:LUL_J:left hip:STP][CON:LUL][JOINT][SMALL][INTERNAL][LEFT][CATEGORY:JOINT]
[DEFAULT_RELSIZE:50]
[BP:RLL_J:right knee:STP][CON:RLL][JOINT][SMALL][INTERNAL][RIGHT][CATEGORY:JOINT]
[DEFAULT_RELSIZE:20]
[BP:LLL_J:left knee:STP][CON:LLL][JOINT][SMALL][INTERNAL][LEFT][CATEGORY:JOINT]
[DEFAULT_RELSIZE:20]
[BP:RF_J:right ankle:STP][CON:RF][JOINT][SMALL][INTERNAL][RIGHT][CATEGORY:JOINT]
[DEFAULT_RELSIZE:20]
[BP:LF_J:left ankle:STP][CON:LF][JOINT][SMALL][INTERNAL][LEFT][CATEGORY:JOINT]
[DEFAULT_RELSIZE:20]
Basically, I'd like limbs like this: Left shoulder (joint), left arm, left wrist (joint), left hand. Ditto for the right arm.
Also, does this simple body limit the dexterity of the creature? Will they still be functional as a race, and be able to work/fight/etc? I couldn't find any info about it on the wiki.
Thanks!