From 906667abca37c261468880825cb5f974c5c5d180 Mon Sep 17 00:00:00 2001 From: vulppine Date: Fri, 19 Aug 2022 23:52:41 -0700 Subject: [PATCH] updates to air sensor --- .../Specific/Atmospherics/sensor.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml index 0326db4bd9..02077a0824 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml @@ -2,7 +2,27 @@ id: AirSensor name: air sensor description: Air sensor. It senses air. + placement: + mode: SnapgridCenter components: + - type: Item + size: 10 + - type: Transform + anchored: true + - type: Damageable + damageContainer: Inorganic + damageModifierSet: Metallic + - type: Anchorable + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 100 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - type: Physics + canCollide: false - type: ApcPowerReceiver - type: ExtensionCableReceiver - type: DeviceNetwork