fix: switched to multiple body locs to fix some old issues and prepare for better visuals overhaul

This commit is contained in:
ZioPao
2025-10-04 02:32:48 +02:00
parent 1caf4a4b49
commit a74e33134d
9 changed files with 73 additions and 56 deletions

View File

@@ -11,7 +11,7 @@ module TOC
DisplayCategory = Amputation,
ClothingItem = Amputation_Hand_R,
BodyLocation = TOC_Arm,
BodyLocation = TOC_Arm_R,
Weight = 0,
CombatSpeedModifier = 0.9,
@@ -29,7 +29,7 @@ module TOC
DisplayCategory = Amputation,
ClothingItem = Amputation_ForeArm_R,
BodyLocation = TOC_Arm,
BodyLocation = TOC_Arm_R,
Weight = 0,
CombatSpeedModifier = 0.8,
@@ -46,7 +46,7 @@ module TOC
DisplayCategory = Amputation,
ClothingItem = Amputation_UpperArm_R,
BodyLocation = TOC_Arm,
BodyLocation = TOC_Arm_R,
BloodLocation = UpperArms;UpperBody,
Weight = 0,
CombatSpeedModifier = 0.7,
@@ -62,7 +62,7 @@ module TOC
DisplayCategory = Amputation,
ClothingItem = Amputation_Hand_L,
BodyLocation = TOC_Arm,
BodyLocation = TOC_Arm_L,
Weight = 0,
CombatSpeedModifier = 0.9,
@@ -80,7 +80,7 @@ module TOC
DisplayCategory = Amputation,
ClothingItem = Amputation_ForeArm_L,
BodyLocation = TOC_Arm,
BodyLocation = TOC_Arm_L,
Weight = 0,
CombatSpeedModifier = 0.8,
@@ -98,7 +98,7 @@ module TOC
DisplayCategory = Amputation,
ClothingItem = Amputation_UpperArm_L,
BodyLocation = TOC_Arm,
BodyLocation = TOC_Arm_L,
Weight = 0,
CombatSpeedModifier = 0.7,