From b9b88123d7a3e16a93f354b15cffde4009222397 Mon Sep 17 00:00:00 2001 From: Ilya246 <57039557+Ilya246@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:24:13 +0400 Subject: [PATCH] minor science tree changes (#23269) * it is done * unbrokey rt again --- .../Entities/Structures/Machines/lathe.yml | 2 +- Resources/Prototypes/Research/biochemical.yml | 26 ++++++++++--------- Resources/Prototypes/Research/industrial.yml | 20 +++----------- 3 files changed, 18 insertions(+), 30 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index b8a2851aa2..fa2fc727dc 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -121,6 +121,7 @@ - LightReplacer - TrashBag - PowerCellSmall + - PowerCellMedium - VehicleWheelchairFolded - RollerBedSpawnFolded - CheapRollerBedSpawnFolded @@ -273,7 +274,6 @@ - SignalTrigger - VoiceTrigger - Igniter - - PowerCellMedium - PowerCellMicroreactor - PowerCellHigh - WeaponPistolCHIMP diff --git a/Resources/Prototypes/Research/biochemical.yml b/Resources/Prototypes/Research/biochemical.yml index 7dcbcea4a0..c48e457e15 100644 --- a/Resources/Prototypes/Research/biochemical.yml +++ b/Resources/Prototypes/Research/biochemical.yml @@ -61,18 +61,20 @@ - BorgModuleDiagnosis - BorgModuleDefibrillator -- type: technology - id: Virology - name: research-technology-virology - icon: - sprite: Structures/Machines/diagnoser.rsi - state: icon - discipline: Biochemical - tier: 1 - cost: 5000 - recipeUnlocks: - - VaccinatorMachineCircuitboard - - DiagnoserMachineCircuitboard +# doesn't do anything right now +# +#- type: technology +# id: Virology +# name: research-technology-virology +# icon: +# sprite: Structures/Machines/diagnoser.rsi +# state: icon +# discipline: Biochemical +# tier: 1 +# cost: 5000 +# recipeUnlocks: +# - VaccinatorMachineCircuitboard +# - DiagnoserMachineCircuitboard # Tier 2 diff --git a/Resources/Prototypes/Research/industrial.yml b/Resources/Prototypes/Research/industrial.yml index ef4df8370b..f287bcd953 100644 --- a/Resources/Prototypes/Research/industrial.yml +++ b/Resources/Prototypes/Research/industrial.yml @@ -20,12 +20,12 @@ name: research-technology-advanced-powercells icon: sprite: Objects/Power/power_cells.rsi - state: medium + state: high discipline: Industrial tier: 1 cost: 5000 recipeUnlocks: - - PowerCellMedium + - PowerCellHigh - type: technology id: CompactPower @@ -150,20 +150,6 @@ - HolofanProjector - PortableScrubberMachineCircuitBoard -- type: technology - id: SuperPowercells - name: research-technology-super-powercells - icon: - sprite: Objects/Power/power_cells.rsi - state: high - discipline: Industrial - tier: 2 - cost: 7500 - recipeUnlocks: - - PowerCellHigh - technologyPrerequisites: - - AdvancedPowercells - - type: technology id: AdvancedToolsTechnology name: research-technology-advanced-tools @@ -208,4 +194,4 @@ recipeUnlocks: - PowerCellMicroreactor technologyPrerequisites: - - SuperPowercells + - AdvancedPowercells -- 2.51.2