Remove cloning tech, add bluespace chemistry tech (#17345)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user