sound + locked prototypes

This commit is contained in:
Kara Dinyes
2021-07-25 20:36:55 -07:00
parent c8f79fdcaf
commit 28f3424680
3 changed files with 48 additions and 11 deletions

Binary file not shown.

View File

@@ -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"]]

View File

@@ -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