From: Puro <103608145+PuroSlavKing@users.noreply.github.com> Date: Mon, 17 Apr 2023 22:26:31 +0000 (+0300) Subject: [RND] Research magboots (#15485) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=002f63300a2ef5ac3cfba492cc707a0a489b84b0;p=space-station-14.git [RND] Research magboots (#15485) * [Clothing] Security service magboots * [RND] Magboots research * sheesh * sheesh2 * Update technologies.ftl * Update technologies.yml * Update magboots.yml * Update lathe.yml * Update security.yml * qwq --- diff --git a/Resources/Locale/en-US/prototypes/catalog/research/technologies.ftl b/Resources/Locale/en-US/prototypes/catalog/research/technologies.ftl index 9bddde00fb..f134dce9c2 100644 --- a/Resources/Locale/en-US/prototypes/catalog/research/technologies.ftl +++ b/Resources/Locale/en-US/prototypes/catalog/research/technologies.ftl @@ -93,3 +93,7 @@ technologies-adv-parts-technology = Advanced parts technology technologies-super-parts-technology = Super parts technology technologies-super-parts-technology-description = New heights of machine performance. + +technologies-magboots-technology = Magboots technology +technologies-magboots-technology-description = Magboots for a space escape from the assistant. + diff --git a/Resources/Prototypes/Catalog/Research/technologies.yml b/Resources/Prototypes/Catalog/Research/technologies.yml index 9f99097d34..b10d8d2b1e 100644 --- a/Resources/Prototypes/Catalog/Research/technologies.yml +++ b/Resources/Prototypes/Catalog/Research/technologies.yml @@ -583,6 +583,19 @@ - NanoManipulatorStockPart - AdvancedScanningModuleStockPart +- type: technology + name: technologies-magboots-technology + id: MagbootsTechnology + description: technologies-magboots-technology-description + icon: + sprite: Clothing/Shoes/Boots/magboots.rsi + state: icon + requiredPoints: 8500 + requiredTechnologies: + - ScientificTechnology + unlockedRecipes: + - ClothingShoesBootsMag + - type: technology name: technologies-super-parts-technology id: SuperPartsTechnology diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml index 6fc0525604..5b6bc6c349 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity parent: ClothingShoesBase id: ClothingShoesBootsMag name: magboots diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index b6a6e856d3..ced60d316c 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -236,6 +236,7 @@ - PowerCellHigh - SynthesizerInstrument - RPED + - ClothingShoesBootsMag - NodeScanner - HolofanProjector diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index 91d18b9e9a..5e53366660 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -76,3 +76,11 @@ materials: Steel: 100 Plastic: 50 + +- type: latheRecipe + id: ClothingShoesBootsMag + result: ClothingShoesBootsMag + completetime: 10 + materials: + Steel: 1000 + Plastic: 500 diff --git a/Resources/Prototypes/Recipes/Lathes/security.yml b/Resources/Prototypes/Recipes/Lathes/security.yml index d3db7f3ebf..fa10006ca9 100644 --- a/Resources/Prototypes/Recipes/Lathes/security.yml +++ b/Resources/Prototypes/Recipes/Lathes/security.yml @@ -226,4 +226,4 @@ completetime: 5 materials: Steel: 350 - Plastic: 600 \ No newline at end of file + Plastic: 600