moved common files
This commit is contained in:
33
common/media/scripts/TOC_recipes.txt
Normal file
33
common/media/scripts/TOC_recipes.txt
Normal file
@@ -0,0 +1,33 @@
|
||||
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:false,
|
||||
}
|
||||
|
||||
recipe Craft Prosthetic Hook
|
||||
{
|
||||
MetalPipe=2,
|
||||
Plank=2,
|
||||
keep [Recipe.GetItemTypes.WeldingMask],
|
||||
|
||||
Result:Prost_HookArm_L,
|
||||
Time:100.0,
|
||||
Category:Welding,
|
||||
OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
|
||||
NeedToBeLearn:false,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user