Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
babaevlsdd committed Jul 17, 2024
1 parent abf90aa commit 87ec87f
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@
- id: RubberStampCMO
- id: MedicalTechFabCircuitboard
- id: BoxEncryptionKeyMedical
- id: CloningConsoleFlatpack # Sunrise-edit
- id: CloningPodFlatpack # Sunrise-edit

- type: entity
id: LockerChiefMedicalOfficerFilled
Expand All @@ -220,6 +222,8 @@
- id: RubberStampCMO
- id: MedicalTechFabCircuitboard
- id: BoxEncryptionKeyMedical
- id: CloningConsoleFlatpack # Sunrise-edit
- id: CloningPodFlatpack # Sunrise-edit

- type: entity
id: LockerResearchDirectorFilledHardsuit
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,4 @@
- id: HandheldGPSBasic
- id: MedkitFilled
prob: 0.3
- id: HandheldCrewMonitor # Sunrise-edit
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
- type: entity
parent: BaseFlatpack
id: CloningConsoleFlatpack
name: упаковка консоли клонирования
description: Упаковка, при помощи которой можно создать консоль клонирования.
components:
- type: Flatpack
entity: ComputerCloningConsole
- type: Sprite
sprite: _Sunrise/Entities/Objects/Devices/flatpack.rsi
layers:
- state: cloning-console

- type: entity
parent: BaseFlatpack
id: CloningPodFlatpack
name: упаковка капсулы клонирования
description: Упаковка, при помощи которой можно создать капсулу клонирования.
components:
- type: Flatpack
entity: CloningPod
- type: Sprite
sprite: _Sunrise/Entities/Objects/Devices/flatpack.rsi
layers:
- state: cloning-pod
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CLA",
"copyright": "SUNRISE",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "cloning-pod"
},
{
"name": "cloning-console"
}
]
}

0 comments on commit 87ec87f

Please sign in to comment.