From 101cc347dd85eb85c07bc27b9bafcc94723b28b8 Mon Sep 17 00:00:00 2001 From: Alex <129697969+Lomcastar@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:34:17 +0300 Subject: [PATCH] upgrade (#20997) --- Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml b/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml index beed7db43c..666ded8ff3 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml @@ -185,7 +185,8 @@ factions: - SimpleHostile - type: RadiationSource - intensity: 0.3 + intensity: 2 + slope: 0.3 - type: Destructible thresholds: - trigger: @@ -198,8 +199,8 @@ - !type:SpawnEntitiesBehavior spawn: UraniumOre1: - min: 4 - max: 6 + min: 8 + max: 10 - !type:DoActsBehavior acts: [ "Destruction" ] - type: PointLight -- 2.51.2