forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 47
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
7c15f5d
commit 83f1c80
Showing
34 changed files
with
454 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/catalog/fills/boxes/medical.ftl
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,10 @@ | ||
ent-BoxBodyBagBluespace = коробка блюспейс мешков для тел | ||
.desc = { ent-BoxBodyBag.desc } | ||
ent-BoxBodyBagNanoTrasen = коробка синих мешков для тел | ||
.desc = { ent-BoxBodyBag.desc } | ||
ent-BoxBodyBagPrisoner = коробка тюремных мешков для тел | ||
.desc = { ent-BoxBodyBag.desc } | ||
ent-BoxBodyBagRadiation = коробка противорадиационных мешков для тел | ||
.desc = { ent-BoxBodyBag.desc } | ||
ent-BoxBodyBagSyndicate = коробка красных мешков для тел | ||
.desc = { ent-BoxBodyBag.desc } |
27 changes: 27 additions & 0 deletions
27
...ocale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/objects/specific/medical/bodybags.ftl
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,27 @@ | ||
ent-BodyBagBluespace = блюспейс мешок для тела | ||
.desc = Прочный блюспейс мешок, предназначенный для хранения и транспортировки трупов, и предотвращения их гниения. | ||
ent-BodyBagBluespaceFolded = { ent-BodyBagBluespace } | ||
.desc = { ent-BodyBagBluespace.desc } | ||
.suffix = Сложенный | ||
ent-BodyBagNanoTrasen = синий мешок для тела | ||
.desc = Пластиковый мешок с эмблемой НТ, предназначенный для хранения и транспортировки трупов, и предотвращения их гниения. | ||
.suffix = НТ | ||
ent-BodyBagNanoTrasenFolded = { ent-BodyBagNanoTrasen } | ||
.desc = { ent-BodyBagNanoTrasen.desc } | ||
.suffix = Сложенный, НТ | ||
ent-BodyBagPrisoner = тюремный мешок для тела | ||
.desc = Пластиковый мешок, предназначенный для хранения и транспортировки трупов, и предотвращения их гниения в тюремных структурах. | ||
ent-BodyBagPrisonerFolded = { ent-BodyBagPrisoner } | ||
.desc = { ent-BodyBagPrisoner.desc } | ||
.suffix = Сложенный | ||
ent-BodyBagRadiation = противорадиационный мешок для тела | ||
.desc = Пластиковый мешок, предназначенный для хранения и транспортировки радиоактивных трупов, и предотвращения их гниения. | ||
ent-BodyBagRadiationFolded = { ent-BodyBagRadiation } | ||
.desc = { ent-BodyBagRadiation.desc } | ||
.suffix = Сложенный | ||
ent-BodyBagSyndicate = красный мешок для тела | ||
.desc = Пластиковый мешок с символикой Синдиката, предназначенный для хранения и транспортировки трупов, и предотвращения их гниения. | ||
.suffix = Синдикат | ||
ent-BodyBagSyndicateFolded = { ent-BodyBagSyndicate } | ||
.desc = { ent-BodyBagSyndicate.desc } | ||
.suffix = Сложенный, Синдикат |
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
89 changes: 89 additions & 0 deletions
89
Resources/Prototypes/_CorvaxNext/Catalog/Fills/Boxes/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,89 @@ | ||
- type: entity | ||
parent: BoxCardboard | ||
id: BoxBodyBagBluespace | ||
name: bluespace body bag box | ||
description: Contains body bags. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: BodyBagBluespaceFolded | ||
amount: 4 | ||
- type: Sprite | ||
layers: | ||
- state: box | ||
- state: bodybags | ||
whitelist: | ||
tags: | ||
- BodyBag | ||
|
||
- type: entity | ||
parent: BoxCardboard | ||
id: BoxBodyBagNanoTrasen | ||
name: NanoTrasen body bag box | ||
description: Contains body bags. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: BodyBagNanoTrasenFolded | ||
amount: 4 | ||
- type: Sprite | ||
layers: | ||
- state: box | ||
- state: bodybags | ||
whitelist: | ||
tags: | ||
- BodyBag | ||
|
||
- type: entity | ||
parent: BoxCardboard | ||
id: BoxBodyBagPrisoner | ||
name: prisoner body bag box | ||
description: Contains body bags. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: BodyBagPrisonerFolded | ||
amount: 4 | ||
- type: Sprite | ||
layers: | ||
- state: box | ||
- state: bodybags | ||
whitelist: | ||
tags: | ||
- BodyBag | ||
|
||
- type: entity | ||
parent: BoxCardboard | ||
id: BoxBodyBagRadiation | ||
name: radiation body bag box | ||
description: Contains body bags. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: BodyBagRadiationFolded | ||
amount: 4 | ||
- type: Sprite | ||
layers: | ||
- state: box | ||
- state: bodybags | ||
whitelist: | ||
tags: | ||
- BodyBag | ||
|
||
- type: entity | ||
parent: BoxCardboard | ||
id: BoxBodyBagSyndicate | ||
name: syndicate body bag box | ||
description: Contains body bags. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: BodyBagSyndicateFolded | ||
amount: 4 | ||
- type: Sprite | ||
layers: | ||
- state: box_of_doom | ||
- state: bodybags | ||
whitelist: | ||
tags: | ||
- BodyBag |
161 changes: 161 additions & 0 deletions
161
Resources/Prototypes/_CorvaxNext/Entities/Objects/Specific/Medical/bodybags.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,161 @@ | ||
- type: entity | ||
parent: BodyBag | ||
id: BodyBagBluespace | ||
name: body bag bluespace | ||
description: Durable bluespace bag designed for storing and transporting corpses, preventing decomposition. | ||
components: | ||
- type: Sprite | ||
sprite: _CorvaxNext/Objects/Specific/Medical/BodyBags/bluespace.rsi | ||
layers: | ||
- state: bluespacebag | ||
map: ["unfoldedLayer", "enum.StorageVisualLayers.Base"] | ||
- state: bluespacebag_folded | ||
map: ["foldedLayer"] | ||
visible: false | ||
- state: open_overlay | ||
map: ["enum.StorageVisualLayers.Door"] | ||
- state: label_overlay | ||
map: ["enum.BodyBagVisualLayers.Label"] | ||
- type: Icon | ||
sprite: _CorvaxNext/Objects/Specific/Medical/BodyBags/bluespace.rsi | ||
state: bluespacebag | ||
- type: EntityStorage | ||
capacity: 50 | ||
|
||
- type: entity | ||
parent: BodyBagBluespace | ||
id: BodyBagBluespaceFolded | ||
suffix: Folded | ||
components: | ||
- type: Foldable | ||
folded: true | ||
|
||
- type: entity | ||
parent: BodyBag | ||
id: BodyBagNanoTrasen | ||
name: blue body bag | ||
description: Plastic NT bag designed for storing and transporting corpses, preventing decomposition. | ||
components: | ||
- type: Sprite | ||
sprite: _CorvaxNext/Objects/Specific/Medical/BodyBags/nanotrasen.rsi | ||
layers: | ||
- state: ntbag | ||
map: ["unfoldedLayer", "enum.StorageVisualLayers.Base"] | ||
- state: ntbag_folded | ||
map: ["foldedLayer"] | ||
visible: false | ||
- state: open_overlay | ||
map: ["enum.StorageVisualLayers.Door"] | ||
- state: label_overlay | ||
map: ["enum.BodyBagVisualLayers.Label"] | ||
- type: Icon | ||
sprite: _CorvaxNext/Objects/Specific/Medical/BodyBags/nanotrasen.rsi | ||
state: ntbag | ||
- type: EntityStorage | ||
capacity: 1 | ||
|
||
- type: entity | ||
parent: BodyBagNanoTrasen | ||
id: BodyBagNanoTrasenFolded | ||
suffix: Folded | ||
components: | ||
- type: Foldable | ||
folded: true | ||
|
||
- type: entity | ||
parent: BodyBag | ||
id: BodyBagPrisoner | ||
name: prisoner body bag | ||
description: Plastic bag designed for storing and transporting corpses, preventing decomposition in prison structures. | ||
components: | ||
- type: Sprite | ||
sprite: _CorvaxNext/Objects/Specific/Medical/BodyBags/prison.rsi | ||
layers: | ||
- state: prisonerbag | ||
map: ["unfoldedLayer", "enum.StorageVisualLayers.Base"] | ||
- state: prisonerbag_folded | ||
map: ["foldedLayer"] | ||
visible: false | ||
- state: open_overlay | ||
map: ["enum.StorageVisualLayers.Door"] | ||
- state: label_overlay | ||
map: ["enum.BodyBagVisualLayers.Label"] | ||
- type: Icon | ||
sprite: _CorvaxNext/Objects/Specific/Medical/BodyBags/prison.rsi | ||
state: prisonerbag | ||
- type: EntityStorage | ||
capacity: 1 | ||
|
||
- type: entity | ||
parent: BodyBagPrisoner | ||
id: BodyBagPrisonerFolded | ||
suffix: Folded | ||
components: | ||
- type: Foldable | ||
folded: true | ||
|
||
- type: entity | ||
parent: BodyBag | ||
id: BodyBagRadiation | ||
name: radiation body bag | ||
description: Plastic bag designed for storing and transporting radioactive corpses, preventing decomposition. | ||
components: | ||
- type: Sprite | ||
sprite: _CorvaxNext/Objects/Specific/Medical/BodyBags/radiation.rsi | ||
layers: | ||
- state: radiationbag | ||
map: ["unfoldedLayer", "enum.StorageVisualLayers.Base"] | ||
- state: radiationbag_folded | ||
map: ["foldedLayer"] | ||
visible: false | ||
- state: open_overlay | ||
map: ["enum.StorageVisualLayers.Door"] | ||
- state: label_overlay | ||
map: ["enum.BodyBagVisualLayers.Label"] | ||
- type: Icon | ||
sprite: _CorvaxNext/Objects/Specific/Medical/BodyBags/radiation.rsi | ||
state: radiationbag | ||
- type: EntityStorage | ||
capacity: 1 | ||
- type: RadiationBlockingContainer | ||
resistance: 5 | ||
|
||
- type: entity | ||
parent: BodyBagRadiation | ||
id: BodyBagRadiationFolded | ||
suffix: Folded | ||
components: | ||
- type: Foldable | ||
folded: true | ||
|
||
- type: entity | ||
parent: BodyBag | ||
id: BodyBagSyndicate | ||
name: red body bag | ||
description: Plastic bag with Syndicate symbols, designed for storing and transporting corpses, preventing decomposition. | ||
components: | ||
- type: Sprite | ||
sprite: _CorvaxNext/Objects/Specific/Medical/BodyBags/syndicate.rsi | ||
layers: | ||
- state: syndicatebag | ||
map: ["unfoldedLayer", "enum.StorageVisualLayers.Base"] | ||
- state: syndicatebag_folded | ||
map: ["foldedLayer"] | ||
visible: false | ||
- state: open_overlay | ||
map: ["enum.StorageVisualLayers.Door"] | ||
- state: label_overlay | ||
map: ["enum.BodyBagVisualLayers.Label"] | ||
- type: Icon | ||
sprite: _CorvaxNext/Objects/Specific/Medical/BodyBags/syndicate.rsi | ||
state: syndicatebag | ||
- type: EntityStorage | ||
capacity: 3 | ||
|
||
- type: entity | ||
parent: BodyBagSyndicate | ||
id: BodyBagSyndicateFolded | ||
suffix: Folded | ||
components: | ||
- type: Foldable | ||
folded: true |
37 changes: 37 additions & 0 deletions
37
Resources/Prototypes/_CorvaxNext/Recipes/Lathes/body_bags.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,37 @@ | ||
- type: latheRecipe | ||
id: BluespaceBodyBag | ||
result: BodyBagBluespaceFolded | ||
completetime: 6 | ||
materials: | ||
Plastic: 1200 | ||
Silver: 120 | ||
Uranium: 30 | ||
|
||
- type: latheRecipe | ||
id: NTBodyBag | ||
result: BodyBagNanoTrasenFolded | ||
completetime: 3 | ||
materials: | ||
Plastic: 300 | ||
|
||
- type: latheRecipe | ||
id: PrisonerBodyBag | ||
result: BodyBagPrisonerFolded | ||
completetime: 3 | ||
materials: | ||
Plastic: 300 | ||
|
||
- type: latheRecipe | ||
id: RadiationBodyBag | ||
result: BodyBagRadiationFolded | ||
completetime: 3 | ||
materials: | ||
Plastic: 300 | ||
Uranium: 30 | ||
|
||
- type: latheRecipe | ||
id: SyndicateBodyBag | ||
result: BodyBagSyndicateFolded | ||
completetime: 6 | ||
materials: | ||
Plastic: 150 |
Binary file added
BIN
+224 Bytes
...es/_CorvaxNext/Objects/Specific/Medical/BodyBags/bluespace.rsi/bluespacebag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+177 Bytes
...vaxNext/Objects/Specific/Medical/BodyBags/bluespace.rsi/bluespacebag_folded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+167 Bytes
...s/_CorvaxNext/Objects/Specific/Medical/BodyBags/bluespace.rsi/label_overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.