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:
Fishfish458
2022-03-07 21:45:52 -06:00
committed by GitHub
parent 68d569f813
commit 7f43f38cc7
24 changed files with 668 additions and 388 deletions

View File

@@ -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

View File

@@ -4,6 +4,7 @@
animationDuration: 1.8
spriteName: medical
startingInventory:
HandheldHealthAnalyzer: 4
Brutepack: 5
Ointment: 5
EpinephrineChemistryBottle: 3

View File

@@ -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

View File

@@ -65,6 +65,7 @@
- Spade
- CableStack
- HandheldGPSBasic
- HandheldHealthAnalyzer
- type: Appearance
visuals:
- type: AutolatheVisualizer

View File

@@ -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