Add device linking to emitter and APE (#16805)
This commit is contained in:
@@ -60,3 +60,12 @@ signal-port-description-artifact-analyzer-sender = Analysis console signal sende
|
||||
|
||||
signal-port-name-artifact-analyzer-receiver = Pad
|
||||
signal-port-description-artifact-analyzer-receiver = Artifact analyzer signal receiver
|
||||
|
||||
signal-port-name-set-particle-delta = Set particle type: delta
|
||||
signal-port-description-set-particle-delta = Sets the type of particle this device emits to delta.
|
||||
|
||||
signal-port-name-set-particle-epsilon = Set particle type: epsilon
|
||||
signal-port-description-set-particle-epsilon = Sets the type of particle this device emits to epsilon.
|
||||
|
||||
signal-port-name-set-particle-zeta = Set particle type: zeta
|
||||
signal-port-description-set-particle-zeta = Sets the type of particle this device emits to zeta.
|
||||
|
||||
@@ -97,3 +97,18 @@
|
||||
id: B2
|
||||
name: "Input B2"
|
||||
description: "Input B2"
|
||||
|
||||
- type: sinkPort
|
||||
id: SetParticleDelta
|
||||
name: signal-port-name-set-particle-delta
|
||||
description: signal-port-description-set-particle-delta
|
||||
|
||||
- type: sinkPort
|
||||
id: SetParticleEpsilon
|
||||
name: signal-port-name-set-particle-epsilon
|
||||
description: signal-port-description-set-particle-epsilon
|
||||
|
||||
- type: sinkPort
|
||||
id: SetParticleZeta
|
||||
name: signal-port-name-set-particle-zeta
|
||||
description: signal-port-description-set-particle-zeta
|
||||
|
||||
@@ -151,6 +151,10 @@
|
||||
- AnomalousParticleDelta
|
||||
- AnomalousParticleEpsilon
|
||||
- AnomalousParticleZeta
|
||||
setTypePorts:
|
||||
SetParticleDelta: AnomalousParticleDelta
|
||||
SetParticleEpsilon: AnomalousParticleEpsilon
|
||||
SetParticleZeta: AnomalousParticleZeta
|
||||
fireBurstSize: 1
|
||||
baseFireBurstDelayMin: 2
|
||||
baseFireBurstDelayMax: 6
|
||||
@@ -179,6 +183,19 @@
|
||||
enum.PowerDeviceVisualLayers.Powered:
|
||||
True: { visible: true }
|
||||
False: { visible: false }
|
||||
- type: DeviceNetwork
|
||||
deviceNetId: Wireless
|
||||
receiveFrequencyId: BasicDevice
|
||||
- type: WirelessNetworkConnection
|
||||
range: 200
|
||||
- type: DeviceLinkSink
|
||||
ports:
|
||||
- On
|
||||
- Off
|
||||
- Toggle
|
||||
- SetParticleDelta
|
||||
- SetParticleEpsilon
|
||||
- SetParticleZeta
|
||||
|
||||
- type: entity
|
||||
id: MachineAnomalyGenerator
|
||||
|
||||
@@ -90,3 +90,13 @@
|
||||
board: EmitterCircuitboard
|
||||
- type: GuideHelp
|
||||
guides: [ Singularity, Power ]
|
||||
- type: DeviceNetwork
|
||||
deviceNetId: Wireless
|
||||
receiveFrequencyId: BasicDevice
|
||||
- type: WirelessNetworkConnection
|
||||
range: 200
|
||||
- type: DeviceLinkSink
|
||||
ports:
|
||||
- On
|
||||
- Off
|
||||
- Toggle
|
||||
|
||||
Reference in New Issue
Block a user