Anomaly events & science point gen tweaks (#13590)

This commit is contained in:
Nemanja
2023-01-20 19:42:38 -05:00
committed by GitHub
parent f57f9e9ffb
commit cd52b458df
15 changed files with 207 additions and 43 deletions

View File

@@ -1,6 +1,9 @@
anomaly-component-contact-damage = The anomaly sears off your skin!
anomaly-vessel-component-anomaly-assigned = Anomaly assigned to vessel.
anomaly-vessel-component-not-assigned = This vessel is not assigned to any anomaly. Try using a scanner on it.
anomaly-vessel-component-assigned = This vessel is currently assigned to an anomaly.
anomaly-vessel-component-upgrade-output = point output
anomaly-particles-delta = Delta particles
anomaly-particles-epsilon = Epsilon particles

View File

@@ -0,0 +1,7 @@
anomaly-spawn-event-announcement = Our readings have detected a dangerous interspacial anomaly. Please inform the research team of { $sighting }.
anomaly-spawn-sighting-1 = low pulsating sounds heard throughout the station
anomaly-spawn-sighting-2 = strange sources of light
anomaly-spawn-sighting-3 = inexplicable shapes
anomaly-spawn-sighting-4 = forms causing severe mental distress
anomaly-spawn-sighting-5 = strange effects on the local environment

View File

@@ -1,4 +1,4 @@
bluespace-artifact-event-announcement = Our readings have detected an incoming anomalous object. Please inform the research team of { $sighting }.
bluespace-artifact-event-announcement = Our readings have detected an incoming object of alien origin. Please inform the research team of { $sighting }.
bluespace-artifact-sighting-1 = bright flashes of light
bluespace-artifact-sighting-2 = strange sounds coming from maintenance tunnels

View File

@@ -9,6 +9,9 @@
collection: RadiationPulse
params:
volume: 5
anomalyContactDamage:
types:
Radiation: 10
- type: AmbientSound
range: 5
volume: -5
@@ -35,8 +38,6 @@
- type: InteractionOutline
- type: Clickable
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: Appearance
- type: GuideHelp
guides:

View File

@@ -1,4 +1,13 @@
- type: gameRule
id: AnomalySpawn
config:
!type:StationEventRuleConfiguration
id: AnomalySpawn
weight: 10
startAfter: 30
endAfter: 35
- type: gameRule
id: BluespaceArtifact
config:
!type:StationEventRuleConfiguration