Remove cloning tech, add bluespace chemistry tech (#17345)

This commit is contained in:
Nemanja
2023-06-14 23:11:11 -04:00
committed by GitHub
parent 78939b4c04
commit fa23d57fd8
7 changed files with 86 additions and 10 deletions

View File

@@ -271,6 +271,33 @@
- Syringe
- Trash
- type: entity
id: SyringeBluespace
parent: BaseSyringe
name: bluespace syringe
description: Injecting with advanced bluespace technology.
components:
- type: Sprite
layers:
- state: syringe1
map: ["enum.SolutionContainerLayers.Fill"]
visible: false
- state: bluespace_base0
map: ["enum.SolutionContainerLayers.Base"]
- type: Icon
sprite: Objects/Specific/Chemistry/syringe.rsi
state: bluespace_base0
- type: SolutionContainerManager
solutions:
injector:
maxVol: 100
- type: Injector
delay: 2.5
injectOnly: false
- type: SolutionContainerVisuals
maxFillLevels: 2
fillBaseName: syringe
- type: entity
name: pill
parent: BaseItem

View File

@@ -242,6 +242,8 @@
- ClothingShoesBootsMag
- NodeScanner
- HolofanProjector
- BluespaceBeaker
- SyringeBluespace
- WeaponForceGun
- WeaponTetherGun
- WeaponGrapplingGun
@@ -521,6 +523,8 @@
- Drill
- Saw
- Hemostat
- BluespaceBeaker
- SyringeBluespace
- type: Machine
board: MedicalTechFabCircuitboard

View File

@@ -36,6 +36,27 @@
Plastic: 100
Steel: 25
- type: latheRecipe
id: BluespaceBeaker
result: BluespaceBeaker
completetime: 2
materials:
Steel: 500
Plastic: 500
Plasma: 150
Silver: 50
- type: latheRecipe
id: SyringeBluespace
result: SyringeBluespace
completetime: 2
materials:
Steel: 100
Plastic: 150
Glass: 250
Plasma: 100
Silver: 50
- type: latheRecipe
id: PillCanister
result: PillCanister

View File

@@ -102,16 +102,30 @@
# Tier 3
- type: technology
id: Cloning
name: research-technology-cloning
id: BluespaceChemistry
name: research-technology-bluespace-chemistry
icon:
sprite: Structures/Machines/cloning.rsi
state: pod_0
sprite: Objects/Specific/Chemistry/beaker_bluespace.rsi
state: beakerbluespace
discipline: Biochemical
tier: 3
cost: 15000
cost: 10000
recipeUnlocks:
- CloningPodMachineCircuitboard
- MedicalScannerMachineCircuitboard
- CloningConsoleComputerCircuitboard
- BiomassReclaimerMachineCircuitboard
- BluespaceBeaker
- SyringeBluespace
# look into revisiting this later once medical isn't a hellhole
#- type: technology
# id: Cloning
# name: research-technology-cloning
# icon:
# sprite: Structures/Machines/cloning.rsi
# state: pod_0
# discipline: Biochemical
# tier: 3
# cost: 15000
# recipeUnlocks:
# - CloningPodMachineCircuitboard
# - MedicalScannerMachineCircuitboard
# - CloningConsoleComputerCircuitboard
# - BiomassReclaimerMachineCircuitboard