From b54fc5be935453194520a6c44f0e28cf21503640 Mon Sep 17 00:00:00 2001 From: Quantumshark Date: Thu, 7 Mar 2024 06:36:06 +0000 Subject: [PATCH] feat(balance): Cut Wanderer sun reactor energy capacity in half + -20% energy generation on the biochemical cells (#9743) Wanderer sun reactor energy capacities were doubled back in 0.9.15. The Wanderer sun reactors were already dominant before their energy capacity was increased, and they have remained dominant due to not losing out as much relatively to the energy capacity buff that was given to other outfits. Reverting the energy capacity buff gives other reactors and battery outfits more breathing room. In that same update, biochemical cells received a 10x energy capacity buff. This pushed them into the realm of being great batteries with some energy generation rather than a weak energy generator with some energy capacity, although the combined effect has ended up being a bit too strong. As such, reduced the energy generation by 20% as opposed to reverting part of the energy capacity buff to keep them in their niche while not being too overpowered. --- data/wanderer/wanderer outfits.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/data/wanderer/wanderer outfits.txt b/data/wanderer/wanderer outfits.txt index e29cd1ecb352..a47729245925 100644 --- a/data/wanderer/wanderer outfits.txt +++ b/data/wanderer/wanderer outfits.txt @@ -301,8 +301,8 @@ outfit "Small Biochemical Cell" thumbnail "outfit/small biochemical" "mass" 17 "outfit space" -17 - "energy generation" 1.6 - "heat generation" 1.4 + "energy generation" 1.28 + "heat generation" 1.12 "energy capacity" 7500 description "This tiny generator draws energy from the metabolic byproducts of a collection of microorganisms that have been engineered by the Wanderers specifically for this purpose." @@ -314,8 +314,8 @@ outfit "Large Biochemical Cell" thumbnail "outfit/large biochemical" "mass" 63 "outfit space" -63 - "energy generation" 6.2 - "heat generation" 4.9 + "energy generation" 4.96 + "heat generation" 3.92 "energy capacity" 30000 description "The Wanderers are masters of unusual and efficient technology. This bioreactor is fueled by a culture of microorganisms that produce a small electric charge." @@ -329,7 +329,7 @@ outfit "Red Sun Reactor" "outfit space" -47 "energy generation" 8.3 "heat generation" 13 - "energy capacity" 2200 + "energy capacity" 1100 description "The Wanderers have recently begun producing this tiny reactor as a way to squeeze a bit more energy production into their warships." outfit "Yellow Sun Reactor" @@ -342,7 +342,7 @@ outfit "Yellow Sun Reactor" "outfit space" -82 "energy generation" 15.2 "heat generation" 21 - "energy capacity" 5200 + "energy capacity" 2600 description "This is a compact nuclear reactor designed by the Wanderers. In addition to generating power, it is able to store a small amount of energy." outfit "White Sun Reactor" @@ -355,7 +355,7 @@ outfit "White Sun Reactor" "outfit space" -127 "energy generation" 24.85 "heat generation" 32 - "energy capacity" 13400 + "energy capacity" 6700 description "The White Sun is a large nuclear reactor that the Wanderers use for powering their Strong Wind warships." outfit "Blue Sun Reactor" @@ -368,7 +368,7 @@ outfit "Blue Sun Reactor" "outfit space" -152 "energy generation" 31.3 "heat generation" 39 - "energy capacity" 17800 + "energy capacity" 8900 description "As the Wanderers have begun producing heavy warships, a need has arisen for larger and larger reactor cores to power them."