221 lines
4.7 KiB
Plaintext
221 lines
4.7 KiB
Plaintext
module JCIO
|
|
{
|
|
imports
|
|
{
|
|
|
|
}
|
|
|
|
/*************Surgeon Kits*******************/
|
|
|
|
recipe Combine improvised surgeon kit
|
|
{
|
|
Nails,
|
|
Thread=3,
|
|
|
|
Result: Improvised_surgeon_kit,
|
|
Time: 30.0,
|
|
NeedToBeLearn: false,
|
|
CanBeDoneFromFloor: false,
|
|
OnGiveXP: NoXP_OnGiveXP,
|
|
SkillRequired: FirstAid=2,
|
|
Category: Surgeon,
|
|
Tooltip: Recipe_Tooltip_Improvised_surgeon_kit,
|
|
NeedToBeLearn: true,
|
|
}
|
|
|
|
recipe Combine surgeon kit
|
|
{
|
|
Needle,
|
|
Thread=3,
|
|
Bandage,
|
|
AlcoholWipes/Disinfectant,
|
|
|
|
Result: Surgeon_kit,
|
|
Time: 30.0,
|
|
NeedToBeLearn: false,
|
|
CanBeDoneFromFloor: false,
|
|
OnGiveXP: NoXP_OnGiveXP,
|
|
SkillRequired: FirstAid=4,
|
|
Category: Surgeon,
|
|
Tooltip: Recipe_Tooltip_Surgeon_kit,
|
|
NeedToBeLearn: true,
|
|
}
|
|
|
|
recipe Combine real surgeon kit
|
|
{
|
|
SutureNeedle,
|
|
Thread=3,
|
|
AlcoholWipes/Disinfectant,
|
|
SutureNeedleHolder,
|
|
Tweezers,
|
|
Gloves_Surgical,
|
|
Scalpel,
|
|
CottonBalls,
|
|
Bandage,
|
|
|
|
|
|
Result: Real_surgeon_kit,
|
|
Time: 30.0,
|
|
NeedToBeLearn: false,
|
|
CanBeDoneFromFloor: false,
|
|
OnGiveXP: NoXP_OnGiveXP,
|
|
SkillRequired: FirstAid=4,
|
|
Category: Surgeon,
|
|
Tooltip: Recipe_Tooltip_Real_surgeon_kit,
|
|
NeedToBeLearn: true,
|
|
}
|
|
|
|
|
|
|
|
/*************Craft Prosthetics*******************/
|
|
recipe Craft prosthesis with Wooden Base and Wooden Hook
|
|
{
|
|
ProstPart_WoodenBase,
|
|
ProstPart_WoodenHook,
|
|
|
|
|
|
Time: 10.0,
|
|
Result: Prost_WoodenBase_WoodenHook,
|
|
NeedToBeLearn: true,
|
|
CanBeDoneFromFloor: false,
|
|
OnGiveXP: NoXP_OnGiveXP,
|
|
SkillRequired: FirstAid=2,
|
|
Category: Surgeon,
|
|
OnCreate:ProsthesisRecipes.OnCreateProsthesis,
|
|
Tooltip: Recipe_Tooltip_AssembleProsthesis,
|
|
}
|
|
recipe Craft prosthesis with Wooden Base and Metal Hook
|
|
{
|
|
ProstPart_WoodenBase,
|
|
ProstPart_MetalHook,
|
|
|
|
|
|
Time: 10.0,
|
|
Result: Prost_WoodenBase_MetalHook,
|
|
NeedToBeLearn: true,
|
|
CanBeDoneFromFloor: false,
|
|
OnGiveXP: NoXP_OnGiveXP,
|
|
SkillRequired: FirstAid=2,
|
|
Category: Surgeon,
|
|
OnCreate:ProsthesisRecipes.OnCreateProsthesis,
|
|
Tooltip: Recipe_Tooltip_AssembleProsthesis,
|
|
}
|
|
recipe Craft prosthesis with Wooden Base and Metal Hand
|
|
{
|
|
ProstPart_WoodenBase,
|
|
ProstPart_MetalHand,
|
|
|
|
|
|
Time: 10.0,
|
|
Result: Prost_WoodenBase_MetalHand,
|
|
NeedToBeLearn: true,
|
|
CanBeDoneFromFloor: false,
|
|
OnGiveXP: NoXP_OnGiveXP,
|
|
SkillRequired: FirstAid=2,
|
|
Category: Surgeon,
|
|
OnCreate:ProsthesisRecipes.OnCreateProsthesis,
|
|
Tooltip: Recipe_Tooltip_AssembleProsthesis,
|
|
}
|
|
recipe Craft prosthesis with Metal Base and Wooden Hook
|
|
{
|
|
ProstPart_MetalBase,
|
|
ProstPart_WoodenHook,
|
|
|
|
|
|
Time: 10.0,
|
|
Result: Prost_MetalBase_WoodenHook,
|
|
NeedToBeLearn: true,
|
|
CanBeDoneFromFloor: false,
|
|
OnGiveXP: NoXP_OnGiveXP,
|
|
SkillRequired: FirstAid=2,
|
|
Category: Surgeon,
|
|
OnCreate:ProsthesisRecipes.OnCreateProsthesis,
|
|
Tooltip: Recipe_Tooltip_AssembleProsthesis,
|
|
}
|
|
recipe Craft prosthesis with Metal Base and Metal Hook
|
|
{
|
|
ProstPart_MetalBase,
|
|
ProstPart_MetalHook,
|
|
|
|
|
|
Time: 10.0,
|
|
Result: Prost_MetalBase_MetalHook,
|
|
NeedToBeLearn: true,
|
|
CanBeDoneFromFloor: false,
|
|
OnGiveXP: NoXP_OnGiveXP,
|
|
SkillRequired: FirstAid=2,
|
|
Category: Surgeon,
|
|
OnCreate:ProsthesisRecipes.OnCreateProsthesis,
|
|
Tooltip: Recipe_Tooltip_AssembleProsthesis,
|
|
}
|
|
recipe Craft prosthesis with Metal Base and Metal Hand
|
|
{
|
|
ProstPart_MetalBase,
|
|
ProstPart_MetalHand,
|
|
|
|
|
|
Time: 10.0,
|
|
Result: Prost_MetalBase_MetalHand,
|
|
NeedToBeLearn: true,
|
|
CanBeDoneFromFloor: false,
|
|
OnGiveXP: NoXP_OnGiveXP,
|
|
SkillRequired: FirstAid=2,
|
|
Category: Surgeon,
|
|
OnCreate:ProsthesisRecipes.OnCreateProsthesis,
|
|
Tooltip: Recipe_Tooltip_AssembleProsthesis,
|
|
}
|
|
recipe Craft prosthesis with Leather Base and Wooden Hook
|
|
{
|
|
ProstPart_LeatherBase,
|
|
ProstPart_WoodenHook,
|
|
|
|
|
|
Time: 10.0,
|
|
Result: Prost_LeatherBase_WoodenHook,
|
|
NeedToBeLearn: true,
|
|
CanBeDoneFromFloor: false,
|
|
OnGiveXP: NoXP_OnGiveXP,
|
|
SkillRequired: FirstAid=2,
|
|
Category: Surgeon,
|
|
OnCreate:ProsthesisRecipes.OnCreateProsthesis,
|
|
Tooltip: Recipe_Tooltip_AssembleProsthesis,
|
|
}
|
|
recipe Craft prosthesis with Leather Base and Metal Hook
|
|
{
|
|
ProstPart_LeatherBase,
|
|
ProstPart_MetalHook,
|
|
|
|
|
|
Time: 10.0,
|
|
Result: Prost_LeatherBase_MetalHook,
|
|
NeedToBeLearn: true,
|
|
CanBeDoneFromFloor: false,
|
|
OnGiveXP: NoXP_OnGiveXP,
|
|
SkillRequired: FirstAid=2,
|
|
Category: Surgeon,
|
|
OnCreate:ProsthesisRecipes.OnCreateProsthesis,
|
|
Tooltip: Recipe_Tooltip_AssembleProsthesis,
|
|
}
|
|
recipe Craft prosthesis with Leather Base and Metal Hand
|
|
{
|
|
ProstPart_LeatherBase,
|
|
ProstPart_MetalHand,
|
|
|
|
|
|
Time: 10.0,
|
|
Result: Prost_LeatherBase_MetalHand,
|
|
NeedToBeLearn: true,
|
|
CanBeDoneFromFloor: false,
|
|
OnGiveXP: NoXP_OnGiveXP,
|
|
SkillRequired: FirstAid=2,
|
|
Category: Surgeon,
|
|
OnCreate:ProsthesisRecipes.OnCreateProsthesis,
|
|
Tooltip: Recipe_Tooltip_AssembleProsthesis,
|
|
}
|
|
|
|
|
|
/*************Disassemble Prosthetics*******************/
|
|
|
|
|
|
|
|
} |