Skip to content

Commit

Permalink
ERT/Testing Surgical Tool Crate
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasTheDrgn committed Feb 4, 2025
1 parent 25f6b52 commit efbaf9b
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Resources/Prototypes/Floof/Catalog/Fills/Crates/medical.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- type: entity
id: CrateERTSurgery
parent: CrateSurgery
name: ERT surgical supplies crate
description: Special surgical instruments provided to Emergency Response Teams.
components:
- type: StorageFill
contents:
- id: ERTOmnimedTool
- id: ClothingMaskBreathMedical
- id: NitrousOxideTankFilled
- id: BoxLatexGloves
- id: BoxSterileMask
- id: MedBiofabFlatpack
- id: OperatingTableFlatpack
- id: Multitool
- id: MaterialBiomass
amount: 3
17 changes: 17 additions & 0 deletions Resources/Prototypes/Floof/Entities/Objects/Devices/flatpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- type: entity
parent: BaseFlatpack
id: MedBiofabFlatpack
name: medical biofabricator flatpack
description: A flatpack used for constructing a medical biofabricator.
components:
- type: Flatpack
entity: MedicalBiofabricator

- type: entity
parent: BaseFlatpack
id: OperatingTableFlatpack
name: operating table flatpack
description: A flatpack used for constructing an operating table.
components:
- type: Flatpack
entity: OperatingTable
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
- type: entity
name: ERT medical multitool
id: ERTOmnimedTool
parent: BaseToolSurgery
suffix: Admeme
components:
- type: Sprite
sprite: Objects/Specific/Medical/Surgery/omnimed.rsi
state: omnimed
- type: Item
sprite: Objects/Specific/Medical/Surgery/omnimed.rsi
- type: SurgeryTool
startSound:
path: /Audio/Medical/Surgery/saw.ogg
- type: Hemostat
speed: 10
- type: Scalpel
speed: 10
- type: Drill
speed: 10
- type: BoneSetter
speed: 10
- type: Retractor
speed: 10
- type: Cautery
speed: 10
- type: BoneGel
speed: 10
- type: BoneSaw
speed: 10
- type: Tweezers
speed: 10
- type: Tending
speed: 10

0 comments on commit efbaf9b

Please sign in to comment.