1520DLC/res/models/model/vehicle/train/EP20.mdl

107 lines
2.1 KiB
Plaintext
Raw 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 {
boundingInfo = {
bbMax = {
11.0635, 1.75148, 5.89676,
},
bbMin = {
-11.0635, -1.8037, -0.0692888,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = { {
id = "vehicle/train/EP20.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "GROUP",
},{
id = "vehicle/train/EP20/EP20_Light.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1,
},
type = "MESH",
},
},
events = {
open_all_doors = {
[2] = { name = "open_doors", forward = true },
},
close_all_doors = {
[2] = { name = "open_doors", forward = false },
},
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 2100,
},
},
metadata = {
description = {
name = _("ЭП20(200)"),
description = _(
"Российский двухсистемный скоростной шестиосный\n" ..
"пассажирский электровоз, спроектированный\n" ..
"Трансмашхолдингом с использованием ряда\n" ..
"технических решений французской компании Alstom.\n" ..
"Серийно выпускается на\n" ..
"Новочеркасском Электровозостроительном Заводе.")
},
railVehicle = {
topSpeed = 200.0,
weight = 135.0,
engines = {
{ type = "ELECTRIC", power = 6600.0, tractiveEffort = 350.0 }
},
configs = {
{
axles = {
"vehicle/train/EP20/EP20_Wheels.msh",
}
}
},
soundSet = { name = "2es5", horn = "vehicle/EP20_Horn.wav" }
},
transportVehicle = {
carrier = "RAIL"
},
availability = {
yearFrom = 2011,
-- yearTo = 0
},
cost = {
price = 1624000
},
maintenance = {
runningCosts = 830000,
lifespan = 50
},
},
}
end
CostIndex = U;