Decrease amount of mail, increase profits (#36767)

init
This commit is contained in:
ScarKy0
2025-04-20 15:55:23 +02:00
committed by GitHub
parent f77f000b93
commit 2d94045995
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -74,7 +74,7 @@
- type: Item - type: Item
size: Huge size: Huge
- type: Delivery - type: Delivery
spesoReward: 800 spesoReward: 1000
- type: EntityTableContainerFill - type: EntityTableContainerFill
containers: containers:
delivery: !type:NestedSelector delivery: !type:NestedSelector
@@ -111,7 +111,7 @@
- type: Item - type: Item
storedRotation: 90 storedRotation: 90
- type: Delivery - type: Delivery
spesoReward: 400 spesoReward: 500
- type: EntityTableContainerFill - type: EntityTableContainerFill
containers: containers:
delivery: !type:NestedSelector delivery: !type:NestedSelector