BodyLocations should be FINALLY fine

This commit is contained in:
ZioPao
2024-03-20 00:27:00 +01:00
parent 509f03f2ef
commit 6e9e522731
6 changed files with 28 additions and 83 deletions

View File

@@ -30,7 +30,7 @@ module TOC
DisplayCategory = Amputation,
ClothingItem = Amputation_ForeArm_R,
BodyLocation = TOC_Arm_R,
BodyLocation = TOC_Arm,
Weight = 0,
CombatSpeedModifier = 0.8,
@@ -65,7 +65,7 @@ module TOC
DisplayCategory = Amputation,
ClothingItem = Amputation_Hand_L,
BodyLocation = TOC_Arm_L,
BodyLocation = TOC_Arm,
Weight = 0,
CombatSpeedModifier = 0.9,
@@ -84,7 +84,7 @@ module TOC
DisplayCategory = Amputation,
ClothingItem = Amputation_ForeArm_L,
BodyLocation = TOC_Arm_L,
BodyLocation = TOC_Arm,
Weight = 0,
CombatSpeedModifier = 0.8,
@@ -103,7 +103,7 @@ module TOC
DisplayCategory = Amputation,
ClothingItem = Amputation_UpperArm_L,
BodyLocation = TOC_Arm_L,
BodyLocation = TOC_Arm,
Weight = 0,
CombatSpeedModifier = 0.7,