Enables warden on Packedstation (#5615)

This commit is contained in:
Mith-randalf
2021-12-03 02:01:18 +00:00
committed by GitHub
parent b8a410a369
commit 916554ad0c
10 changed files with 90 additions and 35 deletions

View File

@@ -64815,6 +64815,48 @@ entities:
- pos: 13.5,-12.5 - pos: 13.5,-12.5
parent: 0 parent: 0
type: Transform type: Transform
- uid: 6804
type: AirlockArmoryLocked
components:
- name: Armory
type: MetaData
- pos: 40.5,25.5
parent: 0
type: Transform
- containers:
board: !type:Container
ents: []
type: ContainerContainer
- uid: 6805
type: AirlockArmoryLocked
components:
- name: Armory
type: MetaData
- pos: 39.5,25.5
parent: 0
type: Transform
- containers:
board: !type:Container
ents: []
type: ContainerContainer
- uid: 6806
type: LockerWardenFilled
components:
- pos: 38.5,24.5
parent: 0
type: Transform
- isPlaceable: False
type: PlaceableSurface
- containers:
EntityStorageComponent: !type:Container
ents: []
type: ContainerContainer
- uid: 6807
type: SpawnPointWarden
components:
- pos: 29.5,25.5
parent: 0
type: Transform
- uid: 6808 - uid: 6808
type: WallReinforced type: WallReinforced
components: components:
@@ -109273,26 +109315,6 @@ entities:
type: Transform type: Transform
- canCollide: False - canCollide: False
type: Physics type: Physics
- uid: 11202
type: AirlockVaultLocked
components:
- pos: 39.5,25.5
parent: 0
type: Transform
- containers:
board: !type:Container
ents: []
type: ContainerContainer
- uid: 11203
type: AirlockVaultLocked
components:
- pos: 40.5,25.5
parent: 0
type: Transform
- containers:
board: !type:Container
ents: []
type: ContainerContainer
- uid: 11204 - uid: 11204
type: PowerCellMediumStandard type: PowerCellMediumStandard
components: components:

View File

@@ -6095,7 +6095,7 @@ entities:
ents: [] ents: []
type: ContainerContainer type: ContainerContainer
- uid: 575 - uid: 575
type: AirlockVaultLocked type: AirlockArmoryLocked
components: components:
- name: Armory - name: Armory
type: MetaData type: MetaData
@@ -35308,6 +35308,12 @@ entities:
type: Physics type: Physics
- color: '#7F007FFF' - color: '#7F007FFF'
type: AtmosPipeColor type: AtmosPipeColor
- uid: 3170
type: SpawnPointWarden
components:
- pos: -5.5,14.5
parent: 853
type: Transform
- uid: 3171 - uid: 3171
type: CableApcExtension type: CableApcExtension
components: components:
@@ -35601,6 +35607,18 @@ entities:
type: Sprite type: Sprite
- canCollide: False - canCollide: False
type: Physics type: Physics
- uid: 3199
type: LockerWardenFilled
components:
- pos: -11.5,13.5
parent: 853
type: Transform
- isPlaceable: False
type: PlaceableSurface
- containers:
EntityStorageComponent: !type:Container
ents: []
type: ContainerContainer
- uid: 3200 - uid: 3200
type: CableApcExtension type: CableApcExtension
components: components:

View File

@@ -10,3 +10,6 @@
#- type: accessLevel #- type: accessLevel
# id: Detective # id: Detective
- type: accessLevel
id: Armory

View File

@@ -284,17 +284,17 @@
- state: green - state: green
- state: hos - state: hos
# - type: entity - type: entity
# id: SpawnPointWarden id: SpawnPointWarden
# parent: SpawnPointJobBase parent: SpawnPointJobBase
# name: warden name: warden
# components: components:
# - type: SpawnPoint - type: SpawnPoint
# job_id: Warden job_id: Warden
# - type: Sprite - type: Sprite
# layers: layers:
# - state: green - state: green
# - state: warden - state: warden
- type: entity - type: entity
id: SpawnPointSecurityOfficer id: SpawnPointSecurityOfficer

View File

@@ -54,7 +54,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Medical"]] access: [["Medical"]]
- type: entity - type: entity
parent: AirlockChemistry parent: AirlockChemistry
id: AirlockChemistryLocked id: AirlockChemistryLocked
@@ -95,6 +95,14 @@
- type: AccessReader - type: AccessReader
access: [["Security", "Command"]] access: [["Security", "Command"]]
- type: entity
parent: AirlockSecurity
id: AirlockArmoryLocked
suffix: Armory, Locked
components:
- type: AccessReader
access: [["Armory"]]
- type: entity - type: entity
parent: AirlockCommand parent: AirlockCommand
id: AirlockEVALocked id: AirlockEVALocked

View File

@@ -251,7 +251,7 @@
- type: StorageVisualizer - type: StorageVisualizer
state: warden state: warden
- type: AccessReader - type: AccessReader
access: [["Security"]] # TODO access [["Brig"]] access: [["Security", "Armory"]] # TODO access [["Brig"]]
# Security Officer # Security Officer
- type: entity - type: entity

View File

@@ -64,6 +64,7 @@
HeadOfSecurity: [ 1, 1 ] HeadOfSecurity: [ 1, 1 ]
SecurityOfficer: [ 2, 3 ] SecurityOfficer: [ 2, 3 ]
Chaplain: [ 1, 1 ] Chaplain: [ 1, 1 ]
Warden: [ 1, 1 ]
- type: gameMap - type: gameMap
id: knightship id: knightship

View File

@@ -19,6 +19,7 @@
- HeadOfPersonnel - HeadOfPersonnel
- Command - Command
- Security - Security
- Armory
# - Brig # - Brig
- Engineering - Engineering
- Medical - Medical

View File

@@ -14,6 +14,7 @@
- Command - Command
# - Brig # - Brig
- Security - Security
- Armory
- Maintenance - Maintenance
- Service - Service

View File

@@ -6,9 +6,10 @@
- Security - Security
icon: "Warden" icon: "Warden"
supervisors: "the head of security" supervisors: "the head of security"
canBeAntag: false
access: access:
- Security - Security
# - Brig - Armory
- Maintenance - Maintenance
- Service - Service