Some more stuff, included body locations

This commit is contained in:
Pao
2023-02-26 22:31:50 +01:00
parent 6f59311fd0
commit 44c6750809
16 changed files with 259 additions and 262 deletions

View File

@@ -11,7 +11,7 @@ imports
DisplayName = Amputated right hand,
ClothingItem = Amputation_Right_Hand,
BodyLocation = TOC_ArmRight,
BodyLocation = JCIO_ArmRight,
Weight = 0,
CombatSpeedModifier = 0.9,
@@ -30,7 +30,7 @@ imports
DisplayName = Amputated right forearm,
ClothingItem = Amputation_Right_LowerArm,
BodyLocation = TOC_ArmRight,
BodyLocation = JCIO_ArmRight,
Weight = 0,
CombatSpeedModifier = 0.8,
@@ -48,7 +48,7 @@ imports
DisplayName = Amputated entire right arm,
ClothingItem = Amputation_Right_UpperArm,
BodyLocation = TOC_ArmRight,
BodyLocation = JCIO_ArmRight,
BloodLocation = UpperArms;UpperBody,
Weight = 0,
CombatSpeedModifier = 0.7,
@@ -65,7 +65,7 @@ imports
DisplayName = Amputated left hand,
ClothingItem = Amputation_Left_Hand,
BodyLocation = TOC_ArmLeft,
BodyLocation = JCIO_ArmLeft,
Weight = 0,
CombatSpeedModifier = 0.9,
@@ -84,7 +84,7 @@ imports
DisplayCategory = Amputation,
DisplayName = Amputated left forearm,
ClothingItem = Amputation_Left_LowerArm,
BodyLocation = TOC_ArmLeft,
BodyLocation = JCIO_ArmLeft,
Weight = 0,
CombatSpeedModifier = 0.8,
@@ -102,7 +102,7 @@ imports
Type = Clothing,
DisplayName = Amputated entire left arm,
ClothingItem = Amputation_Left_UpperArm,
BodyLocation = TOC_ArmLeft,
BodyLocation = JCIO_ArmLeft,
Weight = 0,
CombatSpeedModifier = 0.7,
@@ -162,7 +162,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Right Hand - Wooden Hook,
ClothingItem = Prost_Right_Hand_WoodenHook,
BodyLocation = TOC_ArmRightProsthesis,
BodyLocation = JCIO_ArmRightProsthesis,
BloodLocation = Hands,
Icon = woodenHook,
Tooltip = Tooltip_equip_prothesis_hand,
@@ -177,7 +177,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Left Hand - Wooden Hook,
ClothingItem = Prost_Left_Hand_WoodenHook,
BodyLocation = TOC_ArmLeftProsthesis,
BodyLocation = JCIO_ArmLeftProsthesis,
BloodLocation = Hands,
Icon = woodenHook,
Tooltip = Tooltip_equip_prothesis_hand,
@@ -193,7 +193,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Right Hand - Metal Hook,
ClothingItem = Prost_Right_Hand_MetalHook,
BodyLocation = TOC_ArmRightProsthesis,
BodyLocation = JCIO_ArmRightProsthesis,
BloodLocation = Hands,
Icon = metalHook,
Tooltip = Tooltip_equip_prothesis_hand,
@@ -208,7 +208,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Left Hand - Metal Hook,
ClothingItem = Prost_Left_Hand_MetalHook,
BodyLocation = TOC_ArmLeftProsthesis,
BodyLocation = JCIO_ArmLeftProsthesis,
BloodLocation = Hands,
Icon = metalHook,
Tooltip = Tooltip_equip_prothesis_hand,
@@ -222,7 +222,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Right Hand - Metal Hand,
ClothingItem = Prost_Right_Hand_MetalHand,
BodyLocation = TOC_ArmRightProsthesis,
BodyLocation = JCIO_ArmRightProsthesis,
BloodLocation = Hands,
Icon = metalHand,
Tooltip = Tooltip_equip_prothesis_hand,
@@ -236,7 +236,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Left Hand - Metal Hand,
ClothingItem = Prost_Left_Hand_MetalHand,
BodyLocation = TOC_ArmLeftProsthesis,
BodyLocation = JCIO_ArmLeftProsthesis,
BloodLocation = Hands,
Icon = metalHand,
Tooltip = Tooltip_equip_prothesis_hand",
@@ -250,7 +250,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Right Forearm - Wooden Hook,
ClothingItem = Prost_Right_LowerArm_WoodenHook,
BodyLocation = TOC_ArmRightProsthesis,
BodyLocation = JCIO_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 = TOC_ArmLeftProsthesis,
BodyLocation = JCIO_ArmLeftProsthesis,
BloodLocation = LowerArms;Hands,
Icon = woodenHook,
Tooltip = Tooltip_equip_prothesis_fore,
@@ -278,7 +278,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Right Forearm - Metal Hook,
ClothingItem = Prost_Right_LowerArm_MetalHook,
BodyLocation = TOC_ArmRightProsthesis,
BodyLocation = JCIO_ArmRightProsthesis,
BloodLocation = LowerArms;Hands,
Icon = metalHook,
Tooltip = Tooltip_equip_prothesis_fore,
@@ -292,7 +292,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Left Forearm - Metal Hook,
ClothingItem = Prost_Left_LowerArm_MetalHook,
BodyLocation = TOC_ArmLeftProsthesis,
BodyLocation = JCIO_ArmLeftProsthesis,
BloodLocation = LowerArms;Hands,
Icon = metalHook,
@@ -307,7 +307,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Right Forearm - Metal Hand,
ClothingItem = Prost_Right_LowerArm_MetalHand,
BodyLocation = TOC_ArmRightProsthesis,
BodyLocation = JCIO_ArmRightProsthesis,
BloodLocation = LowerArms;Hands,
Icon = metalHand,
Tooltip = Tooltip_equip_prothesis_fore,
@@ -321,7 +321,7 @@ imports
DisplayCategory = Prosthesis,
DisplayName = Left Forearm - Metal Hand,
ClothingItem = Prost_Left_LowerArm_MetalHand,
BodyLocation = TOC_ArmLeftProsthesis,
BodyLocation = JCIO_ArmLeftProsthesis,
BloodLocation = LowerArms;Hands,
Icon = metalHand,
Tooltip = Tooltip_equip_prothesis_fore,
@@ -485,7 +485,7 @@ item Amputation_Left_Foot
DisplayName = Amputated Left Foot,
ClothingItem = Amputation_Left_Foot,
BodyLocation = TOC_LegLeft,
BodyLocation = JCIO_LegLeft,
Weight = 0,
CombatSpeedModifier = 0.9,
@@ -504,7 +504,7 @@ item Amputation_Right_Foot
DisplayName = Amputated Right Foot,
ClothingItem = Amputation_Right_Foot,
BodyLocation = TOC_LegRight,
BodyLocation = JCIO_LegRight,
Weight = 0,
CombatSpeedModifier = 0.9,