]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Ore crab drops nerf (#24012)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Sat, 13 Jan 2024 06:27:42 +0000 (01:27 -0500)
committerGitHub <noreply@github.com>
Sat, 13 Jan 2024 06:27:42 +0000 (22:27 -0800)
ore-crab-drops-nerf

Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml

index 483659f1c142a9f6db15e20956be91d9f1593480..4f8d9e5df98f9b67e7d5cf5d79a33e6595cfef4d 100644 (file)
           collection: GlassBreak
       - !type:SpawnEntitiesBehavior
         spawn:
-          SpaceQuartz:
-            min: 4
-            max: 6
+          SpaceQuartz1:
+            min: 2
+            max: 4
       - !type:DoActsBehavior
         acts: [ "Destruction" ]
 
       - !type:SpawnEntitiesBehavior
         spawn:
           SteelOre1:
-            min: 4
-            max: 6
+            min: 2
+            max: 4
       - !type:DoActsBehavior
         acts: [ "Destruction" ]
 
       - !type:SpawnEntitiesBehavior
         spawn:
           UraniumOre1:
-            min: 3
-            max: 6
+            min: 1
+            max: 3
       - !type:DoActsBehavior
         acts: [ "Destruction" ]
   - type: PointLight
       - !type:SpawnEntitiesBehavior
         spawn:
           SilverOre1:
-            min: 4
-            max: 6
+            min: 1
+            max: 3
       - !type:DoActsBehavior
         acts: [ "Destruction" ]