Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERT/Testing Surgical Tool Crate #529

Merged
merged 2 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
LucasTheDrgn marked this conversation as resolved.
Show resolved Hide resolved
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
Loading