- Name: ElectricLocomotive
- Version: 0.13.1
- Status: don't work
- Latest Release: v0.13.1, 30.06.2016
- Factorio Version: 0.12.30
- License: MIT
Code: Select all
energy_source =
{
type = "burner",
effectivity = 1,
fuel_inventory_size = 3,
smoke =
{
{
name = "train-smoke",
deviation = {0.3, 0.3},
frequency = 100,
position = {0, 0},
starting_frame = 0,
starting_frame_deviation = 60,
height = 2,
height_deviation = 0.5,
starting_vertical_speed = 0.2,
starting_vertical_speed_deviation = 0.1,
}
}
},
(this code is from accumulator)
Code: Select all
energy_source =
{
type = "electric",
buffer_capacity = "5MJ",
usage_priority = "terciary",
input_flow_limit = "300kW",
output_flow_limit = "300kW"
},