moved folders

This commit is contained in:
ZioPao
2025-01-04 20:44:12 +01:00
parent 5d8e60a2e4
commit 6635cc19b2
215 changed files with 197 additions and 189 deletions

View 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,
}
}