From bec832fbebd4b9f5941c9714ad257a71a5136bc6 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 25 Aug 2024 18:11:27 +0200 Subject: [PATCH] Increase (SUPER)PACMAN ramp rate/tolerance (#31403) All PACMANs used to use the same ramping parameters, this meant a SUPERPACMAN (50 kW) took literally a 100 seconds to get up to its full output level. Ouch. PACMAN has been raised to 5000 W/s with 1500 W tolerance, SUPERPACMAN to 7500 W/s with 2500 W tolerance --- .../Structures/Power/Generation/portable_generator.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/portable_generator.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/portable_generator.yml index 86cfb0f79914..c822e0c0b31c 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/portable_generator.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/portable_generator.yml @@ -182,6 +182,9 @@ - output_mv sprite: Structures/Power/Generation/portable_generator.rsi state: portgen0 + - type: PowerSupplier + supplyRampRate: 5000 + supplyRampTolerance: 1500 - type: entity name: S.U.P.E.R.P.A.C.M.A.N.-type portable generator @@ -235,6 +238,9 @@ - output_mv sprite: Structures/Power/Generation/portable_generator.rsi state: portgen1 + - type: PowerSupplier + supplyRampRate: 7500 + supplyRampTolerance: 2500 - type: entity name: J.R.P.A.C.M.A.N.-type portable generator