-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25f6b52
commit efbaf9b
Showing
3 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
Resources/Prototypes/Floof/Catalog/Fills/Crates/medical.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
17
Resources/Prototypes/Floof/Entities/Objects/Devices/flatpack.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
34 changes: 34 additions & 0 deletions
34
Resources/Prototypes/Floof/Entities/Objects/Specific/Medical/surgery.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |