Singulo/Radiation Tweaks (#6045)
Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
- id: Multitool
|
||||
prob: 0.2
|
||||
- id: trayScanner
|
||||
prob: 0.7
|
||||
prob: 0.7
|
||||
- id: ClothingBeltUtility
|
||||
prob: 0.2
|
||||
- id: ClothingHandsGlovesColorYellow
|
||||
@@ -107,5 +107,3 @@
|
||||
amount: 2
|
||||
- id: ClothingEyesGlassesMeson
|
||||
amount: 2
|
||||
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatHoodRad
|
||||
name: rad
|
||||
name: radiation hood
|
||||
description: A hood of the hazmat suit, designed for protection from high radioactivity.
|
||||
components:
|
||||
- type: Sprite
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
- type: entity
|
||||
parent: ClothingOuterBase
|
||||
id: ClothingOuterSuitRad
|
||||
name: rad suit
|
||||
name: radiation suit
|
||||
description: "A suit that protects against radiation. The label reads, 'Made with lead. Please do not consume insulation.'"
|
||||
components:
|
||||
- type: Sprite
|
||||
|
||||
@@ -4,4 +4,7 @@
|
||||
abstract: true
|
||||
description: Looking at this anomaly makes you feel strange, like something is pushing at your eyes.
|
||||
components:
|
||||
- type: RadiationPulse
|
||||
- type: RadiationPulse
|
||||
minPulseLifespan: 0.8
|
||||
maxPulseLifespan: 2.5
|
||||
radsPerSecond: 5
|
||||
@@ -24,11 +24,13 @@
|
||||
layer:
|
||||
- AllMask
|
||||
- type: Singularity
|
||||
radsPerLevel: 1 # determines RadiationPulse's radiation per second.
|
||||
- type: SingularityDistortion
|
||||
- type: RadiationPulse
|
||||
range: 15
|
||||
decay: false
|
||||
dps: 1
|
||||
minPulseLifespan: 1
|
||||
maxPulseLifespan: 1
|
||||
- type: Sprite
|
||||
sprite: Structures/Power/Generation/Singularity/singularity_1.rsi
|
||||
state: singularity_1
|
||||
|
||||
Reference in New Issue
Block a user