From 2d940459958058b22780c4662ce1ca5dfdadf1db Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Sun, 20 Apr 2025 15:55:23 +0200 Subject: [PATCH] Decrease amount of mail, increase profits (#36767) init --- Content.Server/Delivery/CargoDeliveryDataComponent.cs | 2 +- .../Prototypes/Entities/Objects/Deliveries/deliveries.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Server/Delivery/CargoDeliveryDataComponent.cs b/Content.Server/Delivery/CargoDeliveryDataComponent.cs index 3bee0413fc..3e741e3a22 100644 --- a/Content.Server/Delivery/CargoDeliveryDataComponent.cs +++ b/Content.Server/Delivery/CargoDeliveryDataComponent.cs @@ -32,7 +32,7 @@ public sealed partial class CargoDeliveryDataComponent : Component /// 1 delivery per X players. /// [DataField] - public float PlayerToDeliveryRatio = 7f; + public float PlayerToDeliveryRatio = 8f; /// /// The minimum amount of deliveries that will spawn. diff --git a/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml b/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml index ff9ba7e68f..2706cf380c 100644 --- a/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml +++ b/Resources/Prototypes/Entities/Objects/Deliveries/deliveries.yml @@ -74,7 +74,7 @@ - type: Item size: Huge - type: Delivery - spesoReward: 800 + spesoReward: 1000 - type: EntityTableContainerFill containers: delivery: !type:NestedSelector @@ -111,7 +111,7 @@ - type: Item storedRotation: 90 - type: Delivery - spesoReward: 400 + spesoReward: 500 - type: EntityTableContainerFill containers: delivery: !type:NestedSelector -- 2.51.2