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
8 days ago
0.14 - 2.1
153K
Environment

g Omnimatter Config

1 year, 1 month ago
(updated 1 year, 1 month 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
1 year, 4 days ago

Sorry for the delay - added to new version.

1 year, 4 days ago

Thank you.

New response