Further Mail Balancing (#37986)
This commit is contained in:
@@ -16,7 +16,7 @@ public sealed partial class DeliveryBombComponent : Component
|
|||||||
/// How often will this bomb retry to explode.
|
/// How often will this bomb retry to explode.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField]
|
[DataField]
|
||||||
public TimeSpan ExplosionRetryDelay = TimeSpan.FromSeconds(5);
|
public TimeSpan ExplosionRetryDelay = TimeSpan.FromSeconds(3);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The time at which the next retry will happen
|
/// 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.
|
/// The chance this bomb explodes each time it attempts to do so.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField, AutoNetworkedField]
|
[DataField, AutoNetworkedField]
|
||||||
public float ExplosionChance = 0.01f;
|
public float ExplosionChance = 0.05f;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// How much should the chance of explosion increase each failed retry?
|
/// How much should the chance of explosion increase each failed retry?
|
||||||
|
|||||||
@@ -15,13 +15,13 @@ public sealed partial class DeliveryPriorityComponent : Component
|
|||||||
/// The multiplier to apply when delivered in time.
|
/// The multiplier to apply when delivered in time.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField]
|
[DataField]
|
||||||
public float InTimeMultiplierOffset = 0.2f;
|
public float InTimeMultiplierOffset = 0.25f;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The multiplier to apply when delivered late.
|
/// The multiplier to apply when delivered late.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField]
|
[DataField]
|
||||||
public float ExpiredMultiplierOffset = -0.1f;
|
public float ExpiredMultiplierOffset = -0.15f;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether this delivery was delivered on time.
|
/// Whether this delivery was delivered on time.
|
||||||
|
|||||||
@@ -216,7 +216,7 @@
|
|||||||
path: /Audio/Effects/lightburn.ogg
|
path: /Audio/Effects/lightburn.ogg
|
||||||
- type: Explosive
|
- type: Explosive
|
||||||
explosionType: MicroBomb
|
explosionType: MicroBomb
|
||||||
totalIntensity: 120
|
totalIntensity: 150
|
||||||
intensitySlope: 4
|
intensitySlope: 5
|
||||||
maxIntensity: 30
|
maxIntensity: 15
|
||||||
canCreateVacuum: false
|
canCreateVacuum: false
|
||||||
|
|||||||
Reference in New Issue
Block a user