This file contains hidden or 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
| -- [[ MODIFIABLE VARIABLES ]] -- | |
| local reactorSide = "back" | |
| local outputGateSide = "flow_gate_1" | |
| local inputGateSide = "flow_gate_0" | |
| local targetStrength = 25 | |
| local maxTemperature = 8000 | |
| local safeTemperature = 4000 | |
| local lowestFieldPercent = 12 | |
| local activateOnCharged = 1 |