From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sat, 13 Jan 2024 06:27:42 +0000 (-0500) Subject: Ore crab drops nerf (#24012) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f0e43126e290c2c7c332f6ee908958d686567c25;p=space-station-14.git Ore crab drops nerf (#24012) ore-crab-drops-nerf --- 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" ]