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

110 lines
2.3 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 = { 16.38, 1.58, 5.9, },
bbMin = { -16.38, -1.58, 0.0, },
},
collider =
{
params = { },
type = "MESH",
},
lods =
{
{
animations = { },
children =
{
{
id = "vehicle/train/vl80k2_front.grp",
transf =
{
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
8.23327, 0, 0, 1,
},
type = "GROUP",
},
{
id = "vehicle/train/vl80k2_back.grp",
transf =
{
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
-8.24481, 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/vl80k2_front_lod1.grp",
transf =
{
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
8.23327, 0, 0, 1,
},
type = "GROUP",
},
{
id = "vehicle/train/vl80k2_back_lod1.grp",
transf =
{
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
-8.24481, 0, 0, 1,
},
type = "GROUP",
},
},
events = { },
matConfigs = { { 0, 0, 0, 0, 0, 0, 0 }, },
static = false,
visibleFrom = 200,
visibleTo = 2000,
},
},
metadata =
{
description = {
name = _("ВЛ80К"),
description = _("Советский грузовой магистральный электровоз \n" ..
"переменного тока. ВЛ80К поздних выпусков \n" ..
"претерпел изменения в системе вентиляции, \n" ..
"что повлекло весьма неудачную перекомпоновку.")
},
railVehicle =
{
topSpeed = 110.0,
weight = 184.0,
engines = { { type = "ELECTRIC", power = 5650.0, tractiveEffort = 662.0 } },
configs =
{
{ axles = { "vehicle/train/vl80k1/vl10_wheel.msh", }, },
},
soundSet = { name = "vl80k" }
},
transportVehicle = { carrier = "RAIL", multipleUnitOnly = false },
availability = { yearFrom = 1968, yearTo = 1971 },
cost = { price = 2100000 },
maintenance = { runningCosts = 1200000, lifespan = 50 }
},
}
end