Changed body location name and implemented fix for compat

This commit is contained in:
Pao
2023-01-30 10:58:51 +01:00
parent 6e590d0d18
commit bdaf187dd9
7 changed files with 232 additions and 43 deletions

View File

@@ -11,7 +11,7 @@ imports
DisplayName = Amputated right hand,
ClothingItem = Amputation_Right_Hand,
BodyLocation = ArmRight,
BodyLocation = TOC_ArmRight,
Weight = 0,
CombatSpeedModifier = 0.9,
@@ -30,7 +30,7 @@ imports
DisplayName = Amputated right forearm,
ClothingItem = Amputation_Right_LowerArm,
BodyLocation = ArmRight,
BodyLocation = TOC_ArmRight,
Weight = 0,
CombatSpeedModifier = 0.8,
@@ -48,7 +48,7 @@ imports
DisplayName = Amputated entire right arm,
ClothingItem = Amputation_Right_UpperArm,
BodyLocation = ArmRight,
BodyLocation = TOC_ArmRight,
BloodLocation = UpperArms;UpperBody,
Weight = 0,
CombatSpeedModifier = 0.7,
@@ -65,7 +65,7 @@ imports
DisplayName = Amputated left hand,
ClothingItem = Amputation_Left_Hand,
BodyLocation = ArmLeft,
BodyLocation = TOC_ArmLeft,
Weight = 0,
CombatSpeedModifier = 0.9,
@@ -84,7 +84,7 @@ imports
DisplayCategory = Amputation,
DisplayName = Amputated left forearm,
ClothingItem = Amputation_Left_LowerArm,
BodyLocation = ArmLeft,
BodyLocation = TOC_ArmLeft,
Weight = 0,
CombatSpeedModifier = 0.8,
@@ -102,7 +102,7 @@ imports
Type = Clothing,
DisplayName = Amputated entire left arm,
ClothingItem = Amputation_Left_UpperArm,
BodyLocation = ArmLeft,
BodyLocation = TOC_ArmLeft,
Weight = 0,
CombatSpeedModifier = 0.7,
@@ -157,7 +157,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Right Hand - Wooden Hook,
ClothingItem = Prost_Right_Hand_WoodenHook,
BodyLocation = ArmRight_Prot,
BodyLocation = TOC_ArmRightProsthesis,
BloodLocation = Hands,
Icon = woodenHook,
Tooltip = Tooltip_equip_prothesis_hand,
@@ -173,7 +173,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Left Hand - Wooden Hook,
ClothingItem = Prost_Left_Hand_WoodenHook,
BodyLocation = ArmLeft_Prot,
BodyLocation = TOC_ArmLeftProsthesis,
BloodLocation = Hands,
Icon = woodenHook,
Tooltip = Tooltip_equip_prothesis_hand,
@@ -189,7 +189,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Right Hand - Metal Hook,
ClothingItem = Prost_Right_Hand_MetalHook,
BodyLocation = ArmRight_Prot,
BodyLocation = TOC_ArmRightProsthesis,
BloodLocation = Hands,
Icon = metalHook,
Tooltip = Tooltip_equip_prothesis_hand,
@@ -204,7 +204,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Left Hand - Metal Hook,
ClothingItem = Prost_Left_Hand_MetalHook,
BodyLocation = ArmLeft_Prot,
BodyLocation = TOC_ArmLeftProsthesis,
BloodLocation = Hands,
Icon = metalHook,
Tooltip = Tooltip_equip_prothesis_hand,
@@ -219,7 +219,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Right Hand - Metal Hand,
ClothingItem = Prost_Right_Hand_MetalHand,
BodyLocation = ArmRight_Prot,
BodyLocation = TOC_ArmRightProsthesis,
BloodLocation = Hands,
Icon = metalHand,
Tooltip = Tooltip_equip_prothesis_hand,
@@ -234,7 +234,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Left Hand - Metal Hand,
ClothingItem = Prost_Left_Hand_MetalHand,
BodyLocation = ArmLeft_Prot,
BodyLocation = TOC_ArmLeftProsthesis,
BloodLocation = Hands,
Icon = metalHand,
Tooltip = Tooltip_equip_prothesis_hand",
@@ -249,7 +249,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Right Forearm - Wooden Hook,
ClothingItem = Prost_Right_LowerArm_WoodenHook,
BodyLocation = ArmRight_Prot,
BodyLocation = TOC_ArmRightProsthesis,
BloodLocation = LowerArms;Hands,
Icon = woodenHook,
Tooltip = Tooltip_equip_prothesis_fore,
@@ -264,7 +264,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Left Forearm - Wooden Hook,
ClothingItem = Prost_Left_LowerArm_WoodenHook,
BodyLocation = ArmLeft_Prot,
BodyLocation = TOC_ArmLeftProsthesis,
BloodLocation = LowerArms;Hands,
Icon = woodenHook,
@@ -280,7 +280,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Right Forearm - Metal Hook,
ClothingItem = Prost_Right_LowerArm_MetalHook,
BodyLocation = ArmRight_Prot,
BodyLocation = TOC_ArmRightProsthesis,
BloodLocation = LowerArms;Hands,
Icon = metalHook,
Tooltip = Tooltip_equip_prothesis_fore,
@@ -295,7 +295,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Left Forearm - Metal Hook,
ClothingItem = Prost_Left_LowerArm_MetalHook,
BodyLocation = ArmLeft_Prot,
BodyLocation = TOC_ArmLeftProsthesis,
BloodLocation = LowerArms;Hands,
Icon = metalHook,
@@ -311,7 +311,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Right Forearm - Metal Hand,
ClothingItem = Prost_Right_LowerArm_MetalHand,
BodyLocation = ArmRight_Prot,
BodyLocation = TOC_ArmRightProsthesis,
BloodLocation = LowerArms;Hands,
Icon = metalHand,
Tooltip = Tooltip_equip_prothesis_fore,
@@ -326,7 +326,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Left Forearm - Metal Hand,
ClothingItem = Prost_Left_LowerArm_MetalHand,
BodyLocation = ArmLeft_Prot,
BodyLocation = TOC_ArmLeftProsthesis,
BloodLocation = LowerArms;Hands,
Icon = metalHand,
Tooltip = Tooltip_equip_prothesis_fore,