rsemcs/config/Mekanism/machine-usage.toml
Harrison Deng 51c272c2ed Re-added radium and changed server configurations.
Increased server capacity to 8.

Decreased watch of flowing time bonus ticks to 2.
2022-06-28 09:33:14 -05:00

76 lines
2.4 KiB
TOML

#Machine Energy Usage Config. This config is synced from server to client.
[usage]
#Energy per operation tick (Joules).
enrichmentChamber = "50"
#Energy per operation tick (Joules).
osmiumCompressor = "100"
#Energy per operation tick (Joules).
combiner = "50"
#Energy per operation tick (Joules).
crusher = "50"
#Energy per operation tick (Joules).
metallurgicInfuser = "50"
#Energy per operation tick (Joules).
purificationChamber = "200"
#Energy per operation tick (Joules).
energizedSmelter = "50"
#Energy per operation tick (Joules).
digitalMiner = "700"
#Energy per operation tick (Joules).
electricPump = "100"
#Energy that can be transferred at once per charge operation (Joules).
chargePad = "1024000"
#Energy per operation tick (Joules).
rotaryCondensentrator = "50"
#Energy per operation tick (Joules).
oxidationChamber = "200"
#Energy per operation tick (Joules).
chemicalInfuser = "200"
#Energy per operation tick (Joules).
chemicalInjectionChamber = "400"
#Energy per operation tick (Joules).
precisionSawmill = "50"
#Energy per operation tick (Joules).
chemicalDissolutionChamber = "400"
#Energy per operation tick (Joules).
chemicalWasher = "200"
#Energy per operation tick (Joules).
chemicalCrystallizer = "400"
#Energy per operation tick (Joules).
seismicVibrator = "50"
#Energy per operation tick (Joules).
pressurizedReactionBase = "5"
#Energy per operation tick (Joules).
fluidicPlenisher = "100"
#Energy per operation tick (Joules).
laser = "10000"
#Energy per operation tick (Joules).
formulaicAssemblicator = "100"
#Energy per operation tick (Joules).
modificationStation = "100"
#Energy per operation tick (Joules).
isotopicCentrifuge = "200"
#Energy per operation tick (Joules).
nutritionalLiquifier = "200"
#Energy per operation tick (Joules).
antiprotonicNucleosynthesizer = "100000"
#Energy per operation tick (Joules).
pigmentExtractor = "200"
#Energy per operation tick (Joules).
pigmentMixer = "200"
#Energy per operation tick (Joules).
paintingMachine = "100"
#Energy per chunk per tick (Joules).
dimensionalStabilizer = "5000"
#Teleporter
[usage.teleporter]
#Base Joules cost for a teleportation.
teleporterBase = "1000"
#Joules per unit of distance travelled during teleportation - sqrt(xDiff^2 + yDiff^2 + zDiff^2).
teleporterDistance = "10"
#Flat additional cost for interdimensional teleportation.
teleporterDimensionPenalty = "10000"