Further Mail Balancing (#37986)

This commit is contained in:
ScarKy0
2025-06-01 06:28:13 +02:00
committed by GitHub
parent 7b9d5b400f
commit 28aed7b22f
3 changed files with 7 additions and 7 deletions

View 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?

View 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.

View File

@@ -216,7 +216,7 @@
path: /Audio/Effects/lightburn.ogg
- type: Explosive
explosionType: MicroBomb
totalIntensity: 120
intensitySlope: 4
maxIntensity: 30
totalIntensity: 150
intensitySlope: 5
maxIntensity: 15
canCreateVacuum: false