forked from Simple-Station/Einstein-Engines
-
Notifications
You must be signed in to change notification settings - Fork 0
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
95d8aa7
commit dca910f
Showing
7 changed files
with
156 additions
and
11 deletions.
There are no files selected for viewing
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
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
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
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
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
39 changes: 39 additions & 0 deletions
39
Resources/Prototypes/Palmtree/Catalog/Cargo/cargo_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,39 @@ | ||
- type: cargoProduct | ||
id: SurgeryCrate | ||
icon: | ||
sprite: Objects/Specific/Medical/Surgery/scalpel.rsi | ||
state: scalpel | ||
product: CrateMedicalSurgery | ||
cost: 1500 | ||
category: cargoproduct-category-name-medical | ||
group: market | ||
|
||
# I'm gonna make a proper file for this later, I just wanna get it done now. | ||
- type: entity | ||
id: CrateMedicalSpareOrgans | ||
parent: CrateSurgery | ||
name: Spare organs crate | ||
description: A crate containing 3 of each kind of Syndicate-produced bio-synthetic universal organs as well as a spare phantom link. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: BioSynthHeart | ||
- id: BioSynthHeart | ||
- id: BioSynthHeart | ||
- id: BioSynthLiver | ||
- id: BioSynthLiver | ||
- id: BioSynthLiver | ||
- id: BioSynthLungs | ||
- id: BioSynthLungs | ||
- id: BioSynthLungs | ||
- id: PhantomLinkCard | ||
|
||
- type: cargoProduct | ||
id: SpareOrganCrate | ||
icon: | ||
sprite: Mobs/Species/Human/organs.rsi | ||
state: heart-on | ||
product: CrateMedicalSpareOrgans | ||
cost: 2000 | ||
category: cargoproduct-category-name-medical | ||
group: market |
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