@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user