Fragile Deliveries (#36980)

* epic

* tweaks
This commit is contained in:
ScarKy0
2025-04-28 01:04:39 +02:00
committed by GitHub
parent fac4bcd9b2
commit 13a1853168
6 changed files with 115 additions and 3 deletions

View File

@@ -12,13 +12,13 @@ namespace Content.Shared.Delivery;
public sealed partial class DeliveryPriorityComponent : Component
{
/// <summary>
/// The highest the random multiplier can go.
/// The multiplier to apply when delivered in time.
/// </summary>
[DataField]
public float InTimeMultiplierOffset = 0.2f;
/// <summary>
/// The lowest the random multiplier can go.
/// The multiplier to apply when delivered late.
/// </summary>
[DataField]
public float ExpiredMultiplierOffset = -0.1f;