add units in config files

This commit is contained in:
2026-06-06 12:13:05 +02:00
parent 66cf9ae23a
commit 6b95619806
24 changed files with 198 additions and 194 deletions

View File

@@ -14,8 +14,8 @@ surface_mask = [
level = 5
hp_formula = "300 + 40*x"
damage_formula = "5 + 4*x"
range_formula = "3000 + 200*x"
fire_rate_formula = "0.5 + 0.2*x"
range_m_formula = "3000 + 200*x"
fire_rate_hz_formula = "0.5 + 0.2*x"
scrap_drop_formula = "x"
[enemy_station]
@@ -25,6 +25,6 @@ surface_mask = [
]
hp_formula = "300 + 150*x"
damage_formula = "20 + 10*x"
range_formula = "3500 + 200*x"
fire_rate_formula = "1.0 + 0.2*x"
range_m_formula = "3500 + 200*x"
fire_rate_hz_formula = "1.0 + 0.2*x"
scrap_drop_formula = "10 + 5*x"