zillaf Posted August 21, 2022 Share Posted August 21, 2022 Does anyone know if it would be possible to set the dependence need of a hotspot for Gas Extractors to None with a fixed rate? There are Mods which change it for the Power Generator.Lua as an example from Power Plus: ["SPECIAL_KEY_WORDS"] = {"ID", "U_GENERATOR_S"}, ["VALUE_CHANGE_TABLE"] = { {"Rate", "250"}, {"CanPickUp", "True"}, {"DependsOnEnvironment", "None"}, {"DependsOnHotspots", "None"}, {"DependentEffect", "None"} } The Id for the Extractor is U_GASEXTRACTOR but my tries modifying resulted in no Gas harvesting. Hope someone could help :smile: Link to comment Share on other sites More sharing options...
Recommended Posts