Clean slate

This commit is contained in:
bytegrip
2025-11-08 15:21:14 +02:00
commit 73bfc2019d
890 changed files with 112578 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Configuration file
general {
# Range of silo launcher in blocks (meters)
I:max_range=10000
# Inaccuracy offset to apply by default (meters)
D:min_inaccuracy_range=2.0
# Size of the energy buffer
I:power_capacity=1200
# Energy consumed per launcher
I:power_per_launch=1200
# Inaccuracy offset to apply per launcher fired in the same circuit.
D:scaled_inaccuracy_per_launcher=1.0
# Inaccuracy offset to apply based on range (meters) with max range being full value. In addition to min inaccuracy already applied.
D:scaled_inaccuracy_range=10.0
}