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

12 lines
614 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/2te10ua.mdl", forward = true },
{ name = "vehicle/train/2te10ub.mdl", forward = true },
},
name = _("2ТЭ10У"),
desc = _(
"2ТЭ10У - глубокая модернизация тепловоза 2ТЭ10М. На нём была обновлена большая часть оборудования (в частности, двигатель), а кузов унифицирован с тепловозом 2ТЭ116. Локомотив представлен в цветах Белорусской Железной Дороги.")
}
end