-
Notifications
You must be signed in to change notification settings - Fork 91
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
357bedf
commit bcc0d1f
Showing
52 changed files
with
705 additions
and
59 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
15 changes: 15 additions & 0 deletions
15
Resources/Prototypes/_StarLight/Catalog/Fills/Backpacks/duffelbag.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,15 @@ | ||
- type: entity | ||
parent: ClothingBackpackDuffelAbductorBundle | ||
id: ClothingBackpackDuffelAbductorFilled | ||
suffix: Filled | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: HemostatAbductor | ||
- id: SawAbductor | ||
- id: DrillAbductor | ||
- id: CauteryAbductor | ||
- id: RetractorAbductor | ||
- id: ScalpelAbductor | ||
- id: BoneGelAbductor | ||
- id: BoneSetterAbductor |
12 changes: 12 additions & 0 deletions
12
Resources/Prototypes/_StarLight/Catalog/Fills/Items/belt.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,12 @@ | ||
- type: entity | ||
id: ClothingAbductorBeltFilled | ||
parent: ClothingAbductorBelt | ||
suffix: Filled | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: CrowbarAbductor | ||
- id: WrenchAbductor | ||
- id: ScrewdriverAbductor | ||
- id: WirecutterAbductor | ||
- id: WelderAbductor |
21 changes: 21 additions & 0 deletions
21
Resources/Prototypes/_StarLight/Entities/Clothing/Back/duffel.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,21 @@ | ||
- type: entity | ||
parent: ClothingBackpackDuffel | ||
id: ClothingBackpackDuffelAbductor | ||
name: abductor's surgery duffel bag | ||
description: A large duffel bag for holding various surgery goods. | ||
components: | ||
- type: Sprite | ||
sprite: _StarLight/Clothing/Back/Duffels/abductor.rsi | ||
- type: ExplosionResistance | ||
damageCoefficient: 0.1 | ||
- type: Storage | ||
grid: | ||
- 0,0,8,4 | ||
|
||
- type: entity | ||
parent: ClothingBackpackDuffelAbductor | ||
id: ClothingBackpackDuffelAbductorBundle | ||
abstract: true | ||
components: | ||
- type: Tag | ||
tags: [] |
Oops, something went wrong.