-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry-picked commit 7abdf9a from DeltaV-Station/Delta-v/master
- Loading branch information
1 parent
b702cbd
commit 897af33
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
Resources/Prototypes/DeltaV/Entities/Markers/anti_anomaly_zone.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |