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

12 lines
485 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/dr1bg2.mdl", forward = false },
{ name = "vehicle/train/dr1bp.mdl", forward = true },
{ name = "vehicle/train/dr1bg12.mdl", forward = true },
},
name = "Дизель-поезд ДР1Б (3 вагона, БЧ)",
desc = _("ДР1Б - современная модификация дизель-поезда ДР1А, созданная по заказу Белорусской Железной Дороги.")
}
end