]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Further Mail Balancing (#37986)
authorScarKy0 <106310278+ScarKy0@users.noreply.github.com>
Sun, 1 Jun 2025 04:28:13 +0000 (06:28 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Jun 2025 04:28:13 +0000 (21:28 -0700)
Content.Shared/Delivery/DeliveryBombComponent.cs
Content.Shared/Delivery/DeliveryPriorityComponent.cs
Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml

index a51bb839ee10d09bcb72a1684c967ba632114c10..eed2a9b6ad3495967c119166bc09292b588c8ffd 100644 (file)
@@ -16,7 +16,7 @@ public sealed partial class DeliveryBombComponent : Component
     /// How often will this bomb retry to explode.
     /// </summary>
     [DataField]
-    public TimeSpan ExplosionRetryDelay = TimeSpan.FromSeconds(5);
+    public TimeSpan ExplosionRetryDelay = TimeSpan.FromSeconds(3);
 
     /// <summary>
     /// The time at which the next retry will happen
@@ -28,7 +28,7 @@ public sealed partial class DeliveryBombComponent : Component
     /// The chance this bomb explodes each time it attempts to do so.
     /// </summary>
     [DataField, AutoNetworkedField]
-    public float ExplosionChance = 0.01f;
+    public float ExplosionChance = 0.05f;
 
     /// <summary>
     /// How much should the chance of explosion increase each failed retry?
index 835d1c9c00ae13c1917020418b68be073a761bbd..d06ce021a7ab28f0921a0bcb61e026ad891e3cfc 100644 (file)
@@ -15,13 +15,13 @@ public sealed partial class DeliveryPriorityComponent : Component
     /// The multiplier to apply when delivered in time.
     /// </summary>
     [DataField]
-    public float InTimeMultiplierOffset = 0.2f;
+    public float InTimeMultiplierOffset = 0.25f;
 
     /// <summary>
     /// The multiplier to apply when delivered late.
     /// </summary>
     [DataField]
-    public float ExpiredMultiplierOffset = -0.1f;
+    public float ExpiredMultiplierOffset = -0.15f;
 
     /// <summary>
     /// Whether this delivery was delivered on time.
index acf88fc8b34d404954b1d3a10654e2d1a7d5e37b..0c33f53881561568cf45039b7b549c26647573b3 100644 (file)
       path: /Audio/Effects/lightburn.ogg
   - type: Explosive
     explosionType: MicroBomb
-    totalIntensity: 120
-    intensitySlope: 4
-    maxIntensity: 30
+    totalIntensity: 150
+    intensitySlope: 5
+    maxIntensity: 15
     canCreateVacuum: false