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

187 lines
3.9 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/chs2t_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/chs2t_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/chs2t_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 = _(
"Чехословацкий пассажирский электровоз постоянного тока, заводское обозначение - Skoda 63E. От обычно ЧС2 электровоз ЧС2Т отличает, в первую очередь, применение реостатного тормоза и внешний вид, аналогичный таковому у ЧС4Т. ЧС2Т, получивший не очень лестные прозвища (Теремок, Башня, Кирпич, Утюг) стал основным локомотивом для ведения скорых поездов на Октябрьской Железной Дороге.")
},
railVehicle = {
topSpeed = 160.0,
weight = 126.0,
engines = {
{ type = "ELECTRIC", power = 4620.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 = 1972,
yearTo = 1976
},
cost = {
price = 1550000
},
maintenance = {
runningCosts = 930000,
lifespan = 35
},
},
}
end