1520DLC/res/config/multiple_unit/er9p4.lua

17 lines
765 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/waggon/er9pg.mdl", forward = true },
{ name = "vehicle/train/er9pm01.mdl", forward = true },
{ name = "vehicle/train/er9pm02.mdl", forward = true },
{ name = "vehicle/waggon/er9pg.mdl", forward = false },
},
name = "ЭР9П (4 вагона)",
desc = _("ЭР9 - серия электропоездов переменного тока. \n"..
"ЭР9П - первая модификация электропоезда ЭР9. \n"..
"В отличие от оригинального ЭР9 модель ЭР\n"..
"имеет модернизированный моторный вагон и \n"..
"изменённую оделку салона и тамбуров.")
}
end