Initial work for legs amputations
This commit is contained in:
@@ -481,18 +481,46 @@ item Surgery_Right_Tourniquet
|
||||
|
||||
item Amputation_Left_Foot
|
||||
{
|
||||
Weight = 1,
|
||||
|
||||
Type = Clothing,
|
||||
DisplayCategory = Test,
|
||||
DisplayName = amp test foot,
|
||||
DisplayName = Amputated Left Foot,
|
||||
|
||||
ClothingItem = Amputation_Left_Foot,
|
||||
BodyLocation = TOC_LegLeft,
|
||||
BloodLocation = Hands,
|
||||
Icon = woodenHook,
|
||||
Tooltip = test,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
|
||||
Weight = 0,
|
||||
CombatSpeedModifier = 0.9,
|
||||
BloodLocation = Hands;LowerArms,
|
||||
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
Icon = genericAmputation,
|
||||
CanHaveHoles = false,
|
||||
|
||||
|
||||
}
|
||||
item Amputation_Right_Foot
|
||||
{
|
||||
|
||||
Type = Clothing,
|
||||
DisplayName = Amputated Right Foot,
|
||||
|
||||
ClothingItem = Amputation_Right_Foot,
|
||||
BodyLocation = TOC_LegRight,
|
||||
|
||||
Weight = 0,
|
||||
CombatSpeedModifier = 0.9,
|
||||
BloodLocation = Hands;LowerArms,
|
||||
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
Icon = genericAmputation,
|
||||
CanHaveHoles = false,
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user