sound + locked prototypes
This commit is contained in:
BIN
Resources/Audio/Machines/windoor_open.ogg
Normal file
BIN
Resources/Audio/Machines/windoor_open.ogg
Normal file
Binary file not shown.
@@ -9,3 +9,39 @@
|
|||||||
parent: BaseSecureWindoor
|
parent: BaseSecureWindoor
|
||||||
name: secure windoor
|
name: secure windoor
|
||||||
description: It's a sturdy window and a sliding door. Wow!
|
description: It's a sturdy window and a sliding door. Wow!
|
||||||
|
|
||||||
|
# Bar windoor
|
||||||
|
- type: entity
|
||||||
|
parent: Windoor
|
||||||
|
id: WindoorBarLocked
|
||||||
|
suffix: Bar, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Bar"]]
|
||||||
|
|
||||||
|
# Chemistry windoor
|
||||||
|
- type: entity
|
||||||
|
parent: WindoorSecure
|
||||||
|
id: WindoorMedicalLocked
|
||||||
|
suffix: Medical, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Medical"]]
|
||||||
|
|
||||||
|
# HOP's office windoor
|
||||||
|
- type: entity
|
||||||
|
parent: WindoorSecure
|
||||||
|
id: WindoorCommandLocked
|
||||||
|
suffix: Command, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Command"]]
|
||||||
|
|
||||||
|
# Cargo windoor
|
||||||
|
- type: entity
|
||||||
|
parent: Windoor
|
||||||
|
id: WindoorCargoLocked
|
||||||
|
suffix: Cargo, Locked
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Cargo"]]
|
||||||
|
|||||||
@@ -6,15 +6,6 @@
|
|||||||
mode: SnapgridCenter
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
- type: Airlock
|
|
||||||
- type: Door
|
|
||||||
- type: Wires
|
|
||||||
BoardName: "Windoor Control"
|
|
||||||
LayoutId: Airlock
|
|
||||||
- type: UserInterface
|
|
||||||
interfaces:
|
|
||||||
- key: enum.WiresUiKey.Key
|
|
||||||
type: WiresBoundUserInterface
|
|
||||||
- type: Physics
|
- type: Physics
|
||||||
fixtures:
|
fixtures:
|
||||||
- shape:
|
- shape:
|
||||||
@@ -61,11 +52,21 @@
|
|||||||
max: 2
|
max: 2
|
||||||
- !type:DoActsBehavior
|
- !type:DoActsBehavior
|
||||||
acts: [ "Destruction" ]
|
acts: [ "Destruction" ]
|
||||||
|
- type: AccessReader
|
||||||
|
- type: Airlock
|
||||||
|
- type: Door
|
||||||
|
- type: Wires
|
||||||
|
BoardName: "Windoor Control"
|
||||||
|
LayoutId: Airlock
|
||||||
|
- type: UserInterface
|
||||||
|
interfaces:
|
||||||
|
- key: enum.WiresUiKey.Key
|
||||||
|
type: WiresBoundUserInterface
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
visuals:
|
visuals:
|
||||||
- type: AirlockVisualizer
|
- type: AirlockVisualizer
|
||||||
open_sound: /Audio/Machines/airlock_open.ogg
|
open_sound: /Audio/Machines/windoor_open.ogg
|
||||||
close_sound: /Audio/Machines/airlock_close.ogg
|
close_sound: /Audio/Machines/windoor_open.ogg
|
||||||
deny_sound: /Audio/Machines/airlock_deny.ogg
|
deny_sound: /Audio/Machines/airlock_deny.ogg
|
||||||
hasMaintenancePanel: false
|
hasMaintenancePanel: false
|
||||||
openCloseUnlit: false
|
openCloseUnlit: false
|
||||||
|
|||||||
Reference in New Issue
Block a user