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

169 lines
3.0 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 = {
8.0, 1.5827790498734, 5.9,
},
bbMin = {
-7.9443, -1.5827790498734, -0.57415497303009,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = { {
id = "vehicle/train/vl19/vl19_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/vl19_bogie_lod0.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.10545, 0, 0, 1,
},
type = "GROUP",
}, {
id = "vehicle/train/vl19_bogie1_lod0.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.06265, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 100,
}, {
animations = {
},
children = { {
id = "vehicle/train/vl19/vl19_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/vl19_bogie_lod1.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.10545, 0, 0, 1,
},
type = "GROUP",
}, {
id = "vehicle/train/vl19_bogie_lod1.grp",
transf = {
-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -4.06265, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
static = false,
visibleFrom = 100,
visibleTo = 500,
}, {
animations = {
},
children = { {
id = "vehicle/train/vl19/vl19_body_lod2.msh",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
0, 0, 0,
},
},
static = false,
visibleFrom = 500,
visibleTo = 2300,
},
},
metadata = {
description = {
name = _("ВЛ19"),
description = _(
"Первый электровоз отечественной конструкции, основной электровоз Советского Союза в довоенные годы.")
},
railVehicle = {
topSpeed = 85.0,
weight = 114.0,
engines = {
{ type = "ELECTRIC", power = 2040.0, tractiveEffort = 300.0 }
},
configs = {
{
axles = {
"vehicle/train/vl19/vl19_w_lod0.msh",
}
},
{
axles = {
"vehicle/train/vl19/vl19_w_lod0.msh",
}
},
},
soundSet = { name = "vl19" }
},
transportVehicle = {
carrier = "RAIL"
},
availability = {
yearFrom = 1932,
yearTo = 1938
},
cost = {
price = 900000
},
maintenance = {
runningCosts = 550000,
lifespan = 40
},
},
}
end