-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
104 additions
and
0 deletions.
There are no files selected for viewing
68 changes: 68 additions & 0 deletions
68
Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/door_autolink.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
- type: entity | ||
id: BlastDoorBos | ||
parent: BlastDoor | ||
suffix: Autolink, BoS | ||
components: | ||
- type: AccessReader | ||
access: [["BoSMidwest"]] | ||
- type: AutoLinkReceiver | ||
channel: BoS | ||
|
||
- type: entity | ||
id: BlastDoorBosOpen | ||
parent: BlastDoor | ||
suffix: Autolink, BoS, Open | ||
components: | ||
- type: AccessReader | ||
access: [["BoSMidwest"]] | ||
- type: AutoLinkReceiver | ||
channel: BoS | ||
|
||
- type: entity | ||
id: ShuttersNormalExt1 | ||
parent: BlastDoor | ||
suffix: Autolink, Ext1 | ||
components: | ||
- type: AutoLinkReceiver | ||
channel: Ext1 | ||
|
||
- type: entity | ||
id: ShuttersNormalOpenExt1 | ||
parent: BlastDoor | ||
suffix: Autolink, Ext1, Open | ||
components: | ||
- type: AutoLinkReceiver | ||
channel: Ext1 | ||
|
||
- type: entity | ||
id: ShuttersNormalExt2 | ||
parent: BlastDoor | ||
suffix: Autolink, Ext2 | ||
components: | ||
- type: AutoLinkReceiver | ||
channel: Ext2 | ||
|
||
- type: entity | ||
id: ShuttersNormalOpenExt2 | ||
parent: BlastDoor | ||
suffix: Autolink, Ext2, Open | ||
components: | ||
- type: AutoLinkReceiver | ||
channel: Ext2 | ||
|
||
- type: entity | ||
id: ShuttersNormalExt3 | ||
parent: BlastDoor | ||
suffix: Autolink, Ext3 | ||
components: | ||
- type: AutoLinkReceiver | ||
channel: Ext3 | ||
|
||
- type: entity | ||
id: ShuttersNormalOpenExt3 | ||
parent: BlastDoor | ||
suffix: Autolink, Ext3, Open | ||
components: | ||
- type: AutoLinkReceiver | ||
channel: Ext3 | ||
|
36 changes: 36 additions & 0 deletions
36
Resources/Prototypes/_Nuclear14/Entities/Structures/Wallmount/switch_autolink.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
- type: entity | ||
id: N14ControlTerminalButtonExt1 | ||
parent: N14ControlTerminalButton | ||
name: door terminal | ||
suffix: Autolink, Ext1 | ||
components: | ||
- type: AutoLinkTransmitter | ||
channel: Ext1 | ||
|
||
- type: entity | ||
id: N14ControlTerminalButtonExt2 | ||
parent: N14ControlTerminalButton | ||
name: door terminal | ||
suffix: Autolink, Ext2 | ||
components: | ||
- type: AutoLinkTransmitter | ||
channel: Ext2 | ||
|
||
- type: entity | ||
id: N14ControlTerminalButtonExt3 | ||
parent: N14ControlTerminalButton | ||
name: door terminal | ||
suffix: Autolink, Ext3 | ||
components: | ||
- type: AutoLinkTransmitter | ||
channel: Ext3 | ||
|
||
- type: entity | ||
id: N14ControlTerminalButtonBos | ||
parent: N14ControlTerminalButton | ||
name: brotherhood door terminal | ||
suffix: Autolink, BoS | ||
components: | ||
- type: AutoLinkTransmitter | ||
channel: BoS | ||
|