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
a month ago
0.14 - 2.0
153K
Environment

g Omnimatter Config

1 year, 1 day ago
(updated 1 year, 1 day 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
11 months ago

Sorry for the delay - added to new version.

11 months ago

Thank you.

New response