Initial delivery balance changes (#35728)

* init

* small balance

* guess not

* Update Content.Server/Delivery/CargoDeliveryDataComponent.cs

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
ScarKy0
2025-03-08 21:48:02 +01:00
committed by GitHub
parent 4735097385
commit 6f39ee8688
3 changed files with 9 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ public sealed partial class CargoDeliveryDataComponent : Component
/// 1 delivery per X players.
/// </summary>
[DataField]
public int PlayerToDeliveryRatio = 7;
public float PlayerToDeliveryRatio = 7f;
/// <summary>
/// The minimum amount of deliveries that will spawn.