change to physics based ship movement
This commit is contained in:
@@ -15,7 +15,11 @@ cost_formula = "10"
|
||||
hp_formula = "3"
|
||||
|
||||
[ship.movement]
|
||||
speed_formula = "4"
|
||||
speed_formula = "4"
|
||||
main_acceleration_formula = "8"
|
||||
maneuvering_acceleration_formula = "4"
|
||||
angular_acceleration_formula = "12.56"
|
||||
max_rotation_speed_formula = "6.28"
|
||||
|
||||
[ship.sensor]
|
||||
sensor_range_formula = "15"
|
||||
@@ -47,7 +51,11 @@ cost_formula = "10"
|
||||
hp_formula = "8"
|
||||
|
||||
[ship.movement]
|
||||
speed_formula = "1"
|
||||
speed_formula = "1"
|
||||
main_acceleration_formula = "1.5"
|
||||
maneuvering_acceleration_formula = "0.5"
|
||||
angular_acceleration_formula = "9.42"
|
||||
max_rotation_speed_formula = "3.14"
|
||||
|
||||
[ship.sensor]
|
||||
sensor_range_formula = "25"
|
||||
@@ -79,7 +87,11 @@ cost_formula = "10"
|
||||
hp_formula = "12"
|
||||
|
||||
[ship.movement]
|
||||
speed_formula = "1"
|
||||
speed_formula = "1"
|
||||
main_acceleration_formula = "1.5"
|
||||
maneuvering_acceleration_formula = "0.5"
|
||||
angular_acceleration_formula = "15.7"
|
||||
max_rotation_speed_formula = "3.14"
|
||||
|
||||
[ship.sensor]
|
||||
sensor_range_formula = "20"
|
||||
@@ -111,7 +123,11 @@ cost_formula = "0"
|
||||
hp_formula = "40 + 4*x"
|
||||
|
||||
[ship.movement]
|
||||
speed_formula = "110"
|
||||
speed_formula = "110"
|
||||
main_acceleration_formula = "220"
|
||||
maneuvering_acceleration_formula = "110"
|
||||
angular_acceleration_formula = "12.56"
|
||||
max_rotation_speed_formula = "6.28"
|
||||
|
||||
[ship.sensor]
|
||||
sensor_range_formula = "250"
|
||||
@@ -141,7 +157,11 @@ cost_formula = "0"
|
||||
hp_formula = "60 + 5*x"
|
||||
|
||||
[ship.movement]
|
||||
speed_formula = "130"
|
||||
speed_formula = "130"
|
||||
main_acceleration_formula = "260"
|
||||
maneuvering_acceleration_formula = "130"
|
||||
angular_acceleration_formula = "12.56"
|
||||
max_rotation_speed_formula = "6.28"
|
||||
|
||||
[ship.sensor]
|
||||
sensor_range_formula = "250"
|
||||
|
||||
Reference in New Issue
Block a user