[Access] Detective personal access (#15109)
* [Access] Detective personal access * [Add] technical airlock with detective access. * vendind and locker change access * Detective access on ID card console
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Content.Shared.Access.Components
|
|||||||
"Atmospherics",
|
"Atmospherics",
|
||||||
"Bar",
|
"Bar",
|
||||||
"Brig",
|
"Brig",
|
||||||
// "Detective",
|
"Detective",
|
||||||
"Captain",
|
"Captain",
|
||||||
"Cargo",
|
"Cargo",
|
||||||
"Chapel",
|
"Chapel",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
- type: accessGroup
|
- type: accessGroup
|
||||||
id: AllAccess
|
id: AllAccess
|
||||||
tags:
|
tags:
|
||||||
- EmergencyShuttleRepealAll
|
- EmergencyShuttleRepealAll
|
||||||
@@ -10,6 +10,7 @@
|
|||||||
- ResearchDirector
|
- ResearchDirector
|
||||||
- Command
|
- Command
|
||||||
- Security
|
- Security
|
||||||
|
- Detective
|
||||||
- Armory
|
- Armory
|
||||||
- Brig
|
- Brig
|
||||||
- Engineering
|
- Engineering
|
||||||
|
|||||||
@@ -14,8 +14,9 @@
|
|||||||
id: Brig
|
id: Brig
|
||||||
name: id-card-access-level-brig
|
name: id-card-access-level-brig
|
||||||
|
|
||||||
#- type: accessLevel
|
- type: accessLevel
|
||||||
# id: Detective
|
id: Detective
|
||||||
|
name: id-card-access-level-detective
|
||||||
|
|
||||||
- type: accessGroup
|
- type: accessGroup
|
||||||
id: Security
|
id: Security
|
||||||
@@ -24,11 +25,11 @@
|
|||||||
- Security
|
- Security
|
||||||
- Armory
|
- Armory
|
||||||
- Brig
|
- Brig
|
||||||
# - Detective
|
- Detective
|
||||||
|
|
||||||
- type: accessGroup
|
- type: accessGroup
|
||||||
id: Armory
|
id: Armory
|
||||||
tags:
|
tags:
|
||||||
- Security
|
- Security
|
||||||
- Armory
|
- Armory
|
||||||
- Brig
|
- Brig
|
||||||
|
|||||||
@@ -259,6 +259,16 @@
|
|||||||
- type: Wires
|
- type: Wires
|
||||||
LayoutId: AirlockSecurity
|
LayoutId: AirlockSecurity
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockSecurity
|
||||||
|
id: AirlockDetectiveLocked
|
||||||
|
suffix: Detective, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Detective"]]
|
||||||
|
- type: Wires
|
||||||
|
LayoutId: AirlockSecurity
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: AirlockSecurity
|
parent: AirlockSecurity
|
||||||
id: AirlockBrigLocked
|
id: AirlockBrigLocked
|
||||||
@@ -504,6 +514,14 @@
|
|||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Security"]]
|
access: [["Security"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockSecurityGlass
|
||||||
|
id: AirlockDetectiveGlassLocked
|
||||||
|
suffix: Detective, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Detective"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: AirlockSecurityGlass
|
parent: AirlockSecurityGlass
|
||||||
id: AirlockBrigGlassLocked
|
id: AirlockBrigGlassLocked
|
||||||
@@ -689,6 +707,14 @@
|
|||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Security"]]
|
access: [["Security"]]
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: AirlockMaint
|
||||||
|
id: AirlockMaintDetectiveLocked
|
||||||
|
suffix: Detective, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Detective"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: AirlockMaint
|
parent: AirlockMaint
|
||||||
id: AirlockMaintHOPLocked
|
id: AirlockMaintHOPLocked
|
||||||
|
|||||||
@@ -1573,7 +1573,7 @@
|
|||||||
- state: panel
|
- state: panel
|
||||||
map: ["enum.WiresVisualLayers.MaintenancePanel"]
|
map: ["enum.WiresVisualLayers.MaintenancePanel"]
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Security"]]
|
access: [["Detective"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: VendingMachine
|
parent: VendingMachine
|
||||||
|
|||||||
@@ -329,7 +329,7 @@
|
|||||||
description: Usually cold and empty... like your heart.
|
description: Usually cold and empty... like your heart.
|
||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Security"]] # TODO access [["Detective"]]
|
access: [["Detective"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerEvidence
|
id: LockerEvidence
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
- Brig
|
- Brig
|
||||||
- Maintenance
|
- Maintenance
|
||||||
- Service
|
- Service
|
||||||
|
- Detective
|
||||||
|
|
||||||
- type: startingGear
|
- type: startingGear
|
||||||
id: DetectiveGear
|
id: DetectiveGear
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
- Maintenance
|
- Maintenance
|
||||||
- Service
|
- Service
|
||||||
- External
|
- External
|
||||||
|
- Detective
|
||||||
|
|
||||||
- type: startingGear
|
- type: startingGear
|
||||||
id: HoSGear
|
id: HoSGear
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
- Service
|
- Service
|
||||||
- Brig
|
- Brig
|
||||||
- External
|
- External
|
||||||
|
- Detective
|
||||||
|
|
||||||
- type: startingGear
|
- type: startingGear
|
||||||
id: WardenGear
|
id: WardenGear
|
||||||
|
|||||||
Reference in New Issue
Block a user