use meters in config

This commit is contained in:
2026-06-05 19:54:39 +02:00
parent 4e3e3ac715
commit 7669245229
37 changed files with 265 additions and 231 deletions

View File

@@ -10,7 +10,7 @@ glyph = "L"
[module.weapon]
damage_formula = "2"
attack_range_formula = "5"
attack_range_formula = "50"
attack_rate_formula = "2.0"
[[module]]
@@ -24,7 +24,7 @@ fill_color = "#AACC44"
glyph = "Sv"
[module.salvage]
collection_range_formula = "50"
collection_range_formula = "500"
cargo_capacity_formula = "10"
collection_rate_formula = "0.5"
@@ -40,4 +40,4 @@ glyph = "Rp"
[module.repair]
repair_rate_formula = "5 + x"
repair_range_formula = "80"
repair_range_formula = "800"