refactor: restored new bodylocs

This commit is contained in:
ZioPao
2026-01-08 01:23:53 +01:00
parent 943e3a8f3c
commit 898e8ec653
5 changed files with 117 additions and 82 deletions

View File

@@ -12,7 +12,7 @@ module TOC
hidden = true,
ClothingItem = Amputation_Hand_R,
BodyLocation = toc:TOC_Arm_R,
BodyLocation = toc:Arm_R,
Weight = 0,
CombatSpeedModifier = 0.9,
@@ -31,7 +31,7 @@ module TOC
hidden = true,
ClothingItem = Amputation_ForeArm_R,
BodyLocation = toc:TOC_Arm_R,
BodyLocation = toc:Arm_R,
Weight = 0,
CombatSpeedModifier = 0.8,
@@ -49,7 +49,7 @@ module TOC
hidden = true,
ClothingItem = Amputation_UpperArm_R,
BodyLocation = toc:TOC_Arm_R,
BodyLocation = toc:Arm_R,
BloodLocation = UpperArms;UpperBody,
Weight = 0,
CombatSpeedModifier = 0.7,
@@ -66,7 +66,7 @@ module TOC
hidden = true,
ClothingItem = Amputation_Hand_L,
BodyLocation = toc:TOC_Arm_L,
BodyLocation = toc:Arm_L,
Weight = 0,
CombatSpeedModifier = 0.9,
@@ -85,7 +85,7 @@ module TOC
hidden = true,
ClothingItem = Amputation_ForeArm_L,
BodyLocation = toc:TOC_Arm_L,
BodyLocation = toc:Arm_L,
Weight = 0,
CombatSpeedModifier = 0.8,
@@ -104,7 +104,7 @@ module TOC
hidden = true,
ClothingItem = Amputation_UpperArm_L,
BodyLocation = toc:TOC_Arm_L,
BodyLocation = toc:Arm_L,
Weight = 0,
CombatSpeedModifier = 0.7,