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

187 lines
3.5 KiB
Plaintext
Raw Normal View History

2016-03-08 13:02:03 +03:00
function data()
return {
boundingInfo = {
bbMax = {
8.22, 1.5827790498734, 5.9,
},
bbMin = {
-8.619, -1.5827790498734, -0.57415497303009,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = { {
id = "vehicle/train/chs8/chs8s1_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/chs8_lod_0_bogie.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.37713, 0, 0, 1,
},
type = "GROUP",
}, {
id = "vehicle/train/chs8_lod_0_bogie.grp",
transf = {
-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.428, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 100,
}, {
animations = {
},
children = { {
id = "vehicle/train/chs8/chs8s1_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/chs8_lod_1_bogie.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.0911, 0, 0, 1,
},
type = "GROUP",
}, {
id = "vehicle/train/chs8_lod_1_bogie.grp",
transf = {
-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.12647, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
static = false,
visibleFrom = 100,
visibleTo = 500,
}, {
animations = {
},
children = { {
id = "vehicle/train/chs8/chs8s1_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/chs8_lod_2_bogie.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.0911, 0, 0, 1,
},
type = "GROUP",
}, {
id = "vehicle/train/chs8_lod_2_bogie.grp",
transf = {
-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.12647, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
static = false,
visibleFrom = 500,
visibleTo = 1700,
},
},
metadata = {
description = {
name = _("ЧС8"),
description = _(
"Чехословацкий пассажирский электровоз \n"..
"высокой мощности \n"..
"(заводское обозначение - 81Е). \n"..
"Выпускался заводом Шкода для \n"..
"Советских железных дорог.")
},
railVehicle = {
topSpeed = 180.0,
weight = 88.0,
engines = {
{ type = "ELECTRIC", power = 3600.0, tractiveEffort = 235.0 }
},
configs = {
{
axles = {
"vehicle/train/chs8/chs8_lod_0_w1_1.msh",
}
},
{
axles = {
"vehicle/train/chs8/chs8_lod_1_w1_1.msh",
}
},
},
soundSet = { name = "chs8", horn = "vehicle/chs8horn.wav" }
},
transportVehicle = {
carrier = "RAIL",
multipleUnitOnly = true,
},
availability = {
yearFrom = 1983,
yearTo = 1989
},
cost = {
price = 1150000
},
maintenance = {
runningCosts = 500000,
lifespan = 40
},
},
}
end