Resource Spawner Overhaul

by orzelek

Makes resources more sparse than base game. You will need to use trains much earlier to get resources. Game will be more difficult especially with higher enemy settings.

Tweaks
2 months ago
0.14 - 2.0
149K
Environment

g Omnimatter Config

2 months ago
(updated 2 months ago)

omnimatter config.

function fillOmnimatterConfig(config)
  local nauvisConfig = config.nauvis

  nauvisConfig["omnite"] = {
    type="resource-ore",

    allotment=60,
    spawns_per_region={min=1, max=1},
    richness=40000,
    size={min=10, max=50},
    min_amount=150,

    starting={richness=300000, size=25, probability=1},

    multi_resource_chance=0.30,
      multi_resource={
         ["infinite-omnite"] = 3,
      }
  }
end
2 months ago

Sorry for the delay - added to new version.

2 months ago

Thank you.

New response