From f8a31322178a0941901ae0a3a55cd341bed47502 Mon Sep 17 00:00:00 2001 From: rosieposie <52761126+rosieposieeee@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:35:52 +0100 Subject: [PATCH] Cherry-picked commit 7abdf9a19fe59243201336e6b586ee4780a4722e from DeltaV-Station/Delta-v/master --- .../Entities/Markers/anti_anomaly_zone.yml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Resources/Prototypes/DeltaV/Entities/Markers/anti_anomaly_zone.yml diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/anti_anomaly_zone.yml b/Resources/Prototypes/DeltaV/Entities/Markers/anti_anomaly_zone.yml new file mode 100644 index 00000000000..f6609c8343e --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Markers/anti_anomaly_zone.yml @@ -0,0 +1,33 @@ +- type: entity + name: anti anomaly zone + description: Anomalies will not be able to appear within a 10 block radius of this point. + id: AntiAnomalyZone + suffix: "range 10" + parent: MarkerBase + components: + - type: Sprite + sprite: Structures/Specific/Anomalies/ice_anom.rsi + layers: + - state: anom + - sprite: Markers/cross.rsi + state: pink + - type: AntiAnomalyZone + zoneRadius: 10 + +- type: entity + parent: AntiAnomalyZone + id: AntiAnomalyZone20 + suffix: "range 20" + description: Anomalies will not be able to appear within a 20 block radius of this point. + components: + - type: AntiAnomalyZone + zoneRadius: 20 + +- type: entity + parent: AntiAnomalyZone + id: AntiAnomalyZone50 + suffix: "range 50" + description: Anomalies will not be able to appear within a 50 block radius of this point. + components: + - type: AntiAnomalyZone + zoneRadius: 50