-
Notifications
You must be signed in to change notification settings - Fork 88
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
abf90aa
commit 87ec87f
Showing
6 changed files
with
47 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,3 +146,4 @@ | |
- id: HandheldGPSBasic | ||
- id: MedkitFilled | ||
prob: 0.3 | ||
- id: HandheldCrewMonitor # Sunrise-edit |
25 changes: 25 additions & 0 deletions
25
Resources/Prototypes/_Sunrise/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,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 |
Binary file added
BIN
+445 Bytes
...ces/Textures/_Sunrise/Entities/Objects/Devices/flatpack.rsi/cloning-console.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
+419 Bytes
Resources/Textures/_Sunrise/Entities/Objects/Devices/flatpack.rsi/cloning-pod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
Resources/Textures/_Sunrise/Entities/Objects/Devices/flatpack.rsi/meta.json
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 @@ | ||
{ | ||
"version": 1, | ||
"license": "CLA", | ||
"copyright": "SUNRISE", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "cloning-pod" | ||
}, | ||
{ | ||
"name": "cloning-console" | ||
} | ||
] | ||
} |