1520DLC/res/models/model/vehicle/train/2-2-0.mdl

210 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 = {
4.09275, 1.39639, 5.01839,
},
bbMin = {
-9.59151, -1.39639, -0.0232029,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = {
{
id = "vehicle/train/2-2-0.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "GROUP",
},{
id = "vehicle/train/2-2-0_Tender.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.5364, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
drive = {
[1] = {
forward = true,
name = "drive",
}
},
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 0,
visibleTo = 250,
},
{
animations = {
},
children = {
{
id = "vehicle/train/2-2-0_lod1.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "GROUP",
},{
id = "vehicle/train/2-2-0_Tender_lod1.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.5364, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
drive = {
[1] = {
forward = true,
name = "drive",
}
},
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 250,
visibleTo = 500,
},
{
animations = {
},
children = {
{
id = "vehicle/train/2-2-0_lod2.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "GROUP",
},{
id = "vehicle/train/2-2-0_Tender_lod2.grp",
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -6.5364, 0, 0, 1,
},
type = "GROUP",
},
},
events = {
},
matConfigs = {
{
0, 0,
},
},
static = false,
visibleFrom = 500,
visibleTo = 2500,
},
},
metadata = {
description = {
name = _("2-2-0 (Серия В)"),
description = _(
"Первый российский пассажирский паровоз, построенный на Александровском заводе. По основным агрегатам аналогичен паровозу Д типа 1-3-0, однако на линиях без затяжных подъёмов может развивать более высокую скорость." )
},
railVehicle = {
topSpeed = 65.0,
weight = 33,
engines = {
{ type = "STEAM", power = 140.0, tractiveEffort = 26.0 }
},
configs = {
{
axles = {
"vehicle/train/2-2-0/2-2-0_WheelS.msh",
"vehicle/train/2-2-0/2-2-0_Tender_Wheel.msh",
},
fakeBogies = {
{group = 1, position = 0, offset = 0},
},
},
},
soundSet = { name = "train_steam_old", horn = "vehicle/train_steam_old/steam_horn_23.wav" }
},
transportVehicle = {
carrier = "RAIL"
},
availability = {
yearFrom = 1850,
yearTo = 1863
},
cost = {
price = 430000
},
maintenance = {
runningCosts = 270000,
lifespan = 30
},
particleSystem = {
emitters = {
{
position = { 2.72483, .0, 4.8 },
velocity = { .0, .0, 10.0 },
color = { .3, .3, .3 },
frequency = 100,
lifeTime = 15.0,
size01 = { 1, 12.0 },
child = 1
},
{
position = { 2.72483, 1.0459, .7058 },
velocity = { .0, 4.0, 0.0 },
color = { .4, .4, .4 },
frequency = 12,
lifeTime = 10.0,
size01 = { .8, 10.0 },
child = 1
},
{
position = { 2.72483, -1.0459, .7058 },
velocity = { .0, -4.0, 0.0 },
color = { .4, .4, .4 },
frequency = 12,
lifeTime = 10.0,
size01 = { .8, 10.0 },
child = 1
}
}
}
},
}
end
CostIndex = S;