minor science tree changes (#23269)

* it is done

* unbrokey rt again
This commit is contained in:
Ilya246
2024-01-01 06:24:13 +04:00
committed by GitHub
parent a2a3bf4f1e
commit b9b88123d7
3 changed files with 18 additions and 30 deletions

View File

@@ -121,6 +121,7 @@
- LightReplacer - LightReplacer
- TrashBag - TrashBag
- PowerCellSmall - PowerCellSmall
- PowerCellMedium
- VehicleWheelchairFolded - VehicleWheelchairFolded
- RollerBedSpawnFolded - RollerBedSpawnFolded
- CheapRollerBedSpawnFolded - CheapRollerBedSpawnFolded
@@ -273,7 +274,6 @@
- SignalTrigger - SignalTrigger
- VoiceTrigger - VoiceTrigger
- Igniter - Igniter
- PowerCellMedium
- PowerCellMicroreactor - PowerCellMicroreactor
- PowerCellHigh - PowerCellHigh
- WeaponPistolCHIMP - WeaponPistolCHIMP

View File

@@ -61,18 +61,20 @@
- BorgModuleDiagnosis - BorgModuleDiagnosis
- BorgModuleDefibrillator - BorgModuleDefibrillator
- type: technology # doesn't do anything right now
id: Virology #
name: research-technology-virology #- type: technology
icon: # id: Virology
sprite: Structures/Machines/diagnoser.rsi # name: research-technology-virology
state: icon # icon:
discipline: Biochemical # sprite: Structures/Machines/diagnoser.rsi
tier: 1 # state: icon
cost: 5000 # discipline: Biochemical
recipeUnlocks: # tier: 1
- VaccinatorMachineCircuitboard # cost: 5000
- DiagnoserMachineCircuitboard # recipeUnlocks:
# - VaccinatorMachineCircuitboard
# - DiagnoserMachineCircuitboard
# Tier 2 # Tier 2

View File

@@ -20,12 +20,12 @@
name: research-technology-advanced-powercells name: research-technology-advanced-powercells
icon: icon:
sprite: Objects/Power/power_cells.rsi sprite: Objects/Power/power_cells.rsi
state: medium state: high
discipline: Industrial discipline: Industrial
tier: 1 tier: 1
cost: 5000 cost: 5000
recipeUnlocks: recipeUnlocks:
- PowerCellMedium - PowerCellHigh
- type: technology - type: technology
id: CompactPower id: CompactPower
@@ -150,20 +150,6 @@
- HolofanProjector - HolofanProjector
- PortableScrubberMachineCircuitBoard - 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 - type: technology
id: AdvancedToolsTechnology id: AdvancedToolsTechnology
name: research-technology-advanced-tools name: research-technology-advanced-tools
@@ -208,4 +194,4 @@
recipeUnlocks: recipeUnlocks:
- PowerCellMicroreactor - PowerCellMicroreactor
technologyPrerequisites: technologyPrerequisites:
- SuperPowercells - AdvancedPowercells