Files
The-Only-Cure/media/scripts/TOC_recipes.txt
2023-12-22 23:04:36 -05:00

33 lines
632 B
Plaintext

module TOC
{
imports
{
Base
}
/*************Craft Prosthetics*******************/
recipe Craft Prosthetic Arm
{
MetalPipe=4,
Plank=2,
keep [Recipe.GetItemTypes.WeldingMask],
Result:Prost_NormalArm_L,
Time:150.0,
Category:Welding,
OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
NeedToBeLearn:true,
}
recipe Craft Prosthetic Hook
{
MetalPipe=2,
Plank=2,
keep [Recipe.GetItemTypes.WeldingMask],
Result:Prost_HookArm_L,
Time:150.0,
Category:Welding,
OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
NeedToBeLearn:false,
}
}