Merge Stable into Master (#39404)
This commit is contained in:
@@ -665,6 +665,7 @@
|
|||||||
- type: CommunicationsConsole
|
- type: CommunicationsConsole
|
||||||
title: comms-console-announcement-title-station
|
title: comms-console-announcement-title-station
|
||||||
- type: DeviceNetwork
|
- type: DeviceNetwork
|
||||||
|
deviceNetId: Wireless
|
||||||
transmitFrequencyId: ShuttleTimer
|
transmitFrequencyId: ShuttleTimer
|
||||||
- type: ActivatableUI
|
- type: ActivatableUI
|
||||||
key: enum.CommunicationsConsoleUiKey.Key
|
key: enum.CommunicationsConsoleUiKey.Key
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
sprite: Structures/Wallmounts/screen.rsi
|
sprite: Structures/Wallmounts/screen.rsi
|
||||||
state: screen
|
state: screen
|
||||||
noRot: true
|
noRot: true
|
||||||
|
- type: Appearance
|
||||||
- type: Destructible
|
- type: Destructible
|
||||||
thresholds:
|
thresholds:
|
||||||
- trigger:
|
- trigger:
|
||||||
|
|||||||
@@ -36,10 +36,9 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Machines/station_map.rsi
|
sprite: Structures/Machines/station_map.rsi
|
||||||
layers:
|
layers:
|
||||||
- map: ["computerLayerBody"]
|
- state: station_map0
|
||||||
state: station_map0
|
- state: unshaded
|
||||||
- map: ["computerLayerScreen"]
|
shader: unshaded
|
||||||
state: unshaded
|
|
||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Structures/Machines/station_map.rsi
|
sprite: Structures/Machines/station_map.rsi
|
||||||
state: station_map0
|
state: station_map0
|
||||||
@@ -59,29 +58,29 @@
|
|||||||
key: enum.StationMapUiKey.Key
|
key: enum.StationMapUiKey.Key
|
||||||
- type: Destructible
|
- type: Destructible
|
||||||
thresholds:
|
thresholds:
|
||||||
- trigger: # Excess damage, don't spawn entities
|
- trigger: # Excess damage, don't spawn entities
|
||||||
!type:DamageTrigger
|
!type:DamageTrigger
|
||||||
damage: 200
|
damage: 200
|
||||||
behaviors:
|
behaviors:
|
||||||
- !type:PlaySoundBehavior
|
- !type:PlaySoundBehavior
|
||||||
sound:
|
sound:
|
||||||
collection: GlassBreak
|
collection: GlassBreak
|
||||||
- !type:DoActsBehavior
|
- !type:DoActsBehavior
|
||||||
acts: [ "Destruction" ]
|
acts: [ "Destruction" ]
|
||||||
- trigger:
|
- trigger:
|
||||||
!type:DamageTrigger
|
!type:DamageTrigger
|
||||||
damage: 100
|
damage: 100
|
||||||
behaviors:
|
behaviors:
|
||||||
- !type:PlaySoundBehavior
|
- !type:PlaySoundBehavior
|
||||||
sound:
|
sound:
|
||||||
collection: GlassBreak
|
collection: GlassBreak
|
||||||
- !type:SpawnEntitiesBehavior
|
- !type:SpawnEntitiesBehavior
|
||||||
spawn:
|
spawn:
|
||||||
StationMapBroken:
|
StationMapBroken:
|
||||||
min: 1
|
min: 1
|
||||||
max: 1
|
max: 1
|
||||||
- !type:DoActsBehavior
|
- !type:DoActsBehavior
|
||||||
acts: [ "Destruction" ]
|
acts: [ "Destruction" ]
|
||||||
- type: UserInterface
|
- type: UserInterface
|
||||||
interfaces:
|
interfaces:
|
||||||
enum.StationMapUiKey.Key:
|
enum.StationMapUiKey.Key:
|
||||||
|
|||||||
Reference in New Issue
Block a user