Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anomaly & artifact event tweaks #2027

Closed
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
lzk228 marked this conversation as resolved.
Show resolved Hide resolved
Binary file not shown.
Binary file removed Resources/Audio/Corvax/Announcements/flux.ogg
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
anomaly-spawn-event-announcement = На станции зафиксирован гиперэнергетический волновой поток. Пожалуйста, незамедлительно сообщайте научному отделу о { $sighting }.
anomaly-spawn-event-announcement = Наши приборы зафиксировали опасную межпространственную аномалию. Пожалуйста, незамедлительно сообщайте научному отделу о { $sighting }.
anomaly-spawn-sighting-1 = низких пульсирующих звуках, слышимых по всей станции
anomaly-spawn-sighting-2 = странных источниках света
anomaly-spawn-sighting-3 = неописуемых фигурах
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bluespace-artifact-event-announcement = На станции обнаружена нестабильная блюспейс аномалия. Пожалуйста, незамедлительно сообщайте научному отделу о { $sighting }.
bluespace-artifact-event-announcement = Наши приборы зафиксировали появление объекта инопланетного происхождения. Пожалуйста, незамедлительно сообщайте научному отделу о { $sighting }.
bluespace-artifact-sighting-1 = ярких вспышках света
bluespace-artifact-sighting-2 = странных звуках, доносящихся из технических туннелей
bluespace-artifact-sighting-3 = неестественных конструкциях
Expand Down
8 changes: 0 additions & 8 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
weight: 10
startDelay: 30
duration: 35
startAudio: # Corvax-Announcements
path: /Audio/Corvax/Announcements/flux.ogg
params:
volume: -4
- type: AnomalySpawnRule

- type: entity
Expand All @@ -22,10 +18,6 @@
weight: 5
startDelay: 30
duration: 35
startAudio: # Corvax-Announcements
path: /Audio/Corvax/Announcements/blusp_anomalies.ogg
params:
volume: -4
- type: BluespaceArtifactRule

- type: entity
Expand Down
Loading