Wires refactor (#7699)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
Flipp Syder
2022-05-05 19:35:06 -07:00
committed by GitHub
parent 39a35641ab
commit 2c6158e115
51 changed files with 2656 additions and 1660 deletions

View File

@@ -56,6 +56,9 @@
- type: ApcPowerReceiver
powerLoad: 20
- type: ExtensionCableReceiver
- type: Electrified
enabled: false
usesApcPower: true
- type: Wires
BoardName: "Airlock Control"
LayoutId: Airlock

View File

@@ -40,6 +40,7 @@
components:
- type: SpaceVillainArcade
- type: Wires
LayoutId: Arcade
BoardName: "Arcade"
- type: ActivatableUI
key: enum.SpaceVillainArcadeUiKey.Key
@@ -63,6 +64,9 @@
- type: ActivatableUI
key: enum.BlockGameUiKey.Key
- type: ActivatableUIRequiresPower
- type: Wires
LayoutId: Arcade
BoardName: "Arcade"
- type: UserInterface
interfaces:
- key: enum.BlockGameUiKey.Key

View File

@@ -52,6 +52,10 @@
BoardName: "Vending Machine"
LayoutId: Vending
- type: Anchorable
- type: DoAfter
- type: Electrified
enabled: false
usesApcPower: true
- type: PointLight
enabled: false
castShadows: false

View File

@@ -5,6 +5,9 @@
components:
- type: WallMount
- type: ApcPowerReceiver
- type: Electrified
enabled: false
usesApcPower: true
- type: ExtensionCableReceiver
- type: DeviceNetwork
deviceNetId: Apc

View File

@@ -5,6 +5,9 @@
components:
- type: WallMount
- type: ApcPowerReceiver
- type: Electrified
enabled: false
usesApcPower: true
- type: ExtensionCableReceiver
- type: DeviceNetwork
deviceNetId: Apc