Radiation pulse ECS (#10641)
This commit is contained in:
@@ -4,7 +4,12 @@
|
||||
noSpawn: true
|
||||
description: Looking at this anomaly makes you feel strange, like something is pushing at your eyes.
|
||||
components:
|
||||
- type: RadiationPulse
|
||||
minPulseLifespan: 0.8
|
||||
maxPulseLifespan: 2.5
|
||||
- type: RadiationSource
|
||||
radsPerSecond: 5
|
||||
- type: TimedDespawn
|
||||
lifetime: 2
|
||||
- type: EmitSoundOnSpawn
|
||||
sound:
|
||||
collection:
|
||||
RadiationPulse
|
||||
- type: RadiationPulse
|
||||
|
||||
@@ -24,13 +24,10 @@
|
||||
layer:
|
||||
- AllMask
|
||||
- type: Singularity
|
||||
radsPerLevel: 1 # determines RadiationPulse's radiation per second.
|
||||
radsPerLevel: 1
|
||||
- type: SingularityDistortion
|
||||
- type: RadiationPulse
|
||||
- type: RadiationSource
|
||||
range: 10
|
||||
decay: false
|
||||
minPulseLifespan: 1
|
||||
maxPulseLifespan: 1
|
||||
- type: Sprite
|
||||
sprite: Structures/Power/Generation/Singularity/singularity_1.rsi
|
||||
state: singularity_1
|
||||
|
||||
@@ -243,8 +243,5 @@
|
||||
layers:
|
||||
- state: rtg_damaged
|
||||
- state: rtg_glow
|
||||
- type: RadiationPulse # ideally only when opened.
|
||||
- type: RadiationSource # ideally only when opened.
|
||||
range: 2
|
||||
decay: false
|
||||
minPulseLifespan: 1
|
||||
maxPulseLifespan: 1
|
||||
|
||||
Reference in New Issue
Block a user