Remove cloning tech, add bluespace chemistry tech (#17345)
This commit is contained in:
@@ -25,6 +25,7 @@ research-technology-virology = Virology
|
|||||||
research-technology-cryogenics = Cryogenics
|
research-technology-cryogenics = Cryogenics
|
||||||
research-technology-chemical-dispensary = Chemical Dispensary
|
research-technology-chemical-dispensary = Chemical Dispensary
|
||||||
research-technology-crew-monitoring = Crew Monitoring
|
research-technology-crew-monitoring = Crew Monitoring
|
||||||
|
research-technology-bluespace-chemistry = Bluespace Chemistry
|
||||||
research-technology-cloning = Cloning
|
research-technology-cloning = Cloning
|
||||||
|
|
||||||
research-technology-basic-robotics = Basic Robotics
|
research-technology-basic-robotics = Basic Robotics
|
||||||
|
|||||||
@@ -271,6 +271,33 @@
|
|||||||
- Syringe
|
- Syringe
|
||||||
- Trash
|
- 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
|
- type: entity
|
||||||
name: pill
|
name: pill
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
|
|||||||
@@ -242,6 +242,8 @@
|
|||||||
- ClothingShoesBootsMag
|
- ClothingShoesBootsMag
|
||||||
- NodeScanner
|
- NodeScanner
|
||||||
- HolofanProjector
|
- HolofanProjector
|
||||||
|
- BluespaceBeaker
|
||||||
|
- SyringeBluespace
|
||||||
- WeaponForceGun
|
- WeaponForceGun
|
||||||
- WeaponTetherGun
|
- WeaponTetherGun
|
||||||
- WeaponGrapplingGun
|
- WeaponGrapplingGun
|
||||||
@@ -521,6 +523,8 @@
|
|||||||
- Drill
|
- Drill
|
||||||
- Saw
|
- Saw
|
||||||
- Hemostat
|
- Hemostat
|
||||||
|
- BluespaceBeaker
|
||||||
|
- SyringeBluespace
|
||||||
- type: Machine
|
- type: Machine
|
||||||
board: MedicalTechFabCircuitboard
|
board: MedicalTechFabCircuitboard
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,27 @@
|
|||||||
Plastic: 100
|
Plastic: 100
|
||||||
Steel: 25
|
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
|
- type: latheRecipe
|
||||||
id: PillCanister
|
id: PillCanister
|
||||||
result: PillCanister
|
result: PillCanister
|
||||||
|
|||||||
@@ -102,16 +102,30 @@
|
|||||||
# Tier 3
|
# Tier 3
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
id: Cloning
|
id: BluespaceChemistry
|
||||||
name: research-technology-cloning
|
name: research-technology-bluespace-chemistry
|
||||||
icon:
|
icon:
|
||||||
sprite: Structures/Machines/cloning.rsi
|
sprite: Objects/Specific/Chemistry/beaker_bluespace.rsi
|
||||||
state: pod_0
|
state: beakerbluespace
|
||||||
discipline: Biochemical
|
discipline: Biochemical
|
||||||
tier: 3
|
tier: 3
|
||||||
cost: 15000
|
cost: 10000
|
||||||
recipeUnlocks:
|
recipeUnlocks:
|
||||||
- CloningPodMachineCircuitboard
|
- BluespaceBeaker
|
||||||
- MedicalScannerMachineCircuitboard
|
- SyringeBluespace
|
||||||
- CloningConsoleComputerCircuitboard
|
|
||||||
- BiomassReclaimerMachineCircuitboard
|
# 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
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 391 B |
@@ -1,12 +1,21 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from cev-eris https://github.com/discordia-space/CEV-Eris/commit/989b7b343045f30120c198ee100c9fee7ff8a989",
|
"copyright": "Taken from cev-eris https://github.com/discordia-space/CEV-Eris/commit/989b7b343045f30120c198ee100c9fee7ff8a989, bluespace syringe sprites modified by EmoGarbage404 (github)",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"states": [
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "bluespace_base0",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.1,
|
||||||
|
0.1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "syringe_base0"
|
"name": "syringe_base0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user