Anomaly events & science point gen tweaks (#13590)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user