Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpaceSec Fix #309

Merged
merged 2 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
ent-ADTDoorElectronicsSpaceSecOfficial = { ent-DoorElectronics }
.suffix = Space Sec, Служебный
.desc = { ent-DoorElectronics.desc }

ent-ADTDoorElectronicsSpaceSecSecurity = { ent-DoorElectronics }
.suffix = Space Sec, Служба безопасности
.desc = { ent-DoorElectronics.desc }

ent-ADTDoorElectronicsSpaceSecMaintence = { ent-DoorElectronics }
.suffix = Space Sec, Техобслуживание
.desc = { ent-DoorElectronics.desc }

ent-ADTDoorElectronicsSpaceSeckArmory = { ent-DoorElectronics }
.suffix = Space Sec, Оруженый
.desc = { ent-DoorElectronics.desc }

ent-ADTDoorElectronicsSpaceSecCommand = { ent-DoorElectronics }
.suffix = Space Sec, Командный
.desc = { ent-DoorElectronics.desc }

ent-ADTDoorElectronicsSpaceSecExternal = { ent-DoorElectronics }
.suffix = Space Sec, Внешний
.desc = { ent-DoorElectronics.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ent-ADTSpaceSecAirlockMaintence = шлюз
.suffix = Space Sec, Техобслуживание
ent-ADTSpaceSecAirlockArmory = шлюз
.desc = Он открывается, он закрывается, и он может вас раздавить.
.suffix = Space Sec, Оруженый
.suffix = Space Sec, Оружейный
ent-ADTSpaceSecAirlockCommand = шлюз
.desc = Он открывается, он закрывается, и он может вас раздавить.
.suffix = Space Sec, Командный
Expand Down Expand Up @@ -40,7 +40,7 @@ ent-ADTSpaceSecGlassAirlockMaintence = стеклянный шлюз
.suffix = Space Sec, Техобслуживание
ent-ADTSpaceSecGlassAirlockArmory = стеклянный шлюз
.desc = Он открывается, он закрывается, и он может вас раздавить.
.suffix = Space Sec, Оруженый
.suffix = Space Sec, Оружейный
ent-ADTSpaceSecGlassAirlockCommand = стеклянный шлюз
.desc = Он открывается, он закрывается, и он может вас раздавить.
.suffix = Space Sec, Командный
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,52 @@
components:
- type: AccessReader
access: [["Magistrate"]]

- type: entity
parent: DoorElectronics
id: ADTDoorElectronicsSpaceSecOfficial
suffix: Space Sec, Locked
components:
- type: AccessReader
access: [["SpaceSecOfficial"]]

- type: entity
parent: DoorElectronics
id: ADTDoorElectronicsSpaceSecSecurity
suffix: Space Sec, Security
components:
- type: AccessReader
access: [["SpaceSecSecurity"]]

- type: entity
parent: DoorElectronics
id: ADTDoorElectronicsSpaceSecMaintence
suffix: Space Sec, Maintenance
components:
- type: AccessReader
access: [["SpaceSecMaintenance"]]

- type: entity
parent: DoorElectronics
id: ADTDoorElectronicsSpaceSeckArmory
suffix: Space Sec, Armory
components:
- type: AccessReader
access: [["SpaceSecArmory"]]

- type: entity
parent: DoorElectronics
id: ADTDoorElectronicsSpaceSecCommand
suffix: Space Sec, Command
components:
- type: AccessReader
access: [["SpaceSecCommand"]]

- type: entity
parent: DoorElectronics
id: ADTDoorElectronicsSpaceSecExternal
suffix: Space Sec, External
components:
- type: AccessReader
access: [["SpaceSecExternal"]]

Original file line number Diff line number Diff line change
Expand Up @@ -21,40 +21,45 @@
id: ADTSpaceSecAirlockOfficial
suffix: Space Sec, Locked
components:
- type: AccessReader
access: [["SpaceSecOfficial"]]
- type: ContainerFill
containers:
board: [ ADTDoorElectronicsSpaceSecOfficial ]

- type: entity
parent: ADTSpaceSecAirlock
id: ADTSpaceSecAirlockSecurity
suffix: Space Sec, Security
components:
- type: AccessReader
access: [["SpaceSecSecurity"]]
- type: ContainerFill
containers:
board: [ ADTDoorElectronicsSpaceSecSecurity ]

- type: entity
parent: ADTSpaceSecAirlock
id: ADTSpaceSecAirlockMaintence
suffix: Space Sec, Maintenance
components:
- type: AccessReader
access: [["SpaceSecMaintenance"]]
- type: ContainerFill
containers:
board: [ ADTDoorElectronicsSpaceSecMaintence ]

- type: entity
parent: ADTSpaceSecAirlock
id: ADTSpaceSecAirlockArmory
suffix: Space Sec, Armory
components:
- type: AccessReader
access: [["SpaceSecArmory"]]
- type: ContainerFill
containers:
board: [ ADTDoorElectronicsSpaceSeckArmory ]

- type: entity
parent: ADTSpaceSecAirlock
id: ADTSpaceSecAirlockCommand
suffix: Space Sec, Command
components:
- type: AccessReader
access: [["SpaceSecCommand"]]
- type: ContainerFill
containers:
board: [ ADTDoorElectronicsSpaceSecCommand ]

- type: entity
parent: AirlockShuttleSyndicate
Expand All @@ -67,56 +72,63 @@
- type: Wires
boardName: wires-board-name-highsec
layoutId: HighSec
- type: AccessReader
access: [["SpaceSecExternal"]]
- type: ContainerFill
containers:
board: [ ADTDoorElectronicsSpaceSecExternal ]

- type: entity
parent: AirlockExternal
id: ADTSpaceSecAirlockExternal
suffix: Space Sec, External
components:
- type: AccessReader
access: [["SpaceSecExternal"]]
- type: ContainerFill
containers:
board: [ ADTDoorElectronicsSpaceSecExternal ]

- type: entity
parent: ADTSpaceSecGlassAirlock
id: ADTSpaceSecGlassAirlockOfficial
suffix: Space Sec, Locked
components:
- type: AccessReader
access: [["SpaceSecOfficial"]]
- type: ContainerFill
containers:
board: [ ADTDoorElectronicsSpaceSecOfficial ]

- type: entity
parent: ADTSpaceSecGlassAirlock
id: ADTSpaceSecGlassAirlockSecurity
suffix: Space Sec, Security
components:
- type: AccessReader
access: [["SpaceSecSecurity"]]
- type: ContainerFill
containers:
board: [ ADTDoorElectronicsSpaceSecSecurity ]

- type: entity
parent: ADTSpaceSecGlassAirlock
id: ADTSpaceSecGlassAirlockMaintence
suffix: Space Sec, Maintenance
components:
- type: AccessReader
access: [["SpaceSecMaintenance"]]
- type: ContainerFill
containers:
board: [ ADTDoorElectronicsSpaceSecMaintence ]

- type: entity
parent: ADTSpaceSecGlassAirlock
id: ADTSpaceSecGlassAirlockArmory
suffix: Space Sec, Armory
components:
- type: AccessReader
access: [["SpaceSecArmory"]]
- type: ContainerFill
containers:
board: [ ADTDoorElectronicsSpaceSeckArmory ]

- type: entity
parent: ADTSpaceSecGlassAirlock
id: ADTSpaceSecGlassAirlockCommand
suffix: Space Sec, Command
components:
- type: AccessReader
access: [["SpaceSecCommand"]]
- type: ContainerFill
containers:
board: [ ADTDoorElectronicsSpaceSecCommand ]

- type: entity
parent: AirlockGlassShuttle
Expand All @@ -129,8 +141,9 @@
- type: Wires
boardName: wires-board-name-highsec
layoutId: HighSec
- type: AccessReader
access: [["SpaceSecExternal"]]
- type: ContainerFill
containers:
board: [ ADTDoorElectronicsSpaceSecExternal ]

- type: entity
parent: AirlockShuttle
Expand All @@ -143,6 +156,7 @@
- type: Wires
boardName: wires-board-name-highsec
layoutId: HighSec
- type: AccessReader
access: [["SpaceSecExternal"]]
- type: ContainerFill
containers:
board: [ ADTDoorElectronicsSpaceSecExternal ]

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading