Add health analyzer and medical scanner ECS (#6907)
Co-authored-by: fishfish458 <fishfish458> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -23,23 +23,20 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: HandheldHealthAnalyzer
|
||||
- id: ClothingHandsGlovesLatex
|
||||
prob: 1
|
||||
- id: ClothingHeadsetMedical
|
||||
prob: 1
|
||||
# - id: ClothingEyesHudMedical #Removed until working properly
|
||||
# prob: 1
|
||||
- id: ClothingBeltMedical
|
||||
prob: 1
|
||||
- id: ClothingHeadHatSurgcapBlue
|
||||
prob: 1
|
||||
orGroup: Surgcaps
|
||||
- id: ClothingHeadHatSurgcapGreen
|
||||
prob: 0.1
|
||||
orGroup: Surgcaps
|
||||
- id: ClothingHeadHatSurgcapPurple
|
||||
prob: 0.05
|
||||
orGroup: Surgcaps
|
||||
- id: ClothingHeadHatSurgcapBlue
|
||||
prob: 0.90
|
||||
orGroup: Surgcaps
|
||||
- id: UniformScrubsColorBlue
|
||||
prob: 0.5
|
||||
orGroup: Surgshrubs
|
||||
@@ -50,7 +47,6 @@
|
||||
prob: 0.05
|
||||
orGroup: Surgshrubs
|
||||
- id: ClothingMaskSterile
|
||||
prob: 1
|
||||
|
||||
- type: entity
|
||||
id: LockerChemistryFilled
|
||||
@@ -60,8 +56,5 @@
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxSyringe
|
||||
prob: 1
|
||||
- id: BoxBeaker
|
||||
prob: 1
|
||||
- id: BoxPillCanister
|
||||
prob: 1
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
animationDuration: 1.8
|
||||
spriteName: medical
|
||||
startingInventory:
|
||||
HandheldHealthAnalyzer: 4
|
||||
Brutepack: 5
|
||||
Ointment: 5
|
||||
EpinephrineChemistryBottle: 3
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
- type: entity
|
||||
name: health analyzer
|
||||
parent: BaseItem
|
||||
id: HandheldHealthAnalyzer
|
||||
description: A hand-held body scanner capable of distinguishing vital signs of the subject.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Medical/healthanalyzer.rsi
|
||||
netsync: false
|
||||
state: analyzer
|
||||
- type: ActivatableUI
|
||||
key: enum.HealthAnalyzerUiKey.Key
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.HealthAnalyzerUiKey.Key
|
||||
type: HealthAnalyzerBoundUserInterface
|
||||
- type: HealthAnalyzer
|
||||
@@ -65,6 +65,7 @@
|
||||
- Spade
|
||||
- CableStack
|
||||
- HandheldGPSBasic
|
||||
- HandheldHealthAnalyzer
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: AutolatheVisualizer
|
||||
|
||||
@@ -64,3 +64,12 @@
|
||||
Glass: 1200
|
||||
Steel: 1000
|
||||
Plastic: 1400
|
||||
|
||||
- type: latheRecipe
|
||||
id: HandheldHealthAnalyzer
|
||||
icon: Objects/Specific/Medical/healthanalyzer.rsi/icon.png
|
||||
result: HandheldHealthAnalyzer
|
||||
completetime: 1000
|
||||
materials:
|
||||
Glass: 500
|
||||
Steel: 500
|
||||
|
||||
Reference in New Issue
Block a user