cleanup air_alarm.yml and fire_alarm.yml (#38559)
* Update air_alarm.yml * that too * Update air_alarm.yml
This commit is contained in:
@@ -151,7 +151,6 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: AirAlarmXeno
|
id: AirAlarmXeno
|
||||||
parent: AirAlarm
|
parent: AirAlarm
|
||||||
name: air alarm
|
|
||||||
description: An alien air alarm. Hopefully they didn't breathe poison.
|
description: An alien air alarm. Hopefully they didn't breathe poison.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
@@ -161,17 +160,11 @@
|
|||||||
map: ["airAlarmBase"] # TODO: fire alarm enum
|
map: ["airAlarmBase"] # TODO: fire alarm enum
|
||||||
- state: alarmx
|
- state: alarmx
|
||||||
map: ["enum.WiresVisualLayers.MaintenancePanel"]
|
map: ["enum.WiresVisualLayers.MaintenancePanel"]
|
||||||
- type: Construction
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: AirAlarmAssemblyXeno
|
id: AirAlarmAssemblyXeno
|
||||||
parent: AirAlarmAssembly
|
parent: AirAlarmAssembly
|
||||||
name: air alarm assembly
|
|
||||||
description: An alien air alarm. Why are the wires pulsating?...
|
description: An alien air alarm. Why are the wires pulsating?...
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Wallmounts/air_monitors_xeno.rsi
|
sprite: Structures/Wallmounts/air_monitors_xeno.rsi
|
||||||
layers:
|
|
||||||
- state: alarm_b1
|
|
||||||
map: [ "enum.ConstructionVisuals.Layer" ]
|
|
||||||
- type: Construction
|
|
||||||
|
|||||||
@@ -146,29 +146,15 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: FireAlarmXeno
|
id: FireAlarmXeno
|
||||||
parent: FireAlarm
|
parent: FireAlarm
|
||||||
name: fire alarm
|
|
||||||
description: An alien fire alarm. Works just the same!
|
description: An alien fire alarm. Works just the same!
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Wallmounts/air_monitors_xeno.rsi
|
sprite: Structures/Wallmounts/air_monitors_xeno.rsi
|
||||||
layers:
|
|
||||||
- state: fire0
|
|
||||||
map: ["fireAlarmBase"]
|
|
||||||
- state: fire_off
|
|
||||||
map: ["fireAlarmState"]
|
|
||||||
- state: fire_b2
|
|
||||||
map: ["enum.WiresVisualLayers.MaintenancePanel"]
|
|
||||||
- type: Construction
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: FireAlarmAssemblyXeno
|
id: FireAlarmAssemblyXeno
|
||||||
parent: FireAlarmAssembly
|
parent: FireAlarmAssembly
|
||||||
name: fire alarm assembly
|
|
||||||
description: An alien fire alarm assembly. Good luck with the wires.
|
description: An alien fire alarm assembly. Good luck with the wires.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Wallmounts/air_monitors_xeno.rsi
|
sprite: Structures/Wallmounts/air_monitors_xeno.rsi
|
||||||
layers:
|
|
||||||
- state: fire_b1
|
|
||||||
map: [ "enum.ConstructionVisuals.Layer" ]
|
|
||||||
- type: Construction
|
|
||||||
|
|||||||
Reference in New Issue
Block a user