Fixing prosthesis equipping and unequipping

This commit is contained in:
ZioPao
2023-11-16 19:45:11 +01:00
parent 43cf52cd02
commit fe6d88fa43
4 changed files with 76 additions and 35 deletions

View File

@@ -17,8 +17,8 @@ module TOC
ClothingItemExtraOption = InstallProstRight,
clothingExtraSubmenu = InstallProstLeft,
BodyLocation = TOC_ArmProst_L,
Weight = 0,
CombatSpeedModifier = 0.7,
Weight = 1.5,
CombatSpeedModifier = 1.1,
BloodLocation = UpperArms;UpperBody,
Insulation = 1.0,
WindResistance = 1.0,
@@ -36,9 +36,8 @@ module TOC
ClothingItemExtraOption = InstallProstLeft,
clothingExtraSubmenu = InstallProstRight,
BodyLocation = TOC_ArmProst_R,
Weight = 0,
CombatSpeedModifier = 0.7,
Weight = 1.5,
CombatSpeedModifier = 1.1,
BloodLocation = UpperArms;UpperBody,
Insulation = 1.0,
WindResistance = 1.0,
@@ -57,8 +56,8 @@ module TOC
ClothingItemExtraOption = InstallProstRight,
clothingExtraSubmenu = InstallProstLeft,
BodyLocation = TOC_ArmProst_L,
Weight = 0,
CombatSpeedModifier = 0.7,
Weight = 2,
CombatSpeedModifier = 1.5,
BloodLocation = UpperArms;UpperBody,
Insulation = 1.0,
WindResistance = 1.0,
@@ -76,9 +75,8 @@ module TOC
ClothingItemExtraOption = InstallProstLeft,
clothingExtraSubmenu = InstallProstRight,
BodyLocation = TOC_ArmProst_R,
Weight = 0,
CombatSpeedModifier = 0.7,
Weight = 2,
CombatSpeedModifier = 1.5,
BloodLocation = UpperArms;UpperBody,
Insulation = 1.0,
WindResistance = 1.0,