Pack start

This commit is contained in:
2025-07-26 14:57:57 +02:00
commit 4a3d935039
843 changed files with 30825 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
#.
#Trading station
["Trading Station"]
#.
#.
#How much progress per tick.
# Default: 1
# Range: > 1
progressPerTick = 1
#.
#Powered Trading station
["Powered Trading station"]
#.
#.
#How much progress per tick.
# Default: 5
# Range: > 1
progressPerTick = 5
#.
#How much energy capacity has.
# Default: 64000
# Range: > 1
energyCapacity = 64000
#.
#How much energy can transfer.
# Default: 2000
# Range: > 1
energyTransfer = 2000
#.
#How much energy consumens per tick.
# Default: 500
# Range: > 1
energyPerTick = 500