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

12 lines
454 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/2te10ma.mdl", forward = true },
{ name = "vehicle/train/2te10mb.mdl", forward = true },
},
name = _("2ТЭ10М"),
desc = _(
"Двухсекционный вариант 3ТЭ10М. От 2ТЭ10В отличается, главным образом, электросхемами, рассчитанными на возможность работы в три секции.")
}
end