55 lines
1.4 KiB
TOML
55 lines
1.4 KiB
TOML
#.
|
|
#Number of sub-folders allowed for schematics
|
|
#Range: 0 ~ 20
|
|
schematicsNestingDepth = 5
|
|
#.
|
|
#Enable the fix that gives remaining items after manual application
|
|
applicationRemainingItemFix = true
|
|
#.
|
|
#Modify the stress output when a Fluid Vessel is used as a boiler
|
|
#Range: 0.0 ~ 3.4028234663852886E38
|
|
vesselBoilerStressMultiplier = 0.8125
|
|
#.
|
|
#Modify the heat level when a Fluid Vessel is used as a boiler
|
|
#Range: 0.0 ~ 3.4028234663852886E38
|
|
vesselHeatMultiplier = 0.5
|
|
#.
|
|
#Limit the max boiler level achievable with a Fluid Vessel
|
|
#Range: 0 ~ 18
|
|
vesselMaxLevel = 18
|
|
|
|
[stressValues]
|
|
|
|
#.
|
|
#Fine tune the kinetic stats of individual components
|
|
[stressValues.v2]
|
|
#.
|
|
#Stress impact of a powered brake [in Stress Units]
|
|
#Range: -Infinity ~ Infinity
|
|
brakeActiveStress = 16384.0
|
|
|
|
#.
|
|
#.
|
|
#[in Stress Units]
|
|
#Configure the individual stress impact of mechanical blocks. Note that this cost is doubled for every speed increase it receives.
|
|
[stressValues.v2.impact]
|
|
inverted_gearshift = 0.0
|
|
six_way_gearbox = 0.0
|
|
centrifugal_clutch = 0.0
|
|
overstress_clutch = 0.0
|
|
brake = 0.0
|
|
encased_chain_cogwheel = 0.0
|
|
inverted_clutch = 0.0
|
|
parallel_gearbox = 0.0
|
|
freewheel_clutch = 0.0
|
|
brass_gearbox = 0.0
|
|
shear_pin = 0.0
|
|
|
|
#.
|
|
#[in Stress Units]
|
|
#Configure how much stress a source can accommodate for.
|
|
[stressValues.v2.capacity]
|
|
crank_wheel = 8.0
|
|
large_crank_wheel = 8.0
|
|
|