Skip to content

Commit

Permalink
Separates DV-added airlocks into DV files (#74)
Browse files Browse the repository at this point in the history
## Mirror of PR #1002: [Separates DV-added airlocks into DV
files](DeltaV-Station/Delta-v#1002) from <img
src="https://avatars.githubusercontent.com/u/131613340?v=4"
alt="DeltaV-Station" width="22"/>
[DeltaV-Station](https://github.com/DeltaV-Station)/[Delta-v](https://github.com/DeltaV-Station/Delta-v)

<aside>PR opened by <img
src="https://avatars.githubusercontent.com/u/107660393?v=4"
width="16"/><a href="https://github.com/IamVelcroboy"> IamVelcroboy</a>
at 2024-03-25 14:52:38 UTC</aside>
<aside>PR merged by <img
src="https://avatars.githubusercontent.com/u/107660393?v=4"
width="16"/><a href="https://github.com/IamVelcroboy"> IamVelcroboy</a>
at 2024-03-27 16:44:22 UTC</aside>
<sup>

`3dea418e7ee0db6136855914dd3f99b01fb337ee`

</sup>

---

PR changed 0 files with 0 additions and 0 deletions.

The PR had the following labels:
- Changes: YML


---

<details open="true"><summary><h1>Original Body</h1></summary>

> ## About the PR
> Simply moves airlocks we added from the upstream file to our file for
better separation/easier management over time. Does not add any new
entities.
> 
> ## Why / Balance
> Probably should have been done this way the first time but...🤷‍♂️


</details>

Co-authored-by: Velcroboy <[email protected]>
Co-authored-by: VMSolidus <[email protected]>
Co-authored-by: Peptide90 <[email protected]>
  • Loading branch information
4 people authored May 9, 2024
1 parent 67137d1 commit 7991882
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 222 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Delta V specific roles
- type: entity
parent: AirlockScience
id: AirlockMantisLocked
Expand Down Expand Up @@ -37,3 +38,221 @@
components:
- type: GridFill
path: /Maps/Shuttles/DeltaV/sub_escape_pod.yml

- type: entity
parent: Airlock
id: AirlockBoxerLocked
suffix: Boxer, Locked
components:
- type: AccessReader
access: [["Boxer"]]

- type: entity
parent: Airlock
id: AirlockClownLocked
suffix: Clown, Locked
components:
- type: AccessReader
access: [["Clown"]]

- type: entity
parent: Airlock
id: AirlockMimeLocked
suffix: Mime, Locked
components:
- type: AccessReader
access: [["Mime"]]

- type: entity
parent: Airlock
id: AirlockMusicianLocked
suffix: Musician, Locked
components:
- type: AccessReader
access: [["Musician"]]

- type: entity
parent: Airlock
id: AirlockReporterLocked
suffix: Reporter, Locked
components:
- type: AccessReader
access: [["Reporter"]]

- type: entity
parent: Airlock
id: AirlockLibraryLocked
suffix: Library, Locked
components:
- type: AccessReader
access: [["Library"]]

- type: entity
parent: Airlock
id: AirlockZookeeperLocked
suffix: Zookeeper, Locked
components:
- type: AccessReader
access: [["Zookeeper"]]

- type: entity
parent: AirlockExternal
id: AirlockExternalSalvageLocked
suffix: External, Salvage, Locked
components:
- type: AccessReader
access: [["Salvage"]]

- type: entity
parent: AirlockMedical
id: AirlockPsychologistLocked
suffix: Psychologist, Locked
components:
- type: AccessReader
access: [["Psychologist"]]

# Glass Airlocks
- type: entity
parent: AirlockGlass
id: AirlockBoxerGlassLocked
suffix: Boxer, Locked
components:
- type: AccessReader
access: [["Boxer"]]

- type: entity
parent: AirlockGlass
id: AirlockClownGlassLocked
suffix: Clown, Locked
components:
- type: AccessReader
access: [["Clown"]]

- type: entity
parent: AirlockGlass
id: AirlockMimeGlassLocked
suffix: Mime, Locked
components:
- type: AccessReader
access: [["Mime"]]

- type: entity
parent: AirlockGlass
id: AirlockMusicianGlassLocked
suffix: Musician, Locked
components:
- type: AccessReader
access: [["Musician"]]

- type: entity
parent: AirlockGlass
id: AirlockReporterGlassLocked
suffix: Reporter, Locked
components:
- type: AccessReader
access: [["Reporter"]]

- type: entity
parent: AirlockGlass
id: AirlockLibraryGlassLocked
suffix: Library, Locked
components:
- type: AccessReader
access: [["Library"]]

- type: entity
parent: AirlockGlass
id: AirlockZookeeperGlassLocked
suffix: Zookeeper, Locked
components:
- type: AccessReader
access: [["Zookeeper"]]

- type: entity
parent: AirlockExternalGlass
id: AirlockExternalGlassSalvageLocked
suffix: External, Glass, Salvage, Locked
components:
- type: AccessReader
access: [["Salvage"]]

- type: entity
parent: AirlockMedicalGlass
id: AirlockPsychologistGlassLocked
suffix: Psychologist, Locked
components:
- type: AccessReader
access: [["Psychologist"]]

# Maintenance Hatches
- type: entity
parent: AirlockMaint
id: AirlockMaintBoxerLocked
suffix: Boxer, Locked
components:
- type: AccessReader
access: [["Boxer"]]

- type: entity
parent: AirlockMaint
id: AirlockMaintClownLocked
suffix: Clown, Locked
components:
- type: AccessReader
access: [["Clown"]]

- type: entity
parent: AirlockMaint
id: AirlockMaintMimeLocked
suffix: Mime, Locked
components:
- type: AccessReader
access: [["Mime"]]

- type: entity
parent: AirlockMaint
id: AirlockMaintMusicianLocked
suffix: Musician, Locked
components:
- type: AccessReader
access: [["Musician"]]

- type: entity
parent: AirlockMaint
id: AirlockMaintReporterLocked
suffix: Reporter, Locked
components:
- type: AccessReader
access: [["Reporter"]]

- type: entity
parent: AirlockMaint
id: AirlockMaintLibraryLocked
suffix: Library, Locked
components:
- type: AccessReader
access: [["Library"]]

- type: entity
parent: AirlockMaint
id: AirlockMaintZookeeperLocked
suffix: Zookeeper, Locked
components:
- type: AccessReader
access: [["Zookeeper"]]

- type: entity
parent: AirlockMaint
id: AirlockMaintPsychologistLocked
suffix: Psychologist, Locked
components:
- type: AccessReader
access: [["Psychologist"]]

- type: entity
parent: AirlockMaint
id: AirlockMaintSecurityLawyerLocked
suffix: Security/Lawyer, Locked
components:
- type: AccessReader
access: [["Security"], ["Lawyer"]]
Loading

0 comments on commit 7991882

Please sign in to comment.