-
Notifications
You must be signed in to change notification settings - Fork 381
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
0567cf7
commit 52322ce
Showing
16 changed files
with
112 additions
and
3 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
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/DeltaV/Catalog/Fills/Boxes/general.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,19 @@ | ||
- type: entity | ||
name: Prisoner encryption key box | ||
parent: BoxCardboard | ||
id: BoxEncryptionKeyPrisoner | ||
description: A box of spare encryption keys. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: EncryptionKeyPrison | ||
amount: 6 | ||
- type: Sprite | ||
layers: | ||
- state: box | ||
- state: encryptokey | ||
- type: Storage | ||
capacity: 30 | ||
whitelist: | ||
components: | ||
- EncryptionKey |
15 changes: 15 additions & 0 deletions
15
Resources/Prototypes/DeltaV/Entities/Objects/Devices/encryption_keys.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: EncryptionKey | ||
id: EncryptionKeyPrison | ||
name: Prison encryption key | ||
description: An encryption key used by anybody who needs to speak with the prisoners | ||
components: | ||
- type: EncryptionKey | ||
channels: | ||
- Prison | ||
defaultChannel: Prison | ||
- type: Sprite | ||
sprite: DeltaV/Objects/Devices/encryption_keys.rsi | ||
layers: | ||
- state: crypt_orange | ||
- state: prisoner_label |
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,6 @@ | ||
- type: radioChannel | ||
id: Prison | ||
name: chat-radio-prison | ||
keycode: 'p' | ||
frequency: 1601 | ||
color: "#FFA500" |
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
33 changes: 33 additions & 0 deletions
33
Resources/Prototypes/Entities/Clothing/Ears/headsets_prison.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,33 @@ | ||
|
||
- type: entity | ||
parent: ClothingHeadset | ||
id: ClothingHeadsetPrison | ||
name: prison headset | ||
description: Headset used by anybody who needs direct contact with prisoners | ||
components: | ||
- type: ContainerFill | ||
containers: | ||
key_slots: | ||
- EncryptionKeyPrison | ||
- EncryptionKeyCommon | ||
- type: Sprite | ||
sprite: DeltaV/Clothing/Ears/Headsets/prisoner.rsi | ||
- type: Clothing | ||
sprite: DeltaV/Clothing/Ears/Headsets/prisoner.rsi | ||
|
||
- type: entity | ||
parent: ClothingHeadset | ||
id: ClothingHeadsetPrisonGuard | ||
name: guard headset | ||
description: Headset used by prison guards. | ||
components: | ||
- type: ContainerFill | ||
containers: | ||
key_slots: | ||
- EncryptionKeyPrison | ||
- EncryptionKeyCommon | ||
- EncryptionKeySecurity | ||
- type: Sprite | ||
sprite: Clothing/Ears/Headsets/security.rsi | ||
- type: Clothing | ||
sprite: Clothing/Ears/Headsets/security.rsi |
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 |
---|---|---|
|
@@ -72,6 +72,7 @@ | |
- Security | ||
- Service | ||
- Supply | ||
- Prison #DeltaV | ||
defaultChannel: Command | ||
- type: Sprite | ||
layers: | ||
|
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
Binary file added
BIN
+227 Bytes
Resources/Textures/DeltaV/Clothing/Ears/Headsets/prisoner.rsi/equipped-EARS.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
+390 Bytes
Resources/Textures/DeltaV/Clothing/Ears/Headsets/prisoner.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
Resources/Textures/DeltaV/Clothing/Ears/Headsets/prisoner.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,18 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Resprited by DangerRevolution from tgstation at commit https://github.com/tgstation/tgstation/commit/f8f4aeda930fcd0805ca4cc76d9bc9412a5b3428", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-EARS", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+507 Bytes
Resources/Textures/DeltaV/Objects/Devices/encryption_keys.rsi/crypt_orange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions
13
Resources/Textures/DeltaV/Objects/Devices/encryption_keys.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,13 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Created by DangerRevolution for Space Station 14.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{"name": "prisoner_label"}, | ||
{"name": "crypt_orange"} | ||
] | ||
} |
Binary file added
BIN
+222 Bytes
Resources/Textures/DeltaV/Objects/Devices/encryption_keys.rsi/prisoner_label.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.