1520DLC/res/config/multiple_unit/2te10l.lua

12 lines
726 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/2te10la.mdl", forward = true },
{ name = "vehicle/train/2te10lb.mdl", forward = true },
},
name = _("2ТЭ10Л"),
desc = _(
"2ТЭ10Л - советский грузовой двухсекционный тепловоз. С 1961 года выпускался на Луганском тепловозостроительном заводе. На момент выпуска 2ТЭ10Л был одним из самых мощных тепловозов своего рода в мире, и в течение 60-х годов он успешно заменил ТЭ3 практически на всех магистральных линиях.")
}
end