30 lines
618 B
TOML
30 lines
618 B
TOML
[[ship]]
|
|
id = "drone"
|
|
available_from_start = true
|
|
layout = ["O"]
|
|
default_modules = [{type = "laser_cannon", x = 0, y = 0, rotation = "east"}]
|
|
|
|
[ship.schematic]
|
|
materials = [{item = "drone_hull", amount = 1}]
|
|
player_production_level = 1
|
|
production_time_seconds = 5
|
|
|
|
[ship.threat]
|
|
cost_formula = "10"
|
|
|
|
[ship.health]
|
|
hp_formula = "3"
|
|
|
|
[ship.movement]
|
|
speed_mps_formula = "40"
|
|
main_acceleration_mpss_formula = "80"
|
|
maneuvering_acceleration_mpss_formula = "40"
|
|
angular_acceleration_radpss_formula = "12.56"
|
|
max_rotation_speed_radps_formula = "6.28"
|
|
|
|
[ship.sensor]
|
|
sensor_range_m_formula = "150"
|
|
|
|
[ship.loot]
|
|
scrap_drop = 2
|