Advertisement
Guest User

Adjusted Sector Configuration

a guest
Aug 20th, 2022
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.78 KB | None | 0 0
  1. {
  2.    
  3.     "plugins":{    
  4.         "newGameSectorProcGen":"data.campaign.procgen.SectorProcGenMod",
  5.     },
  6.     #Change the number below to increase or decrease the size of the Sector
  7.     #"sectorWidth":164000,
  8.     #"sectorHeight":104000,
  9.     #"sectorConstellationSize":1500,
  10.     #"sectorConstellationCellSize":10,
  11.     "sectorWidth":256000,
  12.     "sectorHeight":180000,
  13.     "AdjustedSectorConstellationCount":300,
  14.     "AdjustedSectorConstellationSize":800,
  15.     "AdjustedSectorConstellationCellSize":7,
  16.  
  17.     "sectorConstellationRemnantMin":10,
  18.     "sectorConstellationRemnantMax":90,
  19.     "sectorConstellationRemnantSkipProb":0,
  20.     # zero means - they wont spawn
  21.     "sectorRemnantPresenceLow":10,
  22.     "sectorRemnantPresenceMed":50,
  23.  
  24.     "sectorConstellationRuinsMin":70,
  25.     "sectorConstellationRuinsMax":99,
  26.    
  27.     "sectorDerelictMotherships":50,
  28.     "sectorDerelictCryosleepers":392,
  29.  
  30.     # this field controls the amount of Coronal Taps, default = 2
  31.     "sectorCoronalTaps":1024,
  32.  
  33.     # this fields control the amount of Gates outside of Core Worlds, default is 15 and 20
  34.     "minNonCoreGatesInSectorMod":512,
  35.     "maxNonCoreGatesInSectorMod":4096,
  36.  
  37.     # this fields control the amount of XIV Legion-class ships you can encounter outside of the Core Worlds, default is 2, 3, 1, 2
  38.     "XIV_LEGION_NON_SALVAGEBLE_MIN":0,
  39.     "XIV_LEGION_NON_SALVAGEBLE_MAX":0,
  40.     "XIV_LEGION_SALVAGEBLE_MIN":30,
  41.     "XIV_LEGION_SALVAGEBLE_MAX":75,
  42.        
  43.     #Random number of arcs apply to map
  44.     #Vanilla value 20
  45.     "AdjustedSectorRndArcs":20,
  46.  
  47.     #Generate hyperstorms options.
  48.     #"true" for generating hyperstorms, "false" to not generate hyperstorms.
  49.     "AdjustedSectorHS":true,
  50.  
  51.     #Accessibility will be base - 1 at that many light-years from center of mass
  52.     #"accessibilityDistFromCOM":50,
  53.     #"accessibilitySameFactionBonus":0.50,
  54.     "accessibilityDistFromCOM":512,
  55.     "accessibilitySameFactionBonus":10,
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement