From e8415581d3556fc83a75d55b7bd3cfe76d18c1df Mon Sep 17 00:00:00 2001 From: Farrellka-dev Date: Fri, 15 Nov 2024 13:16:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../specific/robotics/borg_modules.ftl | 2 +- .../Entities/Structures/Machines/lathe.yml | 5 +--- .../Prototypes/Recipes/Lathes/robotics.yml | 24 +++++++++++++++++++ 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/robotics/borg_modules.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/robotics/borg_modules.ftl index 87df6eccf3..bd2c9f655f 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/robotics/borg_modules.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/specific/robotics/borg_modules.ftl @@ -80,5 +80,5 @@ ent-BorgModuleJetpack = Джетпак-модуль киборга .desc = Позволяет вашему киборгу летать! ent-BorgModulePka = Модуль киборга с протокинетическим ускорителем .desc = Модуль, которая дает киборгу протокинетический ускоритель. -ent-BorgModuleMartyr = модуль киборга-смертника +ent-BorgModuleMartyr = Модуль киборга-смертника .desc = Модуль, в которую встроена взрывчатка, с которой вы, вероятно, не захотите обращаться самостоятельно. diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 405c383cdc..c3dc4ec0ef 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -697,14 +697,11 @@ # - LPPDroneModuleSecurityTaser # - LPPBorgModuleAresst # - LPPBattleBorgModule - # Lost Paradise: end - type: EmagLatheRecipes emagStaticRecipes: - BorgModuleSyndicateWeapon - - BorgModuleOperative - - BorgModuleEsword - - BorgModuleL6C - BorgModuleMartyr + # Lost Paradise: end - type: MaterialStorage whitelist: tags: diff --git a/Resources/Prototypes/Recipes/Lathes/robotics.yml b/Resources/Prototypes/Recipes/Lathes/robotics.yml index 2dc0a65748..68e579e5c1 100644 --- a/Resources/Prototypes/Recipes/Lathes/robotics.yml +++ b/Resources/Prototypes/Recipes/Lathes/robotics.yml @@ -636,3 +636,27 @@ Gold: 100 Plasma: 1000 +#LPP + +- type: latheRecipe + id: BorgModuleSyndicateWeapon + result: BorgModuleSyndicateWeapon + category: Robotics + completetime: 3 + materials: + LPPDiamond: 2000 + Steel: 2000 + Glass: 1000 + Gold: 850 + Plastic: 200 + +- type: latheRecipe + id: BorgModuleMartyr + result: BorgModuleMartyr + category: Robotics + completetime: 3 + materials: + Steel: 250 + Glass: 250 + Plastic: 750 + Plasma: 750 \ No newline at end of file