feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#Base energy storage in Joules of: Heat Generator
# Default: 160000
# Range: 1 ~ 9223372036854775807
heatGenerator = 160000
#Base energy storage in Joules of: Bio-Generator
# Default: 160000
# Range: 1 ~ 9223372036854775807
bioGenerator = 160000
#Base energy storage in Joules of: Solar Generator
# Default: 96000
# Range: 1 ~ 9223372036854775807
solarGenerator = 96000
#Base energy storage in Joules of: Advanced Solar Generator
# Default: 200000
# Range: 1 ~ 9223372036854775807
advancedSolarGenerator = 2500000
#Base energy storage in Joules of: Wind Generator
# Default: 200000
# Range: 1 ~ 9223372036854775807
windGenerator = 200000