From b66707ba1006f8d89c046de197b6c4c51967e307 Mon Sep 17 00:00:00 2001 From: Pao Date: Fri, 3 Mar 2023 00:19:35 +0100 Subject: [PATCH] fixed recipes --- media/scripts/JCIO_recipes.txt | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/media/scripts/JCIO_recipes.txt b/media/scripts/JCIO_recipes.txt index ec2b931..3bcd337 100644 --- a/media/scripts/JCIO_recipes.txt +++ b/media/scripts/JCIO_recipes.txt @@ -2,8 +2,7 @@ module JCIO { imports { - Base - TOC + } /*************Surgeon Kits*******************/ @@ -190,6 +189,23 @@ recipe Craft prosthesis with Leather Base and Metal Hook Tooltip: Recipe_Tooltip_AssembleProsthesis, } recipe Craft prosthesis with Leather Base and Metal Hand + { + ProstPart_LeatherBase, + ProstPart_MetalHand, + + + Time: 10.00, + NeedToBeLearn: true, + CanBeDoneFromFloor: false, + OnGiveXP: NoXP_OnGiveXP, + SkillRequired: FirstAid=2, + Category: Surgeon, + OnCreate:ProsthesisRecipes.OnCreateProsthesis, + Tooltip: Recipe_Tooltip_AssembleProsthesis, + } /*************Disassemble Prosthetics*******************/ + + +} \ No newline at end of file