use meters in config
This commit is contained in:
@@ -22,7 +22,7 @@ fill_color = "#40A0FF"
|
||||
glyph = "S"
|
||||
|
||||
[module.sensor]
|
||||
added_sensor_range_formula = "10"
|
||||
added_sensor_range_formula = "100"
|
||||
|
||||
[[module]]
|
||||
id = "weapon_upgrade"
|
||||
@@ -49,7 +49,7 @@ glyph = "L"
|
||||
|
||||
[module.weapon]
|
||||
damage_formula = "2"
|
||||
attack_range_formula = "5"
|
||||
attack_range_formula = "50"
|
||||
attack_rate_formula = "2.0"
|
||||
|
||||
[[module]]
|
||||
@@ -63,7 +63,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"
|
||||
|
||||
@@ -79,4 +79,4 @@ glyph = "Rp"
|
||||
|
||||
[module.repair]
|
||||
repair_rate_formula = "5 + x"
|
||||
repair_range_formula = "80"
|
||||
repair_range_formula = "800"
|
||||
|
||||
Reference in New Issue
Block a user