Version 5.4

This commit is contained in:
2026-01-27 17:19:00 +00:00
parent 59ef42a1c2
commit d7558df773
3554 changed files with 303488 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#Base energy storage in Joules of: Heat Generator
#Range: 1 ~ 9223372036854775807
heatGenerator = 160000
#Base energy storage in Joules of: Bio-Generator
#Range: 1 ~ 9223372036854775807
bioGenerator = 160000
#Base energy storage in Joules of: Solar Generator
#Range: 1 ~ 9223372036854775807
solarGenerator = 96000
#Base energy storage in Joules of: Advanced Solar Generator
#Range: 1 ~ 9223372036854775807
advancedSolarGenerator = 2500000
#Base energy storage in Joules of: Wind Generator
#Range: 1 ~ 9223372036854775807
windGenerator = 200000