use meters in config
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -16,14 +16,14 @@ cost_formula = "10"
|
||||
hp_formula = "3"
|
||||
|
||||
[ship.movement]
|
||||
speed_formula = "4"
|
||||
main_acceleration_formula = "8"
|
||||
maneuvering_acceleration_formula = "4"
|
||||
speed_formula = "40"
|
||||
main_acceleration_formula = "80"
|
||||
maneuvering_acceleration_formula = "40"
|
||||
angular_acceleration_formula = "12.56"
|
||||
max_rotation_speed_formula = "6.28"
|
||||
|
||||
[ship.sensor]
|
||||
sensor_range_formula = "15"
|
||||
sensor_range_formula = "150"
|
||||
|
||||
[ship.loot]
|
||||
scrap_drop = 2
|
||||
|
||||
@@ -14,7 +14,7 @@ surface_mask = [
|
||||
level = 1
|
||||
hp_formula = "300"
|
||||
damage_formula = "5"
|
||||
range_formula = "20"
|
||||
range_formula = "200"
|
||||
fire_rate_formula = "1"
|
||||
scrap_drop_formula = "10"
|
||||
|
||||
@@ -25,6 +25,6 @@ surface_mask = [
|
||||
]
|
||||
hp_formula = "300 + 150*x"
|
||||
damage_formula = "2 + 1*x"
|
||||
range_formula = "20"
|
||||
range_formula = "200"
|
||||
fire_rate_formula = "1.0 + 0.2*x"
|
||||
scrap_drop_formula = "10 + 5*x"
|
||||
|
||||
@@ -3,7 +3,8 @@ height_tiles = 30
|
||||
refund_percentage = 75
|
||||
starting_building_blocks = 1000
|
||||
scrap_despawn_seconds = 30
|
||||
belt_speed_tiles_per_second = 2
|
||||
tile_size_m = 10
|
||||
belt_speed_mps = 20
|
||||
tunnel_max_distance = 10
|
||||
departure_interval_seconds = 20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user