Clean slate

This commit is contained in:
bytegrip
2025-11-08 17:53:47 +02:00
commit a919c8717e
944 changed files with 134472 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Configuration file
general {
# Max range of radar in blocks (meters) to detect entities
I:max_range=500
# Size of the energy buffer
I:power_capacity=20000
# Energy consumed per tick
I:power_cost=1000
# Delay in ticks before triggering more SAM launches
I:sam_delay=40
# Delay in ticks before scanning for entities
I:scan_rate=1
}