fix: switched to multiple body locs to fix some old issues and prepare for better visuals overhaul
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user