From fa3afd8462e9d8ef9a71c6a28a39909b9709b881 Mon Sep 17 00:00:00 2001 From: chromiumboy <50505512+chromiumboy@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:26:34 -0600 Subject: [PATCH] Reduced the fuel decay rate of rad collectors (#22063) --- .../Structures/Power/Generation/Singularity/collector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/collector.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/collector.yml index d83e8b21fe..acd1b80fb4 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/collector.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/Singularity/collector.yml @@ -55,7 +55,7 @@ radiationReactiveGases: - reactantPrototype: Plasma powerGenerationEfficiency: 1 - reactantBreakdownRate: 0.0002 + reactantBreakdownRate: 0.0001 # Note that this doesn't matter too much (see next comment) # However it does act as a cap on power receivable via the collector. - type: Battery -- 2.51.2