Alpha Release: 0.9.0 (#849)
Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com>
This commit is contained in:
parent
d344316e5a
commit
ec2e3cd3c4
2193 changed files with 104602 additions and 53195 deletions
54
defaultconfigs/create_connected-server.toml
Normal file
54
defaultconfigs/create_connected-server.toml
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
#.
|
||||
#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 = 2.0
|
||||
large_crank_wheel = 2.0
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue