Skip to content

Commit

Permalink
Windoors (#769)
Browse files Browse the repository at this point in the history
* Create windoor.yml

* Update windoor.yml
  • Loading branch information
dvir001 authored Dec 27, 2023
1 parent 009fbd2 commit a969b1c
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# TODO remove these with parameterized prototypes/whatever we end up doing
# Windoors (alphabetical)

- type: entity
parent: WindoorSecure
id: WindoorSecureMercenaryLocked
suffix: Mercenary, Locked
components:
- type: AccessReader
access: [["Captain"], ["Mercenary"]]

- type: entity
parent: WindoorSecure
id: WindoorSecureFrontierLocked
suffix: Frontier, Locked
components:
- type: AccessReader
access: [["Frontier"]]

- type: entity
parent: WindoorSecure
id: WindoorSecureFrontierCommandLocked
suffix: Frontier Command, Locked
components:
- type: AccessReader
access: [["HeadOfSecurity"], ["HeadOfPersonnel"]]

- type: entity
parent: WindoorSecure
id: WindoorSecureHeadOfSecurityLocked
suffix: Sheriff, Locked
components:
- type: AccessReader
access: [["HeadOfSecurity"]]

0 comments on commit a969b1c

Please sign in to comment.