From f0e43126e290c2c7c332f6ee908958d686567c25 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sat, 13 Jan 2024 01:27:42 -0500 Subject: [PATCH] Ore crab drops nerf (#24012) ore-crab-drops-nerf --- .../Entities/Mobs/NPCs/elemental.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml b/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml index 483659f1c1..4f8d9e5df9 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml @@ -118,9 +118,9 @@ collection: GlassBreak - !type:SpawnEntitiesBehavior spawn: - SpaceQuartz: - min: 4 - max: 6 + SpaceQuartz1: + min: 2 + max: 4 - !type:DoActsBehavior acts: [ "Destruction" ] @@ -150,8 +150,8 @@ - !type:SpawnEntitiesBehavior spawn: SteelOre1: - min: 4 - max: 6 + min: 2 + max: 4 - !type:DoActsBehavior acts: [ "Destruction" ] @@ -181,8 +181,8 @@ - !type:SpawnEntitiesBehavior spawn: UraniumOre1: - min: 3 - max: 6 + min: 1 + max: 3 - !type:DoActsBehavior acts: [ "Destruction" ] - type: PointLight @@ -214,8 +214,8 @@ - !type:SpawnEntitiesBehavior spawn: SilverOre1: - min: 4 - max: 6 + min: 1 + max: 3 - !type:DoActsBehavior acts: [ "Destruction" ]