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

12 lines
321 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/2tep70a.mdl", forward = true },
{ name = "vehicle/train/2tep70b.mdl", forward = true },
},
name = _("2ТЭ70"),
desc = _(
"ТЭ70 - российский грузовой тепловоз, построенный на базе ТЭП70У.")
}
end