Advertisement
Someoneawesome78

ReactorV3.settings

Mar 26th, 2023 (edited)
922
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.92 KB | None | 0 0
  1. {
  2.     ["reactorController.version"] = 1,
  3.     ["reactorController.monitorSide"] = "top",
  4.     ["reactorController.reactorSide"] = "back",
  5.     ["reactorController.bundledWireSide"] = "left",
  6.     ["reactorController.bundle.reactorStatusOutputChannel"] = 8192,
  7.     ["reactorController.bundle.lowFuelInputChannel"] = 16,
  8.     ["reactorController.bundle.battLowInputChannel"] = 2048,
  9.     ["reactorController.cycle.frequentSleepTimeSeconds"] = 15,
  10.     ["reactorController.cycle.normalSleepTimeSeconds"] = 30,
  11.     ["reactorController.production.optimalInsertionPercent"] = 32,
  12.     ["reactorController.production.power.LowerBoundsPercent"] = 55,
  13.     ["reactorController.production.power.UpperBoundsPercent"] = 95,
  14.     ["reactorController.production.power.HighProductionBoundsPercent"] = 15,
  15.     ["reactorController.production.power.HighProductionCheckBoundsPercent"] = 35,
  16.     ["reactorController.stats.reactorMaxPowerStored"]= 10000000,
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement