Jump to content

[Mod Request] No Hotspots need for Gas (Mineral)Extractor


zillaf

Recommended Posts

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...