Encryption key boxes to the heads lockers. (#14110)

This commit is contained in:
lapatison
2023-03-06 05:32:08 +03:00
committed by GitHub
parent 3bd3a89cb1
commit 2257bd3862
4 changed files with 112 additions and 1 deletions

View File

@@ -276,3 +276,103 @@
- type: Tag - type: Tag
tags: tags:
- DroneUsable - DroneUsable
- type: entity
name: passenger encryption key box
parent: BoxCardboard
id: BoxEncryptionKeyPassenger
description: A box of spare encryption keys.
components:
- type: StorageFill
contents:
- id: EncryptionKeyCommon
amount: 6
- type: Sprite
layers:
- state: box
- state: encryptokey
- type: Storage
capacity: 30
whitelist:
components:
- EncryptionKey
- type: entity
name: cargo encryption key box
parent: BoxEncryptionKeyPassenger
id: BoxEncryptionKeyCargo
components:
- type: StorageFill
contents:
- id: EncryptionKeyCargo
amount: 6
- type: entity
name: engineering encryption key box
parent: BoxEncryptionKeyPassenger
id: BoxEncryptionKeyEngineering
components:
- type: StorageFill
contents:
- id: EncryptionKeyEngineering
amount: 6
- type: entity
name: med-sci encryption key box
parent: BoxEncryptionKeyPassenger
id: BoxEncryptionKeyMedicalScience
components:
- type: StorageFill
contents:
- id: EncryptionKeyMedicalScience
amount: 6
- type: entity
name: medical encryption key box
parent: BoxEncryptionKeyPassenger
id: BoxEncryptionKeyMedical
components:
- type: StorageFill
contents:
- id: EncryptionKeyMedical
amount: 6
- type: entity
name: robotech encryption key box
parent: BoxEncryptionKeyPassenger
id: BoxEncryptionKeyRobo
components:
- type: StorageFill
contents:
- id: EncryptionKeyRobo
amount: 6
- type: entity
name: science encryption key box
parent: BoxEncryptionKeyPassenger
id: BoxEncryptionKeyScience
components:
- type: StorageFill
contents:
- id: EncryptionKeyScience
amount: 6
- type: entity
name: security encryption key box
parent: BoxEncryptionKeyPassenger
id: BoxEncryptionKeySecurity
components:
- type: StorageFill
contents:
- id: EncryptionKeySecurity
amount: 6
- type: entity
name: service encryption key box
parent: BoxEncryptionKeyPassenger
id: BoxEncryptionKeyService
components:
- type: StorageFill
contents:
- id: EncryptionKeyService
amount: 6

View File

@@ -24,6 +24,7 @@
- id: DoorRemoteCargo - id: DoorRemoteCargo
- id: RubberStampQm - id: RubberStampQm
- id: ClothingHeadsetAltCargo - id: ClothingHeadsetAltCargo
- id: BoxEncryptionKeyCargo
- type: entity - type: entity
id: LockerCaptainFilled id: LockerCaptainFilled
@@ -87,6 +88,8 @@
- id: DoorRemoteService - id: DoorRemoteService
- id: ClothingNeckGoldmedal - id: ClothingNeckGoldmedal
- id: RubberStampHop - id: RubberStampHop
- id: BoxEncryptionKeyPassenger
- id: BoxEncryptionKeyService
- type: entity - type: entity
id: LockerChiefEngineerFilled id: LockerChiefEngineerFilled
@@ -111,6 +114,7 @@
- id: RubberStampCE - id: RubberStampCE
- id: JetpackVoidFilled - id: JetpackVoidFilled
- id: ClothingHeadsetAltEngineering - id: ClothingHeadsetAltEngineering
- id: BoxEncryptionKeyEngineering
- type: entity - type: entity
id: LockerChiefMedicalOfficerFilled id: LockerChiefMedicalOfficerFilled
@@ -139,6 +143,7 @@
- id: MedicalTechFabCircuitboard - id: MedicalTechFabCircuitboard
- id: MaterialBiomass - id: MaterialBiomass
amount: 3 amount: 3
- id: BoxEncryptionKeyMedical
- type: entity - type: entity
id: LockerResearchDirectorFilled id: LockerResearchDirectorFilled
@@ -159,6 +164,8 @@
- id: DoorRemoteResearch - id: DoorRemoteResearch
- id: RubberStampRd - id: RubberStampRd
- id: ClothingHeadsetAltScience - id: ClothingHeadsetAltScience
- id: BoxEncryptionKeyScience
- id: BoxEncryptionKeyRobo
- type: entity - type: entity
id: LockerHeadOfSecurityFilled id: LockerHeadOfSecurityFilled
@@ -202,3 +209,4 @@
- id: RubberStampHos - id: RubberStampHos
- id: SecurityTechFabCircuitboard - id: SecurityTechFabCircuitboard
- id: JetpackSecurityFilled - id: JetpackSecurityFilled
- id: BoxEncryptionKeySecurity

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/cc65477c04f7403ca8a457bd5bae69a01abadbf0", "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/cc65477c04f7403ca8a457bd5bae69a01abadbf0, encryptokey was taken from Baystation12 at https://github.com/infinitystation/Baystation12/blob/073f678cdce92edb8fcd55f9ffc9f0523bf31506/icons/obj/radio.dmi and modified by lapatison",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -121,6 +121,9 @@
{ {
"name": "headset" "name": "headset"
}, },
{
"name": "encryptokey"
},
{ {
"name": "inhand-left", "name": "inhand-left",
"directions": 4 "directions": 4