Created
July 12, 2021 07:46
-
-
Save pearagit/2f0bb47dea0e9110cef695cd22818d14 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"plugins":{ | |
"newGameSectorProcGen":"data.scripts.SectorProcGenMod", | |
"newGameCreationEntryPoint":"data.scripts.world.SectorGenMod", | |
}, | |
#Change the number below to increase or decrease the size of the Sector | |
#"sectorWidth":164000, | |
#"sectorHeight":104000, | |
#"sectorConstellationSize":100, | |
#"sectorConstellationCellSize":10, | |
"sectorWidth":184000, | |
"sectorHeight":110000, | |
"AdjustedSectorConstellationCount":160, | |
"AdjustedSectorConstellationSize":1000, | |
"AdjustedSectorConstellationCellSize":5, | |
# 55 avg ruin themed | |
# 55 avg total themes | |
"sectorConstellationRemnantMin":40, | |
"sectorConstellationRemnantMax":70, | |
"sectorConstellationRemnantSkipProb":0, | |
# zero means - they wont spawn | |
"sectorRemnantPresenceLow":0, | |
"sectorRemnantPresenceMed":1, | |
# 75 avg ruin themed | |
# 130 avg total themes | |
"sectorConstellationRuinsMin":50, | |
"sectorConstellationRuinsMax":100, | |
"sectorDerelictMotherships":11, | |
"sectorDerelictCryosleepers":11, | |
# this field controls the amount of Coronal Taps, default = 2 | |
"sectorCoronalTaps":11, | |
#Random number of arcs apply to map | |
#Vanilla value 20 | |
"AdjustedSectorRndArcs":20, | |
#Generate hyperstorms options. | |
#"true" for generating hyperstorms, "false" to not generate hyperstorms. | |
"AdjustedSectorHS":true, | |
#Accessibility will be base - 1 at that many light-years from center of mass | |
#"accessibilityDistFromCOM":50, | |
#"accessibilitySameFactionBonus":0.50, | |
"accessibilityDistFromCOM":100, | |
"accessibilitySameFactionBonus":0.75, | |
#If SAD is enabled, you can change the amount of SAD-themed constellations | |
#"SanguinaryAnarchisticDefectors_sectorConstellationMin_AS":4, | |
#"SanguinaryAnarchisticDefectors_sectorConstellationMax_AS":6, | |
# 22.5 avg SAD themed | |
# 152.5 avg total themes | |
"SanguinaryAnarchisticDefectors_sectorConstellationMin_AS":15, | |
"SanguinaryAnarchisticDefectors_sectorConstellationMax_AS":30, | |
#If DME is enabled, as well as random generated blade breaker systems, you can change the amount of said BB-themed constellations. | |
#"BladeBreakerThemed_ConstellationMin_AS":3, | |
#"BladeBreakerThemed_ConstellationMax_AS":5, | |
#"BladeBreakerThemed_ConstellationSkipProb_AS":0.75, | |
# 22.5 avg BBT themed | |
# 175 avg total themes | |
"BladeBreakerThemed_ConstellationMin_AS":15, | |
"BladeBreakerThemed_ConstellationMax_AS":30, | |
"BladeBreakerThemed_ConstellationSkipProb_AS":0.0, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment