1520DLC/res/config/multiple_unit/te3a.lua

12 lines
637 B
Lua
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

function data()
return {
vehicles = {
{ name = "vehicle/train/te3a1.mdl", forward = true },
{ name = "vehicle/train/te3b1.mdl", forward = true },
},
name = _("ТЭ3"),
desc = _(
"ТЭ3 - советский грузовой двухсекционный тепловоз. Выпускался на Заводе имени Малышева (Харьков), а с 1956 года - также на Коломенском и Луганском заводе. В 60-х и 70-х ТЭ3 стал основным локомотивом на неэлектрифицированных железных дорогах СССР.")
}
end