16 lines
547 B
Lua
16 lines
547 B
Lua
TOC_Registries = {
|
|
Traits = {
|
|
Amputee_Hand = CharacterTrait.register("toc:amputee_hand"),
|
|
Amputee_Forearm = CharacterTrait.register("toc:amputee_forearm"),
|
|
Amputee_Upperarm = CharacterTrait.register("toc:amputee_upperarm")
|
|
}
|
|
}
|
|
|
|
|
|
ItemBodyLocation.register("toc:TOC_Arm_L")
|
|
ItemBodyLocation.register("toc:TOC_Arm_R")
|
|
ItemBodyLocation.register("toc:TOC_ArmProst_L")
|
|
ItemBodyLocation.register("toc:TOC_ArmProst_R")
|
|
ItemBodyLocation.register("toc:TOC_ArmAccessory_L")
|
|
ItemBodyLocation.register("toc:TOC_ArmAccessory_R")
|