match requirements and example config

This commit is contained in:
2026-04-17 22:53:27 +02:00
parent 8505c27cfa
commit 5bd97ddccd
6 changed files with 106 additions and 56 deletions

View File

@@ -1,13 +1,22 @@
[hq]
surface_mask = [
"AAA",
"AAA",
"AAA",
]
hp_formula = "1000"
[player_station]
surface_mask = [
"SS",
"SS",
]
hp = 500
damage = 25
range = 400
fire_rate = 1.5
scrap_drop = 5
level = 5
hp_formula = "300 + 40*x"
damage_formula = "5 + 4*x"
range_formula = "300 + 20*x"
fire_rate_formula = "0.5 + 0.2*x"
scrap_drop_formula = "x"
[enemy_station]
surface_mask = [