- type: UseDelay
delay: 0.5
+- type: entity
+ name: borghypo
+ parent: BaseItem
+ description: A sterile injector for rapid administration of drugs to patients. A cheaper and more specialised version for medical borgs.
+ id: BorgHypo
+ components:
+ - type: Sprite
+ sprite: Objects/Specific/Medical/hypospray.rsi
+ state: borghypo
+ - type: Item
+ sprite: Objects/Specific/Medical/hypospray.rsi
+ - type: SolutionContainerManager
+ solutions:
+ hypospray:
+ maxVol: 10
+ - type: RefillableSolution
+ solution: hypospray
+ - type: ExaminableSolution
+ solution: hypospray
+ - type: Hypospray
+ - type: UseDelay
+ delay: 0.5
+
- type: entity
name: experimental hypospray
suffix: Admeme
- type: Tag
tags: []
-
- type: entity
name: poison auto-injector
parent: ChemicalMedipen
items:
- DefibrillatorOneHandedUnpowered
+- type: entity
+ id: BorgModuleAdvancedTreatment
+ parent: [ BaseBorgModuleMedical, BaseProviderBorgModule ]
+ name: advanced treatment cyborg module
+ components:
+ - type: Sprite
+ layers:
+ - state: medical
+ - state: icon-chemist
+ - type: ItemBorgModule
+ items:
+ - Beaker
+ - Beaker
+ - BorgDropper
+ - BorgHypo
+
# science modules
# todo: if science ever gets their own custom robot, add more "sci" modules.
- type: entity
- type: StaticPrice
price: 40
+- type: entity
+ name: borgdropper
+ parent: Dropper
+ description: Used to transfer small amounts of chemical solution between containers. Extended for use by medical borgs.
+ id: BorgDropper
+ components:
+ - type: Sprite
+ sprite: Objects/Specific/Chemistry/dropper.rsi
+ layers:
+ - state: borgdropper
+ - state: dropper1
+ map: ["enum.SolutionContainerLayers.Fill"]
+ visible: false
+ - type: SolutionContainerManager
+ solutions:
+ injector:
+ maxVol: 10
+ - type: Item
+ sprite: Objects/Specific/Chemistry/dropper.rsi
+
- type: entity
name: syringe
parent: BaseItem
- BorgModuleDiagnosis
- BorgModuleTreatment
- BorgModuleDefibrillator
+ - BorgModuleAdvancedTreatment
- RipleyHarness
- RipleyLArm
- RipleyRArm
Plastic: 250
Gold: 50
+- type: latheRecipe
+ id: BorgModuleAdvancedTreatment
+ result: BorgModuleAdvancedTreatment
+ completetime: 3
+ materials:
+ Steel: 500
+ Glass: 750
+ Plastic: 250
+ Gold: 50
+
- type: latheRecipe
id: BorgModuleDefibrillator
result: BorgModuleDefibrillator
recipeUnlocks:
- ChemMasterMachineCircuitboard
- ChemDispenserMachineCircuitboard
+ - BorgModuleAdvancedTreatment
technologyPrerequisites:
- Chemistry
{
"name": "dropper"
},
+ {
+ "name": "borgdropper"
+ },
{
"name": "dropper1"
},
{
"name": "icon-cables"
},
+ {
+ "name": "icon-chemist"
+ },
{
"name": "icon-clown"
},