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

185 lines
3.5 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 = {
9.79, 1.5827790498734, 5.9462259292603,
},
bbMin = {
-9.67, -1.5827790498734, -0.57415497303009,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = { {
id = "vehicle/train/e5k/e5k_body_lod0.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/train/e5k_lod_0_bogie.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.15955, 0, 0, 1,
},
type = "GROUP",
}, {
id = "vehicle/train/e5k_lod_0_bogie.grp",
transf = {
-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.10, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0, 0, 0, 0, 0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 200,
},
{
animations = {
},
children = { {
id = "vehicle/train/e5k/e5k_body_lod1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/train/e5k_lod_1_bogie.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.15955, 0, 0, 1,
},
type = "GROUP",
}, {
id = "vehicle/train/e5k_lod_1_bogie.grp",
transf = {
-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.10, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0, 0, 0, 0, 0, 0,
},
},
static = false,
visibleFrom = 200,
visibleTo = 500,
},
{
animations = {
},
children = { {
id = "vehicle/train/e5k/e5k_body_lod2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/train/e5k_lod_2_bogie.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.15955, 0, 0, 1,
},
type = "GROUP",
}, {
id = "vehicle/train/e5k_lod_2_bogie.grp",
transf = {
-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.10, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0, 0, 0, 0, 0, 0,
},
},
static = false,
visibleFrom = 500,
visibleTo = 2200,
},
},
metadata = {
description = {
name = _("Э5К"),
description = _(
"Э5К - российский грузопассажирский магистральный электровоз переменного тока. Разработан для замены электровозов серии ВЛ60 Новочеркасским электровозостроительным заводом.")
},
railVehicle = {
topSpeed = 110.0,
weight = 102.0,
engines = {
{ type = "ELECTRIC", power = 3060.0, tractiveEffort = 360.0 }
},
configs = {
{
axles = {
"vehicle/train/e5k/e5k_w_lod0.msh",
}
},
{
axles = {
"vehicle/train/e5k/e5k_w_lod0.msh",
}
},
{
axles = {
"vehicle/train/e5k/e5k_w_lod2.msh",
}
}
},
soundSet = { name = "e5k" }
},
transportVehicle = {
carrier = "RAIL"
},
availability = {
yearFrom = 2007,
--yearTo = 1997
},
cost = {
price = 1250000
},
maintenance = {
runningCosts = 750000,
lifespan = 40
},
},
}
end