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

187 lines
3.8 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.347, 1.5827790498734, 5.9,
},
bbMin = {
-9.347, -1.5827790498734, -0.57415497303009,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = { {
id = "vehicle/train/chs2/chs2k_lod_0_body_1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/train/chs2_lod_0_bogie.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.188, 0, 0, 1,
},
type = "GROUP",
}, {
id = "vehicle/train/chs2_lod_0_bogie.grp",
transf = {
-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.195, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 100,
}, {
animations = {
},
children = { {
id = "vehicle/train/chs2/chs2k_lod_1_body_1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/train/chs2_lod_1_bogie.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.188, 0, 0, 1,
},
type = "GROUP",
}, {
id = "vehicle/train/chs2_lod_1_bogie.grp",
transf = {
-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.195, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
static = false,
visibleFrom = 100,
visibleTo = 500,
}, {
animations = {
},
children = { {
id = "vehicle/train/chs2/chs2k_lod_2_body_1.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
}, {
id = "vehicle/train/chs2_lod_2_bogie.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.188, 0, 0, 1,
},
type = "GROUP",
}, {
id = "vehicle/train/chs2_lod_2_bogie.grp",
transf = {
-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.195, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
static = false,
visibleFrom = 500,
visibleTo = 1700,
},
},
metadata = {
description = {
name = _("ЧС2К"),
description = _(
"Модернизация чехословацкого пассажирского электровоза постоянного тока, выполненная Ярославским электровозоремонтным заводом. Модернизацию проходили только электровозы серии 53Е. Она включает замену кузова и электрооборудования, а также установку более совершенной системы управления.")
},
railVehicle = {
topSpeed = 160.0,
weight = 123.0,
engines = {
{ type = "ELECTRIC", power = 4200.0, tractiveEffort = 308.0 }
},
configs = {
{
axles = {
"vehicle/train/chs2/chs2_lod_0_w1_1.msh",
}
},
{
axles = {
"vehicle/train/chs2/chs2_lod_1_w1_1.msh",
}
},
{
axles = {
"vehicle/train/chs2/chs2_lod_2_w1_1.msh",
}
},
},
soundSet = { name = "chs2", horn = "vehicle/chs2horn.wav" }
},
transportVehicle = {
carrier = "RAIL"
},
availability = {
yearFrom = 2002,
yearTo = 2009
},
cost = {
price = 1500000
},
maintenance = {
runningCosts = 870000,
lifespan = 35
},
},
}
end