Fixes to extra equip and recipes
This commit is contained in:
@@ -118,46 +118,5 @@ module TOC
|
||||
Icon = genericAmputation,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
/****************** Clothing that look like a cut limb ******************/
|
||||
|
||||
item Prost_Hook_L
|
||||
{
|
||||
Type = Clothing,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = ProstArmHook,
|
||||
ClothingItem = Prost_Hook_L,
|
||||
ClothingItemExtra = Prost_Hook_R,
|
||||
ClothingItemExtraOption = InstallProstRight,
|
||||
clothingExtraSubmenu = InstallProstLeft,
|
||||
BodyLocation = TOC_ArmProst_L,
|
||||
Weight = 0,
|
||||
CombatSpeedModifier = 0.7,
|
||||
BloodLocation = UpperArms;UpperBody,
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
Icon = genericAmputation,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
|
||||
item Prost_Hook_R
|
||||
{
|
||||
Type = Clothing,
|
||||
DisplayCategory = Prosthesis,
|
||||
DisplayName = ProstArmHook,
|
||||
ClothingItem = Prost_Hook_R,
|
||||
ClothingItemExtra = Prost_Hook_L,
|
||||
ClothingItemExtraOption = InstallProstLeft,
|
||||
clothingExtraSubmenu = InstallProstRight,
|
||||
BodyLocation = TOC_ArmProst_R,
|
||||
|
||||
Weight = 0,
|
||||
CombatSpeedModifier = 0.7,
|
||||
BloodLocation = UpperArms;UpperBody,
|
||||
Insulation = 1.0,
|
||||
WindResistance = 1.0,
|
||||
WaterResistance = 1.0,
|
||||
Icon = genericAmputation,
|
||||
CanHaveHoles = false,
|
||||
}
|
||||
}
|
||||
@@ -7,33 +7,27 @@ module TOC
|
||||
/*************Craft Prosthetics*******************/
|
||||
recipe Craft Prosthetic Arm
|
||||
{
|
||||
ProstPart_WoodenBase,
|
||||
ProstPart_WoodenHook,
|
||||
MetalPipe=4,
|
||||
Plank=2,
|
||||
keep [Recipe.GetItemTypes.WeldingMask],
|
||||
|
||||
Time: 10.0,
|
||||
Result: Prost_NormalArm_L,
|
||||
NeedToBeLearn: true,
|
||||
CanBeDoneFromFloor: false,
|
||||
OnGiveXP: NoXP_OnGiveXP,
|
||||
SkillRequired: FirstAid=2,
|
||||
Category: Surgeon,
|
||||
OnCreate:ProsthesisRecipes.OnCreateProsthesis,
|
||||
Tooltip: Recipe_Tooltip_AssembleProsthesis,
|
||||
Result:Prost_NormalArm_L,
|
||||
Time:150.0,
|
||||
Category:Welding,
|
||||
OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
|
||||
NeedToBeLearn:true,
|
||||
}
|
||||
|
||||
recipe Craft Prosthetic Hook
|
||||
{
|
||||
ProstPart_WoodenBase,
|
||||
ProstPart_WoodenHook,
|
||||
MetalPipe=2,
|
||||
Plank=2,
|
||||
keep [Recipe.GetItemTypes.WeldingMask],
|
||||
|
||||
Time: 10.0,
|
||||
Result: Prost_HookArm_L,
|
||||
NeedToBeLearn: true,
|
||||
CanBeDoneFromFloor: false,
|
||||
OnGiveXP: NoXP_OnGiveXP,
|
||||
SkillRequired: FirstAid=2,
|
||||
Category: Surgeon,
|
||||
OnCreate:ProsthesisRecipes.OnCreateProsthesis,
|
||||
Tooltip: Recipe_Tooltip_AssembleProsthesis,
|
||||
Result:Prost_HookArm_L,
|
||||
Time:150.0,
|
||||
Category:Welding,
|
||||
OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
|
||||
NeedToBeLearn:false,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user