init
This commit is contained in:
commit
d8d0e9d536
2567 changed files with 167778 additions and 0 deletions
15
config/watercollector-common.toml
Normal file
15
config/watercollector-common.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
["Configs for WaterCollector"]
|
||||
#Tank capacity in mB
|
||||
"Condenser capacity" = 1000
|
||||
#The length of a fill cycle, in ticks
|
||||
"Ticks between cycles" = 1
|
||||
#How much mB to generate per fill cycle
|
||||
"Fluid per cycle" = 8
|
||||
#For random variance, the minimum multiplier for each fill cycle
|
||||
"Fluid multiplier chance min" = 0.0
|
||||
#For random variance, the maximum multiplier for each fill cycle
|
||||
"Fluid multiplier chance max" = 1.0
|
||||
#Bottle consumption per bottle, in mB
|
||||
"Fluid amount in mB" = 250
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue