prototype changes
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
description: Apply crowbar.
|
description: Apply crowbar.
|
||||||
components:
|
components:
|
||||||
- type: AtmosAlarmable
|
- type: AtmosAlarmable
|
||||||
alarmedBy:
|
syncWith:
|
||||||
- FireAlarm
|
- FireAlarm
|
||||||
- AirSensor
|
- AirSensor
|
||||||
- type: ApcPowerReceiver
|
- type: ApcPowerReceiver
|
||||||
|
|||||||
@@ -34,6 +34,22 @@
|
|||||||
sendBroadcastAttemptEvent: true
|
sendBroadcastAttemptEvent: true
|
||||||
- type: WiredNetworkConnection
|
- type: WiredNetworkConnection
|
||||||
- type: AtmosDevice
|
- type: AtmosDevice
|
||||||
|
- type: AtmosMonitor
|
||||||
|
temperatureThreshold: stationTemperature
|
||||||
|
pressureThreshold: stationPressure
|
||||||
|
gasThresholds:
|
||||||
|
Oxygen: stationOxygen
|
||||||
|
Nitrogen: ignore
|
||||||
|
CarbonDioxide: stationCO2
|
||||||
|
Plasma: danger # everything below is usually bad
|
||||||
|
Tritium: danger
|
||||||
|
WaterVapor: danger
|
||||||
|
Miasma: danger
|
||||||
|
NitrousOxide: danger
|
||||||
|
Frezon: danger
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- GasVent
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
drawdepth: FloorObjects
|
drawdepth: FloorObjects
|
||||||
@@ -107,6 +123,22 @@
|
|||||||
receiveFrequencyId: AtmosMonitor
|
receiveFrequencyId: AtmosMonitor
|
||||||
transmitFrequencyId: AtmosMonitor
|
transmitFrequencyId: AtmosMonitor
|
||||||
prefix: device-address-prefix-scrubber
|
prefix: device-address-prefix-scrubber
|
||||||
|
- type: AtmosMonitor
|
||||||
|
temperatureThreshold: stationTemperature
|
||||||
|
pressureThreshold: stationPressure
|
||||||
|
gasThresholds:
|
||||||
|
Oxygen: stationOxygen
|
||||||
|
Nitrogen: ignore
|
||||||
|
CarbonDioxide: stationCO2
|
||||||
|
Plasma: danger # everything below is usually bad
|
||||||
|
Tritium: danger
|
||||||
|
WaterVapor: danger
|
||||||
|
Miasma: danger
|
||||||
|
NitrousOxide: danger
|
||||||
|
Frezon: danger
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- GasScrubber
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
drawdepth: FloorObjects
|
drawdepth: FloorObjects
|
||||||
|
|||||||
@@ -36,8 +36,6 @@
|
|||||||
- type: DeviceList
|
- type: DeviceList
|
||||||
- type: WiredNetworkConnection
|
- type: WiredNetworkConnection
|
||||||
- type: AtmosDevice
|
- type: AtmosDevice
|
||||||
- type: AtmosAlarmable
|
|
||||||
alarmedBy: ["AirSensor"]
|
|
||||||
- type: AtmosMonitor
|
- type: AtmosMonitor
|
||||||
temperatureThreshold: stationTemperature
|
temperatureThreshold: stationTemperature
|
||||||
pressureThreshold: stationPressure
|
pressureThreshold: stationPressure
|
||||||
@@ -51,6 +49,9 @@
|
|||||||
Miasma: danger
|
Miasma: danger
|
||||||
NitrousOxide: danger
|
NitrousOxide: danger
|
||||||
Frezon: danger
|
Frezon: danger
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- AirSensor
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [ [ "Atmospherics" ] ]
|
access: [ [ "Atmospherics" ] ]
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
|
|||||||
@@ -17,7 +17,14 @@
|
|||||||
- type: WiredNetworkConnection
|
- type: WiredNetworkConnection
|
||||||
- type: DeviceList
|
- type: DeviceList
|
||||||
- type: AtmosAlarmable
|
- type: AtmosAlarmable
|
||||||
alarmedBy: ["AirSensor"]
|
syncWith:
|
||||||
|
- AirAlarm
|
||||||
|
- AirSensor
|
||||||
|
- GasVent
|
||||||
|
- GasScrubber
|
||||||
|
- type: Tags
|
||||||
|
tags:
|
||||||
|
- AirAlarm
|
||||||
- type: AtmosDevice
|
- type: AtmosDevice
|
||||||
- type: AirAlarm
|
- type: AirAlarm
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
|
|||||||
@@ -19,7 +19,14 @@
|
|||||||
displayMaxAlarmInNet: true
|
displayMaxAlarmInNet: true
|
||||||
- type: AtmosDevice
|
- type: AtmosDevice
|
||||||
- type: AtmosAlarmable
|
- type: AtmosAlarmable
|
||||||
alarmedBy: ["FireAlarm"] # alarm itself, network effect
|
syncWith:
|
||||||
|
- FireAlarm
|
||||||
|
- AirSensor
|
||||||
|
- GasVent
|
||||||
|
- GasScrubber
|
||||||
|
- type: Tags
|
||||||
|
tags:
|
||||||
|
- FireAlarm
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
- type: FireAlarm
|
- type: FireAlarm
|
||||||
|
|||||||
@@ -1,8 +1,14 @@
|
|||||||
# Alphabetical order is now apparently required.
|
# Alphabetical order is now apparently required.
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: AirAlarm
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: AirAlarmElectronics
|
id: AirAlarmElectronics
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: AirSensor
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: ATVKeys
|
id: ATVKeys
|
||||||
|
|
||||||
@@ -180,6 +186,9 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
id: ExplosivePassable
|
id: ExplosivePassable
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: FireAlarm
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: FireAlarmElectronics
|
id: FireAlarmElectronics
|
||||||
|
|
||||||
@@ -210,6 +219,12 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
id: ForceNoFixRotations # fixrotations command WON'T target this
|
id: ForceNoFixRotations # fixrotations command WON'T target this
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: GasScrubber
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: GasVent
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: Gauze
|
id: Gauze
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user