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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
suffix: Admeme
suffix: debug, DO NOT MAP

This ^ and I think it'd be better to rename it to something like "bluespace omnitool" or something along those lines.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair! I used that suffix because that's what the admin-only experimental RCD uses, but this also makes sense. I'll make those changes in a minute.

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