1520DLC/res/config/multiple_unit/3te10m.lua

13 lines
646 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/3te10ma.mdl", forward = true },
{ name = "vehicle/train/3te10mv.mdl", forward = true },
{ name = "vehicle/train/3te10mb.mdl", forward = true },
},
name = _("3ТЭ10М"),
desc = _(
"Трёхсекционный вариант ТЭ10. Такой способ повышения мощности тепловозов был не слишком хорош, но поскольку с мощными тепловозами нового поколения возникли проблемы, именно он пошёл в серийное производство.")
}
end